@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ns1: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdfs:Class a rdfs:Class, owl:Class ; rdfs:label "Class" . owl:Class a rdfs:Class ; rdfs:label "Class" . foaf:Document a rdfs:Class, owl:Class ; rdfs:label "Document" . foaf:Image a rdfs:Class, owl:Class ; rdfs:label "Image" ; rdfs:comment "An image." ; rdfs:isDefinedBy foaf: ; rdfs:subClassOf foaf:Document ; owl:equivalentClass ; ns1:term_status "stable" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Image" ; foaf:primaryTopic foaf:Image . 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:equivalentClass a rdf:Property ; rdfs:label "equivalentClass" . ns1:term_status a owl:AnnotationProperty . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Image" . dc:format "text/n3" ; dcterms:title "Notation3 description of Image" . dc:format "text/plain" ; dcterms:title "NTriples description of Image" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Image" . dc:format "text/turtle" ; dcterms:title "Turtle description of Image" . foaf: a owl:Ontology ; dc:title "Friend of a Friend (FOAF) vocabulary" . [] a ov:RequestedDocument ; dcterms:source .