@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix v: . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has country name" ; foaf:primaryTopic v:hasCountryName . 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" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has country name" . dc:format "text/n3" ; dcterms:title "Notation3 description of has country name" . dc:format "text/plain" ; dcterms:title "NTriples description of has country name" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has country name" . dc:format "text/turtle" ; dcterms:title "Turtle description of has country name" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:hasCountryName a owl:ObjectProperty ; rdfs:label "has country name"@en ; rdfs:comment "Used to support property parameters for the country name data property"@en ; rdfs:isDefinedBy . [] a ov:RequestedDocument ; dcterms:source .