Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vroddon committed Feb 6, 2024
1 parent baf44bf commit cdd0d79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion formal-semantics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ <h2>Introduction</h2>
<p> <!-- the need for clarifying the semantics, the need for this document -->
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 <b>ODRL Evaluator</b>.
Given a collection of <b>ODRL Rules</b> and a particular state of the world, the objective of an <b>ODRL Evaluator</b> is to determine: (i) which Permissions, Prohibitions, and Obligations are <b>active</b>; (ii) which Prohibitions and Obligations have been <b>violated</b>.<br>
Given a collection of <b>ODRL policies</b> and a particular state of the world, the objective of an <b>ODRL Evaluator</b> is to determine:
<ol>
<li>Which Permissions, Prohibitions, and Obligations are <b>active</b></li>
<li>Which Prohibitions and Obligations have been <b>violated</b>.</li>
</ol>
<br>
The <b>ODRL Evaluator</b> is expected to work in at least these two activities:
<ol>
<li><b>Policy monitoring</b> (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.</li>
Expand Down

0 comments on commit cdd0d79

Please sign in to comment.