Skip to content

Commit

Permalink
Updated function in Party #170
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed May 10, 2017
1 parent 20a7992 commit 783081c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion model/config.js
@@ -1,7 +1,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "odrl-model",
publishDate: "2017-05-09",
publishDate: "2017-05-10",
editors: [
{ name: "Renato Iannella",
url: "https://au.linkedin.com/in/riannella",
Expand Down
7 changes: 4 additions & 3 deletions model/index.html
Expand Up @@ -363,10 +363,11 @@ <h3>Party</h3>

<p>A Party has the following properties:</p>
<ul>
<li>A Party MUST have a <code>uid</code> identification of the Party</li>
<li>A Party MUST have the <code>function</code> role fulfilled by a Party.</li>
<li>A Party MAY have a <code>scope</code> defining how the party shall be interpreted under different contexts.</li>
<li>A Party MUST have a <code>uid</code> identifier of the Party</li>
<li>A Party MUST have a <code>function</code> indicating the role undertaken by the Party.</li>
<li>A Party MAY have a <code>scope</code> defining how the Party shall be interpreted under different contexts.</li>
</ul>

<p>The ODRL Information Model does not provide additional metadata for the Party class. It is recommended to use existing metadata standards, such as the W3C vCard Ontology [[vcard-rdf]] or FOAF Vocabulary [[foaf]].</p>


Expand Down

0 comments on commit 783081c

Please sign in to comment.