@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:AnnotationProperty a rdfs:Class ; rdfs:label "AnnotationProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Description" ; foaf:primaryTopic dc:description . dcterms:description a rdf:Property, owl:DatatypeProperty ; rdfs:label "Description"@en . dcterms:issued a rdf:Property ; rdfs:label "Date Issued"@en . 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" . skos:note a rdf:Property, owl:AnnotationProperty ; rdfs:label "note"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Description" . dc:format "text/n3" ; dcterms:title "Notation3 description of Description" . dc:format "text/plain" ; dcterms:title "NTriples description of Description" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Description" . dc:format "text/turtle" ; dcterms:title "Turtle description of Description" . dc: dcterms:title "Dublin Core Metadata Element Set, Version 1.1"@en . dc:description a rdf:Property, owl:AnnotationProperty ; rdfs:label "Description"@en ; dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en ; dcterms:issued "1999-07-02"^^xsd:date ; rdfs:comment "An account of the resource."@en ; rdfs:isDefinedBy dc: ; skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation."@en . [] a ov:RequestedDocument ; dcterms:source , .