@base <https://wordnet.dk/dannet/external/ili/i50098> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix en: <https://en-word.net/id/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dns: <https://wordnet.dk/dannet/schema/> .
@prefix ili: <http://globalwordnet.org/ili/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dn: <https://wordnet.dk/dannet/data/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ili:i50098 rdf:type ili:Concept;
           skos:definition "clothing in general"@en;
           dc11:source "<http://wordnet-rdf.princeton.edu/wn30/02728440-n>";
           dns:linkedConcept en:oewn-02731365-n, dn:synset-2099.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:definition rdfs:label "definition"@da, "definition"@en.
dc11:source rdfs:label "Source"@en.
dns:linkedConcept rdfs:label "forbundet begreb"@da, "linked concept"@en.

# Synset labels
en:oewn-02731365-n rdfs:label "{apparel; clothes; dress; wearing apparel}"@en.
dn:synset-2099 dns:shortLabel "{tøj_§1; beklædning_§1; …}"@da;
               rdfs:label "{beklædning_§1; kluns_§1; klæde_1§1; tøj_§1}"@da.

