Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fornaran authored Oct 25, 2024
1 parent 1f2b9fb commit e0af840
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions formal-semantics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,20 @@ <h2>Semantics of Permissions, Prohibitions, and Obligations</h2>
Constraint, State of the World, and attempted action.
Here follows a list of properties (with their possible values) needed by the ODRL Evaluator:</p>
<ul> <!-- attributes of the main objects -->
<li>Permission, Prohibition, and Obligation, <!-- and Condition --> have a property called
<li>Permission, Prohibition, Obligation, and Condition (Duty) have a property called
<b>activation state</b>, which can take the values of <b>active</b> or <b>inactive</b>.</li>

<li>Prohibition and Obligation <!-- and Condition --> have a property called <b>deontic state</b>,
<li>Prohibition, Obligation, and Condition (Duty) have a property called <b>deontic state</b>,
which can take the values of <b>not-set</b>, or <b>violated</b>, or <b>fulfilled</b>.
They can become violated or fulfilled only when they are active.</li>
They can become violated or fulfilled only when they are active.
<!-- For Prohibitions the deontic state is a multivalue state because everytime an active prohibition
is violated the deontic state is used for registering that an specific action
has violated the Prohibition that remains active and can be violated by another action.
For obligations is different because by default the obliged action has to be performed only once if the counter is equale to 1.
For Conditions (Duties) ....
-->

</li>

<li>Constraint (connected to the Rule using the odrl:constraint property) has a property called
<b>satisfaction state</b> which can take the values of <b>satisfied</b> or <b>not-satisfied</b>.
Expand Down

0 comments on commit e0af840

Please sign in to comment.