@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ns1: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . foaf:Document a rdfs:Class, owl:Class ; rdfs:label "Document" . foaf:Person a rdfs:Class, owl:Class ; rdfs:label "Person" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of work info homepage" ; foaf:primaryTopic foaf:workInfoHomepage . 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:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . ns1:term_status a owl:AnnotationProperty . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of work info homepage" . dc:format "text/n3" ; dcterms:title "Notation3 description of work info homepage" . dc:format "text/plain" ; dcterms:title "NTriples description of work info homepage" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of work info homepage" . dc:format "text/turtle" ; dcterms:title "Turtle description of work info homepage" . foaf: a owl:Ontology ; dc:title "Friend of a Friend (FOAF) vocabulary" . foaf:workInfoHomepage a rdf:Property, owl:ObjectProperty ; rdfs:label "work info homepage" ; rdfs:comment "A work info homepage of some person; a page about their work for some organization." ; rdfs:domain foaf:Person ; rdfs:isDefinedBy foaf: ; rdfs:range foaf:Document ; ns1:term_status "testing" . [] a ov:RequestedDocument ; dcterms:source .