@base <https://wordnet.dk/dannet/external/semowl/hasInterpretant> .
@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:hasInterpretant rdfs:domain semowl:InformationEntity;
                       rdf:type owl:ObjectProperty;
                       rdfs:subPropertyOf semowl:hasInterpretant;
                       rdfs:isDefinedBy "<http://www.ontologydesignpatterns.org/cp/owl/semiotics.owl>";
                       rdfs:label "has meaning", "has interpretant"@en;
                       rdfs:comment "The Peircean interpretant relation, widely adopted in semiotics: an Expression isInterpretantFor another, e.g. fourLeggedFriendOfHumans isInterpretantFor dog.\nSynonymy, translation, associativity, and topical proximity are all sources for interpretants, e.g.: domestic dog isInterpretantFor dog (synonymy); cane isInterpretantFor dog (translation); bark isInterpretantFor dog (associativity); veterinary isInterpretantFor dog (topical proximity).\nSemantic mechanisms such as metonymy depend on the interpretant relation.\nThe interpretant relation is here taken as very broad, also accepting Manifestation(s) as interpretants.";
                       owl:inverseOf semowl:isInterpretantFor;
                       owl:propertyChainAxiom _:af6d7bef-2ce4-4330-a573-14338d6998e1;
                       rdfs:range semowl:Meaning.

_:af6d7bef-2ce4-4330-a573-14338d6998e1 rdf:rest _:e88b2d84-ef17-4393-9be6-40b5d20e1ed1;
                                       rdf:first semowl:isManifestationOf.

# Relation labels
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
rdf:type rdfs:label "type"@da, "type".
semowl:InformationEntity rdfs:label "InformationEntity".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
semowl:hasInterpretant rdfs:label "has meaning", "has interpretant"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
owl:propertyChainAxiom rdfs:label "propertyChainAxiom".
semowl:Meaning rdfs:label "meaning"@en, "Meaning"@en, "betydning"@da.
rdfs:range rdfs:label "range", "værdimængde"@da.

