@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" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Msg" ; foaf:primaryTopic v:Msg . 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:deprecated a owl:AnnotationProperty ; rdfs:label "deprecated" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Msg" . dc:format "text/n3" ; dcterms:title "Notation3 description of Msg" . dc:format "text/plain" ; dcterms:title "NTriples description of Msg" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Msg" . dc:format "text/turtle" ; dcterms:title "Turtle description of Msg" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:Msg a owl:Class ; rdfs:label "Msg"@en ; rdfs:comment "This class is deprecated"@en ; rdfs:isDefinedBy ; rdfs:subClassOf v:TelephoneType ; owl:deprecated true . v:TelephoneType a owl:Class ; rdfs:label "Phone"@en . [] a ov:RequestedDocument ; dcterms:source .