@base . @prefix : <#> . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix owl: . @prefix ldt: . @prefix sp: . @prefix spl: . @prefix dct: . @prefix vann: . @prefix foaf: . : a owl:Ontology ; owl:versionInfo "1.1.4" ; rdfs:label "LDT Core domain ontology" ; dct:created "2016-08-31T21:54:00+02:00"^^xsd:dateTime ; vann:preferredNamespaceUri "https://www.w3.org/ns/ldt/core#" ; dct:license . # CLASSES :SPARQLEndpoint a rdfs:Class ; foaf:subClassOf foaf:Document ; rdfs:label "SPARQL endpoint" ; rdfs:comment "A resource that implements SPARQL 1.1 Protocol" ; rdfs:isDefinedBy : . :GraphStore a rdfs:Class ; foaf:subClassOf foaf:Document ; rdfs:label "Graph Store" ; rdfs:comment "A resource that implements SPARQL 1.1 Graph Store Protocol" ; rdfs:isDefinedBy : .