Skip to content

Commit bc48b6c

Browse files
committed
Made changes as suggested, and added examples.
1 parent 931c8fd commit bc48b6c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

ontologies/gistCore.ttl

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,12 @@ gist:Agreement
180180
) ;
181181
] ;
182182
skos:definition "A mutually understood arrangement for two or more parties to make commitments."^^xsd:string ;
183+
skos:example
184+
""^^xsd:integer ,
185+
"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
186+
;
183187
skos:prefLabel "Agreement"^^xsd:string ;
184-
skos:scopeNote "While an agreement has two or more parties, and contains commitments which bind those parties, it is not necessary to instantiate each individual constituent commitment of an agreement."^^xsd:string ;
188+
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 ;
185189
.
186190

187191
gist:Artifact
@@ -342,11 +346,16 @@ gist:Commitment
342346
]
343347
) ;
344348
] ;
345-
skos:definition "A binding intention for a single party to carry out, realize, or execute something."^^xsd:string ;
349+
skos:definition "A binding statement of intent for a party to do something which creates an obligation to another party."^^xsd:string ;
350+
skos:example
351+
"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 ,
352+
"When signing an NDA, the signatory commits to keeping specified information confidential."^^xsd:string
353+
;
346354
skos:prefLabel "Commitment"^^xsd:string ;
347355
skos:scopeNote
348-
"A commitment is strictly unilateral. While something that has been committed to might affect more than one party, the commitment is binding on only one party."^^xsd:string ,
349-
"The deontic motivation which underlies a commitment's being binding may be of any kind, such as legal, moral, contractual, etc."^^xsd:string
356+
"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 ,
357+
"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 ,
358+
"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
350359
;
351360
.
352361

0 commit comments

Comments
 (0)