@base <https://wordnet.dk/dannet/external/semowl/Manifestation> .
@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:Manifestation rdfs:subClassOf semowl:Manifestation, semowl:InformationEntity;
                     rdfs:isDefinedBy "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>";
                     owl:equivalentClass _:f5278169-cd3b-4319-8820-64bfe97c2533;
                     rdf:type owl:Class.

_:f5278169-cd3b-4319-8820-64bfe97c2533 owl:someValuesFrom semowl:InformationEntity;
                                       owl:onProperty semowl:isManifestationOf;
                                       rdf:type owl:Restriction.

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

