@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/vocab/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:sdm dct:description "A small vocabulary for representing SPARQL endpoint metadata on the web"@en ; dct:issued "2013-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:license <http://www.opendatacommons.org/licenses/pddl/1.0/> ; dct:modified "2013-10-15"^^<http://www.w3.org/2001/XMLSchema#date>, "2016-03-16"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:title "SPARQL endpoint metadata"@en ; a voaf:vocabulary, owl:NamedIndividual, owl:Ontology ; rdfs:comment "A vocabulary to represent SPARQL endpoint metadata."@en ; owl:versionInfo "v0.1" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/vocab/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:sdm
    dct:description "A small vocabulary for representing SPARQL endpoint metadata on the web"@en ;
    dct:issued "2013-10-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:license <http://www.opendatacommons.org/licenses/pddl/1.0/> ;
    dct:modified "2013-10-15"^^<http://www.w3.org/2001/XMLSchema#date>, "2016-03-16"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:title "SPARQL endpoint metadata"@en ;
    a voaf:vocabulary, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment "A vocabulary to represent SPARQL endpoint metadata."@en ;
    owl:versionInfo "v0.1" .