@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 Date" ; foaf:primaryTopic dc:date . 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 Date" . dc:format "text/n3" ; dcterms:title "Notation3 description of Date" . dc:format "text/plain" ; dcterms:title "NTriples description of Date" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Date" . dc:format "text/turtle" ; dcterms:title "Turtle description of Date" . dc: dcterms:title "Dublin Core Metadata Element Set, Version 1.1"@en . dc:date a rdf:Property, owl:AnnotationProperty ; rdfs:label "Date"@en ; dcterms:description "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."@en ; dcterms:issued "1999-07-02"^^xsd:date ; rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en ; rdfs:isDefinedBy dc: ; skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/date) 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 , .