Skip to content

Commit

Permalink
Updated vCard reference
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Aug 15, 2016
1 parent 967dac4 commit 6913511
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions model/config.js
@@ -1,6 +1,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "odrl-model",
publishDate: "2016-08-15",
editors: [
{ name: "Renato Iannella",
url: "https://au.linkedin.com/in/riannella",
Expand All @@ -16,10 +17,9 @@
}
],
lint: true,
// previousMaturity: "",
// previousPublishDate: "",
// previousURI: "",
publishDate: "2016-07-12",
previousMaturity: "FPWD",
previousPublishDate: "2016-07-21",
previousURI: "https://www.w3.org/TR/2016/WD-odrl-model-20160721/",
edDraftURI: "https://w3c.github.io/poe/model/",
wg: "Permissions & Obligations Expression Working Group",
wgURI: "https://www.w3.org/2016/poe/",
Expand Down
7 changes: 4 additions & 3 deletions model/index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>ODRL Information Model</title>
Expand Down Expand Up @@ -54,8 +54,9 @@ <h2>Relationship to the W3C ODRL Community Group Reports</h2>
<p>
The ODRL Information Model was derived from the ODRL V2.1 Core Model Community Group report. Details of the differences between the W3C Working Group deliverables and the ODRL Community Group Reports are maintained in the <a href="#community">Appendix</a>. All new ODRL implementations are expected to use the deliverables of the Permissions &amp; Obligations Expression Working Group. </p>
</section>

<section id="conformance"></section>

<section id="infoModel">
<h2>Information Model</h2>

Expand Down Expand Up @@ -230,7 +231,7 @@ <h3>Party</h3>
<li><code>uid</code>: the unique identification of the party (REQUIRED)</li>
<li><code>scope</code>: defines how the role shall be interpreted under different contexts. (OPTIONAL)</li>
</ul>
<p>The ODRL Information Model does not provide additional metadata for the <code>Party</code> element. It is recommended to use already existing metadata standards, such as vCard [[RFC6350]], that are appropriate to the <code>Party</code> type or purpose.</p>
<p>The ODRL Information Model does not provide additional metadata for the <code>Party</code> element. It is recommended to use already existing metadata standards, such as [[vcard-rdf]], that are appropriate to the <code>Party</code> type or purpose.</p>
<p>The <code>Role</code> entity is used to associate the <code>Party</code> entity with the relevant <code>Permission</code>, <code>Prohibition</code>, and <code>Duty</code> entities.</p>

<section id="role">
Expand Down

0 comments on commit 6913511

Please sign in to comment.