@base <https://wordnet.dk/dannet/external/dc/rights> .
@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:rights rdfs:subPropertyOf dc:rights, dc11:rights;
          rdfs:label "Rights"@en;
          rdfs:isDefinedBy dc:;
          rdfs:comment "Information about rights held in and over the resource."@en;
          rdf:type rdf:Property;
          dc:issued "2008-01-14"^^xsd:dateTime;
          dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.  Recommended practice is to refer to a rights statement with a URI.  If this is not possible or feasible, a literal value (name, label, or short text) may be provided."@en;
          "<http://purl.org/dc/dcam/rangeIncludes>" dc:RightsStatement.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
dc:rights rdfs:label "Rights"@en.
dc11:rights rdfs:label "Rights"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
dc:issued rdfs:label "Date Issued"@en.
dc:RightsStatement rdfs:label "Rights Statement"@en.
dc:description rdfs:label "Description"@en.

