@base <https://wordnet.dk/dannet/external/dc/date> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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#> .

dc:date rdfs:subPropertyOf dc11:date, dc:date;
        rdfs:range rdfs:Literal;
        rdfs:label "Date"@en;
        rdfs:isDefinedBy dc:;
        rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en;
        rdf:type rdf:Property;
        dc:issued "2008-01-14"^^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.
dc:date rdfs:label "Date"@en.
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
dc: dc:title "DCMI Metadata Terms - other"@en.
rdfs:label rdfs:label "label", "etiket"@da.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
rdfs:Literal rdfs:label "litteral"@da, "Literal".
rdfs:range rdfs:label "range", "værdimængde"@da.
dc:description rdfs:label "Description"@en.

