@base <https://wordnet.dk/dannet/external/skos/altLabel> .
@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#> .

skos:altLabel rdfs:subPropertyOf skos:altLabel, rdfs:label;
              rdf:type rdf:Property, owl:AnnotationProperty;
              rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en,
                           "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en;
              skos:example "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en;
              skos:definition "An alternative lexical label for a resource."@en;
              rdfs:isDefinedBy "<http://www.w3.org/2004/02/skos/core>";
              rdfs:label "alternative label"@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:altLabel rdfs:label "alternative label"@en.
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.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
skos:example rdfs:label "example"@en.
owl:AnnotationProperty rdfs:label "AnnotationProperty", "annoteringsegenskab"@da.

