# This ontology. @prefix : . @prefix u: . # Stock imports. @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix dc: . @prefix dct: . @prefix skos: . @prefix foaf: . @prefix vs: . @prefix xsd: . : a owl:Ontology ; dc:title "URI ontology"@en ; rdfs:label "An ontology defining supplementary terms concerning URIs."@en ; dct:issued "2008-08-06"^^xsd:date ; dct:modified "2008-08-06"^^xsd:date, "2008-08-18"^^xsd:date ; dc:creator "Toby Inkster" ; foaf:maker . :uri a owl:ObjectProperty ; rdfs:label "URI"@en ; rdfs:comment "Indicates that a resource has a particular URI. As RDF is defined in terms of resource URIs, this is mostly useless."@en , "I've recently discovered that timbl's 'link' ontology includes an equivalent term. Use that instead."@en . :uri .