@base <https://wordnet.dk/dannet/data/inherit-37284-holo_part> .
@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 dns: <https://wordnet.dk/dannet/schema/> .
@prefix dn: <https://wordnet.dk/dannet/data/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dn:inherit-37284-holo_part rdfs:label "wn:holo_part";
                           rdf:type dns:Inheritance;
                           dns:inheritedRelation wn:holo_part;
                           dns:inheritedFrom dn:synset-36605, dn:synset-8305.

# Relation labels
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
dns:Inheritance rdfs:label "nedarvning"@da, "inheritance"@en.
dns:inheritedRelation rdfs:label "inherited relation"@en, "nedarvet relation"@da.
wn:holo_part rdfs:label "bestanddel af"@da, "holonym part"@en.
dns:inheritedFrom rdfs:label "inherited from"@en, "nedarvet fra"@da.

# Synset labels
dn:synset-36605 rdfs:label "{bygningsdel}"@da.
dn:synset-8305 dns:shortLabel "{korridor_§1; gang_§4; …}"@da, "{gang_§4}"@da;
               rdfs:label "{gang_§4}"@da.

