Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
- added Agency annotation
- added isPropertyFor
  • Loading branch information
emanueleghedini committed Dec 12, 2024
1 parent b02eff0 commit ee586b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 12 additions & 5 deletions perspectives/semiotics.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@ The role of abstract objects are in EMMO fulfilled by semiotic objects, i.e. rea
skos:prefLabel "isInternalRepresentationBy"@en .


### https://w3id.org/emmo#EMMO_b3ddad94_ef7e_4b97_8329_9e7c788dd94d
:EMMO_b3ddad94_ef7e_4b97_8329_9e7c788dd94d rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_55375713_8f92_473b_a688_b7fcc14f7797 ;
owl:inverseOf :EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
skos:prefLabel "isPropertyFor"@en .


### https://w3id.org/emmo#EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93
:EMMO_b8d05d29_9eea_47db_a20b_0b83ceb6de93 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_2337e25c_3c60_43fc_a8f9_b11a3f974291 ;
Expand Down Expand Up @@ -363,7 +370,7 @@ 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
### https://w3id.org/emmo#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 ;
Expand Down Expand Up @@ -1108,15 +1115,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 (hasInterpreter) o inverse (hasSign) =>hasReferent"""@en
inverse (hasReferent) o inverse (hasInterpreter)=>hasSign"""@en
] .

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

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

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

### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
3 changes: 2 additions & 1 deletion reference/agency.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ This concept covers both intentional and non intentional agency."""@en ;
rdfs:subClassOf :EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877 ;
rdfs:isDefinedBy <https://plato.stanford.edu/entries/agency/#OthKinAgeMenShaColRelArt> ;
skos:prefLabel "CollectiveAgency"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Collective agency occurs when two or more individuals act as a group, in accordance with certain principles or procedures that constitute and organize the group."@en .
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Collective agency occurs when two or more individuals act as a group, in accordance with certain principles or procedures that constitute and organize the group."@en ;
:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The group acting collectively is intended to be represented as an item, meaning that all members of the group should have had at least one causal interaction with another member. The collective action in fact is taken in accordance with certain principles or procedures that constitute and organize the group itself that requires implicitly a causal interaction between members."@en .


### https://w3id.org/emmo#EMMO_8af3b008_0e32_4684_85ab_a52a8e7b6877
Expand Down

0 comments on commit ee586b3

Please sign in to comment.