Skip to content

Commit

Permalink
Updated odrl profile URI usage #272
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Oct 27, 2017
1 parent a69c771 commit b95069d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3>Policy Class</h3>
<li>Only use terms defined in the ODRL Core Vocabulary [[!odrl-vocab]], or</li>
<li>Use an ODRL Profile that declares the supported vocabulary used by expressions in the Policy.</li>
</ul>
<p>In the former case, the profile property MUST NOT be used. In the latter case, the profile property MUST be used to indicate the IRIs of the ODRL Profile(s).
<p>In the latter case, the profile property MUST be used to indicate the IRIs of the ODRL Profile(s).
See the <a href="#profile">ODRL Profiles</a> section for more details on mechanisms to define ODRL Profiles and conformance requirements. (The Examples in this document will use ODRL Profile identifiers for illustrative purposes only.) </p>


Expand Down Expand Up @@ -1724,7 +1724,7 @@ <h3>ODRL Profile Purpose</h3>
<section id="profile-conformance">
<h3>ODRL Profile Conformance</h3>
<p>
In an ODRL Policy, the <code>profile</code> property MUST be specified to indicate the identifier (IRI) of the ODRL Profile for which the Policy expression conforms to. There MAY be multiple identifiers used to indicate that an ODRL Policy conforms to multiple ODRL Profiles.</p>
If an ODRL Policy conforms to an ODRL Profile, then the <code>profile</code> property MUST be specified to indicate the identifier (IRI) of the ODRL Profile. There MAY be multiple identifiers used to indicate that an ODRL Policy conforms to multiple ODRL Profiles.</p>
<p>When an ODRL Profile(s) is used in an ODRL Policy, an ODRL Processing system MUST understand the semantics of the identified ODRL Profile(s). If the ODRL Processing system does not recognise the ODRL Profile identifier(s) then it MUST stop processing the policy. </p>


Expand Down Expand Up @@ -1985,9 +1985,9 @@ <h3>Changes from Previous Versions</h3>

<li>Clarified the processing rules for conflicting Rules <a href="https://github.com/w3c/poe/issues/270"> (Issue#270)</a></li>

<li>Adding disjoint class rules for Policy subclasses <a href="https://github.com/w3c/poe/issues/271"> (Issue#271)</a></li>

<li>Added disjoint class rules for Policy subclasses <a href="https://github.com/w3c/poe/issues/271"> (Issue#271)</a></li>

<li>Clarified use of ODRL Core Profile URI <a href="https://github.com/w3c/poe/issues/272"> (Issue#272)</a></li>
</ul>

</section>
Expand Down

0 comments on commit b95069d

Please sign in to comment.