@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 Work" ; foaf:primaryTopic v:Work . 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" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Work" . dc:format "text/n3" ; dcterms:title "Notation3 description of Work" . dc:format "text/plain" ; dcterms:title "NTriples description of Work" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Work" . dc:format "text/turtle" ; dcterms:title "Turtle description of Work" . a owl:Ontology ; rdfs:label "Ontology for vCard"@en . v:Type a owl:Class ; rdfs:label "Type"@en . v:Work a owl:Class ; rdfs:label "Work"@en ; rdfs:comment "This implies that the property is related to an individual's work place"@en ; rdfs:isDefinedBy ; rdfs:subClassOf v:Type . [] a ov:RequestedDocument ; dcterms:source .