@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ns1: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of focus" ; foaf:primaryTopic foaf:focus . 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 focus" . dc:format "text/n3" ; dcterms:title "Notation3 description of focus" . dc:format "text/plain" ; dcterms:title "NTriples description of focus" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of focus" . dc:format "text/turtle" ; dcterms:title "Turtle description of focus" . owl:Thing a owl:Class ; rdfs:label "Thing" . skos:Concept a owl:Class ; rdfs:label "Concept", "Concept"@en . foaf: a owl:Ontology ; dc:title "Friend of a Friend (FOAF) vocabulary" . foaf:focus a rdf:Property, owl:ObjectProperty ; rdfs:label "focus" ; rdfs:comment "The underlying or 'focal' entity associated with some SKOS-described concept." ; rdfs:domain skos:Concept ; rdfs:isDefinedBy foaf: ; rdfs:range owl:Thing ; ns1:term_status "testing" . [] a ov:RequestedDocument ; dcterms:source .