Skip to content

Commit 3c8dae0

Browse files
authored
Update index.html
1 parent 87e0128 commit 3c8dae0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

formal-semantics/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,22 @@ <h2>Introduction</h2>
9393
<ul> <!-- examples of the state of the world -->
9494
<li>the <code>current time</code> of the state of the world;</li>
9595
<!--<li>Time Range: a tuple of time values that represent a start and an end.</li>-->
96-
<li>temporal entities, like instants or intervals with a start and end time that can be represented by re-using the
96+
97+
<li>temporal entities, like instants or intervals with a start and end time that can be represented by re-using the
9798
<a href="https://www.w3.org/TR/owl-time/">Time Ontology in OWL</a>;</li>
98-
<li> a list of languages from a taxonomy (e.g. <a href="https://www.iso.org/iso-639-language-code#">iso639</a>);</li>
99-
<li> a collection of executed actions, which are described in RDF by specifying at least:
99+
100+
<li> a list of languages from a taxonomy (e.g. <a href="https://www.iso.org/iso-639-language-code#">iso639</a>);</li>
101+
102+
<li> the parties involved in a given state that have a <code>odrl:function</code> within the policies.</li>
103+
104+
<li> a collection of executed actions, which are described in RDF by specifying at least:
100105
<ul>
101106
<li>the <code>type</code> (a list of actions types is available in the
102107
<a href="https://www.w3.org/TR/odrl-vocab/#actionsCommon">ODRL Common Vocabulary</a>); </li>
103108
<li>the agent who is the <code>performer</code> of the action;</li>
104109
<li>the <code>object</code> upon which the action is carried out;</li>
105-
<li>the instant of time at which the action occurs or begins, whcih is represented with the <code>atTime</code> property.</li>
106-
</ul>;</li>
107-
<li> the parties involved in a given state that have a <code>odrl:function</code> within the policies.</li>
110+
<li>the instant of time at which the action occurs or begins, whcih is represented with the <code>atTime</code> property.</li>
111+
</ul></li>
108112
</ul>
109113
<p> The attempted actions are represented at least with their <code>type</code>, <code>performer</code>, and <code>object</code>.</p>
110114

0 commit comments

Comments
 (0)