Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Triplestore

Triplestore, an experimental replacement for PolyIn, allows Features to access the polyPod's internal triplestore via SPARQL queries.

For the time being, the underlying stores of PolyIn and Triplestore are separate, so these two APIs are not able to operate on the same data. Being experimental, we strongly recommend to use PolyIn instead.

experimental

Hierarchy

  • Triplestore

Index

Methods

  • Executes a SPARQL 1.1 SELECT, CONSTRUCT, DESCRIBE, or ASK query.

    Parameters

    • query: string

      The query to execute.

    Returns Promise<SPARQLQueryResult>

    The result of the query.

  • update(query: string): Promise<void>
  • Executes a SPARQL 1.1 UPDATE query.

    Parameters

    • query: string

      The query to execute.

    Returns Promise<void>

Generated using TypeDoc