@base <https://wordnet.dk/dannet/external/wn/derivation> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

wn:derivation rdfs:comment "Indicates a syntactic derivation from one term to another"@en;
              rdfs:label "derivation"@en;
              rdf:type wn:SenseRelType.

# Relation labels
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
wn:SenseRelType rdfs:label "sense relation type"@en.

