@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 _:29fcbd10-9c30-4b42-b916-a3396864c7a9;
                                              rdf:type owl:Class], [owl:unionOf _:c86095a5-dfc0-41fa-acc6-e35e3da0bb46;
                                                                    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".
owl:unionOf rdfs:label "unionOf".
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:Class rdfs:label "Class", "klasse"@da.

