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

# 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-2651 dns:shortLabel "{hoved_§1; bøtte_§2; …}"@da;
               rdfs:label "{hoved_§1; bøtte_§2; …}"@da,
                          "{bold_1§3; byld_§3; bær_§3; bøtte_§2; hoved_§1; kasse_1§6; knold_§5; knop_§2c; nød_2§3; roe_§2; skal_1§6}"@da.

