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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ gist:Agreement
179
179
]
180
180
) ;
181
181
] ;
182
-
skos:definition "A mutually understood arrangement for two or more parties to make commitments."^^xsd:string ;
182
+
skos:definition "A mutually understood arrangement whereby two or more parties to make commitments."^^xsd:string ;
183
183
skos:example "A gym membership is an agreement in which the member commits to paying the gym a certain amount at a certain frequency, and the gym commits to maintaining and allowing access to their facilities."^^xsd:string ;
184
184
skos:prefLabel "Agreement"^^xsd:string ;
185
185
skos:scopeNote "While an agreement has two or more parties, and contains commitments which bind those parties, it will not be necessary in all contexts to instantiate each individual commitment that is part of an agreement."^^xsd:string ;
@@ -343,16 +343,17 @@ gist:Commitment
343
343
]
344
344
) ;
345
345
] ;
346
-
skos:definition "A binding statement of intent for a party to do something which creates an obligation to another party."^^xsd:string ;
346
+
skos:definition "A promise made by a single party to do something which creates a binding obligation to another party."^^xsd:string ;
347
347
skos:example
348
+
"In the context of ticket sales, a performer makes a single commitment to hold a performance, regardless of how many ticket purchasers there are."^^xsd:string ,
348
349
"Upon selling a treasury bill, the U.S. government makes a commitment to pay the purchaser a stated amount at a stated time."^^xsd:string ,
349
350
"When signing an NDA, the signatory commits to keeping specified information confidential."^^xsd:string
350
351
;
351
352
skos:prefLabel "Commitment"^^xsd:string ;
352
353
skos:scopeNote
353
-
"A commitment is strictly unilateral; i.e., it is binding on only one party. This is in contrast to gist:Agreement, which is a composition of commitments between two or more parties, and is therefore non-unilateral."^^xsd:string ,
354
-
"Commitments are individuated by the actions through which they are fulfilled. For example, if a performer makes a commitment to every ticket purchaser to hold a performance, the commitment is singular because the performer fulfils their obligation with a single act (holding the performance)."^^xsd:string ,
355
-
"The manner in which a commitment is binding may vary. Typically in a business context, we are interested in legally binding commitments, however, it is possible for a commitment to be binding in another way, such as morally binding."^^xsd:string
354
+
"A commitment is strictly unilateral; i.e., it is binding on only one party. This is in contrast to gist:Agreement, which is a composition of commitments between two or more parties, and is therefore multi-lateral."^^xsd:string ,
355
+
"A commitment may create an obligation with multiple obligees, however, regardless of the number of obligee parties, there is only one commitment so long as there is only one obligation."^^xsd:string ,
356
+
"The manner in which a commitment is binding may vary. Typically in a business context, we are interested in legally binding commitments."^^xsd:string
0 commit comments