@base <https://wordnet.dk/dannet/external/dc/creator> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:creator rdf:type rdf:Property;
           "<http://purl.org/dc/dcam/rangeIncludes>" dc:Agent;
           owl:equivalentProperty foaf:maker;
           rdfs:subPropertyOf dc:creator, dc11:creator, dc11:contributor, dc:contributor;
           rdfs:isDefinedBy dc:;
           rdfs:label "Creator"@en;
           rdfs:comment "An entity responsible for making the resource."@en;
           dc:issued "2008-01-14"^^xsd:dateTime;
           dc:description "Recommended practice is to identify the creator with a URI.  If this is not possible or feasible, a literal value that identifies the creator may be provided."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc:creator rdfs:label "Creator"@en.
dc11:creator rdfs:label "Creator"@en.
owl:equivalentProperty rdfs:label "equivalentProperty".
foaf:maker rdfs:label "maker".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
dc11:contributor rdfs:label "Contributor"@en.
dc:contributor rdfs:label "Contributor"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
dc:Agent rdfs:label "Agent"@en.
dc:description rdfs:label "Description"@en.

