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

dc11:rights rdfs:subPropertyOf dc11:rights;
            skos:note "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) 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 "Rights"@en;
            rdfs:isDefinedBy dc11:;
            rdfs:comment "Information about rights held in and over the resource."@en;
            rdf:type rdf:Property;
            dc:issued "1999-07-02"^^xsd:dateTime;
            dc:description "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en.

# 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.
skos:note rdfs:label "bemærkning"@da, "note"@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:description rdfs:label "Description"@en.

