You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ontologies/gistCore.ttl
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2176,9 +2176,13 @@ gist:comesFromAgent
2176
2176
gist:Person
2177
2177
) ;
2178
2178
] ;
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 ;
2180
2181
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
+
;
2182
2186
.
2183
2187
2184
2188
gist:comesFromPlace
@@ -2190,7 +2194,8 @@ gist:comesFromPlace
2190
2194
gist:Place
2191
2195
) ;
2192
2196
] ;
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 ;
2194
2199
skos:prefLabel "comes from place"^^xsd:string ;
2195
2200
.
2196
2201
@@ -2612,9 +2617,13 @@ gist:goesToAgent
2612
2617
gist:Person
2613
2618
) ;
2614
2619
] ;
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 ;
2616
2622
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
+
;
2618
2627
.
2619
2628
2620
2629
gist:goesToPlace
@@ -2626,7 +2635,8 @@ gist:goesToPlace
2626
2635
gist:Place
2627
2636
) ;
2628
2637
] ;
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 ;
2630
2640
skos:prefLabel "goes to place"^^xsd:string ;
2631
2641
.
2632
2642
@@ -2711,8 +2721,10 @@ gist:hasGiver
2711
2721
a owl:ObjectProperty ;
2712
2722
rdfs:subPropertyOf gist:hasParticipant ;
2713
2723
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 ;
2715
2726
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 ;
2716
2728
.
2717
2729
2718
2730
gist:hasGoal
@@ -2793,8 +2805,10 @@ gist:hasPhysicalLocation
2793
2805
gist:hasRecipient
2794
2806
a owl:ObjectProperty ;
2795
2807
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 ;
2797
2810
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 ;
0 commit comments