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
- Changes to `gist:Commitment`, `gist:Agreement`, `gist:ContingentObligation` and removal of `gist:Obligation`. Issue [#1188](https://github.com/semanticarts/gist/issues/1188).
4
+
- Deleted class `gist:Obligation`.
5
+
- Changed the definition of `gist:Agreement` to no longer reference `gist:Obligation`.
6
+
-`gist:Agreement` is no longer a subclass of gist:Commitment.
7
+
-`gist:Agreement` and `gist:Commitment` are now direct subclasses of `gist:Intention`.
8
+
-`gist:ContingentObligation` is now `gist:ContingentCommitment`, and its definition has been altered to reflect the change in meaning caused by removal of `gist:Obligation` and its now being a direct subclass of `gist:Commitment`.
9
+
10
+
### Minor Updates
11
+
- Changes to `gist:Commitment`, `gist:Agreement`, and removal of `gist:Obligation`. Issue [#1188](https://github.com/semanticarts/gist/issues/1188).
12
+
- Added `skos:scopeNote` to `gist:Commitment` which makes clear the unilateral-ness of the new definition.
13
+
- Added `skos:scopeNote` to `gist:Agreement` which emphasizes that it is not necessary to instantiate every single commitment which makes up an agreement.
14
+
- Added `skos:scopeNote` to `gist:Commitment` which clarifies that commitments might be binding via legal, moral, contractual, or other kinds of deontic force.
skos:definition "Something which two or more People or Organizations mutually commit to do."^^xsd:string ;
183
+
skos:definition "A mutually understood arrangement for two or more parties to make commitments."^^xsd:string ;
183
184
skos:prefLabel "Agreement"^^xsd:string ;
185
+
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 ;
skos:definition "A binding intention for a single party to carry out, realize, or execute something."^^xsd:string ;
344
347
skos:prefLabel "Commitment"^^xsd:string ;
348
+
skos:scopeNote
349
+
"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 ,
350
+
"The deontic motivation which underlies a commitment's being binding may be of any kind, such as legal, moral, contractual, etc."^^xsd:string
351
+
;
345
352
.
346
353
347
354
gist:Component
@@ -514,13 +521,6 @@ gist:ControlledVocabulary
514
521
a owl:Class ;
515
522
owl:intersectionOf (
516
523
gist:Collection
517
-
[
518
-
a owl:Restriction ;
519
-
owl:onProperty [
520
-
owl:inverseOf gist:isMemberOf ;
521
-
] ;
522
-
owl:someValuesFrom gist:Category ;
523
-
]
524
524
[
525
525
a owl:Restriction ;
526
526
owl:onProperty gist:isGovernedBy ;
@@ -532,6 +532,13 @@ gist:ControlledVocabulary
532
532
) ;
533
533
] ;
534
534
]
535
+
[
536
+
a owl:Restriction ;
537
+
owl:onProperty [
538
+
owl:inverseOf gist:isMemberOf ;
539
+
] ;
540
+
owl:someValuesFrom gist:Category ;
541
+
]
535
542
) ;
536
543
] ;
537
544
skos:definition "A collection of terms approved and managed by some organization or person."^^xsd:string ;
@@ -1233,52 +1240,12 @@ gist:NetworkNode
1233
1240
skos:prefLabel "Network Node"^^xsd:string ;
1234
1241
.
1235
1242
1236
-
gist:Obligation
1237
-
a owl:Class ;
1238
-
owl:equivalentClass [
1239
-
a owl:Class ;
1240
-
owl:intersectionOf (
1241
-
gist:Commitment
1242
-
[
1243
-
a owl:Restriction ;
1244
-
owl:onProperty gist:hasGiver ;
1245
-
owl:someValuesFrom [
1246
-
a owl:Class ;
1247
-
owl:unionOf (
1248
-
gist:Organization
1249
-
gist:Person
1250
-
) ;
1251
-
] ;
1252
-
]
1253
-
[
1254
-
a owl:Restriction ;
1255
-
owl:onProperty gist:hasRecipient ;
1256
-
owl:someValuesFrom [
1257
-
a owl:Class ;
1258
-
owl:unionOf (
1259
-
gist:Organization
1260
-
gist:Person
1261
-
) ;
1262
-
] ;
1263
-
]
1264
-
) ;
1265
-
] ;
1266
-
skos:definition "A future commitment from one organization or person to another. Contracts are sets of obligations to do or forbear, or to indemnify or warrant."^^xsd:string ;
1267
-
skos:prefLabel "Obligation"^^xsd:string ;
1268
-
skos:scopeNote "Obligations will often be governed by some Agreement or Offer."^^xsd:string ;
1269
-
.
1270
-
1271
1243
gist:Offer
1272
1244
a owl:Class ;
1273
1245
owl:equivalentClass [
1274
1246
a owl:Class ;
1275
1247
owl:intersectionOf (
1276
1248
gist:ContingentObligation
1277
-
[
1278
-
a owl:Restriction ;
1279
-
owl:onProperty gist:offers ;
1280
-
owl:someValuesFrom gist:CatalogItem ;
1281
-
]
1282
1249
[
1283
1250
a owl:Restriction ;
1284
1251
owl:onProperty gist:hasGiver ;
@@ -1305,6 +1272,11 @@ gist:Offer
1305
1272
) ;
1306
1273
] ;
1307
1274
]
1275
+
[
1276
+
a owl:Restriction ;
1277
+
owl:onProperty gist:offers ;
1278
+
owl:someValuesFrom gist:CatalogItem ;
1279
+
]
1308
1280
[
1309
1281
a owl:Restriction ;
1310
1282
owl:onProperty gist:plannedEndDateTime ;
@@ -1365,24 +1337,19 @@ gist:OrderedMember
1365
1337
owl:equivalentClass [
1366
1338
a owl:Class ;
1367
1339
owl:intersectionOf (
1368
-
[
1369
-
a owl:Restriction ;
1370
-
owl:onProperty gist:providesOrderFor ;
1371
-
owl:someValuesFrom owl:Thing ;
1372
-
]
1373
1340
[
1374
1341
a owl:Class ;
1375
1342
owl:unionOf (
1376
1343
[
1377
1344
a owl:Restriction ;
1378
-
owl:onProperty [
1379
-
owl:inverseOf gist:precedesDirectly ;
1380
-
] ;
1345
+
owl:onProperty gist:precedesDirectly ;
1381
1346
owl:someValuesFrom gist:OrderedMember ;
1382
1347
]
1383
1348
[
1384
1349
a owl:Restriction ;
1385
-
owl:onProperty gist:precedesDirectly ;
1350
+
owl:onProperty [
1351
+
owl:inverseOf gist:precedesDirectly ;
1352
+
] ;
1386
1353
owl:someValuesFrom gist:OrderedMember ;
1387
1354
]
1388
1355
[
@@ -1392,6 +1359,11 @@ gist:OrderedMember
1392
1359
]
1393
1360
) ;
1394
1361
]
1362
+
[
1363
+
a owl:Restriction ;
1364
+
owl:onProperty gist:providesOrderFor ;
1365
+
owl:someValuesFrom owl:Thing ;
1366
+
]
1395
1367
[
1396
1368
a owl:Restriction ;
1397
1369
owl:onProperty gist:isMemberOf ;
@@ -1783,18 +1755,18 @@ gist:SubCountryGovernment
1783
1755
a owl:Class ;
1784
1756
owl:intersectionOf (
1785
1757
gist:GovernmentOrganization
1758
+
[
1759
+
a owl:Restriction ;
1760
+
owl:onProperty gist:isGovernedBy ;
1761
+
owl:someValuesFrom gist:CountryGovernment ;
1762
+
]
1786
1763
[
1787
1764
a owl:Restriction ;
1788
1765
owl:onProperty [
1789
1766
owl:inverseOf gist:isGovernedBy ;
1790
1767
] ;
1791
1768
owl:someValuesFrom gist:GeoRegion ;
1792
1769
]
1793
-
[
1794
-
a owl:Restriction ;
1795
-
owl:onProperty gist:isGovernedBy ;
1796
-
owl:someValuesFrom gist:CountryGovernment ;
1797
-
]
1798
1770
) ;
1799
1771
] ;
1800
1772
skos:definition "A government of a governed geo-region other than a country, which is under the direct or indirect control of a country government."^^xsd:string ;
0 commit comments