diff --git a/formal-semantics/index.html b/formal-semantics/index.html index d138496..c4c317e 100644 --- a/formal-semantics/index.html +++ b/formal-semantics/index.html @@ -41,7 +41,8 @@

Introduction

Therefore this specification defines the expected behaviour of an ODRL Evaluator. Namely, given a collection of ODRL policies and a formal description of a particular state of the world, the objective of an ODRL Evaluator is to determine:
    -
  1. Which Permissions, Prohibitions, and Obligations are active;
  2. +
  3. Which Permissions, Prohibitions, and Obligations (collectively named Rules) + are active, i.e. a Rule is said to be active if it is in effect.
  4. Which Prohibitions and Obligations have been violated or fulfilled.
The ODRL Evaluator is expected to work in at least these two activities: @@ -159,9 +160,9 @@

Semantics of Permission, Prohibition, and Obligation

https://www.w3.org/2016/poe/wiki/Evaluator.


- The deontic modalities of Permissions, Prohibitions and Obligations can be represented in ODRL as instances of the classes odrl:Permission, odrl:Prohibition and odrl:Duty.
+ Instances of the class odrl:Duty may have different meanings in ODRL.