@base <https://wordnet.dk/dannet/external/wn/also> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:also owl:inverseOf wn:also;
        rdfs:comment "A relation giving further information of an unspecified type"@en,
                     "En relation der giver yderligere information af en ikke-specificeret type."@da;
        rdfs:label "se også"@da, "also"@en;
        rdf:type wn:SynsetRelType, wn:SenseRelType.

# Relation labels
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:also rdfs:label "se også"@da, "also"@en.
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.
wn:SynsetRelType rdfs:label "synset relation type"@en.

