@base <https://wordnet.dk/dannet/data/inherit-37427-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-37427-holo_part rdfs:label "wn:holo_part";
                           rdf:type dns:Inheritance;
                           dns:inheritedRelation wn:holo_part;
                           dns:inheritedFrom dn:synset-17209, dn:synset-17395.

# 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-17209 rdfs:label "{afdeling_§1(1)}"@da.
dn:synset-17395 rdfs:label "{enhed_§2}"@da.

