@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . rdf:Property a rdfs:Class ; rdfs:label "Property" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Source" ; foaf:primaryTopic dcterms:source . dcterms:description a rdf:Property, owl:DatatypeProperty ; rdfs:label "Description"@en . dcterms:issued a rdf:Property ; rdfs:label "Date Issued"@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:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Source" . dc:format "text/n3" ; dcterms:title "Notation3 description of Source" . dc:format "text/plain" ; dcterms:title "NTriples description of Source" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Source" . dc:format "text/turtle" ; dcterms:title "Turtle description of Source" . dc:source a rdf:Property ; rdfs:label "Source"@en . dcterms: dcterms:title "DCMI Metadata Terms - other"@en . dcterms:relation a rdf:Property ; rdfs:label "Relation"@en . dcterms:source a rdf:Property ; rdfs:label "Source"@en ; dcterms:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en ; dcterms:issued "2008-01-14"^^xsd:date ; rdfs:comment "A related resource from which the described resource is derived."@en ; rdfs:isDefinedBy dcterms: ; rdfs:subPropertyOf dc:source, dcterms:relation . [] a ov:RequestedDocument ; dcterms:source .