Skip to content

Built in ontologies

Martynas Jusevičius edited this page Sep 11, 2019 · 5 revisions

Domain

Templates

ct:Document
The most generic LDT template for Linked Data resources
Matches all URIs
Maps to SPARQL query
DESCRIBE ?this
WHERE {
    ?this ?p ?o
}
ct:SPARQLEndpoint
SPARQL endpoint template
Matches /sparql
Defines all SPARQL 1.1 Protocol parameters
ct:GraphStore
Matches /service
Defines all SPARQL 1.1 Graph Store Protocol parameters
ngt:Document
Extends ct:Document
Maps to SPARQL query
DESCRIBE ?this
WHERE
  { GRAPH ?g
      { ?this  ?p  ?o }
  }

Clone this wiki locally