@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 _:8c606da9-4e1d-482f-899e-a24e72f5e179;
                                    rdf:type owl:Class];
               rdf:type owl:Class;
               rdfs:seeAlso "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>".

# Relation labels
rdf:type rdfs:label "type"@da, "type".
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".
semowl:Meaning rdfs:label "meaning"@en, "Meaning"@en, "betydning"@da.
owl:Class rdfs:label "Class", "klasse"@da.

