@base <https://wordnet.dk/dannet/external/wn/instance_hyponym> .
@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:instance_hyponym owl:inverseOf wn:instance_hypernym;
                    rdfs:comment "En relation mellem to begreber hvor type A har begreb B som en specifik instans, og hvor B er en terminalknude i hierarkiet."@da,
                                 "A relation between two concepts where concept A is a type of concept B, and where B is a terminal node in the hierchy"@en;
                    rdfs:label "instance hyponym"@en, "har instans"@da;
                    rdf:type wn:SynsetRelType.

# Relation labels
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:instance_hypernym rdfs:label "er instans af"@da, "instance hypernym"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
wn:SynsetRelType rdfs:label "synset relation type"@en.

