Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sereAbi committed Nov 30, 2016
1 parent 4057974 commit 14ad27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ <h3>Action</h3>
</ul>
<p>As its value, the <code>name</code> attribute MAY take one of a set of <code>Action</code> <em>names</em> which are formally defined in profiles. The ODRL Vocabulary [[!vocab-odrl]] defines a standard set of potential terms that MAY be used. Communities will develop new (or extend existing) profiles to capture additional and refined semantics.</p>

<p><b>Example Use Case</b>: The Party needs to define an Offer policy granting several permissions to the target Asset <code>http://example.com/music:1012</code>, namely the permission to play, to create multiple copies of the Asset that are being concurrently used, and to to perform or exhibit the Asset to an audience.</p>
<p><b>Example Use Case</b>: The Party needs to define an Offer policy granting several permissions about the target Asset <code>http://example.com/music:1012</code>, namely the permission to play, to create multiple copies of the Asset that are being concurrently used, and to to perform or exhibit the Asset to an audience.</p>

<div class="example">
EXAMPLE 11
Expand All @@ -582,8 +582,8 @@ <h3>Action</h3>
<span class="hljs-string">"target"</span>: <span class="hljs-string">"http://example.com/music:1012"</span>,
<span class="hljs-string">"action"</span>: <span class="hljs-string">"http://www.w3.org/ns/odrl/2/play"</span>,
<span class="hljs-string">"action"</span>: <span class="hljs-string">"http://www.w3.org/ns/odrl/2/concurrentUse"</span>,
<span class="hljs-string">"action"</span>: <span class="hljs-string">"http://www.w3.org/ns/odrl/2/present"</span>
}]
<span class="hljs-string">"action"</span>: <span class="hljs-string">"http://www.w3.org/ns/odrl/2/present"</span>
}]
}</pre>
</div>

Expand Down

0 comments on commit 14ad27f

Please sign in to comment.