@base <https://wordnet.dk/dannet/data/inherit-7756-usedFor> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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-usedFor rdfs:label "dns:usedFor";
                        rdf:type dns:Inheritance;
                        dns:inheritedRelation dns:usedFor;
                        dns:inheritedFrom dn:synset-2024.

# 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.
dns:usedFor rdfs:label "used for"@en, "bruges til"@da.
dns:inheritedFrom rdfs:label "inherited from"@en, "nedarvet fra"@da.

# Synset labels
dn:synset-2024 dns:shortLabel "{bog_1§1}"@da;
               rdfs:label "{bog_1§1}"@da.

