@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 key" ; foaf:primaryTopic v:hasKey . 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" . owl:equivalentProperty a rdf:Property ; rdfs:label "equivalentProperty" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has key" . dc:format "text/n3" ; dcterms:title "Notation3 description of has key" . dc:format "text/plain" ; dcterms:title "NTriples description of has key" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has key" . dc:format "text/turtle" ; dcterms:title "Turtle description of has key" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:hasKey a owl:ObjectProperty ; rdfs:label "has key"@en ; rdfs:comment "To specify a public key or authentication certificate associated with the object"@en ; rdfs:isDefinedBy ; owl:equivalentProperty v:key . v:key a owl:ObjectProperty ; rdfs:label "key"@en . [] a ov:RequestedDocument ; dcterms:source .