@base <https://wordnet.dk/dannet/external/dc11/creator> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dc11:creator rdfs:subPropertyOf dc11:creator;
             skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator) 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 "Creator"@en;
             rdfs:isDefinedBy dc11:;
             rdfs:comment "An entity primarily responsible for making the resource."@en;
             rdf:type rdf:Property;
             dc:issued "1999-07-02"^^xsd:dateTime;
             dc:description "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc11:creator rdfs:label "Creator"@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.
dc:description rdfs:label "Description"@en.

