diff --git a/formal-semantics/index.html b/formal-semantics/index.html index bfba2a3..0a92a9e 100644 --- a/formal-semantics/index.html +++ b/formal-semantics/index.html @@ -39,7 +39,12 @@

Introduction

However, neither the specification of the model (in a text form) nor the vocabulary (in an OWL ontology) accurately describe the behaviour of an ODRL implementation. This specification defines the expected behaviour of an ODRL Evaluator. - Given a collection of ODRL Rules and a particular state of the world, the objective of an ODRL Evaluator is to determine: (i) which Permissions, Prohibitions, and Obligations are active; (ii) which Prohibitions and Obligations have been violated.
+ Given a collection of ODRL policies and 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 Prohibitions and Obligations have been violated.
  4. +
+
The ODRL Evaluator is expected to work in at least these two activities:
  1. Policy monitoring (or compliance checking): given a set of policies and a state of the world, the task to determine whether obligations or prohibitions have been fulfilled or violated by the performance of certain actions, and which permissions have been used.