@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://purl.org/dc/terms/modified> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/created> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/issued> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/date> rdf:type rdf:Property ; rdfs:subPropertyOf dc:date ; rdfs:label "Date"@en ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ; <http://purl.org/dc/terms/description> "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en ; <http://purl.org/dc/terms/modified> "2008-01-14"^^xsd:date ; <http://purl.org/dc/terms/issued> "2008-01-14"^^xsd:date ; <http://purl.org/dc/terms/hasVersion> <http://dublincore.org/usage/terms/history/#dateT-001> . <http://purl.org/dc/terms/available> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/dateAccepted> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/dateCopyrighted> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/dateSubmitted> rdfs:subPropertyOf <http://purl.org/dc/terms/date> . <http://purl.org/dc/terms/valid> rdfs:subPropertyOf <http://purl.org/dc/terms/date> .