Skip to content

Commit

Permalink
Updated Abstract and Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Jun 20, 2016
1 parent cfa382c commit d33b9df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
14 changes: 1 addition & 13 deletions model/WD/config.js
Expand Up @@ -18,24 +18,12 @@
previousMaturity: "",
previousPublishDate: "",
previousURI: "",
publishDate: "2016-05-13",
publishDate: "2016-06-20",
edDraftURI: "http://w3c.github.io/poe/model/",
wg: "Permissions & Obligations Expression Working Group",
wgURI: "http://www.w3.org/2016/poe/",
wgPublicList: "public-poe",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/73180/status",
localBiblio: {
"iana-media-types": {
title: "Media Types",
href: "http://www.iana.org/assignments/media-types/",
publisher: "IANA (Internet Assigned Numbers Authority)"
},
"w3c-language-tags": {
title: "Language Tags in HTML and XML",
href: "https://www.w3.org/International/articles/language-tags/",
publisher: "W3C"
}
},
otherLinks: [
{
key: "Repository",
Expand Down
15 changes: 7 additions & 8 deletions model/WD/index.html
Expand Up @@ -12,13 +12,14 @@

<section id="abstract">

<p>A permissions and obligations expression system should provide a flexible and interoperable information model that supports transparent and innovative use and resue of digital content across all sectors and communities. The ODRL Information Model supports the business models of open, educational, government, and commercial communities through profiles that align with their specific requirements whilst retaining a common semantic layer for cross-domain interoperability.</p>
<p>The ODRL permissions and obligations expression language provides a flexible and interoperable information model, vocabulary, and encoding mechanisms for describing statements about digital content usage. The ODRL Information Model describes the underlying concepts, entities, and relationships that form the foundational basis for the semantics of the ODRL statements .</p>


<h2>Relationship to the W3C ODRL Community Group Reports</h2>


<p>The basis for the deliverables for the Permissions &amp; Obligations Expression Working Group are the reports created by the <a href="https://www.w3.org/community/odrl/">W3C ODRL Community Group</a>. The ODRL Community Group has developed a family of specifications to support transparent and innovative use of digital assets in the publishing, distribution and consumption of content. The ODRL specifications have been adpoted by a number of leading industry sectors, such as the <a href="http://technical.openmobilealliance.org/Technical/technical-information/release-program/current-releases/drm-v2-2">Mobile sector</a> and the <a href="http://dev.iptc.org/RightsML">News industry</a>.</p>
<p>The outputs of the ODRL Community Group were the ODRL Version 2.1 specifications that were a major update for ODRL and superseded the original ODRL Version 1.1 [[odrl]] (published as a W3C NOTE)</p>
<p>The basis for the deliverables for the Permissions &amp; Obligations Expression Working Group are the reports created by the <a href="https://www.w3.org/community/odrl/">W3C ODRL Community Group</a>. The ODRL Community Group has developed a family of specifications to support innovative expression of digital asset usage for the publication, distribution and consumption of content services.
The final outputs of the ODRL Community Group were the ODRL Version 2.1 specifications that were a major update for ODRL and superseded the original ODRL Version 1.1 [[odrl]] (published as a W3C NOTE)</p>

<p>The following documents are part of the ODRL Community Group report series:</p>
<ul>
Expand All @@ -31,9 +32,7 @@ <h2>Relationship to the W3C ODRL Community Group Reports</h2>
</ul>

<p>
This specification was derived from the ODRL Community Group's outcomes, and details of the differences are maintained in the <a href="#community">Changes from the ODRL Community Group Reports</a> Appendix.
</p>
<p>All new ODRL implementations are expected to use the deliverables of the Permissions &amp; Obligations Expression Working Group. </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>


Expand All @@ -50,10 +49,10 @@ <h2>Relationship to the W3C ODRL Community Group Reports</h2>
<h2>Introduction</h2>

<p>
The mission of the Permissions &amp; Obligations Expression Working Group is to define a semantic Information Model for expressing permissions and obligations statements for digital content based on the ODRL V2.1 Core Model [[odrl21-model]] (as the baseline information model).
The ODRL Information Model defines the underlying semantic model for permissions and obligations statements describing digital content usage. The information model covers the core concepts, entities and relationships that provide the foundational model for content usage statements.
</p>

<p>The ODRL information model is formally specified using UML notation [[!uml]] and utilises the key words &#8220;MUST&#8221;, &#8220;MAY&#8221;, &#8220;REQUIRED&#8221;, and &#8220;OPTIONAL&#8221; in accordance to [[!RFC2119]]. To make keywords easily distinguishable, this document uses syntax highlighting (formatted coded typeface) to indicate model entities, attributes, and concrete values for the attributes.</p>
<p>The ODRL Information Model is formally specified using UML notation [[!uml]] and utilises the key words &#8220;MUST&#8221;, &#8220;MAY&#8221;, &#8220;REQUIRED&#8221;, and &#8220;OPTIONAL&#8221; in accordance to [[!RFC2119]].</p>

</section>

Expand Down

0 comments on commit d33b9df

Please sign in to comment.