Skip to content

Commit

Permalink
Added isDescriptionFor
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 11, 2024
1 parent 82d1c79 commit 22ae2c8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions perspectives/semiotics.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea
### https://w3id.org/emmo#EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a
:EMMO_c58c799e_cc6c_4310_a3f1_78da70705b2a rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_eb3518bf_f799_4f9e_8c3e_ce59af11453b ;
owl:inverseOf :EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 ;
rdfs:range :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ;
skos:prefLabel "hasDescription"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a declared semiotic object to a description in a declaration process."@en .
Expand Down Expand Up @@ -362,6 +363,14 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A relation that connects the interpreter to the semiotic object in a semiotic process."@en .


### https://w3id.org/emmo/perspectives/semiotics#EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3
:EMMO_f702bad4_fc77_41f0_a26d_79f6444fd4f3 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
rdfs:domain :EMMO_35d4c439_fcb6_4399_a855_a89a207b41e9 ;
skos:prefLabel "isDescriptionFor"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A semiotic relation that connects a description to a declared semiotic objec in a declaration process."@en .


#################################################################
# Classes
#################################################################
Expand Down Expand Up @@ -1099,15 +1108,15 @@ For example, when a Boeing 747 is used as a sign for another Boeing 747."""@en ,


[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en
inverse (hasInterpreter) o inverse (hasSign) =>hasReferent"""@en
] .

[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en
] .

[ :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f """The rule for the subproperty chain:
inverse (hasInterpreter) o inverse (hasSign) =>hasReferent"""@en
inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en
] .

#################################################################
Expand Down Expand Up @@ -1198,4 +1207,4 @@ inverse (hasSign) o inverse (hasReferent) => hasInterpreter"""@en
]
] .

### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 comments on commit 22ae2c8

Please sign in to comment.