@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdf:Property rdfs:label "Property" . rdfs:label rdfs:label "label" . rdfs:isDefinedBy rdfs:label "isDefinedBy" . rdfs:comment rdfs:label "comment" . rdfs:subPropertyOf rdfs:label "subPropertyOf" . @prefix dcterms: . dcterms:modified rdfs:label "Date Modified"@en . @prefix skos: . skos:note rdfs:label "note"@en . dcterms:relation rdfs:label "Relation"@en . dcterms:issued rdfs:label "Date Issued"@en . dcterms:references rdf:type rdf:Property ; rdfs:label "References"@en ; rdfs:isDefinedBy dcterms: ; rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en ; rdfs:subPropertyOf dcterms:relation . @prefix dc: . dcterms:references rdfs:subPropertyOf dc:relation . @prefix xsd: . dcterms:references dcterms:modified "2008-01-14+02:00"^^xsd:date ; skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en ; dcterms:issued "2000-07-11+02:00"^^xsd:date . @prefix ns6: . dcterms:references dcterms:hasVersion ns6:references-003 . dcterms:hasVersion rdfs:label "Has Version"@en .