Skip to content

Commit b5471ae

Browse files
committed
Update defs, examples, and scope notes
Add release notes
1 parent e915f02 commit b5471ae

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update definitions, examples, and scope notes to differentiate `gist:hasRecipient`/`gist:goesToAgent` andd `gist:hasGiver`/`gist:comesFromAgent`.
2+
Align definitions of `gist:goesToPlace`/`gist:goesToAgent` and `gist:comesFromPlace`/`gist:comesFromAgent`

ontologies/gistCore.ttl

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,9 +2176,13 @@ gist:comesFromAgent
21762176
gist:Person
21772177
) ;
21782178
] ;
2179-
skos:definition "The party that is the source of something (e.g. a message, shipment, etc.)"^^xsd:string ;
2179+
skos:definition "Relates something in motion to the agent that originated the motion."^^xsd:string ;
2180+
skos:example "A package is shipped by a person; a purchase order is sent by an organization."^^xsd:string ;
21802181
skos:prefLabel "comes from agent"^^xsd:string ;
2181-
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 ;
2182+
skos:scopeNote
2183+
"In general, 'gist:comesFromAgent' is intended for when the subject is in motion. However, there is some overlap in when 'gist:hasGiver' and 'gist:comesFromAgent' can be used, such as giving a gift."^^xsd:string ,
2184+
'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
2185+
;
21822186
.
21832187

21842188
gist:comesFromPlace
@@ -2190,7 +2194,8 @@ gist:comesFromPlace
21902194
gist:Place
21912195
) ;
21922196
] ;
2193-
skos:definition "Origin"^^xsd:string ;
2197+
skos:definition "Relates something in motion or something that enables motion to its place of origin."^^xsd:string ;
2198+
skos:example "A letter has a return address indicating its origin; a delivery route originates at a distribution center; a trail originates at the trailhead."^^xsd:string ;
21942199
skos:prefLabel "comes from place"^^xsd:string ;
21952200
.
21962201

@@ -2612,9 +2617,13 @@ gist:goesToAgent
26122617
gist:Person
26132618
) ;
26142619
] ;
2615-
skos:definition "The party that is the recipient of something (e.g. a message, shipment, etc.)"^^xsd:string ;
2620+
skos:definition "Relates something in motion to the agent that receives it, concluding the motion."^^xsd:string ;
2621+
skos:example "A package is sent to a person; a purchase order is recieved by a seller."^^xsd:string ;
26162622
skos:prefLabel "goes to agent"^^xsd:string ;
2617-
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 ;
2623+
skos:scopeNote
2624+
"In general, 'gist:goesToAgent' is intended for when the subject moves. However, there is some overlap in when 'gist:hasRecipient' and 'gist:goesToAgent' can be used, such as recieving a gift."^^xsd:string ,
2625+
'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
2626+
;
26182627
.
26192628

26202629
gist:goesToPlace
@@ -2626,7 +2635,8 @@ gist:goesToPlace
26262635
gist:Place
26272636
) ;
26282637
] ;
2629-
skos:definition "Destination"^^xsd:string ;
2638+
skos:definition "Relates something in motion or something that enables motion to its destination."^^xsd:string ;
2639+
skos:example "A letter has an address indicating its destination; a segment of a delivery route terminates at a delivery location; a trail terminates at an intersection with another trail."^^xsd:string ;
26302640
skos:prefLabel "goes to place"^^xsd:string ;
26312641
.
26322642

@@ -2711,8 +2721,10 @@ gist:hasGiver
27112721
a owl:ObjectProperty ;
27122722
rdfs:subPropertyOf gist:hasParticipant ;
27132723
owl:propertyDisjointWith gist:hasRecipient ;
2714-
skos:definition "The active party, the one with the obligation or the one initiating the transfer"^^xsd:string ;
2724+
skos:definition "Relates something to the participant that originates it."^^xsd:string ;
2725+
skos:example "An offer is made by a giver; an obligation has a giver who is obligated to another person; a gift is presented by the giver."^^xsd:string ;
27152726
skos:prefLabel "has giver"^^xsd:string ;
2727+
skos:scopeNote "In general, 'gist:hasGiver' is intended for when the subject does not move. However, there is some overlap in when 'gist:hasGiver' and 'gist:comesFromAgent' can be used, such as giving a gift."^^xsd:string ;
27162728
.
27172729

27182730
gist:hasGoal
@@ -2793,8 +2805,10 @@ gist:hasPhysicalLocation
27932805
gist:hasRecipient
27942806
a owl:ObjectProperty ;
27952807
rdfs:subPropertyOf gist:hasParticipant ;
2796-
skos:definition "The recipient"^^xsd:string ;
2808+
skos:definition "Relates something to the participant that receives it."^^xsd:string ;
2809+
skos:example "An offer is made to a recipient; an obligation has a recipient to whom another person is obligated; a gift is bestowed upon a recipient."^^xsd:string ;
27972810
skos:prefLabel "has recipient"^^xsd:string ;
2811+
skos:scopeNote "In general, 'gist:hasRecipient' is intended for when the subject does not move. However, there is some overlap in when 'gist:hasRecipient' and 'gist:goesToAgent' can be used, such as recieving a gift."^^xsd:string ;
27982812
.
27992813

28002814
gist:hasSubtrahend

0 commit comments

Comments
 (0)