@base <https://wordnet.dk/dannet/external/dc/source> .
@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:source rdf:type rdf:Property;
          dc11:date "2008-01-14"^^xsd:dateTime;
          dc:date "2008-01-14"^^xsd:dateTime;
          rdfs:seeAlso dc:;
          rdfs:subPropertyOf dc11:source, dc:source, dc11:relation, dc:relation;
          rdfs:isDefinedBy dc:;
          rdfs:label "Source"@en;
          rdfs:comment "A related resource from which the described resource is derived."@en;
          dc:issued "2008-01-14"^^xsd:dateTime;
          dc11:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en;
          dc:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc11:date rdfs:label "Date"@en.
dc:date rdfs:label "Date"@en.
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
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;
    dc11:title "DCMI Metadata Terms - other"@en.
rdfs:label rdfs:label "label", "etiket"@da.
dc11:source rdfs:label "Source"@en.
dc:source rdfs:label "Source"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
dc11:relation rdfs:label "Relation"@en.
dc:relation rdfs:label "Relation"@en.
dc11:description rdfs:label "Description"@en.
dc:description rdfs:label "Description"@en.

