@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix v: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Individual" ; foaf:primaryTopic v:Individual . 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:subClassOf a rdf:Property ; rdfs:label "subClassOf" . owl:disjointWith a rdf:Property ; rdfs:label "disjointWith" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Individual" . dc:format "text/n3" ; dcterms:title "Notation3 description of Individual" . dc:format "text/plain" ; dcterms:title "NTriples description of Individual" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Individual" . dc:format "text/turtle" ; dcterms:title "Turtle description of Individual" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:Individual a owl:Class ; rdfs:label "Individual"@en ; rdfs:comment "An object representing a single person or entity"@en ; rdfs:isDefinedBy ; rdfs:subClassOf v:Kind ; owl:disjointWith v:Location, v:Organization . v:Kind a owl:Class ; rdfs:label "Kind"@en . v:Location a owl:Class ; rdfs:label "Location"@en . v:Organization a owl:Class ; rdfs:label "Organization"@en . [] a ov:RequestedDocument ; dcterms:source .