Skip to content

Commit d85145c

Browse files
committed
Updated to reflect new comments.
1 parent c1ab35d commit d85145c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ontologies/gistCore.ttl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ gist:Agreement
179179
]
180180
) ;
181181
] ;
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 ;
183183
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 ;
184184
skos:prefLabel "Agreement"^^xsd:string ;
185185
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
343343
]
344344
) ;
345345
] ;
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 ;
347347
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 ,
348349
"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 ,
349350
"When signing an NDA, the signatory commits to keeping specified information confidential."^^xsd:string
350351
;
351352
skos:prefLabel "Commitment"^^xsd:string ;
352353
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
356357
;
357358
.
358359

0 commit comments

Comments
 (0)