@base <https://wordnet.dk/dannet/external/dc11/date> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dc11:date rdfs:subPropertyOf dc11:date;
          rdf:type rdf:Property, owl:AnnotationProperty;
          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;
          rdfs:label "Date"@en;
          rdfs:isDefinedBy dc11:;
          rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en;
          dc:issued "1999-07-02"^^xsd:dateTime;
          dc: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.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc11:date rdfs:label "Date"@en.
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
skos:note rdfs:label "bemærkning"@da, "note"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
owl:AnnotationProperty rdfs:label "AnnotationProperty", "annoteringsegenskab"@da.
dc:description rdfs:label "Description"@en.

