@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 Voice" ; foaf:primaryTopic v:Voice . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Voice" . dc:format "text/n3" ; dcterms:title "Notation3 description of Voice" . dc:format "text/plain" ; dcterms:title "NTriples description of Voice" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Voice" . dc:format "text/turtle" ; dcterms:title "Turtle description of Voice" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:TelephoneType a owl:Class ; rdfs:label "Phone"@en . v:Voice a owl:Class ; rdfs:label "Voice"@en ; rdfs:isDefinedBy ; rdfs:subClassOf v:TelephoneType . [] a ov:RequestedDocument ; dcterms:source .