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

# 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-7767 rdfs:label "{del_§1a(2); volumen_§3(1)}"@da.

