@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix spatialrelations: . owl:NamedIndividual a rdfs:Class ; rdfs:label "NamedIndividual" . owl:Ontology a rdfs:Class ; rdfs:label "Ontology" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Spatial Relations Ontology" ; foaf:primaryTopic spatialrelations: . dc:contributor a rdf:Property, owl:AnnotationProperty ; rdfs:label "Contributor"@en . dc:creator a rdf:Property, owl:AnnotationProperty ; rdfs:label "Creator"@en . dc:description a rdf:Property, owl:AnnotationProperty ; rdfs:label "Description"@en . dc:title a rdf:Property, owl:AnnotationProperty ; rdfs:label "Title"@en . dcterms:creator a rdf:Property ; rdfs:label "Creator"@en . dcterms:publisher a rdf:Property ; rdfs:label "Publisher"@en . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . owl:imports a owl:OntologyProperty ; rdfs:label "imports" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Spatial Relations Ontology" . dc:format "text/n3" ; dcterms:title "Notation3 description of Spatial Relations Ontology" . dc:format "text/plain" ; dcterms:title "NTriples description of Spatial Relations Ontology" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Spatial Relations Ontology" . dc:format "text/turtle" ; dcterms:title "Turtle description of Spatial Relations Ontology" . spatialrelations: a owl:NamedIndividual, owl:Ontology, owl:Thing ; rdfs:label "Spatial Relations Ontology" ; dc:contributor "John Goodwin" ; dc:creator "Ordnance Survey" ; dc:description "An ontology describing basic spatial relations." ; dc:title "Spatial Relations Ontology"@en ; dcterms:creator ; dcterms:publisher ; rdfs:isDefinedBy ; owl:imports . owl:Thing a owl:Class ; rdfs:label "Thing" . [] a ov:RequestedDocument ; dcterms:source .