@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix geo: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdfs:Class a rdfs:Class, owl:Class ; rdfs:label "Class" . owl:Class a rdfs:Class ; rdfs:label "Class" . geo:SpatialThing a rdfs:Class, owl:Class ; rdfs:label "Spatial Thing", "SpatialThing" ; rdfs:comment """Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes. """ . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Spatial Thing" ; foaf:primaryTopic geo:SpatialThing . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:label a rdf:Property ; rdfs:label "label" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Spatial Thing" . dc:format "text/n3" ; dcterms:title "Notation3 description of Spatial Thing" . dc:format "text/plain" ; dcterms:title "NTriples description of Spatial Thing" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Spatial Thing" . dc:format "text/turtle" ; dcterms:title "Turtle description of Spatial Thing" . [] a ov:RequestedDocument ; dcterms:source , .