@base <https://wordnet.dk/dannet/external/wn/has_domain_topic> .
@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:has_domain_topic owl:inverseOf wn:domain_topic;
                    rdfs:comment "A relation between two concepts where A is a a scientific domain (e"@en,
                                 "En relation mellem to begreber hvor domænet/emneområdet A omfatter begreb B."@da;
                    rdfs:label "er domæne for"@da, "has domain topic"@en;
                    rdf:type wn:SynsetRelType, wn:SenseRelType.

# Relation labels
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:domain_topic rdfs:label "domain topic"@en, "tilhører domæne"@da.
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.

