@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix v: . @prefix xsd: . owl:Class a rdfs:Class ; rdfs:label "Class" . owl:Restriction a rdfs:Class ; rdfs:label "Restriction" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Kind" ; foaf:primaryTopic v:Kind . 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:equivalentClass a rdf:Property ; rdfs:label "equivalentClass" . owl:minQualifiedCardinality a rdf:Property ; rdfs:label "minQualifiedCardinality" . owl:onDataRange a rdf:Property ; rdfs:label "onDataRange" . owl:onProperty a rdf:Property ; rdfs:label "onProperty" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Kind" . dc:format "text/n3" ; dcterms:title "Notation3 description of Kind" . dc:format "text/plain" ; dcterms:title "NTriples description of Kind" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Kind" . dc:format "text/turtle" ; dcterms:title "Turtle description of Kind" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:Kind a owl:Class ; rdfs:label "Kind"@en ; rdfs:comment "The parent class for all objects"@en ; rdfs:isDefinedBy ; owl:equivalentClass [ a owl:Restriction ; owl:minQualifiedCardinality 1 ; owl:onDataRange xsd:string ; owl:onProperty v:fn ], v:VCard . v:VCard a owl:Class ; rdfs:label "VCard"@en . v:fn a owl:DatatypeProperty ; rdfs:label "formatted name"@en . [] a ov:RequestedDocument ; dcterms:source .