@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 uid" ; foaf:primaryTopic v:hasUID . 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 uid" . dc:format "text/n3" ; dcterms:title "Notation3 description of has uid" . dc:format "text/plain" ; dcterms:title "NTriples description of has uid" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has uid" . dc:format "text/turtle" ; dcterms:title "Turtle description of has uid" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:hasUID a owl:ObjectProperty ; rdfs:label "has uid"@en ; rdfs:comment "To specify a value that represents a globally unique identifier corresponding to the object"@en ; rdfs:isDefinedBy . [] a ov:RequestedDocument ; dcterms:source .