@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix v: . @prefix xsd: . owl:DatatypeProperty a rdfs:Class ; rdfs:label "DatatypeProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of locality" ; foaf:primaryTopic v:locality . 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:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of locality" . dc:format "text/n3" ; dcterms:title "Notation3 description of locality" . dc:format "text/plain" ; dcterms:title "NTriples description of locality" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of locality" . dc:format "text/turtle" ; dcterms:title "Turtle description of locality" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:locality a owl:DatatypeProperty ; rdfs:label "locality"@en ; rdfs:comment "The locality (e.g. city or town) associated with the address of the object"@en ; rdfs:isDefinedBy ; rdfs:range xsd:string . [] a ov:RequestedDocument ; dcterms:source .