@base <https://wordnet.dk/dannet/external/skos/editorialNote> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

skos:editorialNote rdfs:subPropertyOf skos:note, skos:editorialNote;
                   rdf:type rdf:Property, owl:AnnotationProperty;
                   skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en;
                   rdfs:isDefinedBy "<http://www.w3.org/2004/02/skos/core>";
                   rdfs:label "editorial note"@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:definition rdfs:label "definition"@da, "definition"@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.
skos:note rdfs:label "bemærkning"@da, "note"@en.
"<http://www.w3.org/2004/02/skos/core>" dc:title "SKOS Vocabulary"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
skos:editorialNote rdfs:label "editorial note"@en.
owl:AnnotationProperty rdfs:label "AnnotationProperty", "annoteringsegenskab"@da.

