@base <https://wordnet.dk/dannet/external/semowl/InformationEntity> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix semowl: <http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

semowl:InformationEntity rdfs:subClassOf semowl:InformationEntity;
                         rdfs:isDefinedBy "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>";
                         rdfs:comment "Either an information object (expression) or its realization (manifestation).";
                         owl:equivalentClass [owl:unionOf _:22c87a73-3079-406a-907b-4f14034399a1;
                                              rdf:type owl:Class], [owl:unionOf _:e181ecb8-127f-4c89-bb8a-58fafa2ff3c4;
                                                                    rdf:type owl:Class];
                         rdfs:label "InformationEntity";
                         rdf:type owl:Class;
                         rdfs:seeAlso "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>".

# Relation labels
rdf:type rdfs:label "type"@da, "type".
semowl:InformationEntity rdfs:label "InformationEntity".
rdfs:subClassOf rdfs:label "underklasse af"@da, "subClassOf".
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
owl:equivalentClass rdfs:label "equivalentClass", "ækvivalent klasse"@da.
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:Class rdfs:label "Class", "klasse"@da.

