@base <https://wordnet.dk/dannet/external/wn/ili> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

wn:ili owl:inverseOf dns:linkedConcept;
       rdfs:subPropertyOf skos:mappingRelation, skos:closeMatch, skos:exactMatch, skos:semanticRelation, wn:ili;
       rdfs:comment "links a synset to a target the Interlingual Index"@en;
       rdfs:label "interlingual index"@en;
       rdf:type owl:ObjectProperty.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:mappingRelation rdfs:label "is in mapping relation with"@en.
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
skos:closeMatch rdfs:label "has close match"@en.
dns:linkedConcept rdfs:label "forbundet begreb"@da, "linked concept"@en.
skos:exactMatch rdfs:label "has exact match"@en.
skos:semanticRelation rdfs:label "is in semantic relation with"@en.
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:ili rdfs:label "interlingual index"@en.

