diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index f17edfa3..222f3f1b 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -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 ; . @@ -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 ; . @@ -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 ; . @@ -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 ; .