@base <https://wordnet.dk/dannet/concepts/ThirdOrderEntity> .
@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#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

dnc:ThirdOrderEntity rdfs:isDefinedBy "<https://wordnet.dk/dannet/concepts>";
                     rdfs:comment "An unobservable proposition which exists independently of time and space; can be true or false rather than real, and can be asserted or denied, remembered or forgotten; e.g. idea, information, theory, plan."@en,
                                  "En uobserverbar proposition som eksisterer uafhængigt af tid og rum; kan være sand eller falsk snarere end virkelig, og kan hævdes eller benægtes, huskes eller glemmes; f.eks. idé, information, teori, plan."@da;
                     rdfs:label "3rd order entity"@en;
                     rdf:type dns:EuroWordNetConcept;
                     rdfs:seeAlso "<https://wordnet.dk/dannet/concepts>".

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
"<https://wordnet.dk/dannet/concepts>" dc:title "DanNet-koncepter"@da, "DanNet concepts"@en;
                                       dc11:title "DanNet-koncepter"@da, "DanNet concepts"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
dns:EuroWordNetConcept rdfs:label "EuroWordNet-koncept"@da, "EuroWordNet concept"@en.
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".

