@base <https://wordnet.dk/dannet/concepts/Institution> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dnc:Institution rdfs:isDefinedBy "<https://wordnet.dk/dannet/concepts>";
                rdfs:label "institution"@en;
                rdf:type dns:DanNetConcept.

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
dns:DanNetConcept rdfs:label "DanNet concept"@en, "DanNet-koncept"@da.

