@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 Type" ; foaf:primaryTopic v:Type . 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 Type" . dc:format "text/n3" ; dcterms:title "Notation3 description of Type" . dc:format "text/plain" ; dcterms:title "NTriples description of Type" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Type" . dc:format "text/turtle" ; dcterms:title "Turtle description of Type" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:Type a owl:Class ; rdfs:label "Type"@en ; rdfs:comment "Used for type codes. The URI of the type code must be used as the value for Type."@en ; rdfs:isDefinedBy . [] a ov:RequestedDocument ; dcterms:source .