@base <https://wordnet.dk/dannet/external/dc/subject> .
@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:subject rdfs:subPropertyOf dc11:subject, dc:subject;
           rdfs:label "Subject"@en;
           rdfs:isDefinedBy dc:;
           rdfs:comment "A topic of the resource."@en;
           rdf:type rdf:Property;
           dc:issued "2008-01-14"^^xsd:dateTime;
           dc:description "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en.

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

