-
Notifications
You must be signed in to change notification settings - Fork 16
A typo error in Example Use Case of EXAMPLE 21 #309
Description
In the Example Use Case of EXAMPLE 21 stated in section https://www.w3.org/TR/odrl-model/#duty
The phrase
.... then a consequence is that the assigner MUST now also compensate ...
Must be changed to
.... then a consequence is that the assignee MUST now also compensate ...
Context
In section https://www.w3.org/TR/odrl-model/#duty
The Duty class also has these additional requirements:
The Party obligated to perform the duty MUST have the ability to exercise the Duty Action.
The Party obligated to perform the duty MUST satisfy the Duty.
#269
See Example Use Case of EXAMPLE 23 of section https://www.w3.org/TR/odrl-model/#duty-conseq that interprets that the assignee faces the consequence of not performing the Duty.
(Submitted by https://github.com/ksridhar )