Skip to content

Commit

Permalink
Differentiate goesToAgent/comesFromAgent and hasRecipient/hasGiver
Browse files Browse the repository at this point in the history
Modify definitions and add examples
  • Loading branch information
kstudzin committed Aug 30, 2024
1 parent 5410596 commit 574b094
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,7 @@ gist:comesFromAgent
) ;
] ;
skos:definition "The party that is the source of something (e.g. a message, shipment, etc.)"^^xsd:string ;
skos:example "For a shipment, the delivery driver is the giver and the supplier is the comes from agent"^^xsd:string ;
skos:prefLabel "comes from agent"^^xsd:string ;
skos:scopeNote 'This is not the inverse of gist:goesToAgent. A message can be to someone. If we made it the inverse the person would be "from" the message'^^xsd:string ;
.
Expand Down Expand Up @@ -2612,7 +2613,8 @@ gist:goesToAgent
gist:Person
) ;
] ;
skos:definition "The party that is the recipient of something (e.g. a message, shipment, etc.)"^^xsd:string ;
skos:definition "The party that something (e.g. a message, shipment, etc.) is directed towards"^^xsd:string ;
skos:example "For a savings bond given to a minor, the minor is the goes to agent and their parent/gardian is the recipient."^^xsd:string ;
skos:prefLabel "goes to agent"^^xsd:string ;
skos:scopeNote 'This is not the inverse of gist:comesFromAgent. A message can be from someone. If we made it the inverse the person would be "to" the message'^^xsd:string ;
.
Expand Down Expand Up @@ -2712,6 +2714,7 @@ gist:hasGiver
rdfs:subPropertyOf gist:hasParticipant ;
owl:propertyDisjointWith gist:hasRecipient ;
skos:definition "The active party, the one with the obligation or the one initiating the transfer"^^xsd:string ;
skos:example "For a shipment, the delivery driver is the giver and the supplier is the comes from agent"^^xsd:string ;
skos:prefLabel "has giver"^^xsd:string ;
.

Expand Down Expand Up @@ -2793,7 +2796,8 @@ gist:hasPhysicalLocation
gist:hasRecipient
a owl:ObjectProperty ;
rdfs:subPropertyOf gist:hasParticipant ;
skos:definition "The recipient"^^xsd:string ;
skos:definition "The active party, the one that receives and concludes an obligation or transfer"^^xsd:string ;
skos:example "For a savings bond given to a minor, the minor is the goes to agent and their parent/gardian is the recipient."^^xsd:string ;
skos:prefLabel "has recipient"^^xsd:string ;
.

Expand Down

0 comments on commit 574b094

Please sign in to comment.