@base <https://wordnet.dk/dannet/external/semowl/Meaning> .
@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:Meaning rdfs:subClassOf semowl:Meaning;
               rdfs:label "meaning"@en, "Meaning"@en, "betydning"@da;
               rdfs:isDefinedBy "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>";
               rdfs:comment "Any conceptualization that isExpressedBy an Expression, or isInterpretationOf a Reference";
               owl:equivalentClass [owl:unionOf _:da21d72e-7150-49db-b52d-8d1d4abe5f75;
                                    rdf:type owl:Class];
               rdf:type owl:Class.

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

