@base <https://wordnet.dk/dannet/external/cc/attributionName> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .

cc:attributionName rdfs:range rdfs:Literal;
                   rdfs:domain cc:Work;
                   rdf:type rdf:Property.

# Relation labels
rdfs:range rdfs:label "range", "værdimængde"@da.
rdfs:Literal rdfs:label "litteral"@da, "Literal".
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
cc:Work rdfs:label "Work"@en-US.
rdf:type rdfs:label "type"@da, "type".
rdf:Property rdfs:label "Property", "egenskab"@da.

