@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 _:6811b5fd-504b-452a-9529-f46a90029018,
                                             _:3cf42bdf-e417-4544-8f1f-2c245b9595bb;
                         rdfs:label "InformationEntity";
                         rdf:type owl:Class.

_:6811b5fd-504b-452a-9529-f46a90029018 owl:unionOf _:7f13f754-8d56-4793-a489-bc4ea7a7742b;
                                       rdf:type owl:Class.

_:3cf42bdf-e417-4544-8f1f-2c245b9595bb owl:unionOf _:805669fc-5bc1-4f30-ad3c-8e86e19d2a89;
                                       rdf:type owl:Class.

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

