Updates for ODRL 2.1
authorMo McRoberts <mo.mcroberts@bbc.co.uk>
Mon, 10 Nov 2014 09:02:53 +0000
changeset 55 81cc37d6421d
parent 54 74bd5f9114fb
child 56 c42b4c214552
child 58 64c700f1e077
Updates for ODRL 2.1
2/Makefile
2/ODRL21.html
2/ODRL21.nt
2/ODRL21.rdf
2/ODRL21.ttl
2/template21.phtml
classes.php
phpspecgen.php
--- a/2/Makefile	Tue Nov 04 14:09:25 2014 +0000
+++ b/2/Makefile	Mon Nov 10 09:02:53 2014 +0000
@@ -20,5 +20,5 @@
 ODRL20.html: ODRL20.ttl ../phpspecgen.php ../classes.php template.phtml
 	php -f ../phpspecgen.php $< '$(NSURI)' > $@
 
-ODRL21.html: ODRL21.ttl ../phpspecgen.php ../classes.php template.phtml
-	php -f ../phpspecgen.php $< '$(NSURI)' > $@
+ODRL21.html: ODRL21.ttl ../phpspecgen.php ../classes.php template21.phtml
+	php -f ../phpspecgen.php $< '$(NSURI)' 'template21.phtml' > $@
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2/ODRL21.html	Mon Nov 10 09:02:53 2014 +0000
@@ -0,0 +1,2133 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>Open Digital Rights Language (ODRL) Ontology</title>
+	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="local.css">
+	<link rel="alternate" type="text/turtle" href="ODRL21.ttl">
+	<link rel="alternate" type="application/rdf+xml" href="ODRL21.rdf">
+	<link rel="alternate" type="application/xml" href="ODRL21.xsd">
+	<link rel="alternate" type="text/plain" href="ODRL21.nt">
+	<link rel="alternate" type="application/json" href="ODRL21.json">	
+</head>
+<body>
+<h1>Open Digital Rights Language (ODRL) Ontology</h1>
+<em>The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media.</em>
+<dl>
+<dt>Latest Version</dt><dd><a href="http://www.w3.org/ns/odrl/2/">http://www.w3.org/ns/odrl/2/</a></dd>
+<dt>Date</dt><dd>2014-11-10</dd>
+<dt>Revision</dt><dd>2.1</dd>
+<dt>Authors</dt><dd>Mo McRoberts (BBC), Víctor Rodríguez Doncel (OEG-UPM)</dd>
+<dt>Contributors</dt><dd>ODRL Community Group</dd>
+</dl>
+
+<h2 id="sec-status">Status of this document</h2>
+<p>This FINAL DRAFT specification was published by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards Track. Please note that under the <a href="http://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a> there is a limited opt-out and other conditions apply. Learn more about <a href="http://www.w3.org/community/">W3C Community and Business Groups</a>.</p>
+
+<p>The <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> publishes a Final Specification to indicate that the document is believed to be mature and stable for implementation by the wider community. This Draft Specification is not yet endorsed by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> as appropriate for widespread deployment and that promotes the Community Groups’s mission.</p>
+
+<p>Discussion and feedback of this document takes place on the W3C ODRL Community Group mailing list (see <a href="http://lists.w3.org/Archives/Public/public-odrl-contrib/">Contributor Archive</a>). Feedback from the public is encouraged and can be send to <a href="mailto:public-odrl@w3.org">public-odrl@w3.org</a> (see <a href="http://lists.w3.org/Archives/Public/public-odrl/">Public Archive</a>).</p>
+
+<p>Copyright © 2014 the Contributors to the Final Specification, published by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> under the <a href="http://www.w3.org/community/about/agreements/final/">W3C Community Final Specification Agreement (FSA)</a>. A human-readable summary is <a href="http://www.w3.org/community/about/agreements/fsa-deed/">available</a>.</p>
+
+<h2 id="sec-ns">Namespace URI</h2>
+<p>
+	The namespace URI for ODRL 2.1 is <a href="http://www.w3.org/ns/odrl/2/"><code>http://www.w3.org/ns/odrl/2/</code></a>.
+</p>
+<h2 id="sec-alternates">Alternative serialisations</h2>
+<p>
+	The ODRL 2 vocabulary is published both in human- and machine-readable forms. A <code>GET</code> request made to the canonical namespace URI will cause <a href="http://www.w3.org/blog/2006/02/content-negotiation/">HTTP Content Negotiation</a> to occur, which means that the most appropriate variant will be served according to your request. However, if you explicitly wish to retrieve a particular serialisation, you can also do so using the following URLs:
+</p>
+<dl>
+	<dt><a href="ODRL21.html">ODRL20.html</a></dt>
+	<dd>HTML (this document)</dd>
+
+	<dt><a href="ODRL21.ttl">ODRL21.ttl</a></dt>
+	<dd>RDF (Turtle)</dd>
+
+	<dt><a href="ODRL21.rdf">ODRL21.rdf</a></dt>
+	<dd>RDF/XML</dd>
+	
+	<dt><a href="ODRL21.nt">ODRL21.nt</a></dt>
+	<dd>RDF (N-Triples)</dd>
+	
+	<dt><a href="ODRL21.xsd">ODRL21.xsd</a></dt>
+	<dd>XML Schema Definition</dd>
+
+	<dt><a href="ODRL21.json">ODRL21.json</a></dt>
+	<dd>JSON Schema Definition</dd>
+</dl>
+
+<h2 id="sec-toc">Table of Contents</h2>
+<ol class="toc">
+<li><a href="#sec-summary"><span class="secno">1</span> Summary of Terms</a></li>
+<li><a href="#sec-groups"><span class="secno">2</span> Groups</a></li>
+<li><a href="#sec-examples"><span class="secno">3</span> Examples of use</a>
+	<ol class="toc">
+		<li><a href="#sec-example-1"><span class="secno">3.1</span> Set</a></li>
+		<li><a href="#sec-example-2"><span class="secno">3.2</span> Offer</a></li>
+		<li><a href="#sec-example-3"><span class="secno">3.3</span> Agreement</a></li>
+		<li><a href="#sec-example-4"><span class="secno">3.4</span> Request</a></li>
+		<li><a href="#sec-example-5"><span class="secno">3.5</span> Ticket</a></li>
+		<li><a href="#sec-example-6"><span class="secno">3.6</span> Offer and next policy</a></li>
+		<li><a href="#sec-example-7"><span class="secno">3.7</span> Privacy policy</a></li>
+		<li><a href="#sec-example-8"><span class="secno">3.8</span> Permission and prohibition</a></li>
+		<li><a href="#sec-example-9"><span class="secno">3.9</span> Inheritance</a></li>
+		<li><a href="#sec-example-10"><span class="secno">3.10</span> Social network</a></li>
+		<li><a href="#sec-example-11"><span class="secno">3.11</span> Multiple assets</a></li>		
+	</ol>
+</li>
+<li><a href="#sec-classes"><span class="secno">4</span> Classes</a></li>
+<li><a href="#sec-properties"><span class="secno">5</span> Properties</a></li>
+<li><a href="#sec-concept-schemes"><span class="secno">6</span> Concept schemes</a></li>
+<li><a href="#sec-concepts"><span class="secno">7</span> Concepts</a></li>
+<li><a href="#sec-named-individuals"><span class="secno">8</span> Named individuals</a></li>
+<li><a href="#sec-examples"><span class="secno">9</span> Acknowledgements</a></li>
+<li><a href="#sec-examples"><span class="secno">10</span> References</a></li>
+</ol>
+
+<h2 id="sec-summary">Summary of Terms</h2>
+<p>This vocabulary defines 24 classes, 56 properties, one concept scheme, 60 concepts and 17 named individuals.</p>
+<dl><dt>Classes</dt><dd><a href="#term-Action">Action</a>&nbsp;| <a href="#term-Agreement">Agreement</a>&nbsp;| <a href="#term-All">All</a>&nbsp;| <a href="#term-AllConnections">AllConnections</a>&nbsp;| <a href="#term-AllGroups">AllGroups</a>&nbsp;| <a href="#term-All2ndConnections">All2ndConnections</a>&nbsp;| <a href="#term-Asset">Asset</a>&nbsp;| <a href="#term-ConflictTerm">ConflictTerm</a>&nbsp;| <a href="#term-Constraint">Constraint</a>&nbsp;| <a href="#term-Duty">Duty</a>&nbsp;| <a href="#term-Group">Group</a>&nbsp;| <a href="#term-Individual">Individual</a>&nbsp;| <a href="#term-Offer">Offer</a>&nbsp;| <a href="#term-Operator">Operator</a>&nbsp;| <a href="#term-Party">Party</a>&nbsp;| <a href="#term-Permission">Permission</a>&nbsp;| <a href="#term-Policy">Policy</a>&nbsp;| <a href="#term-Privacy">Privacy</a>&nbsp;| <a href="#term-Prohibition">Prohibition</a>&nbsp;| <a href="#term-Request">Request</a>&nbsp;| <a href="#term-Rule">Rule</a>&nbsp;| <a href="#term-Set">Set</a>&nbsp;| <a href="#term-Ticket">Ticket</a>&nbsp;| <a href="#term-UndefinedTerm">UndefinedTerm</a></dd><dt>Properties</dt><dd><a href="#term-systemDevice">systemDevice</a>&nbsp;| <a href="#term-absolutePosition">absolutePosition</a>&nbsp;| <a href="#term-absoluteSize">absoluteSize</a>&nbsp;| <a href="#term-action">action</a>&nbsp;| <a href="#term-assignee">assignee</a>&nbsp;| <a href="#term-assigner">assigner</a>&nbsp;| <a href="#term-attributedParty">attributedParty</a>&nbsp;| <a href="#term-conflict">conflict</a>&nbsp;| <a href="#term-consentingParty">consentingParty</a>&nbsp;| <a href="#term-constraint">constraint</a>&nbsp;| <a href="#term-count">count</a>&nbsp;| <a href="#term-dateTime">dateTime</a>&nbsp;| <a href="#term-deliveryChannel">deliveryChannel</a>&nbsp;| <a href="#term-device">device</a>&nbsp;| <a href="#term-duty">duty</a>&nbsp;| <a href="#term-elapsedTime">elapsedTime</a>&nbsp;| <a href="#term-event">event</a>&nbsp;| <a href="#term-fileFormat">fileFormat</a>&nbsp;| <a href="#term-function">function</a>&nbsp;| <a href="#term-industry">industry</a>&nbsp;| <a href="#term-informedParty">informedParty</a>&nbsp;| <a href="#term-inheritAllowed">inheritAllowed</a>&nbsp;| <a href="#term-inheritFrom">inheritFrom</a>&nbsp;| <a href="#term-language">language</a>&nbsp;| <a href="#term-media">media</a>&nbsp;| <a href="#term-meteredTime">meteredTime</a>&nbsp;| <a href="#term-operator">operator</a>&nbsp;| <a href="#term-output">output</a>&nbsp;| <a href="#term-compensatedParty">compensatedParty</a>&nbsp;| <a href="#term-payAmount">payAmount</a>&nbsp;| <a href="#term-percentage">percentage</a>&nbsp;| <a href="#term-permission">permission</a>&nbsp;| <a href="#term-product">product</a>&nbsp;| <a href="#term-profile">profile</a>&nbsp;| <a href="#term-prohibition">prohibition</a>&nbsp;| <a href="#term-proximity">proximity</a>&nbsp;| <a href="#term-purpose">purpose</a>&nbsp;| <a href="#term-recipient">recipient</a>&nbsp;| <a href="#term-relation">relation</a>&nbsp;| <a href="#term-relativePosition">relativePosition</a>&nbsp;| <a href="#term-relativeSize">relativeSize</a>&nbsp;| <a href="#term-resolution">resolution</a>&nbsp;| <a href="#term-rightOperand">rightOperand</a>&nbsp;| <a href="#term-spatial">spatial</a>&nbsp;| <a href="#term-status">status</a>&nbsp;| <a href="#term-system">system</a>&nbsp;| <a href="#term-target">target</a>&nbsp;| <a href="#term-timeInterval">timeInterval</a>&nbsp;| <a href="#term-timedCount">timedCount</a>&nbsp;| <a href="#term-trackingParty">trackingParty</a>&nbsp;| <a href="#term-undefined">undefined</a>&nbsp;| <a href="#term-dataType">dataType</a>&nbsp;| <a href="#term-version">version</a>&nbsp;| <a href="#term-virtualLocation">virtualLocation</a></dd><dt>Concept schemes</dt><dd><a href="#term-actions">actions</a></dd><dt>Concepts</dt><dd><a href="#term-acceptTracking">acceptTracking</a>&nbsp;| <a href="#term-adHocShare">adHocShare</a>&nbsp;| <a href="#term-aggregate">aggregate</a>&nbsp;| <a href="#term-annotate">annotate</a>&nbsp;| <a href="#term-anonymize">anonymize</a>&nbsp;| <a href="#term-append">append</a>&nbsp;| <a href="#term-appendTo">appendTo</a>&nbsp;| <a href="#term-archive">archive</a>&nbsp;| <a href="#term-attachPolicy">attachPolicy</a>&nbsp;| <a href="#term-attachSource">attachSource</a>&nbsp;| <a href="#term-attribute">attribute</a>&nbsp;| <a href="#term-commercialize">commercialize</a>&nbsp;| <a href="#term-compensate">compensate</a>&nbsp;| <a href="#term-concurrentUse">concurrentUse</a>&nbsp;| <a href="#term-copy">copy</a>&nbsp;| <a href="#term-delete">delete</a>&nbsp;| <a href="#term-derive">derive</a>&nbsp;| <a href="#term-digitize">digitize</a>&nbsp;| <a href="#term-display">display</a>&nbsp;| <a href="#term-distribute">distribute</a>&nbsp;| <a href="#term-ensureExclusivity">ensureExclusivity</a>&nbsp;| <a href="#term-execute">execute</a>&nbsp;| <a href="#term-export">export</a>&nbsp;| <a href="#term-extract">extract</a>&nbsp;| <a href="#term-extractChar">extractChar</a>&nbsp;| <a href="#term-extractPage">extractPage</a>&nbsp;| <a href="#term-extractWord">extractWord</a>&nbsp;| <a href="#term-give">give</a>&nbsp;| <a href="#term-grantUse">grantUse</a>&nbsp;| <a href="#term-include">include</a>&nbsp;| <a href="#term-index">index</a>&nbsp;| <a href="#term-inform">inform</a>&nbsp;| <a href="#term-install">install</a>&nbsp;| <a href="#term-lease">lease</a>&nbsp;| <a href="#term-lend">lend</a>&nbsp;| <a href="#term-license">license</a>&nbsp;| <a href="#term-modify">modify</a>&nbsp;| <a href="#term-move">move</a>&nbsp;| <a href="#term-nextPolicy">nextPolicy</a>&nbsp;| <a href="#term-obtainConsent">obtainConsent</a>&nbsp;| <a href="#term-pay">pay</a>&nbsp;| <a href="#term-play">play</a>&nbsp;| <a href="#term-present">present</a>&nbsp;| <a href="#term-preview">preview</a>&nbsp;| <a href="#term-print">print</a>&nbsp;| <a href="#term-read">read</a>&nbsp;| <a href="#term-reproduce">reproduce</a>&nbsp;| <a href="#term-reviewPolicy">reviewPolicy</a>&nbsp;| <a href="#term-secondaryUse">secondaryUse</a>&nbsp;| <a href="#term-sell">sell</a>&nbsp;| <a href="#term-share">share</a>&nbsp;| <a href="#term-shareAlike">shareAlike</a>&nbsp;| <a href="#term-textToSpeech">textToSpeech</a>&nbsp;| <a href="#term-transform">transform</a>&nbsp;| <a href="#term-translate">translate</a>&nbsp;| <a href="#term-uninstall">uninstall</a>&nbsp;| <a href="#term-use">use</a>&nbsp;| <a href="#term-watermark">watermark</a>&nbsp;| <a href="#term-write">write</a>&nbsp;| <a href="#term-writeTo">writeTo</a></dd><dt>Named individuals</dt><dd><a href="#term-eq">eq</a>&nbsp;| <a href="#term-gt">gt</a>&nbsp;| <a href="#term-gteq">gteq</a>&nbsp;| <a href="#term-hasPart">hasPart</a>&nbsp;| <a href="#term-ignore">ignore</a>&nbsp;| <a href="#term-invalid">invalid</a>&nbsp;| <a href="#term-isA">isA</a>&nbsp;| <a href="#term-isAllOf">isAllOf</a>&nbsp;| <a href="#term-isAnyOf">isAnyOf</a>&nbsp;| <a href="#term-isNoneOf">isNoneOf</a>&nbsp;| <a href="#term-isPartOf">isPartOf</a>&nbsp;| <a href="#term-lt">lt</a>&nbsp;| <a href="#term-lteq">lteq</a>&nbsp;| <a href="#term-neq">neq</a>&nbsp;| <a href="#term-perm">perm</a>&nbsp;| <a href="#term-prohibit">prohibit</a>&nbsp;| <a href="#term-support">support</a></dd></dl>
+<h2 id="sec-groups">Groups</h2>
+<p>Some terms can be organised into logical groups, as shown below:</p>
+<p class="diagram">
+	<img src="diagram.png" alt="ODRL 2.0 Ontology diagram">
+</p>
+<table>
+	<thead>
+		<tr>
+			<th scope="col">Group</th>
+			<th scope="col">Expressed as</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Policy types</td>
+			<td><a href="#term-Policy">Sub-classes of Policy</a></td>
+		</tr>
+		<tr>
+			<td>Actions</td>
+			<td><a href="#term-Action">Instances of Action</a></td>
+		</tr>
+		<tr>
+			<td>Operators</td>
+			<td><a href="#term-Operator">Instances of Operator</a></td>
+		</tr>
+		<tr>
+			<td>Operands</td>
+			<td><a href="#term-rightOperand">Sub-properties of rightOperand</a></td>
+		</tr>
+		<tr>
+			<td>Functions</td>
+			<td><a href="#term-function">Sub-properties of function</a></td>
+		</tr>
+		<tr>
+			<td>Scopes</td>
+			<td><a href="#term-Party">Sub-classes of Party</a></td>
+		</tr>
+		<tr>
+			<td>Conflict-handling terms</td>
+			<td><a href="#term-ConflictTerm">Instances of ConflictTerm</a></td>
+		</tr>
+		<tr>
+			<td>Unsupported action-handling terms</td>
+			<td><a href="#term-UndefinedTerm">Instances of UndefinedTerm</a></td>
+		</tr>
+	</tbody>
+</table>
+
+<h2 id="sec-examples">Examples of use</h2>
+<p>
+	The examples in this section are RDF expressions of the scenarios provided
+	by the <a href="http://www.w3.org/community/odrl/two/model/#section-3">ODRL Version 2.0 Core Model</a>.
+</p>
+<h3 id="sec-example-1">Set</h3>
+<p>
+	The following shows an instance of a <a href="#term-Set">set</a> <a href="#term-Policy">policy</a>. The set shows a policy expression, stating that the <a href="#term-Asset">asset</a>, <code>http://example.com/asset:9898</code>, is the target of the <a href="#term-Permission">permission</a> to <a href="#term-reproduce">reproduce</a> and the <a href="#term-Prohibition">prohibition</a> to <a href="#term-modify">modify</a>.
+</p>
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:0099&gt;
+	a odrl:Set;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:target &lt;http://example.com/asset:9898&gt; ;
+		odrl:action odrl:reproduce
+	] ;
+	odrl:prohibition [
+		a odrl:Prohibition ;
+		odrl:target &lt;http://example.com/asset:9898&gt; ;
+		odrl:action odrl:modify
+	] .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1.nt">N-Triples</a>.</p>
+<p>Because all of the <a href="#term-Rule">rules</a> associated with this policy have the same target, and do not have any <a href="#term-constraint">constraints</a> or <a href="#term-duty">duties</a> (requirements), one may abbreviate the expression of the policy and use the Dublin Core <a href="http://purl.org/dc/terms/rights">rights</a> or <a href="http://purl.org/dc/terms/license">license</a> predicates to associate the asset with that policy:</p>
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+@prefix dct: &lt;http://purl.org/dc/terms/&gt; .
+
+&lt;http://example.com/asset:9898&gt; dct:license &lt;http://example.com/policy:0099&gt; .
+
+&lt;http://example.com/policy:0099&gt;
+	a odrl:Set;
+	odrl:permission odrl:reproduce ;
+	odrl:prohibition odrl:modify .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1a.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1a.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example1a.nt">N-Triples</a>.</p>
+<h3 id="sec-example-2">Offer</h3>
+<p>
+	The following shows the instance of an <a href="#term-Offer">offer</a> policy. The offer contains the music file <code>http://example.com/music:4545</code> that is offered by the <a href="#term-Party">party</a> <code>http://example.com/sony:10</code> with the permissions to <a href="#term-play">play</a> and copy the file. The permission to copy is only granted once. The two permissions are offered in exchange for a payment of <code>AUD$0.50</code>.
+</p>
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:0231&gt;
+	a odrl:Offer ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:target &lt;http://example.com/music:4545&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:action odrl:play ;
+		odrl:duty _:requirements
+	] ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:target &lt;http://example.com/music:4545&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:action odrl:copy ;
+		odrl:duty _:requirements ;
+		odrl:constraint [
+			a odrl:Constraint ;
+			odrl:count 1 ;
+			odrl:operator odrl:lteq
+		]
+	] .
+
+_:requirements
+	a odrl:Duty ;
+	odrl:action odrl:pay ;
+	odrl:target &lt;http://example.com/ubl:AUD0.50&gt; .
+
+&lt;http://example.com/sony:10&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example2.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example2.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example2.nt">N-Triples</a>.</p>
+<h3 id="sec-example-3">Agreement</h3>
+
+<p>
+	The following shows the instance of an <a href="#term-Agreement">agreement</a> policy. The agreement contains all entities shown in the offer scenario above. A new party, <code>http://example.com/billie:888</code> has been added. This party accepted the previous offer and thus is now the buyer of the permission play and copy: i.e. they are now linked as <a href="#term-assignee">assignee</a> of the permissions and duty entities.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:9001&gt;
+	a odrl:Agreement ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:target &lt;http://example.com/music:4545&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:assignee &lt;http://example.com/billie:888&gt; ;
+		odrl:action odrl:play ;
+		odrl:duty _:requirements
+	] ;
+	odrl:permission [
+		odrl:target &lt;http://example.com/music:4545&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:assignee &lt;http://example.com/billie:888&gt; ;
+		odrl:action odrl:copy ;
+		odrl:duty _:requirements ;
+		odrl:constraint [
+			a odrl:Constraint ;
+			odrl:count 1 ;
+			odrl:operator odrl:lteq
+		]
+	] .
+
+_:requirements
+	a odrl:Duty ;
+	odrl:action odrl:pay ;
+	odrl:target &lt;http://example.com/ubl:AUD0.50&gt; .
+
+&lt;http://example.com/sony:10&gt; a odrl:Party .
+&lt;http://example.com/billie:888&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example3.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example3.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example3.nt">N-Triples</a>.</p>
+<h3 id="sec-example-4">Request</h3>
+
+<p>
+	The following shows the instance of a <a href="#term-Request">request</a> policy. The party <code>http://example.com/guest:0589</code> has requested the permission to <a href="#term-display">display</a> the target asset, <code>http://example.com/news:0099</code>.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:04311&gt;
+	a odrl:Request ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:display ;
+		odrl:assignee &lt;http://example.com/guest:0589&gt; ;
+		odrl:target &lt;http://example.com/news:0099&gt;
+	] .
+
+&lt;http://example.com/guest:0589&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example4.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example4.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example4.nt">N-Triples</a>.</p>
+<h3 id="sec-example-5">Ticket</h3>
+
+<p>
+	The following shows the instance of a <a href="#term-Ticket">ticket</a> policy. The ticket expresses the play permission for the target asset, <code>http://example.com/game:4589</code>. The ticket is valid <a href="#term-dateTime">until the end of the year</a> <code>2010</code>. Any valid holder of this ticket may exercise this permission.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+
+&lt;http://example.com/policy:0811&gt;
+	a odrl:Ticket ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:play ;
+		odrl:target &lt;http://example.com/game:4589&gt; ;
+		odrl:constraint [
+			a odrl:Constraint ;
+			odrl:operator odrl:lteq ;
+			odrl:dateTime &quot;2010-12-31&quot;^^xsd:date
+		]
+	] .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example5.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example5.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example5.nt">N-Triples</a>.</p>
+<h3 id="sec-example-6">Offer and next policy</h3>
+
+<p>
+	The following shows the instance of an <a href="#term-Offer">offer</a> policy showing the <a href="#term-nextPolicy">next-policy</a> structure.
+</p>
+	
+<p>
+	The party <code>http://example.com/sony:99</code> assigns the permission distribute directly to the potential buyer of the permission who will pay <code>€1,000</code>. The distribute permission is also constrained to the country <code>Italy</code>. The potential assignee may then distribute the target asset according to the next-policy target asset linked directly from this duty. In this case, the next policy asset stipulates that the potential assignee may only offer the display permission to downstream consumers.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:5531&gt;
+	a odrl:Offer ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:distribute ;
+		odrl:target &lt;http://example.com/wallpaper:2321&gt; ;
+		odrl:assigner &lt;http://example.com/sony:99&gt; ;
+		odrl:constraint [
+			a odrl:Constraint ;
+			odrl:operator odrl:eq ;
+			odrl:spatial &lt;http://ontologi.es/place/IT&gt;
+		] ;
+		odrl:duty &lt;http://example.com/duty:01&gt;, &lt;http://example.com/duty:02&gt;
+	] .
+
+&lt;http://example.com/duty:01&gt;
+	a odrl:Duty ;
+	odrl:action odrl:pay ;
+	odrl:target &lt;http://example.com/ubl:EU1000.00&gt; .
+
+&lt;http://example.com/duty:02&gt;
+	a odrl:Duty ;
+	odrl:action odrl:nextPolicy ;
+	odrl:target &lt;http://example.com/policy:7777&gt; .
+
+&lt;http://example.com/policy:7777&gt;
+	a odrl:Set ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:display ;
+		odrl:target &lt;http://example.com/wallpaper:2321&gt;
+	] .
+
+&lt;http://example.com/sony:99&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example6.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example6.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example6.nt">N-Triples</a>.</p>
+<h3 id="sec-example-7">Privacy policy</h3>
+
+<p>The following shows the instance of a <a href="#term-Privacy">privacy</a> policy.</p>
+
+<p>The target asset is personal data and the assignee is allowed to distribute the asset only for the purpose of contacting the subject of the personal data. The purpose value is taken from the <a href="http://www.w3.org/TR/P3P11/#PURPOSE">P3P privacy purpose vocabulary</a>.</p>
+
+<p>Additionally, the assigner (the party who the personal data is about) has stipulated that the assignee must delete the asset after a <code>30 day period</code> (retention policy).</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+@prefix p3p: &lt;http://www.w3.org/2002/01/p3prdfv1#&gt; .
+@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+
+&lt;http://example.com/policy:1111&gt;
+	a odrl:Privacy ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:distribute ;
+		odrl:target &lt;http://example.com/billie:888:personal-data&gt; ;
+		odrl:assigner &lt;http://example.com/billie:888&gt; ;
+		odrl:assignee &lt;http://example.com/gov:health:au&gt; ;
+		odrl:duty [
+			a odrl:Duty ;
+			odrl:action odrl:delete ;
+			odrl:constraint [
+				a odrl:Constraint ;
+				odrl:operator odrl:eq ;
+				odrl:dateTime &quot;P30D&quot;^^xsd:dateTime 
+			]
+		] ;
+		odrl:constraint [
+			a odrl:Constraint ;
+			odrl:operator odrl:eq ;
+			odrl:purpose p3p:contact
+		]
+	] .
+
+&lt;http://example.com/billie:888&gt; a odrl:Party .
+&lt;http://example.com/gov:health:au&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example7.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example7.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example7.nt">N-Triples</a>.</p>
+<h3 id="sec-example-8">Permission and prohibition</h3>
+
+<p>
+	The following shows the instance of an agreement policy with both a permission and a prohibition. The party <code>http://example.com/sony:10</code> assigns the permission play to the party <code>http://example.com/billie:888</code> at the same time they are prohibited from utilising the target asset as a <code>mobile:ringtone</code>. Additionally, in case of any conflict, the conflict attribute is set to <a href="#term-perm"><code>perm</code></a> indicating that the permission entity will take precedence.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+@prefix mobile: &lt;http://example.com/mobile#&gt; .
+
+&lt;http://example.com/policy:3433&gt;
+	a odrl:Agreement ;
+	odrl:conflict odrl:perm ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:play ;
+		odrl:assignee &lt;http://example.com/billie:888&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:target &lt;http://example.com/music:1234908&gt;
+	] ;
+	odrl:prohibition [
+		a odrl:Prohibition ; 
+		odrl:action mobile:ringtone ;
+		odrl:assignee &lt;/http://example.combillie:888&gt; ;
+		odrl:assigner &lt;http://example.com/sony:10&gt; ;
+		odrl:target &lt;http://example.com/music:1234908&gt;
+	] .
+
+&lt;http://example.com/billie:888&gt; a odrl:Party .
+&lt;http://example.com/sony:10&gt; a odrl:Party .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example8.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example8.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example8.nt">N-Triples</a>.</p>
+<h3 id="sec-example-9">Inheritance</h3>
+
+<p>
+	The following shows the instance of a (child) policy <code>http://example.com/policy:9999</code> <a href="#term-inheritFrom">inheriting from</a> another (parent) policy <code>http://example.com/policy:5531</code>. The inherit-from attribute of the (child) policy has the same identifier as the (parent) policy's own identifier.
+</p>
+
+<p>
+	In this inheritance example, the parent policy allows the party <code>http://example.com/billie:888</code> to print the parent’s target asset. The child policy allows the party <code>http://example.com/class:IT01</code> (a group of people) to display the child’s target asset. Since the child policy also inherits from the parent policy, then the party <code>http://example.com/class:IT01</code> can also print the parent’s target asset.</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:5531&gt;
+	a odrl:Agreement ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:print ;
+		odrl:target &lt;http://example.com/report:2321&gt; ;
+		odrl:assigner &lt;http://example.com/pub:88&gt; ;
+		odrl:assignee &lt;http://example.com/billie:888&gt; ;		
+	] .
+	
+&lt;http://example.com/policy:9999&gt;
+	a odrl:Agreement ;
+	odrl:inheritFrom &lt;http://example.com/policy:5531&gt; ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:display ;
+		odrl:target &lt;http://example.com/report:2333&gt; ;
+		odrl:assigner &lt;http://example.com/pub:88&gt; ;
+		odrl:assignee &lt;http://example.com/class:IT01&gt;
+	] .
+
+&lt;http://example.com/pub:88&gt; a odrl:Party .
+&lt;http://example.com/billie:888&gt; a odrl:Party .
+&lt;http://example.com/class:IT01&gt; a odrl:Group .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example9.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example9.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example9.nt">N-Triples</a>.</p>
+<h3 id="sec-example-10">Social network</h3>
+
+<p>The following shows the instance of an agreement policy for a social network scenario.</p>
+
+<p>
+	The target asset are photos posted to a social network site and the assigner is the owner of the photos. The assignee is a group and represents the football network members on the social network, who are each allowed to display the photos.
+</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+
+&lt;http://example.com/policy:5109&gt;
+	a odrl:Agreement ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:display ;
+		odrl:target &lt;http://example.com/myPlace:billie:photos:football2010&gt; ;
+		odrl:assigner &lt;http://example.com/myPlace:billie&gt; ;
+		odrl:assignee &lt;http://example.com/myPlace:network:football&gt;
+	] .
+
+&lt;http://example.com/myPlace:billie&gt; a odrl:Party .
+&lt;http://example.com/myPlace:network:football&gt; a odrl:Group .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example10.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example10.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example10.nt">N-Triples</a>.</p>
+<h3 id="sec-example-11">Multiple assets</h3>
+
+<p>The following shows an instance of a set policy utilising multiple asset entities.</p>
+
+<p>The <a href="#term-index">index</a> permission is granted to the target asset. Additionally, the <code>x:collection</code> asset specifies which database the index outcome should be stored in.</p>
+
+<pre><code>@prefix odrl: &lt;http://www.w3.org/ns/odrl/2/&gt; .
+@prefix x: &lt;http://example.com/x#&gt; .
+
+&lt;http://example.com/policy:881212&gt;
+	a odrl:Set ;
+	odrl:permission [
+		a odrl:Permission ;
+		odrl:action odrl:index ;
+		odrl:target &lt;http://example.com/archive/2010&gt; ;
+		x:collection &lt;http://example.com/x/database&gt;
+	] .
+</code></pre><p>Download this example as <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example11.ttl">Turtle</a>, <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example11.rdf">RDF/XML</a>, or <a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/example11.nt">N-Triples</a>.</p>
+<h2 id="sec-classes">Classes</h2>
+<h3 id="term-Asset">Asset</h3
+<p>Asset is anything which can be subject to a policy. Asserting that something the target of a policy implies that it is an Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Asset">http://www.w3.org/ns/odrl/2/Asset</a></td></tr>
+<tr><th>Label:</th> <td>Asset</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-classes:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-output">output</a>, <a href="#term-relation">relation</a>, <a href="#term-target">target</a></td></tr>
+</table>
+</div>
+<h3 id="term-Party">Party</h3
+<p>An entity which can participate in policy transactions. Use an instance of the Party class where it's necessary to associate a Scope with the relationship; in other cases, simply reference the party directly.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Party">http://www.w3.org/ns/odrl/2/Party</a></td></tr>
+<tr><th>Label:</th> <td>Party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-classes:</th> <td><a href="#term-All">All</a>, <a href="#term-All2ndConnections">All2ndConnections</a>, <a href="#term-AllConnections">AllConnections</a>, <a href="#term-AllGroups">AllGroups</a>, <a href="#term-Group">Group</a>, <a href="#term-Individual">Individual</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-assignee">assignee</a>, <a href="#term-assigner">assigner</a>, <a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-Policy">Policy</h3
+<p>A top level entity for describing policies.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Policy">http://www.w3.org/ns/odrl/2/Policy</a></td></tr>
+<tr><th>Label:</th> <td>Policy</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-classes:</th> <td><a href="#term-Agreement">Agreement</a>, <a href="#term-Offer">Offer</a>, <a href="#term-Privacy">Privacy</a>, <a href="#term-Request">Request</a>, <a href="#term-Set">Set</a>, <a href="#term-Ticket">Ticket</a></td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Asset">Asset</a></td></tr>
+<tr><th>Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-permission">permission</a>, <a href="#term-profile">profile</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-undefined">undefined</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-inheritFrom">inheritFrom</a></td></tr>
+</table>
+</div>
+<h3 id="term-ConflictTerm">ConflictTerm</h3
+<p>Instances of ConflictTerm describe policies for resolving conflicts.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/ConflictTerm">http://www.w3.org/ns/odrl/2/ConflictTerm</a></td></tr>
+<tr><th>Label:</th> <td>Conflict term</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>In range of:</th> <td><a href="#term-conflict">conflict</a></td></tr>
+<tr><th>Instances:</th> <td><a href="#term-invalid">invalid</a>, <a href="#term-perm">perm</a>, <a href="#term-prohibit">prohibit</a></td></tr>
+</table>
+</div>
+<h3 id="term-UndefinedTerm">UndefinedTerm</h3
+<p>Instances of UndefinedTerm describe policies for processing unsupported actions.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/UndefinedTerm">http://www.w3.org/ns/odrl/2/UndefinedTerm</a></td></tr>
+<tr><th>Label:</th> <td>Undefined values</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>In range of:</th> <td><a href="#term-undefined">undefined</a></td></tr>
+<tr><th>Instances:</th> <td><a href="#term-ignore">ignore</a>, <a href="#term-invalid">invalid</a>, <a href="#term-support">support</a></td></tr>
+</table>
+</div>
+<h3 id="term-Rule">Rule</h3
+<p>An abstract common ancestor to Permissions, Prohibitions and Duties.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Rule">http://www.w3.org/ns/odrl/2/Rule</a></td></tr>
+<tr><th>Label:</th> <td>Rule</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-classes:</th> <td><a href="#term-Duty">Duty</a>, <a href="#term-Permission">Permission</a>, <a href="#term-Prohibition">Prohibition</a></td></tr>
+<tr><th>Properties:</th> <td><a href="#term-action">action</a>, <a href="#term-constraint">constraint</a>, <a href="#term-function">function</a>, <a href="#term-output">output</a>, <a href="#term-relation">relation</a>, <a href="#term-target">target</a></td></tr>
+</table>
+</div>
+<h3 id="term-Permission">Permission</h3
+<p>A Permission is a rule which indicates the actions the assignee is permitted to perform on the associated asset. In other words, what the assigner (supplier) has granted to the assignee (consumer).</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Permission">http://www.w3.org/ns/odrl/2/Permission</a></td></tr>
+<tr><th>Label:</th> <td>Permission</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+<tr><th>Properties:</th> <td><a href="#term-duty">duty</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-relation">relation</a>, <a href="#term-output">output</a>, <a href="#term-target">target</a>, <a href="#term-function">function</a>, <a href="#term-action">action</a>, <a href="#term-constraint">constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-Prohibition">Prohibition</h3
+<p>A Prohibition is a rule which indicates the Actions that the assignee is prohibited to perform on the related Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Prohibition">http://www.w3.org/ns/odrl/2/Prohibition</a></td></tr>
+<tr><th>Label:</th> <td>Prohibition</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-relation">relation</a>, <a href="#term-output">output</a>, <a href="#term-target">target</a>, <a href="#term-function">function</a>, <a href="#term-action">action</a>, <a href="#term-constraint">constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-Duty">Duty</h3
+<p>A Duty is a rule which indicates requirements which must be fulfilled in order to receive the permission.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Duty">http://www.w3.org/ns/odrl/2/Duty</a></td></tr>
+<tr><th>Label:</th> <td>Duty</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-relation">relation</a>, <a href="#term-output">output</a>, <a href="#term-target">target</a>, <a href="#term-function">function</a>, <a href="#term-action">action</a>, <a href="#term-constraint">constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-Action">Action</h3
+<p>Instances of Action are things one might be permitted to do or prohibited from doing to a work.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Action">http://www.w3.org/ns/odrl/2/Action</a></td></tr>
+<tr><th>Label:</th> <td>Action</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-action">action</a></td></tr>
+<tr><th>Instances:</th> <td><a href="#term-acceptTracking">acceptTracking</a>, <a href="#term-adHocShare">adHocShare</a>, <a href="#term-aggregate">aggregate</a>, <a href="#term-annotate">annotate</a>, <a href="#term-anonymize">anonymize</a>, <a href="#term-append">append</a>, <a href="#term-appendTo">appendTo</a>, <a href="#term-archive">archive</a>, <a href="#term-attachPolicy">attachPolicy</a>, <a href="#term-attachSource">attachSource</a>, <a href="#term-attribute">attribute</a>, <a href="#term-commercialize">commercialize</a>, <a href="#term-compensate">compensate</a>, <a href="#term-concurrentUse">concurrentUse</a>, <a href="#term-copy">copy</a>, <a href="#term-delete">delete</a>, <a href="#term-derive">derive</a>, <a href="#term-digitize">digitize</a>, <a href="#term-display">display</a>, <a href="#term-distribute">distribute</a>, <a href="#term-ensureExclusivity">ensureExclusivity</a>, <a href="#term-execute">execute</a>, <a href="#term-export">export</a>, <a href="#term-extract">extract</a>, <a href="#term-extractChar">extractChar</a>, <a href="#term-extractPage">extractPage</a>, <a href="#term-extractWord">extractWord</a>, <a href="#term-give">give</a>, <a href="#term-grantUse">grantUse</a>, <a href="#term-include">include</a>, <a href="#term-index">index</a>, <a href="#term-inform">inform</a>, <a href="#term-install">install</a>, <a href="#term-lease">lease</a>, <a href="#term-lend">lend</a>, <a href="#term-license">license</a>, <a href="#term-modify">modify</a>, <a href="#term-move">move</a>, <a href="#term-nextPolicy">nextPolicy</a>, <a href="#term-obtainConsent">obtainConsent</a>, <a href="#term-pay">pay</a>, <a href="#term-play">play</a>, <a href="#term-present">present</a>, <a href="#term-preview">preview</a>, <a href="#term-print">print</a>, <a href="#term-read">read</a>, <a href="#term-reproduce">reproduce</a>, <a href="#term-reviewPolicy">reviewPolicy</a>, <a href="#term-secondaryUse">secondaryUse</a>, <a href="#term-sell">sell</a>, <a href="#term-share">share</a>, <a href="#term-shareAlike">shareAlike</a>, <a href="#term-textToSpeech">textToSpeech</a>, <a href="#term-transform">transform</a>, <a href="#term-translate">translate</a>, <a href="#term-uninstall">uninstall</a>, <a href="#term-use">use</a>, <a href="#term-watermark">watermark</a>, <a href="#term-write">write</a>, <a href="#term-writeTo">writeTo</a></td></tr>
+</table>
+</div>
+<h3 id="term-Constraint">Constraint</h3
+<p>Parent class of all Constraints.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Constraint">http://www.w3.org/ns/odrl/2/Constraint</a></td></tr>
+<tr><th>Label:</th> <td>Constraint</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="http://www.w3.org/2002/07/owl#Thing">owl:Thing</a></td></tr>
+<tr><th>Properties:</th> <td><a href="#term-dataType">dataType</a>, <a href="#term-operator">operator</a>, <a href="#term-rightOperand">rightOperand</a>, <a href="#term-status">status</a>, <a href="#term-unit">unit</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-constraint">constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-Operator">Operator</h3
+<p>Instances of the Operator class represent boolean operators</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Operator">http://www.w3.org/ns/odrl/2/Operator</a></td></tr>
+<tr><th>Label:</th> <td>Operator</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="http://www.w3.org/2002/07/owl#Thing">owl:Thing</a></td></tr>
+<tr><th>In range of:</th> <td><a href="#term-operator">operator</a></td></tr>
+<tr><th>Instances:</th> <td><a href="#term-eq">eq</a>, <a href="#term-gt">gt</a>, <a href="#term-gteq">gteq</a>, <a href="#term-hasPart">hasPart</a>, <a href="#term-isA">isA</a>, <a href="#term-isAllOf">isAllOf</a>, <a href="#term-isAnyOf">isAnyOf</a>, <a href="#term-isNoneOf">isNoneOf</a>, <a href="#term-isPartOf">isPartOf</a>, <a href="#term-lt">lt</a>, <a href="#term-lteq">lteq</a>, <a href="#term-neq">neq</a></td></tr>
+</table>
+</div>
+<h3 id="term-Agreement">Agreement</h3
+<p>Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Agreement">http://www.w3.org/ns/odrl/2/Agreement</a></td></tr>
+<tr><th>Label:</th> <td>Agreement</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-Offer">Offer</h3
+<p>An instance of Offer is a Policy expression that proposes terms of usage from an Asset owner.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Offer">http://www.w3.org/ns/odrl/2/Offer</a></td></tr>
+<tr><th>Label:</th> <td>Offer</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-Privacy">Privacy</h3
+<p>An instance of Privacy is a Policy expression that stipulates the terms of usage over personal information.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Privacy">http://www.w3.org/ns/odrl/2/Privacy</a></td></tr>
+<tr><th>Label:</th> <td>Privacy</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-Request">Request</h3
+<p>An instance of Request is a Policy expression that proposes terms of usage to an Asset owner.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Request">http://www.w3.org/ns/odrl/2/Request</a></td></tr>
+<tr><th>Label:</th> <td>Request</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-Set">Set</h3
+<p>An instance of Set is a Policy expression that consists of entities from the complete model.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Set">http://www.w3.org/ns/odrl/2/Set</a></td></tr>
+<tr><th>Label:</th> <td>Set</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-Ticket">Ticket</h3
+<p>An instance of Ticket is a Policy expression that stipulates the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Ticket">http://www.w3.org/ns/odrl/2/Ticket</a></td></tr>
+<tr><th>Label:</th> <td>Ticket</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+  <tr><th>Inherited Properties:</th> <td><a href="#term-conflict">conflict</a>, <a href="#term-undefined">undefined</a>, <a href="#term-permission">permission</a>, <a href="#term-prohibition">prohibition</a>, <a href="#term-inheritAllowed">inheritAllowed</a>, <a href="#term-inheritFrom">inheritFrom</a>, <a href="#term-profile">profile</a></td></tr>
+</table>
+</div>
+<h3 id="term-All">All</h3
+<p>Specifies that the scope of the relationship is all of the collective individuals within a context.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/All">http://www.w3.org/ns/odrl/2/All</a></td></tr>
+<tr><th>Label:</th> <td>All</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-All2ndConnections">All2ndConnections</h3
+<p>Specifies that the scope of the relationship is all of the second-level connections to the Party.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/All2ndConnections">http://www.w3.org/ns/odrl/2/All2ndConnections</a></td></tr>
+<tr><th>Label:</th> <td>All second-level connections</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-AllConnections">AllConnections</h3
+<p>Specifies that the scope of the relationship is all of the first-level connections of the Party.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/AllConnections">http://www.w3.org/ns/odrl/2/AllConnections</a></td></tr>
+<tr><th>Label:</th> <td>All connections</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-AllGroups">AllGroups</h3
+<p>Specifies that the scope of the relationship is all of the group connections of the Party.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/AllGroups">http://www.w3.org/ns/odrl/2/AllGroups</a></td></tr>
+<tr><th>Label:</th> <td>All groups</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-Group">Group</h3
+<p>Specifies that the scope of the relationship is the defined group with multiple individual members.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Group">http://www.w3.org/ns/odrl/2/Group</a></td></tr>
+<tr><th>Label:</th> <td>Group</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-Individual">Individual</h3
+<p>Specifies that the scope of the relationship is the single Party individual.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/Individual">http://www.w3.org/ns/odrl/2/Individual</a></td></tr>
+<tr><th>Label:</th> <td>Individual</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent class:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h2 id="sec-properties">Properties</h2>
+<h3 id="term-conflict">conflict</h3
+<p>Relates a conflict-resolution mechansim to a Policy. If no mechanism is specified, the default is invalid.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/conflict">http://www.w3.org/ns/odrl/2/conflict</a></td></tr>
+<tr><th>Label:</th> <td>conflict</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-undefined">undefined</h3
+<p>Relates the mechanism used for handling undefined actions to a Policy. If no mechanism is specified, the default is invalid.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/undefined">http://www.w3.org/ns/odrl/2/undefined</a></td></tr>
+<tr><th>Label:</th> <td>undefined</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-UndefinedTerm">UndefinedTerm</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-permission">permission</h3
+<p>Relates the description of an individual Permission to a Policy. A permission can be specified either in terms of an Action alone, or an instance of Permission relating an Action and one or more other attributes.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/permission">http://www.w3.org/ns/odrl/2/permission</a></td></tr>
+<tr><th>Label:</th> <td>permission</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Action">Action</a>, <a href="#term-Permission">Permission</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-prohibition">prohibition</h3
+<p>Relates the description of an individual Prohibition to a Policy. A prohibition can be specified either in terms of an Action alone, or an instance of Prohibition relating an Action and one or more other attributes.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/prohibition">http://www.w3.org/ns/odrl/2/prohibition</a></td></tr>
+<tr><th>Label:</th> <td>prohibition</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Action">Action</a>, <a href="#term-Prohibition">Prohibition</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-inheritAllowed">inheritAllowed</h3
+<p>A boolean value indicating whether this policy can be inherited from.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/inheritAllowed">http://www.w3.org/ns/odrl/2/inheritAllowed</a></td></tr>
+<tr><th>Label:</th> <td>inheritance allowed</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#boolean">xsd:boolean</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-inheritFrom">inheritFrom</h3
+<p>Relates a policy to another policy from which terms are inherited.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/inheritFrom">http://www.w3.org/ns/odrl/2/inheritFrom</a></td></tr>
+<tr><th>Label:</th> <td>inherits from</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-profile">profile</h3
+<p>indicates the identifier of the ODRL Profile for which the policy expression conforms to</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/profile">http://www.w3.org/ns/odrl/2/profile</a></td></tr>
+<tr><th>Label:</th> <td>profile</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Policy">Policy</a></td></tr>
+</table>
+</div>
+<h3 id="term-relation">relation</h3
+<p>Relation is an abstract property which creates an explicit link between an Action and an Asset. Sub-properties of relation are used to define the nature of that link.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/relation">http://www.w3.org/ns/odrl/2/relation</a></td></tr>
+<tr><th>Label:</th> <td>relation</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-properties:</th> <td><a href="#term-output">output</a>, <a href="#term-target">target</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Asset">Asset</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-output">output</h3
+<p>The output property specifies the Asset which is created from the output of the Action.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/output">http://www.w3.org/ns/odrl/2/output</a></td></tr>
+<tr><th>Label:</th> <td>output</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-relation">relation</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Asset">Asset</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-target">target</h3
+<p>The target property specifies the Asset upon which the Action is performed.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/target">http://www.w3.org/ns/odrl/2/target</a></td></tr>
+<tr><th>Label:</th> <td>target</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-relation">relation</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Asset">Asset</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-function">function</h3
+<p>Function is an abstract property whose sub-properties define the roles which may be fulfilled by a party in relation to a Rule.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/function">http://www.w3.org/ns/odrl/2/function</a></td></tr>
+<tr><th>Label:</th> <td>function</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-properties:</th> <td><a href="#term-assignee">assignee</a>, <a href="#term-assigner">assigner</a>, <a href="#term-attributedParty">attributedParty</a>, <a href="#term-compensatedParty">compensatedParty</a>, <a href="#term-consentingParty">consentingParty</a>, <a href="#term-informedParty">informedParty</a>, <a href="#term-payeeParty">payeeParty</a>, <a href="#term-trackingParty">trackingParty</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Party">Party</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-action">action</h3
+<p>The operation relating to the asset for which permission is being granted. A permission must include exactly one action.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/action">http://www.w3.org/ns/odrl/2/action</a></td></tr>
+<tr><th>Label:</th> <td>action</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-constraint">constraint</h3
+<p>One or more constraints which affect the validity of the Permission; e.g. if the Action play is only permitted for a certain period of time.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/constraint">http://www.w3.org/ns/odrl/2/constraint</a></td></tr>
+<tr><th>Label:</th> <td>constraint</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Rule">Rule</a></td></tr>
+</table>
+</div>
+<h3 id="term-duty">duty</h3
+<p>A Duty indicates requirements which must be fulfilled in order to receive the permission.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/duty">http://www.w3.org/ns/odrl/2/duty</a></td></tr>
+<tr><th>Label:</th> <td>duty</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Action">Action</a>, <a href="#term-Duty">Duty</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Permission">Permission</a></td></tr>
+</table>
+</div>
+<h3 id="term-unit">unit</h3
+<p>The unit of measurement used for the constraint value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/unit">http://www.w3.org/ns/odrl/2/unit</a></td></tr>
+<tr><th>Label:</th> <td>unit</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-dataType">dataType</h3
+<p>The unit of measurement used for the constraint value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/dataType">http://www.w3.org/ns/odrl/2/dataType</a></td></tr>
+<tr><th>Label:</th> <td>unit</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-operator">operator</h3
+<p>The Boolean operator applied to a constraint and its operand.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/operator">http://www.w3.org/ns/odrl/2/operator</a></td></tr>
+<tr><th>Label:</th> <td>operator</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Range:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-rightOperand">rightOperand</h3
+<p>The operand applied to an instance of a constraint. Do not use the right-operand property directly within a Constraint. Instead, a Constraint instance must contain exactly one triple which makes use of one of the sub-properties of right-operand.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/rightOperand">http://www.w3.org/ns/odrl/2/rightOperand</a></td></tr>
+<tr><th>Label:</th> <td>right-operand</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Sub-properties:</th> <td><a href="#term-absolutePosition">absolutePosition</a>, <a href="#term-absoluteSize">absoluteSize</a>, <a href="#term-count">count</a>, <a href="#term-dateTime">dateTime</a>, <a href="#term-deliveryChannel">deliveryChannel</a>, <a href="#term-device">device</a>, <a href="#term-elapsedTime">elapsedTime</a>, <a href="#term-event">event</a>, <a href="#term-fileFormat">fileFormat</a>, <a href="#term-industry">industry</a>, <a href="#term-language">language</a>, <a href="#term-media">media</a>, <a href="#term-meteredTime">meteredTime</a>, <a href="#term-payAmount">payAmount</a>, <a href="#term-percentage">percentage</a>, <a href="#term-product">product</a>, <a href="#term-proximity">proximity</a>, <a href="#term-purpose">purpose</a>, <a href="#term-recipient">recipient</a>, <a href="#term-relativePosition">relativePosition</a>, <a href="#term-relativeSize">relativeSize</a>, <a href="#term-resolution">resolution</a>, <a href="#term-spatial">spatial</a>, <a href="#term-system">system</a>, <a href="#term-systemDevice">systemDevice</a>, <a href="#term-timeInterval">timeInterval</a>, <a href="#term-timedCount">timedCount</a>, <a href="#term-version">version</a>, <a href="#term-virtualLocation">virtualLocation</a></td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-status">status</h3
+<p>The current value of the constraint. The range of the status property is identical to that of the operand property selected used in the constraint.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/status">http://www.w3.org/ns/odrl/2/status</a></td></tr>
+<tr><th>Label:</th> <td>status</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Domain:</th> <td><a href="#term-Constraint">Constraint</a></td></tr>
+</table>
+</div>
+<h3 id="term-absolutePosition">absolutePosition</h3
+<p>A point defined with absolute coordinates.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/absolutePosition">http://www.w3.org/ns/odrl/2/absolutePosition</a></td></tr>
+<tr><th>Label:</th> <td>absolute position</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-absoluteSize">absoluteSize</h3
+<p>The absolute dimension that the Asset may be resized.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/absoluteSize">http://www.w3.org/ns/odrl/2/absoluteSize</a></td></tr>
+<tr><th>Label:</th> <td>absolute size</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#decimal">xsd:decimal</a></td></tr>
+</table>
+</div>
+<h3 id="term-count">count</h3
+<p>The numeric count indicating the number of times the corresponding entity may be exercised</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/count">http://www.w3.org/ns/odrl/2/count</a></td></tr>
+<tr><th>Label:</th> <td>count</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">xsd:nonNegativeInteger</a></td></tr>
+</table>
+</div>
+<h3 id="term-dateTime">dateTime</h3
+<p>The date (and optional time and timezone) representing a point in time or period.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/dateTime">http://www.w3.org/ns/odrl/2/dateTime</a></td></tr>
+<tr><th>Label:</th> <td>date/time</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#date">xsd:date</a>, <a href="http://www.w3.org/2001/XMLSchema#dateTime">xsd:dateTime</a></td></tr>
+</table>
+</div>
+<h3 id="term-deliveryChannel">deliveryChannel</h3
+<p>The delivery channel used for storing or communicating the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/deliveryChannel">http://www.w3.org/ns/odrl/2/deliveryChannel</a></td></tr>
+<tr><th>Label:</th> <td>delivery channel</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-device">device</h3
+<p>An identifiable computing system.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/device">http://www.w3.org/ns/odrl/2/device</a></td></tr>
+<tr><th>Label:</th> <td>device</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="#term-systemDevice">systemDevice</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-systemDevice">systemDevice</h3
+<p>An identifiable computing system.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/systemDevice">http://www.w3.org/ns/odrl/2/systemDevice</a></td></tr>
+<tr><th>Label:</th> <td>SystemDevice</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Deprecates:</th> <td><a href="#term-device">device</a>, <a href="#term-system">system</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-elapsedTime">elapsedTime</h3
+<p>A period of time in which the policy action can be exercised.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/elapsedTime">http://www.w3.org/ns/odrl/2/elapsedTime</a></td></tr>
+<tr><th>Label:</th> <td>elapsed time</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+</table>
+</div>
+<h3 id="term-event">event</h3
+<p>Specification of a defined event applicable to the asset usage.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/event">http://www.w3.org/ns/odrl/2/event</a></td></tr>
+<tr><th>Label:</th> <td>event</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-fileFormat">fileFormat</h3
+<p>The file format applicable to the Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/fileFormat">http://www.w3.org/ns/odrl/2/fileFormat</a></td></tr>
+<tr><th>Label:</th> <td>file format</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-industry">industry</h3
+<p>The defined industry sector applicable to the asset usage</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/industry">http://www.w3.org/ns/odrl/2/industry</a></td></tr>
+<tr><th>Label:</th> <td>industry</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-language">language</h3
+<p>The natural language applicable to the asset usage</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/language">http://www.w3.org/ns/odrl/2/language</a></td></tr>
+<tr><th>Label:</th> <td>language</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-media">media</h3
+<p>The media type in which the asset may be used.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/media">http://www.w3.org/ns/odrl/2/media</a></td></tr>
+<tr><th>Label:</th> <td>media</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-meteredTime">meteredTime</h3
+<p>The maximum period of metered usage time.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/meteredTime">http://www.w3.org/ns/odrl/2/meteredTime</a></td></tr>
+<tr><th>Label:</th> <td>metered time</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+</table>
+</div>
+<h3 id="term-payAmount">payAmount</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/payAmount">http://www.w3.org/ns/odrl/2/payAmount</a></td></tr>
+<tr><th>Label:</th> <td>payment amount</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#decimal">xsd:decimal</a></td></tr>
+</table>
+</div>
+<h3 id="term-percentage">percentage</h3
+<p>The amount (as a percentage) of the action applicable to the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/percentage">http://www.w3.org/ns/odrl/2/percentage</a></td></tr>
+<tr><th>Label:</th> <td>percentage</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#decimal">xsd:decimal</a></td></tr>
+</table>
+</div>
+<h3 id="term-product">product</h3
+<p>The specified Product or Service name.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/product">http://www.w3.org/ns/odrl/2/product</a></td></tr>
+<tr><th>Label:</th> <td>product</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2001/XMLSchema#string">xsd:string</a></td></tr>
+</table>
+</div>
+<h3 id="term-purpose">purpose</h3
+<p>Specification of a defined purpose applicable to the asset usage.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/purpose">http://www.w3.org/ns/odrl/2/purpose</a></td></tr>
+<tr><th>Label:</th> <td>purpose</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-recipient">recipient</h3
+<p>The party that receives the result of the Action on the Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/recipient">http://www.w3.org/ns/odrl/2/recipient</a></td></tr>
+<tr><th>Label:</th> <td>recipient</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-relativePosition">relativePosition</h3
+<p>A point defined with reference to another position.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/relativePosition">http://www.w3.org/ns/odrl/2/relativePosition</a></td></tr>
+<tr><th>Label:</th> <td>relative position</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-relativeSize">relativeSize</h3
+<p>The relative dimension that the Asset may be resized.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/relativeSize">http://www.w3.org/ns/odrl/2/relativeSize</a></td></tr>
+<tr><th>Label:</th> <td>relative size</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-resolution">resolution</h3
+<p>The resolution at which the asset may be used.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/resolution">http://www.w3.org/ns/odrl/2/resolution</a></td></tr>
+<tr><th>Label:</th> <td>resolution</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-spatial">spatial</h3
+<p>A code representing a geospatial area.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/spatial">http://www.w3.org/ns/odrl/2/spatial</a></td></tr>
+<tr><th>Label:</th> <td>spatial</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-system">system</h3
+<p>An identifiable computing system.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/system">http://www.w3.org/ns/odrl/2/system</a></td></tr>
+<tr><th>Label:</th> <td>system</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="#term-systemDevice">systemDevice</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-timeInterval">timeInterval</h3
+<p>Recurring period of time in which the usage may be exercised.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/timeInterval">http://www.w3.org/ns/odrl/2/timeInterval</a></td></tr>
+<tr><th>Label:</th> <td>time interval</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+</table>
+</div>
+<h3 id="term-version">version</h3
+<p>The scope of versions for the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/version">http://www.w3.org/ns/odrl/2/version</a></td></tr>
+<tr><th>Label:</th> <td>version</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-virtualLocation">virtualLocation</h3
+<p>Specification of a digital locale.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/virtualLocation">http://www.w3.org/ns/odrl/2/virtualLocation</a></td></tr>
+<tr><th>Label:</th> <td>virtual location</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-assignee">assignee</h3
+<p>The Party is the recipient of the policy statement.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/assignee">http://www.w3.org/ns/odrl/2/assignee</a></td></tr>
+<tr><th>Label:</th> <td>assignee</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-assigner">assigner</h3
+<p>The Party is the issuer of the policy statement.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/assigner">http://www.w3.org/ns/odrl/2/assigner</a></td></tr>
+<tr><th>Label:</th> <td>assigner</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+<tr><th>Range:</th> <td><a href="#term-Party">Party</a></td></tr>
+</table>
+</div>
+<h3 id="term-attributedParty">attributedParty</h3
+<p>The Party to be attributed.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/attributedParty">http://www.w3.org/ns/odrl/2/attributedParty</a></td></tr>
+<tr><th>Label:</th> <td>attributed party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-consentingParty">consentingParty</h3
+<p>The Party to obtain consent from.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/consentingParty">http://www.w3.org/ns/odrl/2/consentingParty</a></td></tr>
+<tr><th>Label:</th> <td>consenting party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-informedParty">informedParty</h3
+<p>The Party to be informed of all uses.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/informedParty">http://www.w3.org/ns/odrl/2/informedParty</a></td></tr>
+<tr><th>Label:</th> <td>informed party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-payeeParty">payeeParty</h3
+<p>The Party is the recipient of the payment.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/payeeParty">http://www.w3.org/ns/odrl/2/payeeParty</a></td></tr>
+<tr><th>Label:</th> <td>payee party</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="#term-compensatedParty">compensatedParty</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-compensatedParty">compensatedParty</h3
+<p>The Party is the recipient of the compensation.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/compensatedParty">http://www.w3.org/ns/odrl/2/compensatedParty</a></td></tr>
+<tr><th>Label:</th> <td>payee party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Deprecates:</th> <td><a href="#term-payeeParty">payeeParty</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-trackingParty">trackingParty</h3
+<p>The Party is the usage tracker.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/trackingParty">http://www.w3.org/ns/odrl/2/trackingParty</a></td></tr>
+<tr><th>Label:</th> <td>tracking party</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-function">function</a></td></tr>
+</table>
+</div>
+<h3 id="term-proximity">proximity</h3
+<p>An value indicating the closeness or nearness.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/proximity">http://www.w3.org/ns/odrl/2/proximity</a></td></tr>
+<tr><th>Label:</th> <td>proximity</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.openmobilealliance.com/oma-dd/proximity">oma:proximity</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+</table>
+</div>
+<h3 id="term-timedCount">timedCount</h3
+<p>The number of seconds after which timed metering use of the asset begins.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/timedCount">http://www.w3.org/ns/odrl/2/timedCount</a></td></tr>
+<tr><th>Label:</th> <td>timed count</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.openmobilealliance.com/oma-dd/timed-count">oma:timed-count</a></td></tr>
+<tr><th>Parent property:</th> <td><a href="#term-rightOperand">rightOperand</a></td></tr>
+<tr><th>Range:</th> <td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a></td></tr>
+</table>
+</div>
+<h2 id="sec-concept-schemes">Concept schemes</h2>
+<h3 id="term-actions">actions</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/actions">http://www.w3.org/ns/odrl/2/actions</a></td></tr>
+<tr><th>Label:</th> <td>ODRL Actions vocabulary</td></tr>
+<tr><th>Concepts:</th> <td><a href="#term-acceptTracking">acceptTracking</a>, <a href="#term-adHocShare">adHocShare</a>, <a href="#term-aggregate">aggregate</a>, <a href="#term-annotate">annotate</a>, <a href="#term-anonymize">anonymize</a>, <a href="#term-append">append</a>, <a href="#term-appendTo">appendTo</a>, <a href="#term-archive">archive</a>, <a href="#term-attachPolicy">attachPolicy</a>, <a href="#term-attachSource">attachSource</a>, <a href="#term-attribute">attribute</a>, <a href="#term-commercialize">commercialize</a>, <a href="#term-compensate">compensate</a>, <a href="#term-concurrentUse">concurrentUse</a>, <a href="#term-copy">copy</a>, <a href="#term-delete">delete</a>, <a href="#term-derive">derive</a>, <a href="#term-display">display</a>, <a href="#term-distribute">distribute</a>, <a href="#term-ensureExclusivity">ensureExclusivity</a>, <a href="#term-execute">execute</a>, <a href="#term-export">export</a>, <a href="#term-extract">extract</a>, <a href="#term-give">give</a>, <a href="#term-grantUse">grantUse</a>, <a href="#term-include">include</a>, <a href="#term-index">index</a>, <a href="#term-inform">inform</a>, <a href="#term-install">install</a>, <a href="#term-lease">lease</a>, <a href="#term-lend">lend</a>, <a href="#term-license">license</a>, <a href="#term-modify">modify</a>, <a href="#term-move">move</a>, <a href="#term-nextPolicy">nextPolicy</a>, <a href="#term-obtainConsent">obtainConsent</a>, <a href="#term-pay">pay</a>, <a href="#term-play">play</a>, <a href="#term-present">present</a>, <a href="#term-preview">preview</a>, <a href="#term-print">print</a>, <a href="#term-read">read</a>, <a href="#term-reproduce">reproduce</a>, <a href="#term-reviewPolicy">reviewPolicy</a>, <a href="#term-secondaryUse">secondaryUse</a>, <a href="#term-sell">sell</a>, <a href="#term-share">share</a>, <a href="#term-shareAlike">shareAlike</a>, <a href="#term-textToSpeech">textToSpeech</a>, <a href="#term-transform">transform</a>, <a href="#term-translate">translate</a>, <a href="#term-uninstall">uninstall</a>, <a href="#term-use">use</a>, <a href="#term-watermark">watermark</a>, <a href="#term-write">write</a>, <a href="#term-writeTo">writeTo</a></td></tr>
+</table>
+</div>
+<h2 id="sec-concepts">Concepts</h2>
+<h3 id="term-use">use</h3
+<p>The act of using the Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/use">http://www.w3.org/ns/odrl/2/use</a></td></tr>
+<tr><th>Label:</th> <td>Use</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Narrower terms:</th> <td><a href="#term-archive">archive</a>, <a href="#term-concurrentUse">concurrentUse</a>, <a href="#term-derive">derive</a>, <a href="#term-digitize">digitize</a>, <a href="#term-distribute">distribute</a>, <a href="#term-execute">execute</a>, <a href="#term-grantUse">grantUse</a>, <a href="#term-index">index</a>, <a href="#term-install">install</a>, <a href="#term-modify">modify</a>, <a href="#term-move">move</a>, <a href="#term-play">play</a>, <a href="#term-present">present</a>, <a href="#term-read">read</a>, <a href="#term-reproduce">reproduce</a>, <a href="#term-textToSpeech">textToSpeech</a>, <a href="#term-transform">transform</a>, <a href="#term-translate">translate</a>, <a href="#term-writeTo">writeTo</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-grantUse">grantUse</h3
+<p>The act of granting the use the Asset to third parties.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/grantUse">http://www.w3.org/ns/odrl/2/grantUse</a></td></tr>
+<tr><th>Label:</th> <td>Grant use</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-compensate">compensate</h3
+<p>The act of compensating the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/compensate">http://www.w3.org/ns/odrl/2/compensate</a></td></tr>
+<tr><th>Label:</th> <td>Compensate</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-acceptTracking">acceptTracking</h3
+<p>The act of accepting that the use of the asset may be recorded. The collected information may be tracked by the assigner, or may link to a Party with role function 'trackingParty'.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/acceptTracking">http://www.w3.org/ns/odrl/2/acceptTracking</a></td></tr>
+<tr><th>Label:</th> <td>Accept tracking</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-aggregate">aggregate</h3
+<p>The act of using the asset (or parts of it) as part of a composite collection.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/aggregate">http://www.w3.org/ns/odrl/2/aggregate</a></td></tr>
+<tr><th>Label:</th> <td>Aggregate</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-annotate">annotate</h3
+<p>The act of adding notations/commentaries to the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/annotate">http://www.w3.org/ns/odrl/2/annotate</a></td></tr>
+<tr><th>Label:</th> <td>Annotate</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-anonymize">anonymize</h3
+<p>The act of anonymising the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/anonymize">http://www.w3.org/ns/odrl/2/anonymize</a></td></tr>
+<tr><th>Label:</th> <td>Anonymize</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-append">append</h3
+<p>The act of adding to the end of an asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/append">http://www.w3.org/ns/odrl/2/append</a></td></tr>
+<tr><th>Label:</th> <td>Append</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="#term-appendTo">appendTo</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-appendTo">appendTo</h3
+<p>The act of appending data to the Asset without modifying the Asset in any other way</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/appendTo">http://www.w3.org/ns/odrl/2/appendTo</a></td></tr>
+<tr><th>Label:</th> <td>Append to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Deprecates:</th> <td><a href="#term-append">append</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-writeTo">writeTo</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-archive">archive</h3
+<p>The act of persistently storing the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/archive">http://www.w3.org/ns/odrl/2/archive</a></td></tr>
+<tr><th>Label:</th> <td>Archive</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-attribute">attribute</h3
+<p>The act of attributing the asset to a party.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/attribute">http://www.w3.org/ns/odrl/2/attribute</a></td></tr>
+<tr><th>Label:</th> <td>Attribute</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-concurrentUse">concurrentUse</h3
+<p>The act of multiple concurrent use of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/concurrentUse">http://www.w3.org/ns/odrl/2/concurrentUse</a></td></tr>
+<tr><th>Label:</th> <td>Concurrent use</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-copy">copy</h3
+<p>The act of making an exact reproduction of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/copy">http://www.w3.org/ns/odrl/2/copy</a></td></tr>
+<tr><th>Label:</th> <td>Copy</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-reproduce">reproduce</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-delete">delete</h3
+<p>The act of permanently removing the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/delete">http://www.w3.org/ns/odrl/2/delete</a></td></tr>
+<tr><th>Label:</th> <td>Delete</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-derive">derive</h3
+<p>The act of creating a new derivative asset from the asset</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/derive">http://www.w3.org/ns/odrl/2/derive</a></td></tr>
+<tr><th>Label:</th> <td>Derive</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-modify">modify</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-digitize">digitize</h3
+<p>The act of producing a digital copy of (or otherwise digitize) the Asset from its analogue form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/digitize">http://www.w3.org/ns/odrl/2/digitize</a></td></tr>
+<tr><th>Label:</th> <td>Digitize</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+</table>
+</div>
+<h3 id="term-display">display</h3
+<p>The act of making a transient visible rendering of the asset</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/display">http://www.w3.org/ns/odrl/2/display</a></td></tr>
+<tr><th>Label:</th> <td>Display</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-execute">execute</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-present">present</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-distribute">distribute</h3
+<p>The act of publicly distributing, displaying and/or performing the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/distribute">http://www.w3.org/ns/odrl/2/distribute</a></td></tr>
+<tr><th>Label:</th> <td>Distribute</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-ensureExclusivity">ensureExclusivity</h3
+<p>The act of requiring the Assigner to ensure the Permission on the asset is unique to the Assignee.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/ensureExclusivity">http://www.w3.org/ns/odrl/2/ensureExclusivity</a></td></tr>
+<tr><th>Label:</th> <td>Ensure exclusivity</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-execute">execute</h3
+<p>The act of making a transient visible rendering of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/execute">http://www.w3.org/ns/odrl/2/execute</a></td></tr>
+<tr><th>Label:</th> <td>Execute</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-display">display</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-export">export</h3
+<p>The act of transforming the asset into a new form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/export">http://www.w3.org/ns/odrl/2/export</a></td></tr>
+<tr><th>Label:</th> <td>Export</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-transform">transform</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-extract">extract</h3
+<p>The act of extracting (replicating) unchanged parts of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/extract">http://www.w3.org/ns/odrl/2/extract</a></td></tr>
+<tr><th>Label:</th> <td>Extract</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-reproduce">reproduce</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-give">give</h3
+<p>The act of giving away the asset in perpetuity without exchange of value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/give">http://www.w3.org/ns/odrl/2/give</a></td></tr>
+<tr><th>Label:</th> <td>Give</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="http://www.w3.org/ns/odrl/2/transfer">odrl:transfer</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-include">include</h3
+<p>The act of including other related assets to fulfill the function.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/include">http://www.w3.org/ns/odrl/2/include</a></td></tr>
+<tr><th>Label:</th> <td>Include</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-index">index</h3
+<p>The act of indexing the asset into a collection of assets.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/index">http://www.w3.org/ns/odrl/2/index</a></td></tr>
+<tr><th>Label:</th> <td>Index</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-inform">inform</h3
+<p>The act of informing a party that an action has been performed on the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/inform">http://www.w3.org/ns/odrl/2/inform</a></td></tr>
+<tr><th>Label:</th> <td>Inform</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-install">install</h3
+<p>The act of loading the asset onto storage device ready for operation.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/install">http://www.w3.org/ns/odrl/2/install</a></td></tr>
+<tr><th>Label:</th> <td>Install</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-lease">lease</h3
+<p>The act of making available the asset to a third-party for a fixed period of time with exchange of value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/lease">http://www.w3.org/ns/odrl/2/lease</a></td></tr>
+<tr><th>Label:</th> <td>Lease</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-license">license</h3
+<p>The act of granting the right to use the asset to a third-party.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/license">http://www.w3.org/ns/odrl/2/license</a></td></tr>
+<tr><th>Label:</th> <td>License</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-lend">lend</h3
+<p>The act of making available the asset to a third-party for a fixed period of time without exchange of value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/lend">http://www.w3.org/ns/odrl/2/lend</a></td></tr>
+<tr><th>Label:</th> <td>Lend</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-modify">modify</h3
+<p>The act of creating a new derivative asset from the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/modify">http://www.w3.org/ns/odrl/2/modify</a></td></tr>
+<tr><th>Label:</th> <td>Modify</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-derive">derive</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-move">move</h3
+<p>The act of moving the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/move">http://www.w3.org/ns/odrl/2/move</a></td></tr>
+<tr><th>Label:</th> <td>Move</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-nextPolicy">nextPolicy</h3
+<p>The act of specifying an asset (which must be a Policy) as the Policy terms for third-party use of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/nextPolicy">http://www.w3.org/ns/odrl/2/nextPolicy</a></td></tr>
+<tr><th>Label:</th> <td>Next policy</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-obtainConsent">obtainConsent</h3
+<p>The act of requiring explicit consent from a party to perform the action on the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/obtainConsent">http://www.w3.org/ns/odrl/2/obtainConsent</a></td></tr>
+<tr><th>Label:</th> <td>Obtain consent</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-pay">pay</h3
+<p>The act of paying a financial amount to a party for use of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/pay">http://www.w3.org/ns/odrl/2/pay</a></td></tr>
+<tr><th>Label:</th> <td>Pay</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-play">play</h3
+<p>The act of rendering the asset into audio and/or video form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/play">http://www.w3.org/ns/odrl/2/play</a></td></tr>
+<tr><th>Label:</th> <td>Play</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-present">present</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-present">present</h3
+<p>The act of rendering the asset into audio and/or video form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/present">http://www.w3.org/ns/odrl/2/present</a></td></tr>
+<tr><th>Label:</th> <td>Present</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-play">play</a></td></tr>
+<tr><th>Narrower terms:</th> <td><a href="#term-display">display</a>, <a href="#term-print">print</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-preview">preview</h3
+<p>The act of providing a short preview of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/preview">http://www.w3.org/ns/odrl/2/preview</a></td></tr>
+<tr><th>Label:</th> <td>Preview</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-print">print</h3
+<p>The act of rendering the asset onto paper or hard copy form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/print">http://www.w3.org/ns/odrl/2/print</a></td></tr>
+<tr><th>Label:</th> <td>Print</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-present">present</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-read">read</h3
+<p>The act of obtaining data from the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/read">http://www.w3.org/ns/odrl/2/read</a></td></tr>
+<tr><th>Label:</th> <td>Read</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-reproduce">reproduce</h3
+<p>The act of making an exact reproduction of the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/reproduce">http://www.w3.org/ns/odrl/2/reproduce</a></td></tr>
+<tr><th>Label:</th> <td>Reproduce</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-copy">copy</a></td></tr>
+<tr><th>Narrower terms:</th> <td><a href="#term-extract">extract</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-reviewPolicy">reviewPolicy</h3
+<p>The act of performing a manual review of the terms associated with the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/reviewPolicy">http://www.w3.org/ns/odrl/2/reviewPolicy</a></td></tr>
+<tr><th>Label:</th> <td>Review policy</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-secondaryUse">secondaryUse</h3
+<p>The act of using the asset for a purpose other than the purpose it was intended for.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/secondaryUse">http://www.w3.org/ns/odrl/2/secondaryUse</a></td></tr>
+<tr><th>Label:</th> <td>Secondary use</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-sell">sell</h3
+<p>The act of trading the asset in exchange of value.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/sell">http://www.w3.org/ns/odrl/2/sell</a></td></tr>
+<tr><th>Label:</th> <td>Sell</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="http://www.w3.org/ns/odrl/2/transfer">odrl:transfer</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-textToSpeech">textToSpeech</h3
+<p>The act of a system reading the text of the asset out loud.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/textToSpeech">http://www.w3.org/ns/odrl/2/textToSpeech</a></td></tr>
+<tr><th>Label:</th> <td>Text-to-speech</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-transform">transform</h3
+<p>The act of transforming the asset into a new form.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/transform">http://www.w3.org/ns/odrl/2/transform</a></td></tr>
+<tr><th>Label:</th> <td>Transform</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Equivalent to:</th> <td><a href="#term-export">export</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-translate">translate</h3
+<p>The act of translating the asset into a new natural language.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/translate">http://www.w3.org/ns/odrl/2/translate</a></td></tr>
+<tr><th>Label:</th> <td>Translate</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-uninstall">uninstall</h3
+<p>The act of unloading the asset from storage device.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/uninstall">http://www.w3.org/ns/odrl/2/uninstall</a></td></tr>
+<tr><th>Label:</th> <td>Uninstall</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-watermark">watermark</h3
+<p>The act of applying a watermark to the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/watermark">http://www.w3.org/ns/odrl/2/watermark</a></td></tr>
+<tr><th>Label:</th> <td>Watermark</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-write">write</h3
+<p>The act of writing to the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/write">http://www.w3.org/ns/odrl/2/write</a></td></tr>
+<tr><th>Label:</th> <td>Write</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="#term-writeTo">writeTo</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-writeTo">writeTo</h3
+<p>The act of adding data to the Asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/writeTo">http://www.w3.org/ns/odrl/2/writeTo</a></td></tr>
+<tr><th>Label:</th> <td>Write to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Deprecates:</th> <td><a href="#term-write">write</a></td></tr>
+<tr><th>Narrower terms:</th> <td><a href="#term-appendTo">appendTo</a></td></tr>
+<tr><th>Broader terms:</th> <td><a href="#term-use">use</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-adHocShare">adHocShare</h3
+<p>The act of sharing the asset to parties in close proximity to the owner. This action may be used to express [OMA] Sharing semantics.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/adHocShare">http://www.w3.org/ns/odrl/2/adHocShare</a></td></tr>
+<tr><th>Label:</th> <td>Ad-hoc sharing</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.openmobilealliance.com/oma-dd/adhoc-share">oma:adhoc-share</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-extractChar">extractChar</h3
+<p>The act of extracting (replicating) unchanged character(s) from the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/extractChar">http://www.w3.org/ns/odrl/2/extractChar</a></td></tr>
+<tr><th>Label:</th> <td>Extract character</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.editeur.org/onix-pl/extract-char">onix:extract-char</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+</table>
+</div>
+<h3 id="term-extractPage">extractPage</h3
+<p>The act of extracting (replicating) unchanged page(s) from the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/extractPage">http://www.w3.org/ns/odrl/2/extractPage</a></td></tr>
+<tr><th>Label:</th> <td>Extract page</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.editeur.org/onix-pl/extract-word">onix:extract-word</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+</table>
+</div>
+<h3 id="term-extractWord">extractWord</h3
+<p>The act of extracting (replicating) unchanged word(s) from the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/extractWord">http://www.w3.org/ns/odrl/2/extractWord</a></td></tr>
+<tr><th>Label:</th> <td>Extract word</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://www.editeur.org/onix-pl/extract-page">onix:extract-page</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+</table>
+</div>
+<h3 id="term-attachPolicy">attachPolicy</h3
+<p>The act of keeping the policy notice with the asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/attachPolicy">http://www.w3.org/ns/odrl/2/attachPolicy</a></td></tr>
+<tr><th>Label:</th> <td>Attach policy</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://creativecommons.org/ns#Notice">cc:Notice</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-attachSource">attachSource</h3
+<p>The act of attaching the source of the asset and its derivatives.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/attachSource">http://www.w3.org/ns/odrl/2/attachSource</a></td></tr>
+<tr><th>Label:</th> <td>Attach source</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://creativecommons.org/ns#SourceCode">cc:SourceCode</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-shareAlike">shareAlike</h3
+<p>The act of distributing any derivative asset under the same terms as the original asset.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/shareAlike">http://www.w3.org/ns/odrl/2/shareAlike</a></td></tr>
+<tr><th>Label:</th> <td>Share-alike</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://creativecommons.org/ns#ShareAlike">cc:ShareAlike</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-commercialize">commercialize</h3
+<p>The act of using the asset in a business environment.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/commercialize">http://www.w3.org/ns/odrl/2/commercialize</a></td></tr>
+<tr><th>Label:</th> <td>Commercialize</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://creativecommons.org/ns#CommercialUse">cc:CommercialUse</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h3 id="term-share">share</h3
+<p>The act of the non-commercial reproduction and distribution of the asset to third-parties.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/share">http://www.w3.org/ns/odrl/2/share</a></td></tr>
+<tr><th>Label:</th> <td>Share</td></tr>
+<tr><th>Status:</th> <td>deprecated</td></tr>
+<tr><th>Deprecated by:</th> <td><a href="http://creativecommons.org/ns#Distribution">cc:Distribution</a></td></tr>
+<tr><th>Class:</th> <td><a href="#term-Action">Action</a></td></tr>
+<tr><th>Concept scheme:</th> <td><a href="#term-actions">actions</a></td></tr>
+</table>
+</div>
+<h2 id="sec-named-individuals">Named individuals</h2>
+<h3 id="term-perm">perm</h3
+<p>Permissions take precedence over prohibitions.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/perm">http://www.w3.org/ns/odrl/2/perm</a></td></tr>
+<tr><th>Label:</th> <td>Permissions</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a></td></tr>
+</table>
+</div>
+<h3 id="term-prohibit">prohibit</h3
+<p>Prohibitions take precedence over permissions.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/prohibit">http://www.w3.org/ns/odrl/2/prohibit</a></td></tr>
+<tr><th>Label:</th> <td>Prohibit</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a></td></tr>
+</table>
+</div>
+<h3 id="term-ignore">ignore</h3
+<p>Undefined actions should be ignored.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/ignore">http://www.w3.org/ns/odrl/2/ignore</a></td></tr>
+<tr><th>Label:</th> <td>Ignore</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-UndefinedTerm">UndefinedTerm</a></td></tr>
+</table>
+</div>
+<h3 id="term-invalid">invalid</h3
+<p>The policy is invalidated.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/invalid">http://www.w3.org/ns/odrl/2/invalid</a></td></tr>
+<tr><th>Label:</th> <td>Invalid</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-ConflictTerm">ConflictTerm</a>, <a href="#term-UndefinedTerm">UndefinedTerm</a></td></tr>
+</table>
+</div>
+<h3 id="term-support">support</h3
+<p>Undefined actions do not invalidate the policy, but notification for review must occur.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/support">http://www.w3.org/ns/odrl/2/support</a></td></tr>
+<tr><th>Label:</th> <td>Support</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-UndefinedTerm">UndefinedTerm</a></td></tr>
+</table>
+</div>
+<h3 id="term-eq">eq</h3
+<p>Indicating that a given value equals the operand of the Constraint.</p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/eq">http://www.w3.org/ns/odrl/2/eq</a></td></tr>
+<tr><th>Label:</th> <td>Equal to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-gt">gt</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/gt">http://www.w3.org/ns/odrl/2/gt</a></td></tr>
+<tr><th>Label:</th> <td>Greater than</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-gteq">gteq</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/gteq">http://www.w3.org/ns/odrl/2/gteq</a></td></tr>
+<tr><th>Label:</th> <td>Greater than or equal to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-hasPart">hasPart</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/hasPart">http://www.w3.org/ns/odrl/2/hasPart</a></td></tr>
+<tr><th>Label:</th> <td>Has part</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-isA">isA</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/isA">http://www.w3.org/ns/odrl/2/isA</a></td></tr>
+<tr><th>Label:</th> <td>Is a</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-isAllOf">isAllOf</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/isAllOf">http://www.w3.org/ns/odrl/2/isAllOf</a></td></tr>
+<tr><th>Label:</th> <td>Is all of</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-isAnyOf">isAnyOf</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/isAnyOf">http://www.w3.org/ns/odrl/2/isAnyOf</a></td></tr>
+<tr><th>Label:</th> <td>Is any of</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-isNoneOf">isNoneOf</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/isNoneOf">http://www.w3.org/ns/odrl/2/isNoneOf</a></td></tr>
+<tr><th>Label:</th> <td>Is none of</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-isPartOf">isPartOf</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/isPartOf">http://www.w3.org/ns/odrl/2/isPartOf</a></td></tr>
+<tr><th>Label:</th> <td>Is part of</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-lt">lt</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/lt">http://www.w3.org/ns/odrl/2/lt</a></td></tr>
+<tr><th>Label:</th> <td>Less than</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-lteq">lteq</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/lteq">http://www.w3.org/ns/odrl/2/lteq</a></td></tr>
+<tr><th>Label:</th> <td>Less than or equal to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+<h3 id="term-neq">neq</h3
+<p></p>
+<table>
+  <tr><th>URI:</th> <td><a href="http://www.w3.org/ns/odrl/2/neq">http://www.w3.org/ns/odrl/2/neq</a></td></tr>
+<tr><th>Label:</th> <td>Not equal to</td></tr>
+<tr><th>Status:</th> <td>testing</td></tr>
+<tr><th>Class:</th> <td><a href="#term-Operator">Operator</a></td></tr>
+</table>
+</div>
+
+<h2 id="sec-acknowledgements">Acknowledgements</h2>
+<p>
+	The authors gratefully acknowledge feedback and contributions to this document from <a href="http://www.w3.org/community/odrl/">members of the W3C ODRL Community Group</a>.
+</p>
+
+<p>
+	This document was generated using <a href="https://github.com/njh/phpspecgen">phpspecgen</a> written by <a href="https://github.com/njh">Nicholas J. Humfrey</a> and modified by <a href="https://github.com/moustaki">Yves Raimond</a>, and subsequently modified by Mo McRoberts.
+</p>
+
+<h2 id="sec-references">References</h2>
+<dl class="bibliography">
+	<dt id="ODRL-MODEL"><a href="http://www.w3.org/community/odrl/two/model/">[ODRL-MODEL]</a></dt>
+	<dd>
+		R. Iannella, S. Guth, D. Paehler &amp; A. Kasten (eds.)
+		Open Digital Rights Language (ODRL) Version 2.0 - Core Model.
+		Final Specification, W3C ODRL Community Group, 24 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/model/">http://www.w3.org/community/odrl/two/model/</a>
+	</dd>
+	<dt id="ODRL-VOCAB"><a href="http://www.w3.org/community/odrl/two/vocab/">[ODRL-VOCAB]</a></dt>
+	<dd>
+		S. Guth &amp; R. Iannella (eds).
+		Open Digital Rights Language (ODRL) Version 2.0 – Common Vocabulary.
+		Final Specification, W3C ODRL Community Group, 19 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/vocab/">http://www.w3.org/community/odrl/two/vocab/</a>
+	</dd>
+	<dt id="ODRL-XML"><a href="http://www.w3.org/community/odrl/two/xml/">[ODRL-XML]</a></dt>
+	<dd>
+		R. Iannella (ed.).
+		Open Digital Rights Language (ODRL) Version 2.0 – XML Encoding.
+		Final Specification, W3C ODRL Community Group, 19 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/xml/">http://www.w3.org/community/odrl/two/xml/</a>
+	</dd>
+	<dt id="RDF-PRIMER"><a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">[RDF-PRIMER]</a></dt>
+	<dd>
+		E. Manola &amp; E. Miller (eds.).
+		RDF Primer.
+		W3C Recommendation, 10 February 2004.
+		<a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">http://www.w3.org/TR/2004/REC-rdf-primer-20040210/</a>
+	</dd>
+	<dt id="TURTLE"><a href="http://www.w3.org/TeamSubmission/turtle/">[TURTLE]</a></dt>
+	<dd>
+		D. Beckett, T. Berners-Lee.
+		Turtle - Terse RDF Triple Language.
+		W3C Team Submission, 28 March 2011.
+		<a href="http://www.w3.org/TeamSubmission/turtle/">http://www.w3.org/TeamSubmission/turtle/</a>
+	</dd>
+</dl>
+
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2/ODRL21.nt	Mon Nov 10 09:02:53 2014 +0000
@@ -0,0 +1,1238 @@
+<http://www.w3.org/ns/odrl/2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
+<http://www.w3.org/ns/odrl/2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocommons/voaf#Vocabulary> .
+<http://www.w3.org/ns/odrl/2/> <http://www.w3.org/2000/01/rdf-schema#label> "Open Digital Rights Language (ODRL) Ontology"@en .
+<http://www.w3.org/ns/odrl/2/> <http://www.w3.org/2002/07/owl#versionInfo> "2.1" .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/preferredNamespaceUri> <http://w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "odrl" .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/vocab/vann/example> <http://www.w3.org/ns/odrl/2/Asset> .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "Mo McRoberts (BBC)" .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/creator> "V\u00EDctor Rodr\u00EDguez Doncel (OEG-UPM)" .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/issued> "2014-11-10"^^<http://www.w3.org/2001/XMLSchema#date> .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/contributor> "ODRL Community Group" .
+<http://www.w3.org/ns/odrl/2/> <http://purl.org/dc/terms/description> "The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media."@en .
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.1 (Turtle)"@en .
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl> <http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/text/turtle> .
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.1 (RDF/XML)"@en .
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf> <http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/application/rdf+xml> .
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.1 (XML Schema Definition)"@en .
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd> <http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/application/xml> .
+<http://www.w3.org/ns/odrl/2/ODRL21.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/dcmitype/Text> .
+<http://www.w3.org/ns/odrl/2/ODRL21.html> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL 2.1 (HTML)"@en .
+<http://www.w3.org/ns/odrl/2/ODRL21.html> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.html> <http://purl.org/dc/terms/isVersionOf> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ODRL21.html> <http://purl.org/dc/terms/format> <http://purl.org/NET/mediatypes/text/html> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2000/01/rdf-schema#label> "ODRL Actions vocabulary"@en .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/acceptTracking> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/adHocShare> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/aggregate> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/annotate> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/anonymize> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/append> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/archive> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/attachPolicy> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/attachSource> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/attribute> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/commercialize> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/concurrentUse> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/copy> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/delete> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/derive> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/display> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/distribute> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/ensureExclusivity> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/execute> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/export> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/extract> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/give> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/include> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/index> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/inform> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/install> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/lease> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/lend> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/license> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/modify> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/move> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/nextPolicy> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/obtainConsent> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/pay> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/play> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/present> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/preview> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/print> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/read> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/reproduce> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/reviewPolicy> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/secondaryUse> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/sell> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/share> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/shareAlike> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/textToSpeech> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/transform> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/translate> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/uninstall> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/watermark> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/write> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/grantUse> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/compensate> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/writeTo> .
+<http://www.w3.org/ns/odrl/2/actions> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/ns/odrl/2/appendTo> .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/2002/07/owl#equivalentClass> <http://www.w3.org/2002/07/owl#Thing> .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/2000/01/rdf-schema#label> "Asset"@en .
+<http://www.w3.org/ns/odrl/2/Asset> <http://www.w3.org/2000/01/rdf-schema#comment> "Asset is anything which can be subject to a policy. Asserting that something the target of a policy implies that it is an Asset."@en .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/2000/01/rdf-schema#label> "Party"@en .
+<http://www.w3.org/ns/odrl/2/Party> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity which can participate in policy transactions. Use an instance of the Party class where it's necessary to associate a Scope with the relationship; in other cases, simply reference the party directly."@en .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Asset> .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#label> "Policy"@en .
+<http://www.w3.org/ns/odrl/2/Policy> <http://www.w3.org/2000/01/rdf-schema#comment> "A top level entity for describing policies."@en .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Instances of ConflictTerm describe policies for resolving conflicts."@en .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Conflict term"@en .
+<http://www.w3.org/ns/odrl/2/ConflictTerm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/ConflictTerm> .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/2000/01/rdf-schema#label> "Permissions"@en .
+<http://www.w3.org/ns/odrl/2/perm> <http://www.w3.org/2000/01/rdf-schema#comment> "Permissions take precedence over prohibitions."@en .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/ConflictTerm> .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/2000/01/rdf-schema#label> "Prohibit"@en .
+<http://www.w3.org/ns/odrl/2/prohibit> <http://www.w3.org/2000/01/rdf-schema#comment> "Prohibitions take precedence over permissions."@en .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "Instances of UndefinedTerm describe policies for processing unsupported actions."@en .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Undefined values"@en .
+<http://www.w3.org/ns/odrl/2/UndefinedTerm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/UndefinedTerm> .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/2000/01/rdf-schema#label> "Ignore"@en .
+<http://www.w3.org/ns/odrl/2/ignore> <http://www.w3.org/2000/01/rdf-schema#comment> "Undefined actions should be ignored."@en .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/ConflictTerm> .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/UndefinedTerm> .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/2000/01/rdf-schema#label> "Invalid"@en .
+<http://www.w3.org/ns/odrl/2/invalid> <http://www.w3.org/2000/01/rdf-schema#comment> "The policy is invalidated."@en .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/UndefinedTerm> .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/2000/01/rdf-schema#label> "Support"@en .
+<http://www.w3.org/ns/odrl/2/support> <http://www.w3.org/2000/01/rdf-schema#comment> "Undefined actions do not invalidate the policy, but notification for review must occur."@en .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2000/01/rdf-schema#label> "conflict"@en .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a conflict-resolution mechansim to a Policy. If no mechanism is specified, the default is invalid."@en .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/conflict> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/ConflictTerm> .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2000/01/rdf-schema#label> "undefined"@en .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates the mechanism used for handling undefined actions to a Policy. If no mechanism is specified, the default is invalid."@en .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/undefined> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/UndefinedTerm> .
+_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Action> .
+_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
+_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Permission> .
+_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid1 .
+_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+_:genid3 <http://www.w3.org/2002/07/owl#unionOf> _:genid2 .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2000/01/rdf-schema#label> "permission"@en .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates the description of an individual Permission to a Policy. A permission can be specified either in terms of an Action alone, or an instance of Permission relating an Action and one or more other attributes."@en .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/permission> <http://www.w3.org/2000/01/rdf-schema#range> _:genid3 .
+_:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Action> .
+_:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
+_:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Prohibition> .
+_:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid4 .
+_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+_:genid6 <http://www.w3.org/2002/07/owl#unionOf> _:genid5 .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2000/01/rdf-schema#label> "prohibition"@en .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates the description of an individual Prohibition to a Policy. A prohibition can be specified either in terms of an Action alone, or an instance of Prohibition relating an Action and one or more other attributes."@en .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/prohibition> <http://www.w3.org/2000/01/rdf-schema#range> _:genid6 .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2000/01/rdf-schema#label> "inheritance allowed"@en .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2000/01/rdf-schema#comment> "A boolean value indicating whether this policy can be inherited from."@en .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/inheritAllowed> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2000/01/rdf-schema#label> "inherits from"@en .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a policy to another policy from which terms are inherited."@en .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/inheritFrom> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2000/01/rdf-schema#label> "profile"@en .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the identifier of the ODRL Profile for which the policy expression conforms to"@en .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/profile> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/2000/01/rdf-schema#label> "Rule"@en .
+<http://www.w3.org/ns/odrl/2/Rule> <http://www.w3.org/2000/01/rdf-schema#comment> "An abstract common ancestor to Permissions, Prohibitions and Duties."@en .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Prohibition> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Duty> .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2000/01/rdf-schema#label> "Permission"@en .
+<http://www.w3.org/ns/odrl/2/Permission> <http://www.w3.org/2000/01/rdf-schema#comment> "A Permission is a rule which indicates the actions the assignee is permitted to perform on the associated asset. In other words, what the assigner (supplier) has granted to the assignee (consumer)."@en .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Duty> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Permission> .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2000/01/rdf-schema#label> "Prohibition"@en .
+<http://www.w3.org/ns/odrl/2/Prohibition> <http://www.w3.org/2000/01/rdf-schema#comment> "A Prohibition is a rule which indicates the Actions that the assignee is prohibited to perform on the related Asset."@en .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Prohibition> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Permission> .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2000/01/rdf-schema#label> "Duty"@en .
+<http://www.w3.org/ns/odrl/2/Duty> <http://www.w3.org/2000/01/rdf-schema#comment> "A Duty is a rule which indicates requirements which must be fulfilled in order to receive the permission."@en .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#comment> "Instances of Action are things one might be permitted to do or prohibited from doing to a work."@en .
+<http://www.w3.org/ns/odrl/2/Action> <http://www.w3.org/2000/01/rdf-schema#label> "Action"@en .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/2000/01/rdf-schema#label> "Constraint"@en .
+<http://www.w3.org/ns/odrl/2/Constraint> <http://www.w3.org/2000/01/rdf-schema#comment> "Parent class of all Constraints."@en .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2000/01/rdf-schema#label> "relation"@en .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2000/01/rdf-schema#comment> "Relation is an abstract property which creates an explicit link between an Action and an Asset. Sub-properties of relation are used to define the nature of that link."@en .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/relation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Asset> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/relation> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#label> "output"@en .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#comment> "The output property specifies the Asset which is created from the output of the Action."@en .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/output> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Asset> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/relation> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#label> "target"@en .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#comment> "The target property specifies the Asset upon which the Action is performed."@en .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/target> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Asset> .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2000/01/rdf-schema#label> "function"@en .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2000/01/rdf-schema#comment> "Function is an abstract property whose sub-properties define the roles which may be fulfilled by a party in relation to a Rule."@en .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/function> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2000/01/rdf-schema#label> "action"@en .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2000/01/rdf-schema#comment> "The operation relating to the asset for which permission is being granted. A permission must include exactly one action."@en .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/action> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2000/01/rdf-schema#label> "constraint"@en .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2000/01/rdf-schema#comment> "One or more constraints which affect the validity of the Permission; e.g. if the Action play is only permitted for a certain period of time."@en .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Rule> .
+<http://www.w3.org/ns/odrl/2/constraint> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Constraint> .
+_:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Action> .
+_:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
+_:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/odrl/2/Duty> .
+_:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid7 .
+_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+_:genid9 <http://www.w3.org/2002/07/owl#unionOf> _:genid8 .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2000/01/rdf-schema#label> "duty"@en .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2000/01/rdf-schema#comment> "A Duty indicates requirements which must be fulfilled in order to receive the permission."@en .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Permission> .
+<http://www.w3.org/ns/odrl/2/duty> <http://www.w3.org/2000/01/rdf-schema#range> _:genid9 .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Constraint> .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2000/01/rdf-schema#label> "unit"@en .
+<http://www.w3.org/ns/odrl/2/unit> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit of measurement used for the constraint value."@en .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Constraint> .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2000/01/rdf-schema#label> "unit"@en .
+<http://www.w3.org/ns/odrl/2/dataType> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit of measurement used for the constraint value."@en .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2000/01/rdf-schema#label> "operator"@en .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2000/01/rdf-schema#comment> "The Boolean operator applied to a constraint and its operand."@en .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Constraint> .
+<http://www.w3.org/ns/odrl/2/operator> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/2000/01/rdf-schema#label> "right-operand"@en .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/2000/01/rdf-schema#comment> "The operand applied to an instance of a constraint. Do not use the right-operand property directly within a Constraint. Instead, a Constraint instance must contain exactly one triple which makes use of one of the sub-properties of right-operand."@en .
+<http://www.w3.org/ns/odrl/2/rightOperand> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Constraint> .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/2000/01/rdf-schema#label> "status"@en .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/2000/01/rdf-schema#comment> "The current value of the constraint. The range of the status property is identical to that of the operand property selected used in the constraint."@en .
+<http://www.w3.org/ns/odrl/2/status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/ns/odrl/2/Constraint> .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2002/07/owl#Thing> .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/2000/01/rdf-schema#label> "Operator"@en .
+<http://www.w3.org/ns/odrl/2/Operator> <http://www.w3.org/2000/01/rdf-schema#comment> "Instances of the Operator class represent boolean operators"@en .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/2000/01/rdf-schema#label> "Equal to"@en .
+<http://www.w3.org/ns/odrl/2/eq> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicating that a given value equals the operand of the Constraint."@en .
+<http://www.w3.org/ns/odrl/2/gt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/gt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/gt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/gt> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/gt> <http://www.w3.org/2000/01/rdf-schema#label> "Greater than"@en .
+<http://www.w3.org/ns/odrl/2/gteq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/gteq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/gteq> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/gteq> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/gteq> <http://www.w3.org/2000/01/rdf-schema#label> "Greater than or equal to"@en .
+<http://www.w3.org/ns/odrl/2/hasPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/hasPart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/hasPart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/hasPart> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/hasPart> <http://www.w3.org/2000/01/rdf-schema#label> "Has part"@en .
+<http://www.w3.org/ns/odrl/2/isA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/isA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/isA> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/isA> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/isA> <http://www.w3.org/2000/01/rdf-schema#label> "Is a"@en .
+<http://www.w3.org/ns/odrl/2/isAllOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/isAllOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/isAllOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/isAllOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/isAllOf> <http://www.w3.org/2000/01/rdf-schema#label> "Is all of"@en .
+<http://www.w3.org/ns/odrl/2/isAnyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/isAnyOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/isAnyOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/isAnyOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/isAnyOf> <http://www.w3.org/2000/01/rdf-schema#label> "Is any of"@en .
+<http://www.w3.org/ns/odrl/2/isNoneOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/isNoneOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/isNoneOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/isNoneOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/isNoneOf> <http://www.w3.org/2000/01/rdf-schema#label> "Is none of"@en .
+<http://www.w3.org/ns/odrl/2/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/isPartOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/isPartOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "Is part of"@en .
+<http://www.w3.org/ns/odrl/2/lt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/lt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/lt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/lt> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/lt> <http://www.w3.org/2000/01/rdf-schema#label> "Less than"@en .
+<http://www.w3.org/ns/odrl/2/lteq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/lteq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/lteq> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/lteq> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/lteq> <http://www.w3.org/2000/01/rdf-schema#label> "Less than or equal to"@en .
+<http://www.w3.org/ns/odrl/2/neq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Operator> .
+<http://www.w3.org/ns/odrl/2/neq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
+<http://www.w3.org/ns/odrl/2/neq> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/neq> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/neq> <http://www.w3.org/2000/01/rdf-schema#label> "Not equal to"@en .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/2000/01/rdf-schema#label> "Use"@en .
+<http://www.w3.org/ns/odrl/2/use> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of using the Asset."@en .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/2000/01/rdf-schema#label> "Grant use"@en .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/grantUse> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of granting the use the Asset to third parties."@en .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/2000/01/rdf-schema#label> "Compensate"@en .
+<http://www.w3.org/ns/odrl/2/compensate> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of compensating the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset."@en .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/2000/01/rdf-schema#label> "Accept tracking"@en .
+<http://www.w3.org/ns/odrl/2/acceptTracking> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of accepting that the use of the asset may be recorded. The collected information may be tracked by the assigner, or may link to a Party with role function 'trackingParty'."@en .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/2000/01/rdf-schema#label> "Aggregate"@en .
+<http://www.w3.org/ns/odrl/2/aggregate> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of using the asset (or parts of it) as part of a composite collection."@en .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/2000/01/rdf-schema#label> "Annotate"@en .
+<http://www.w3.org/ns/odrl/2/annotate> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of adding notations/commentaries to the asset."@en .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/2000/01/rdf-schema#label> "Anonymize"@en .
+<http://www.w3.org/ns/odrl/2/anonymize> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of anonymising the asset."@en .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/append> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.w3.org/ns/odrl/2/appendTo> .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/2000/01/rdf-schema#label> "Append"@en .
+<http://www.w3.org/ns/odrl/2/append> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of adding to the end of an asset."@en .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/2000/01/rdf-schema#label> "Append to"@en .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/writeTo> .
+<http://www.w3.org/ns/odrl/2/appendTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of appending data to the Asset without modifying the Asset in any other way"@en .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/2000/01/rdf-schema#label> "Archive"@en .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of persistently storing the asset."@en .
+<http://www.w3.org/ns/odrl/2/archive> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/2000/01/rdf-schema#label> "Attribute"@en .
+<http://www.w3.org/ns/odrl/2/attribute> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of attributing the asset to a party."@en .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/2000/01/rdf-schema#label> "Concurrent use"@en .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of multiple concurrent use of the asset."@en .
+<http://www.w3.org/ns/odrl/2/concurrentUse> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/reproduce> .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/2000/01/rdf-schema#label> "Copy"@en .
+<http://www.w3.org/ns/odrl/2/copy> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making an exact reproduction of the asset."@en .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/2000/01/rdf-schema#label> "Delete"@en .
+<http://www.w3.org/ns/odrl/2/delete> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of permanently removing the asset."@en .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2000/01/rdf-schema#label> "Derive"@en .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of creating a new derivative asset from the asset"@en .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/modify> .
+<http://www.w3.org/ns/odrl/2/derive> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/2000/01/rdf-schema#label> "Digitize"@en .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/digitize> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of producing a digital copy of (or otherwise digitize) the Asset from its analogue form."@en .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2000/01/rdf-schema#label> "Display"@en .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making a transient visible rendering of the asset"@en .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/present> .
+<http://www.w3.org/ns/odrl/2/display> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/execute> .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/2000/01/rdf-schema#label> "Distribute"@en .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of publicly distributing, displaying and/or performing the asset."@en .
+<http://www.w3.org/ns/odrl/2/distribute> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/2000/01/rdf-schema#label> "Ensure exclusivity"@en .
+<http://www.w3.org/ns/odrl/2/ensureExclusivity> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of requiring the Assigner to ensure the Permission on the asset is unique to the Assignee."@en .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2000/01/rdf-schema#label> "Execute"@en .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making a transient visible rendering of the asset."@en .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/display> .
+<http://www.w3.org/ns/odrl/2/execute> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#label> "Export"@en .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of transforming the asset into a new form."@en .
+<http://www.w3.org/ns/odrl/2/export> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/transform> .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/2000/01/rdf-schema#label> "Extract"@en .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of extracting (replicating) unchanged parts of the asset."@en .
+<http://www.w3.org/ns/odrl/2/extract> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/reproduce> .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/2000/01/rdf-schema#label> "Give"@en .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of giving away the asset in perpetuity without exchange of value."@en .
+<http://www.w3.org/ns/odrl/2/give> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/transfer> .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/2000/01/rdf-schema#label> "Include"@en .
+<http://www.w3.org/ns/odrl/2/include> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of including other related assets to fulfill the function."@en .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/2000/01/rdf-schema#label> "Index"@en .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of indexing the asset into a collection of assets."@en .
+<http://www.w3.org/ns/odrl/2/index> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/2000/01/rdf-schema#label> "Inform"@en .
+<http://www.w3.org/ns/odrl/2/inform> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of informing a party that an action has been performed on the asset."@en .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/2000/01/rdf-schema#label> "Install"@en .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of loading the asset onto storage device ready for operation."@en .
+<http://www.w3.org/ns/odrl/2/install> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/2000/01/rdf-schema#label> "Lease"@en .
+<http://www.w3.org/ns/odrl/2/lease> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making available the asset to a third-party for a fixed period of time with exchange of value."@en .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/2000/01/rdf-schema#label> "License"@en .
+<http://www.w3.org/ns/odrl/2/license> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of granting the right to use the asset to a third-party."@en .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/2000/01/rdf-schema#label> "Lend"@en .
+<http://www.w3.org/ns/odrl/2/lend> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making available the asset to a third-party for a fixed period of time without exchange of value."@en .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2000/01/rdf-schema#label> "Modify"@en .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of creating a new derivative asset from the asset."@en .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/modify> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/derive> .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/2000/01/rdf-schema#label> "Move"@en .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of moving the asset."@en .
+<http://www.w3.org/ns/odrl/2/move> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/2000/01/rdf-schema#label> "Next policy"@en .
+<http://www.w3.org/ns/odrl/2/nextPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of specifying an asset (which must be a Policy) as the Policy terms for third-party use of the asset."@en .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Obtain consent"@en .
+<http://www.w3.org/ns/odrl/2/obtainConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of requiring explicit consent from a party to perform the action on the asset."@en .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/2000/01/rdf-schema#label> "Pay"@en .
+<http://www.w3.org/ns/odrl/2/pay> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of paying a financial amount to a party for use of the asset."@en .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2000/01/rdf-schema#label> "Play"@en .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of rendering the asset into audio and/or video form."@en .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/present> .
+<http://www.w3.org/ns/odrl/2/play> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2000/01/rdf-schema#label> "Present"@en .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of rendering the asset into audio and/or video form."@en .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/play> .
+<http://www.w3.org/ns/odrl/2/present> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/2000/01/rdf-schema#label> "Preview"@en .
+<http://www.w3.org/ns/odrl/2/preview> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of providing a short preview of the asset."@en .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/2000/01/rdf-schema#label> "Print"@en .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of rendering the asset onto paper or hard copy form."@en .
+<http://www.w3.org/ns/odrl/2/print> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/present> .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/2000/01/rdf-schema#label> "Read"@en .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of obtaining data from the asset."@en .
+<http://www.w3.org/ns/odrl/2/read> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2000/01/rdf-schema#label> "Reproduce"@en .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of making an exact reproduction of the asset."@en .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/copy> .
+<http://www.w3.org/ns/odrl/2/reproduce> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/2000/01/rdf-schema#label> "Review policy"@en .
+<http://www.w3.org/ns/odrl/2/reviewPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of performing a manual review of the terms associated with the asset."@en .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/2000/01/rdf-schema#label> "Secondary use"@en .
+<http://www.w3.org/ns/odrl/2/secondaryUse> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of using the asset for a purpose other than the purpose it was intended for."@en .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/2000/01/rdf-schema#label> "Sell"@en .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of trading the asset in exchange of value."@en .
+<http://www.w3.org/ns/odrl/2/sell> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/transfer> .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/2000/01/rdf-schema#label> "Text-to-speech"@en .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of a system reading the text of the asset out loud."@en .
+<http://www.w3.org/ns/odrl/2/textToSpeech> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2000/01/rdf-schema#label> "Transform"@en .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of transforming the asset into a new form."@en .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2002/07/owl#sameAs> <http://www.w3.org/ns/odrl/2/export> .
+<http://www.w3.org/ns/odrl/2/transform> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/2000/01/rdf-schema#label> "Translate"@en .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of translating the asset into a new natural language."@en .
+<http://www.w3.org/ns/odrl/2/translate> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/2000/01/rdf-schema#label> "Uninstall"@en .
+<http://www.w3.org/ns/odrl/2/uninstall> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of unloading the asset from storage device."@en .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/2000/01/rdf-schema#label> "Watermark"@en .
+<http://www.w3.org/ns/odrl/2/watermark> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of applying a watermark to the asset."@en .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/2000/01/rdf-schema#label> "Write"@en .
+<http://www.w3.org/ns/odrl/2/write> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of writing to the asset."@en .
+<http://www.w3.org/ns/odrl/2/write> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.w3.org/ns/odrl/2/writeTo> .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/2000/01/rdf-schema#label> "Write to"@en .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/2004/02/skos/core#broaderTransitive> <http://www.w3.org/ns/odrl/2/use> .
+<http://www.w3.org/ns/odrl/2/writeTo> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of adding data to the Asset."@en .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/2000/01/rdf-schema#label> "absolute position"@en .
+<http://www.w3.org/ns/odrl/2/absolutePosition> <http://www.w3.org/2000/01/rdf-schema#comment> "A point defined with absolute coordinates."@en .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2000/01/rdf-schema#label> "absolute size"@en .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The absolute dimension that the Asset may be resized."@en .
+<http://www.w3.org/ns/odrl/2/absoluteSize> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2000/01/rdf-schema#label> "count"@en .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2000/01/rdf-schema#comment> "The numeric count indicating the number of times the corresponding entity may be exercised"@en .
+<http://www.w3.org/ns/odrl/2/count> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
+_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#dateTime> .
+_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
+_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#date> .
+_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid10 .
+_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+_:genid12 <http://www.w3.org/2002/07/owl#unionOf> _:genid11 .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2000/01/rdf-schema#label> "date/time"@en .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The date (and optional time and timezone) representing a point in time or period."@en .
+<http://www.w3.org/ns/odrl/2/dateTime> <http://www.w3.org/2000/01/rdf-schema#range> _:genid12 .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/2000/01/rdf-schema#label> "delivery channel"@en .
+<http://www.w3.org/ns/odrl/2/deliveryChannel> <http://www.w3.org/2000/01/rdf-schema#comment> "The delivery channel used for storing or communicating the asset."@en .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://www.w3.org/ns/odrl/2/system> .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2000/01/rdf-schema#label> "device"@en .
+<http://www.w3.org/ns/odrl/2/device> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifiable computing system."@en .
+<http://www.w3.org/ns/odrl/2/device> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.w3.org/ns/odrl/2/systemDevice> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://www.w3.org/ns/odrl/2/system> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://www.w3.org/ns/odrl/2/device> .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2000/01/rdf-schema#label> "SystemDevice"@en .
+<http://www.w3.org/ns/odrl/2/systemDevice> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifiable computing system."@en .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2000/01/rdf-schema#label> "elapsed time"@en .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A period of time in which the policy action can be exercised."@en .
+<http://www.w3.org/ns/odrl/2/elapsedTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/2000/01/rdf-schema#label> "event"@en .
+<http://www.w3.org/ns/odrl/2/event> <http://www.w3.org/2000/01/rdf-schema#comment> "Specification of a defined event applicable to the asset usage."@en .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/2000/01/rdf-schema#label> "file format"@en .
+<http://www.w3.org/ns/odrl/2/fileFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "The file format applicable to the Asset."@en .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/2000/01/rdf-schema#label> "industry"@en .
+<http://www.w3.org/ns/odrl/2/industry> <http://www.w3.org/2000/01/rdf-schema#comment> "The defined industry sector applicable to the asset usage"@en .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/2000/01/rdf-schema#label> "language"@en .
+<http://www.w3.org/ns/odrl/2/language> <http://www.w3.org/2000/01/rdf-schema#comment> "The natural language applicable to the asset usage"@en .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/2000/01/rdf-schema#label> "media"@en .
+<http://www.w3.org/ns/odrl/2/media> <http://www.w3.org/2000/01/rdf-schema#comment> "The media type in which the asset may be used."@en .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#label> "metered time"@en .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The maximum period of metered usage time."@en .
+<http://www.w3.org/ns/odrl/2/meteredTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#label> "payment amount"@en .
+<http://www.w3.org/ns/odrl/2/payAmount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#label> "percentage"@en .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#comment> "The amount (as a percentage) of the action applicable to the asset."@en .
+<http://www.w3.org/ns/odrl/2/percentage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2000/01/rdf-schema#label> "product"@en .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2000/01/rdf-schema#comment> "The specified Product or Service name."@en .
+<http://www.w3.org/ns/odrl/2/product> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/2000/01/rdf-schema#label> "purpose"@en .
+<http://www.w3.org/ns/odrl/2/purpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Specification of a defined purpose applicable to the asset usage."@en .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/2000/01/rdf-schema#label> "recipient"@en .
+<http://www.w3.org/ns/odrl/2/recipient> <http://www.w3.org/2000/01/rdf-schema#comment> "The party that receives the result of the Action on the Asset."@en .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/2000/01/rdf-schema#label> "relative position"@en .
+<http://www.w3.org/ns/odrl/2/relativePosition> <http://www.w3.org/2000/01/rdf-schema#comment> "A point defined with reference to another position."@en .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/2000/01/rdf-schema#label> "relative size"@en .
+<http://www.w3.org/ns/odrl/2/relativeSize> <http://www.w3.org/2000/01/rdf-schema#comment> "The relative dimension that the Asset may be resized."@en .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/2000/01/rdf-schema#label> "resolution"@en .
+<http://www.w3.org/ns/odrl/2/resolution> <http://www.w3.org/2000/01/rdf-schema#comment> "The resolution at which the asset may be used."@en .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/2000/01/rdf-schema#label> "spatial"@en .
+<http://www.w3.org/ns/odrl/2/spatial> <http://www.w3.org/2000/01/rdf-schema#comment> "A code representing a geospatial area."@en .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/system> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.w3.org/ns/odrl/2/systemDevice> .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2002/07/owl#equivalentProperty> <http://www.w3.org/ns/odrl/2/device> .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2000/01/rdf-schema#label> "system"@en .
+<http://www.w3.org/ns/odrl/2/system> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifiable computing system."@en .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2000/01/rdf-schema#label> "time interval"@en .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2000/01/rdf-schema#comment> "Recurring period of time in which the usage may be exercised."@en .
+<http://www.w3.org/ns/odrl/2/timeInterval> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/2000/01/rdf-schema#label> "version"@en .
+<http://www.w3.org/ns/odrl/2/version> <http://www.w3.org/2000/01/rdf-schema#comment> "The scope of versions for the asset."@en .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/2000/01/rdf-schema#label> "virtual location"@en .
+<http://www.w3.org/ns/odrl/2/virtualLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "Specification of a digital locale."@en .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2000/01/rdf-schema#label> "assignee"@en .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party is the recipient of the policy statement."@en .
+<http://www.w3.org/ns/odrl/2/assignee> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2000/01/rdf-schema#label> "assigner"@en .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party is the issuer of the policy statement."@en .
+<http://www.w3.org/ns/odrl/2/assigner> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/2000/01/rdf-schema#label> "attributed party"@en .
+<http://www.w3.org/ns/odrl/2/attributedParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party to be attributed."@en .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/2000/01/rdf-schema#label> "consenting party"@en .
+<http://www.w3.org/ns/odrl/2/consentingParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party to obtain consent from."@en .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/2000/01/rdf-schema#label> "informed party"@en .
+<http://www.w3.org/ns/odrl/2/informedParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party to be informed of all uses."@en .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.w3.org/ns/odrl/2/compensatedParty> .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/2000/01/rdf-schema#label> "payee party"@en .
+<http://www.w3.org/ns/odrl/2/payeeParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party is the recipient of the payment."@en .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/2000/01/rdf-schema#label> "payee party"@en .
+<http://www.w3.org/ns/odrl/2/compensatedParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party is the recipient of the compensation."@en .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/function> .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/2000/01/rdf-schema#label> "tracking party"@en .
+<http://www.w3.org/ns/odrl/2/trackingParty> <http://www.w3.org/2000/01/rdf-schema#comment> "The Party is the usage tracker."@en .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Offer> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Privacy> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Request> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Set> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Ticket> .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2000/01/rdf-schema#label> "Agreement"@en .
+<http://www.w3.org/ns/odrl/2/Agreement> <http://www.w3.org/2000/01/rdf-schema#comment> "Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved."@en .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Agreement> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Privacy> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Request> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Set> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Ticket> .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2000/01/rdf-schema#label> "Offer"@en .
+<http://www.w3.org/ns/odrl/2/Offer> <http://www.w3.org/2000/01/rdf-schema#comment> "An instance of Offer is a Policy expression that proposes terms of usage from an Asset owner."@en .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Agreement> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Offer> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Request> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Set> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Ticket> .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2000/01/rdf-schema#label> "Privacy"@en .
+<http://www.w3.org/ns/odrl/2/Privacy> <http://www.w3.org/2000/01/rdf-schema#comment> "An instance of Privacy is a Policy expression that stipulates the terms of usage over personal information."@en .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Agreement> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Offer> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Privacy> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Set> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Ticket> .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2000/01/rdf-schema#label> "Request"@en .
+<http://www.w3.org/ns/odrl/2/Request> <http://www.w3.org/2000/01/rdf-schema#comment> "An instance of Request is a Policy expression that proposes terms of usage to an Asset owner."@en .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Agreement> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Offer> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Privacy> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Request> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Ticket> .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2000/01/rdf-schema#label> "Set"@en .
+<http://www.w3.org/ns/odrl/2/Set> <http://www.w3.org/2000/01/rdf-schema#comment> "An instance of Set is a Policy expression that consists of entities from the complete model."@en .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Policy> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Agreement> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Offer> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Privacy> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Request> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/ns/odrl/2/Set> .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2000/01/rdf-schema#label> "Ticket"@en .
+<http://www.w3.org/ns/odrl/2/Ticket> <http://www.w3.org/2000/01/rdf-schema#comment> "An instance of Ticket is a Policy expression that stipulates the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession."@en .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/2000/01/rdf-schema#label> "All"@en .
+<http://www.w3.org/ns/odrl/2/All> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is all of the collective individuals within a context."@en .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/2000/01/rdf-schema#label> "All second-level connections"@en .
+<http://www.w3.org/ns/odrl/2/All2ndConnections> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is all of the second-level connections to the Party."@en .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/2000/01/rdf-schema#label> "All connections"@en .
+<http://www.w3.org/ns/odrl/2/AllConnections> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is all of the first-level connections of the Party."@en .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/2000/01/rdf-schema#label> "All groups"@en .
+<http://www.w3.org/ns/odrl/2/AllGroups> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is all of the group connections of the Party."@en .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/2000/01/rdf-schema#label> "Group"@en .
+<http://www.w3.org/ns/odrl/2/Group> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is the defined group with multiple individual members."@en .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/odrl/2/Party> .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/2000/01/rdf-schema#label> "Individual"@en .
+<http://www.w3.org/ns/odrl/2/Individual> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies that the scope of the relationship is the single Party individual."@en .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.openmobilealliance.com/oma-dd/adhoc-share> .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/2000/01/rdf-schema#label> "Ad-hoc sharing"@en .
+<http://www.w3.org/ns/odrl/2/adHocShare> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of sharing the asset to parties in close proximity to the owner. This action may be used to express [OMA] Sharing semantics."@en .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/2004/02/skos/core#broader> <http://www.w3.org/ns/odrl/2/extract> .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.editeur.org/onix-pl/extract-char> .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/2000/01/rdf-schema#label> "Extract character"@en .
+<http://www.w3.org/ns/odrl/2/extractChar> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of extracting (replicating) unchanged character(s) from the asset."@en .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/2004/02/skos/core#broader> <http://www.w3.org/ns/odrl/2/extract> .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.editeur.org/onix-pl/extract-word> .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/2000/01/rdf-schema#label> "Extract page"@en .
+<http://www.w3.org/ns/odrl/2/extractPage> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of extracting (replicating) unchanged page(s) from the asset."@en .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/2004/02/skos/core#broader> <http://www.w3.org/ns/odrl/2/extract> .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.editeur.org/onix-pl/extract-page> .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/2000/01/rdf-schema#label> "Extract word"@en .
+<http://www.w3.org/ns/odrl/2/extractWord> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of extracting (replicating) unchanged word(s) from the asset."@en .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://creativecommons.org/ns#Notice> .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/2000/01/rdf-schema#label> "Attach policy"@en .
+<http://www.w3.org/ns/odrl/2/attachPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of keeping the policy notice with the asset."@en .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://creativecommons.org/ns#SourceCode> .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/2000/01/rdf-schema#label> "Attach source"@en .
+<http://www.w3.org/ns/odrl/2/attachSource> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of attaching the source of the asset and its derivatives."@en .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://creativecommons.org/ns#ShareAlike> .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/2000/01/rdf-schema#label> "Share-alike"@en .
+<http://www.w3.org/ns/odrl/2/shareAlike> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of distributing any derivative asset under the same terms as the original asset."@en .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://creativecommons.org/ns#CommercialUse> .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/2000/01/rdf-schema#label> "Commercialize"@en .
+<http://www.w3.org/ns/odrl/2/commercialize> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of using the asset in a business environment."@en .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/odrl/2/Action> .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/share> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://creativecommons.org/ns#Distribution> .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/2000/01/rdf-schema#label> "Share"@en .
+<http://www.w3.org/ns/odrl/2/share> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of the non-commercial reproduction and distribution of the asset to third-parties."@en .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/proximity> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.openmobilealliance.com/oma-dd/proximity> .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/2000/01/rdf-schema#label> "proximity"@en .
+<http://www.w3.org/ns/odrl/2/proximity> <http://www.w3.org/2000/01/rdf-schema#comment> "An value indicating the closeness or nearness."@en .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/ns/odrl/2/rightOperand> .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/odrl/2/> .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "deprecated" .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://purl.org/net/ns/ontology-annot#deprecatedBy> <http://www.openmobilealliance.com/oma-dd/timed-count> .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2000/01/rdf-schema#label> "timed count"@en .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The number of seconds after which timed metering use of the asset begins."@en .
+<http://www.w3.org/ns/odrl/2/timedCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2/ODRL21.rdf	Mon Nov 10 09:02:53 2014 +0000
@@ -0,0 +1,1448 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:dcmit="http://purl.org/dc/dcmitype/"
+   xmlns:dct="http://purl.org/dc/terms/"
+   xmlns:foaf="http://xmlns.com/foaf/0.1/"
+   xmlns:ont="http://purl.org/net/ns/ontology-annot#"
+   xmlns:owl="http://www.w3.org/2002/07/owl#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+   xmlns:skos="http://www.w3.org/2004/02/skos/core#"
+   xmlns:vann="http://purl.org/vocab/vann/"
+   xmlns:voaf="http://purl.org/vocommons/voaf#"
+   xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+   xmlns="http://www.w3.org/ns/odrl/2/">
+  <owl:Ontology rdf:about="http://www.w3.org/ns/odrl/2/">
+    <dct:contributor>ODRL Community Group</dct:contributor>
+    <dct:creator>Mo McRoberts (BBC)</dct:creator>
+    <dct:creator>Víctor Rodríguez Doncel (OEG-UPM)</dct:creator>
+    <dct:description xml:lang="en">The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media.</dct:description>
+    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-11-10</dct:issued>
+    <vann:example rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
+    <vann:preferredNamespacePrefix>odrl</vann:preferredNamespacePrefix>
+    <vann:preferredNamespaceUri rdf:resource="http://w3.org/ns/odrl/2/"/>
+    <rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
+    <rdfs:label xml:lang="en">Open Digital Rights Language (ODRL) Ontology</rdfs:label>
+    <owl:versionInfo>2.1</owl:versionInfo>
+  </owl:Ontology>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Action">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Instances of Action are things one might be permitted to do or prohibited from doing to a work.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Action</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Agreement">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Agreement</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Offer"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Privacy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Request"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Set"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Ticket"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/All">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is all of the collective individuals within a context.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">All</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/All2ndConnections">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is all of the second-level connections to the Party.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">All second-level connections</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/AllConnections">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is all of the first-level connections of the Party.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">All connections</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/AllGroups">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is all of the group connections of the Party.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">All groups</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Asset">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Asset is anything which can be subject to a policy. Asserting that something the target of a policy implies that it is an Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Asset</rdfs:label>
+    <owl:equivalentClass rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/ConflictTerm">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Instances of ConflictTerm describe policies for resolving conflicts.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Conflict term</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Constraint">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Parent class of all Constraints.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Constraint</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Duty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">A Duty is a rule which indicates requirements which must be fulfilled in order to receive the permission.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Duty</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Permission"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Prohibition"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Group">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is the defined group with multiple individual members.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Group</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Individual">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Specifies that the scope of the relationship is the single Party individual.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Individual</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <dcmit:Text rdf:about="http://www.w3.org/ns/odrl/2/ODRL21.html">
+    <dct:format rdf:resource="http://purl.org/NET/mediatypes/text/html"/>
+    <dct:isVersionOf rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">ODRL 2.1 (HTML)</rdfs:label>
+    <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+  </dcmit:Text>
+  <dcmit:Text rdf:about="http://www.w3.org/ns/odrl/2/ODRL21.rdf">
+    <dct:format rdf:resource="http://purl.org/NET/mediatypes/application/rdf+xml"/>
+    <dct:isVersionOf rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">ODRL 2.1 (RDF/XML)</rdfs:label>
+    <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+  </dcmit:Text>
+  <dcmit:Text rdf:about="http://www.w3.org/ns/odrl/2/ODRL21.ttl">
+    <dct:format rdf:resource="http://purl.org/NET/mediatypes/text/turtle"/>
+    <dct:isVersionOf rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">ODRL 2.1 (Turtle)</rdfs:label>
+    <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+  </dcmit:Text>
+  <dcmit:Text rdf:about="http://www.w3.org/ns/odrl/2/ODRL21.xsd">
+    <dct:format rdf:resource="http://purl.org/NET/mediatypes/application/xml"/>
+    <dct:isVersionOf rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">ODRL 2.1 (XML Schema Definition)</rdfs:label>
+    <foaf:primaryTopic rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+  </dcmit:Text>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Offer">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An instance of Offer is a Policy expression that proposes terms of usage from an Asset owner.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Offer</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Agreement"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Privacy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Request"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Set"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Ticket"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Operator">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Instances of the Operator class represent boolean operators</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Operator</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Party">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An entity which can participate in policy transactions. Use an instance of the Party class where it's necessary to associate a Scope with the relationship; in other cases, simply reference the party directly.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Party</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Permission">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">A Permission is a rule which indicates the actions the assignee is permitted to perform on the associated asset. In other words, what the assigner (supplier) has granted to the assignee (consumer).</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Permission</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Duty"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Prohibition"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Policy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">A top level entity for describing policies.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Policy</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Privacy">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An instance of Privacy is a Policy expression that stipulates the terms of usage over personal information.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Privacy</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Agreement"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Offer"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Request"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Set"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Ticket"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Prohibition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">A Prohibition is a rule which indicates the Actions that the assignee is prohibited to perform on the related Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Prohibition</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Duty"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Permission"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Request">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An instance of Request is a Policy expression that proposes terms of usage to an Asset owner.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Request</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Agreement"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Offer"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Privacy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Set"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Ticket"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Rule">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An abstract common ancestor to Permissions, Prohibitions and Duties.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Rule</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Set">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An instance of Set is a Policy expression that consists of entities from the complete model.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Set</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Agreement"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Offer"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Privacy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Request"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Ticket"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/Ticket">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">An instance of Ticket is a Policy expression that stipulates the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Ticket</rdfs:label>
+    <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Agreement"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Offer"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Privacy"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Request"/>
+    <owl:disjointWith rdf:resource="http://www.w3.org/ns/odrl/2/Set"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://www.w3.org/ns/odrl/2/UndefinedTerm">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
+    <rdfs:comment xml:lang="en">Instances of UndefinedTerm describe policies for processing unsupported actions.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Undefined values</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdfs:Class>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/absolutePosition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">A point defined with absolute coordinates.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">absolute position</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/absoluteSize">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The absolute dimension that the Asset may be resized.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">absolute size</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/acceptTracking">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of accepting that the use of the asset may be recorded. The collected information may be tracked by the assigner, or may link to a Party with role function 'trackingParty'.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Accept tracking</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/action">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The operation relating to the asset for which permission is being granted. A permission must include exactly one action.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">action</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <skos:ConceptScheme rdf:about="http://www.w3.org/ns/odrl/2/actions">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">ODRL Actions vocabulary</rdfs:label>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/acceptTracking"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/adHocShare"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/aggregate"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/annotate"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/anonymize"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/append"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/appendTo"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/archive"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/attachPolicy"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/attachSource"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/attribute"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/commercialize"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/compensate"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/concurrentUse"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/copy"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/delete"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/derive"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/display"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/distribute"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/ensureExclusivity"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/execute"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/export"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/extract"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/give"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/grantUse"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/include"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/index"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/inform"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/install"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/lease"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/lend"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/license"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/modify"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/move"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/nextPolicy"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/obtainConsent"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/pay"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/play"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/present"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/preview"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/print"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/read"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/reproduce"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/reviewPolicy"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/secondaryUse"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/sell"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/share"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/shareAlike"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/textToSpeech"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/transform"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/translate"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/uninstall"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/watermark"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/write"/>
+    <skos:hasTopConcept rdf:resource="http://www.w3.org/ns/odrl/2/writeTo"/>
+  </skos:ConceptScheme>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/adHocShare">
+    <ont:deprecatedBy rdf:resource="http://www.openmobilealliance.com/oma-dd/adhoc-share"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of sharing the asset to parties in close proximity to the owner. This action may be used to express [OMA] Sharing semantics.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Ad-hoc sharing</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/aggregate">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of using the asset (or parts of it) as part of a composite collection.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Aggregate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/annotate">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of adding notations/commentaries to the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Annotate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/anonymize">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of anonymising the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Anonymize</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/append">
+    <ont:deprecatedBy rdf:resource="http://www.w3.org/ns/odrl/2/appendTo"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of adding to the end of an asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Append</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/appendTo">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of appending data to the Asset without modifying the Asset in any other way</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Append to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/writeTo"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/archive">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of persistently storing the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Archive</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/assignee">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party is the recipient of the policy statement.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">assignee</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/assigner">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party is the issuer of the policy statement.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">assigner</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/attachPolicy">
+    <ont:deprecatedBy rdf:resource="http://creativecommons.org/ns#Notice"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of keeping the policy notice with the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Attach policy</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/attachSource">
+    <ont:deprecatedBy rdf:resource="http://creativecommons.org/ns#SourceCode"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of attaching the source of the asset and its derivatives.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Attach source</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/attribute">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of attributing the asset to a party.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Attribute</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/attributedParty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party to be attributed.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">attributed party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/commercialize">
+    <ont:deprecatedBy rdf:resource="http://creativecommons.org/ns#CommercialUse"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of using the asset in a business environment.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Commercialize</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/compensate">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of compensating the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Compensate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/compensatedParty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party is the recipient of the compensation.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">payee party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/concurrentUse">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of multiple concurrent use of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Concurrent use</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/conflict">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relates a conflict-resolution mechansim to a Policy. If no mechanism is specified, the default is invalid.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">conflict</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/ConflictTerm"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/consentingParty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party to obtain consent from.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">consenting party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/constraint">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">One or more constraints which affect the validity of the Permission; e.g. if the Action play is only permitted for a certain period of time.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">constraint</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/copy">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making an exact reproduction of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Copy</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/reproduce"/>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/count">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The numeric count indicating the number of times the corresponding entity may be exercised</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">count</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/dataType">
+    <rdfs:comment xml:lang="en">The unit of measurement used for the constraint value.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">unit</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/dateTime">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The date (and optional time and timezone) representing a point in time or period.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">date/time</rdfs:label>
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf>
+          <rdf:Description>
+            <rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
+            <rdf:rest>
+              <rdf:Description>
+                <rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
+                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+              </rdf:Description>
+            </rdf:rest>
+          </rdf:Description>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/delete">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of permanently removing the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Delete</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/deliveryChannel">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The delivery channel used for storing or communicating the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">delivery channel</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/derive">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of creating a new derivative asset from the asset</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Derive</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/modify"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/device">
+    <ont:deprecatedBy rdf:resource="http://www.w3.org/ns/odrl/2/systemDevice"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">An identifiable computing system.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">device</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <owl:equivalentProperty rdf:resource="http://www.w3.org/ns/odrl/2/system"/>
+    <vs:term_status>deprecated</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/digitize">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of producing a digital copy of (or otherwise digitize) the Asset from its analogue form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Digitize</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/display">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making a transient visible rendering of the asset</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Display</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/execute"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/present"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/distribute">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of publicly distributing, displaying and/or performing the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Distribute</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/duty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">A Duty indicates requirements which must be fulfilled in order to receive the permission.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Permission"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">duty</rdfs:label>
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf>
+          <rdf:Description>
+            <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Duty"/>
+            <rdf:rest>
+              <rdf:Description>
+                <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
+                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+              </rdf:Description>
+            </rdf:rest>
+          </rdf:Description>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/elapsedTime">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">A period of time in which the policy action can be exercised.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">elapsed time</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/ensureExclusivity">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of requiring the Assigner to ensure the Permission on the asset is unique to the Assignee.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Ensure exclusivity</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/eq">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:comment xml:lang="en">Indicating that a given value equals the operand of the Constraint.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Equal to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/event">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Specification of a defined event applicable to the asset usage.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">event</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/execute">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making a transient visible rendering of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Execute</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/display"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/export">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of transforming the asset into a new form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Export</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/transform"/>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/extract">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of extracting (replicating) unchanged parts of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Extract</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/reproduce"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/extractChar">
+    <ont:deprecatedBy rdf:resource="http://www.editeur.org/onix-pl/extract-char"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of extracting (replicating) unchanged character(s) from the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Extract character</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+    <skos:broader rdf:resource="http://www.w3.org/ns/odrl/2/extract"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/extractPage">
+    <ont:deprecatedBy rdf:resource="http://www.editeur.org/onix-pl/extract-word"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of extracting (replicating) unchanged page(s) from the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Extract page</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+    <skos:broader rdf:resource="http://www.w3.org/ns/odrl/2/extract"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/extractWord">
+    <ont:deprecatedBy rdf:resource="http://www.editeur.org/onix-pl/extract-page"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of extracting (replicating) unchanged word(s) from the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Extract word</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+    <skos:broader rdf:resource="http://www.w3.org/ns/odrl/2/extract"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/fileFormat">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The file format applicable to the Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">file format</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/function">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Function is an abstract property whose sub-properties define the roles which may be fulfilled by a party in relation to a Rule.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">function</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Party"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/give">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of giving away the asset in perpetuity without exchange of value.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Give</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/transfer"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/grantUse">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of granting the use the Asset to third parties.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Grant use</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/gt">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Greater than</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/gteq">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Greater than or equal to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/hasPart">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Has part</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <UndefinedTerm rdf:about="http://www.w3.org/ns/odrl/2/ignore">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:comment xml:lang="en">Undefined actions should be ignored.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Ignore</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </UndefinedTerm>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/include">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of including other related assets to fulfill the function.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Include</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/index">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of indexing the asset into a collection of assets.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Index</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/industry">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The defined industry sector applicable to the asset usage</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">industry</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/inform">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of informing a party that an action has been performed on the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Inform</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/informedParty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party to be informed of all uses.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">informed party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/inheritAllowed">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">A boolean value indicating whether this policy can be inherited from.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">inheritance allowed</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/inheritFrom">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relates a policy to another policy from which terms are inherited.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">inherits from</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/install">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of loading the asset onto storage device ready for operation.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Install</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <ConflictTerm rdf:about="http://www.w3.org/ns/odrl/2/invalid">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdf:type rdf:resource="http://www.w3.org/ns/odrl/2/UndefinedTerm"/>
+    <rdfs:comment xml:lang="en">The policy is invalidated.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Invalid</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </ConflictTerm>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/isA">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Is a</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/isAllOf">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Is all of</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/isAnyOf">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Is any of</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/isNoneOf">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Is none of</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/isPartOf">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Is part of</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/language">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The natural language applicable to the asset usage</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">language</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/lease">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making available the asset to a third-party for a fixed period of time with exchange of value.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Lease</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/lend">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making available the asset to a third-party for a fixed period of time without exchange of value.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Lend</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/license">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of granting the right to use the asset to a third-party.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">License</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/lt">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Less than</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/lteq">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Less than or equal to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/media">
+    <rdfs:comment xml:lang="en">The media type in which the asset may be used.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">media</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/meteredTime">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The maximum period of metered usage time.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">metered time</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/modify">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of creating a new derivative asset from the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Modify</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/derive"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/move">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of moving the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Move</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Operator rdf:about="http://www.w3.org/ns/odrl/2/neq">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Not equal to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Operator>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/nextPolicy">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of specifying an asset (which must be a Policy) as the Policy terms for third-party use of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Next policy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/obtainConsent">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of requiring explicit consent from a party to perform the action on the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Obtain consent</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/operator">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Boolean operator applied to a constraint and its operand.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">operator</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Operator"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/output">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The output property specifies the Asset which is created from the output of the Action.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">output</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/relation"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/pay">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of paying a financial amount to a party for use of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Pay</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/payAmount">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">payment amount</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/payeeParty">
+    <ont:deprecatedBy rdf:resource="http://www.w3.org/ns/odrl/2/compensatedParty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party is the recipient of the payment.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">payee party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>deprecated</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/percentage">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The amount (as a percentage) of the action applicable to the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">percentage</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <ConflictTerm rdf:about="http://www.w3.org/ns/odrl/2/perm">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:comment xml:lang="en">Permissions take precedence over prohibitions.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Permissions</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </ConflictTerm>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/permission">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relates the description of an individual Permission to a Policy. A permission can be specified either in terms of an Action alone, or an instance of Permission relating an Action and one or more other attributes.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">permission</rdfs:label>
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf>
+          <rdf:Description>
+            <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Permission"/>
+            <rdf:rest>
+              <rdf:Description>
+                <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
+                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+              </rdf:Description>
+            </rdf:rest>
+          </rdf:Description>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/play">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of rendering the asset into audio and/or video form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Play</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/present"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/present">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of rendering the asset into audio and/or video form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Present</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/play"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/preview">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of providing a short preview of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Preview</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/print">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of rendering the asset onto paper or hard copy form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Print</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/present"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/product">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The specified Product or Service name.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">product</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/profile">
+    <rdfs:comment xml:lang="en">indicates the identifier of the ODRL Profile for which the policy expression conforms to</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">profile</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <ConflictTerm rdf:about="http://www.w3.org/ns/odrl/2/prohibit">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:comment xml:lang="en">Prohibitions take precedence over permissions.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Prohibit</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </ConflictTerm>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/prohibition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relates the description of an individual Prohibition to a Policy. A prohibition can be specified either in terms of an Action alone, or an instance of Prohibition relating an Action and one or more other attributes.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">prohibition</rdfs:label>
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf>
+          <rdf:Description>
+            <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Prohibition"/>
+            <rdf:rest>
+              <rdf:Description>
+                <rdf:first rdf:resource="http://www.w3.org/ns/odrl/2/Action"/>
+                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+              </rdf:Description>
+            </rdf:rest>
+          </rdf:Description>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/proximity">
+    <ont:deprecatedBy rdf:resource="http://www.openmobilealliance.com/oma-dd/proximity"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">An value indicating the closeness or nearness.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">proximity</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>deprecated</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/purpose">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Specification of a defined purpose applicable to the asset usage.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">purpose</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/read">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of obtaining data from the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Read</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/recipient">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The party that receives the result of the Action on the Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">recipient</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/relation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relation is an abstract property which creates an explicit link between an Action and an Asset. Sub-properties of relation are used to define the nature of that link.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">relation</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/relativePosition">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">A point defined with reference to another position.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">relative position</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/relativeSize">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The relative dimension that the Asset may be resized.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">relative size</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/reproduce">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of making an exact reproduction of the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Reproduce</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/copy"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/resolution">
+    <rdfs:comment xml:lang="en">The resolution at which the asset may be used.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">resolution</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/reviewPolicy">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of performing a manual review of the terms associated with the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Review policy</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/rightOperand">
+    <rdfs:comment xml:lang="en">The operand applied to an instance of a constraint. Do not use the right-operand property directly within a Constraint. Instead, a Constraint instance must contain exactly one triple which makes use of one of the sub-properties of right-operand.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">right-operand</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/secondaryUse">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of using the asset for a purpose other than the purpose it was intended for.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Secondary use</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/sell">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of trading the asset in exchange of value.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Sell</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/transfer"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/share">
+    <ont:deprecatedBy rdf:resource="http://creativecommons.org/ns#Distribution"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of the non-commercial reproduction and distribution of the asset to third-parties.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Share</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/shareAlike">
+    <ont:deprecatedBy rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of distributing any derivative asset under the same terms as the original asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Share-alike</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/spatial">
+    <rdfs:comment xml:lang="en">A code representing a geospatial area.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">spatial</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/status">
+    <rdfs:comment xml:lang="en">The current value of the constraint. The range of the status property is identical to that of the operand property selected used in the constraint.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">status</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <UndefinedTerm rdf:about="http://www.w3.org/ns/odrl/2/support">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
+    <rdfs:comment xml:lang="en">Undefined actions do not invalidate the policy, but notification for review must occur.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Support</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </UndefinedTerm>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/system">
+    <ont:deprecatedBy rdf:resource="http://www.w3.org/ns/odrl/2/systemDevice"/>
+    <rdfs:comment xml:lang="en">An identifiable computing system.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">system</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <owl:equivalentProperty rdf:resource="http://www.w3.org/ns/odrl/2/device"/>
+    <vs:term_status>deprecated</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/systemDevice">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">An identifiable computing system.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">SystemDevice</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <owl:equivalentProperty rdf:resource="http://www.w3.org/ns/odrl/2/device"/>
+    <owl:equivalentProperty rdf:resource="http://www.w3.org/ns/odrl/2/system"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/target">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The target property specifies the Asset upon which the Action is performed.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Rule"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">target</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/Asset"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/relation"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/textToSpeech">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of a system reading the text of the asset out loud.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Text-to-speech</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/timeInterval">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">Recurring period of time in which the usage may be exercised.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">time interval</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/timedCount">
+    <ont:deprecatedBy rdf:resource="http://www.openmobilealliance.com/oma-dd/timed-count"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:comment xml:lang="en">The number of seconds after which timed metering use of the asset begins.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">timed count</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>deprecated</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/trackingParty">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The Party is the usage tracker.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">tracking party</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/function"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/transform">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of transforming the asset into a new form.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Transform</rdfs:label>
+    <owl:sameAs rdf:resource="http://www.w3.org/ns/odrl/2/export"/>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/translate">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of translating the asset into a new natural language.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Translate</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/undefined">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Relates the mechanism used for handling undefined actions to a Policy. If no mechanism is specified, the default is invalid.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Policy"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">undefined</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/ns/odrl/2/UndefinedTerm"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/uninstall">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of unloading the asset from storage device.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Uninstall</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/unit">
+    <rdfs:comment xml:lang="en">The unit of measurement used for the constraint value.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://www.w3.org/ns/odrl/2/Constraint"/>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">unit</rdfs:label>
+    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/use">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of using the Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Use</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/version">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">The scope of versions for the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">version</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://www.w3.org/ns/odrl/2/virtualLocation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:comment xml:lang="en">Specification of a digital locale.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">virtual location</rdfs:label>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/odrl/2/rightOperand"/>
+    <vs:term_status>testing</vs:term_status>
+  </rdf:Property>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/watermark">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of applying a watermark to the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Watermark</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/write">
+    <ont:deprecatedBy rdf:resource="http://www.w3.org/ns/odrl/2/writeTo"/>
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of writing to the asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Write</rdfs:label>
+    <vs:term_status>deprecated</vs:term_status>
+  </Action>
+  <Action rdf:about="http://www.w3.org/ns/odrl/2/writeTo">
+    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdfs:comment xml:lang="en">The act of adding data to the Asset.</rdfs:comment>
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/"/>
+    <rdfs:label xml:lang="en">Write to</rdfs:label>
+    <vs:term_status>testing</vs:term_status>
+    <skos:broaderTransitive rdf:resource="http://www.w3.org/ns/odrl/2/use"/>
+  </Action>
+</rdf:RDF>
--- a/2/ODRL21.ttl	Tue Nov 04 14:09:25 2014 +0000
+++ b/2/ODRL21.ttl	Mon Nov 10 09:02:53 2014 +0000
@@ -17,39 +17,39 @@
 odrl:
 	a owl:Ontology , voaf:Vocabulary ;
 	rdfs:label "Open Digital Rights Language (ODRL) Ontology"@en ;
-	owl:versionInfo "2.0" ;
+	owl:versionInfo "2.1" ;
 	vann:preferredNamespaceUri <http://w3.org/ns/odrl/2/> ;
 	vann:preferredNamespacePrefix "odrl" ;
 	vann:example :Asset ;
 	dct:creator "Mo McRoberts (BBC)", "Víctor Rodríguez Doncel (OEG-UPM)" ;
-	dct:issued "2014-05-12"^^xsd:date ;
+	dct:issued "2014-11-10"^^xsd:date ;
 	dct:contributor "ODRL Community Group" ;
 	dct:description "The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media."@en .
 
-<http://www.w3.org/ns/odrl/2/odrl.ttl>
+<http://www.w3.org/ns/odrl/2/ODRL21.ttl>
 	a dcmit:Text ;
-	rdfs:label "ODRL 2.0 (Turtle)"@en ;
+	rdfs:label "ODRL 2.1 (Turtle)"@en ;
 	foaf:primaryTopic odrl: ;
 	dct:isVersionOf odrl: ;
 	dct:format <http://purl.org/NET/mediatypes/text/turtle> .
 
-<http://www.w3.org/ns/odrl/2/odrl.rdf>
+<http://www.w3.org/ns/odrl/2/ODRL21.rdf>
 	a dcmit:Text ;
-	rdfs:label "ODRL 2.0 (RDF/XML)"@en ;
+	rdfs:label "ODRL 2.1 (RDF/XML)"@en ;
 	foaf:primaryTopic odrl: ;
 	dct:isVersionOf odrl: ;
 	dct:format <http://purl.org/NET/mediatypes/application/rdf+xml> .
 
-<http://www.w3.org/ns/odrl/2/odrl.xsd>
+<http://www.w3.org/ns/odrl/2/ODRL21.xsd>
 	a dcmit:Text ;
-	rdfs:label "ODRL 2.0 (XML Schema Definition)"@en ;
+	rdfs:label "ODRL 2.1 (XML Schema Definition)"@en ;
 	foaf:primaryTopic odrl: ;
 	dct:isVersionOf odrl: ;
 	dct:format <http://purl.org/NET/mediatypes/application/xml> .
 
-<http://www.w3.org/ns/odrl/2/odrl.html>
+<http://www.w3.org/ns/odrl/2/ODRL21.html>
 	a dcmit:Text ;
-	rdfs:label "ODRL 2.0 (HTML)"@en ;
+	rdfs:label "ODRL 2.1 (HTML)"@en ;
 	foaf:primaryTopic odrl: ;
 	dct:isVersionOf odrl: ;
 	dct:format <http://purl.org/NET/mediatypes/text/html> .
@@ -67,7 +67,8 @@
 		:obtainConsent, :pay, :play, :present, :preview, :print, :read,
 		:reproduce, :reviewPolicy, :secondaryUse, :sell, :share,
 		:shareAlike, :textToSpeech, :transform, :translate, :uninstall,
-		:watermark, :write .
+		:watermark, :write, :use, :grantUse, :compensate, :writeTo,
+		:appendTo .
 
 ## Assets
 
@@ -207,6 +208,15 @@
 	rdfs:domain :Policy ;
 	rdfs:range :Policy .
 
+:profile
+	a rdf:Property ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "profile"@en ;
+	rdfs:comment "indicates the identifier of the ODRL Profile for which the policy expression conforms to"@en ;
+	rdfs:domain :Policy ;
+	rdfs:range rdfs:Resource .
+
 ## Permissions, prohibitions and duties
 
 :Rule
@@ -336,6 +346,15 @@
 	rdfs:label "unit"@en ;
 	rdfs:comment "The unit of measurement used for the constraint value."@en .
 
+:dataType
+	a rdf:Property ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:domain :Constraint ;
+	rdfs:range rdfs:Resource ;
+	rdfs:label "unit"@en ;
+	rdfs:comment "The unit of measurement used for the constraint value."@en .
+
 :operator
 	a rdf:Property , owl:ObjectProperty ;
 	rdfs:isDefinedBy odrl: ;
@@ -446,6 +465,28 @@
 
 ## Actions
 
+:use
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "Use"@en ;
+	rdfs:comment "The act of using the Asset."@en .
+
+:grantUse
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "Grant use"@en ;
+	skos:broaderTransitive odrl:use ;
+	rdfs:comment "The act of granting the use the Asset to third parties."@en .
+										
+:compensate
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "Compensate"@en ;
+	rdfs:comment "The act of compensating the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset."@en .
+
 :acceptTracking
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
@@ -478,16 +519,26 @@
 :append
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
-	vs:term_status "testing" ;
+	vs:term_status "deprecated" ;
+	ont:deprecatedBy :appendTo ;
 	rdfs:label "Append"@en ;
 	rdfs:comment "The act of adding to the end of an asset."@en .
 
+:appendTo
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "Append to"@en ;
+	skos:broaderTransitive odrl:writeTo ;	
+	rdfs:comment "The act of appending data to the Asset without modifying the Asset in any other way"@en .
+
 :archive
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Archive"@en ;
-	rdfs:comment "The act of persistently storing the asset."@en .
+	rdfs:comment "The act of persistently storing the asset."@en ;
+	skos:broaderTransitive :use .
 
 :attribute
 	a :Action, skos:Concept ;
@@ -501,7 +552,8 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Concurrent use"@en ;
-	rdfs:comment "The act of multiple concurrent use of the asset."@en .
+	rdfs:comment "The act of multiple concurrent use of the asset."@en ;
+	skos:broaderTransitive :use .
 
 :copy
 	a :Action, skos:Concept ;
@@ -524,7 +576,16 @@
 	vs:term_status "testing" ;
 	rdfs:label "Derive"@en ;
 	rdfs:comment "The act of creating a new derivative asset from the asset"@en ;
-	owl:sameAs :modify .
+	owl:sameAs :modify ;
+	skos:broaderTransitive :use .	
+
+:digitize
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
+	vs:term_status "testing" ;
+	rdfs:label "Digitize"@en ;
+	skos:broaderTransitive odrl:use ;
+	rdfs:comment "The act of producing a digital copy of (or otherwise digitize) the Asset from its analogue form."@en .				
 
 :display
 	a :Action, skos:Concept ;
@@ -532,6 +593,7 @@
 	vs:term_status "testing" ;
 	rdfs:label "Display"@en ;
 	rdfs:comment "The act of making a transient visible rendering of the asset"@en ;
+	skos:broaderTransitive :present ;
 	owl:sameAs :execute .
 
 :distribute
@@ -539,7 +601,8 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Distribute"@en ;
-	rdfs:comment "The act of publicly distributing, displaying and/or performing the asset."@en .
+	rdfs:comment "The act of publicly distributing, displaying and/or performing the asset."@en ;
+	skos:broaderTransitive :use .
 
 :ensureExclusivity
 	a :Action, skos:Concept ;
@@ -554,7 +617,8 @@
 	vs:term_status "testing" ;
 	rdfs:label "Execute"@en ;
 	rdfs:comment "The act of making a transient visible rendering of the asset."@en ;
-	owl:sameAs :display .
+	owl:sameAs :display ;
+	skos:broaderTransitive :use .
 
 :export
 	a :Action, skos:Concept ;
@@ -569,14 +633,16 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Extract"@en ;
-	rdfs:comment "The act of extracting (replicating) unchanged parts of the asset."@en .
+	rdfs:comment "The act of extracting (replicating) unchanged parts of the asset."@en ;
+	skos:broaderTransitive :reproduce .
 
 :give
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Give"@en ;
-	rdfs:comment "The act of giving away the asset in perpetuity without exchange of value."@en .
+	rdfs:comment "The act of giving away the asset in perpetuity without exchange of value."@en ;
+	skos:broaderTransitive :transfer .
 
 :include
 	a :Action, skos:Concept ;
@@ -590,7 +656,8 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Index"@en ;
-	rdfs:comment "The act of indexing the asset into a collection of assets."@en .
+	rdfs:comment "The act of indexing the asset into a collection of assets."@en ;
+	skos:broaderTransitive :use .
 
 :inform
 	a :Action, skos:Concept ;
@@ -604,7 +671,8 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Install"@en ;
-	rdfs:comment "The act of loading the asset onto storage device ready for operation."@en .
+	rdfs:comment "The act of loading the asset onto storage device ready for operation."@en ;
+	skos:broaderTransitive :use .
 
 :lease
 	a :Action, skos:Concept ;
@@ -633,6 +701,7 @@
 	vs:term_status "testing" ;
 	rdfs:label "Modify"@en ;
 	rdfs:comment "The act of creating a new derivative asset from the asset."@en ;
+	skos:broaderTransitive :use ;
 	owl:sameAs :derive .
 
 :move
@@ -640,7 +709,8 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Move"@en ;
-	rdfs:comment "The act of moving the asset."@en .
+	rdfs:comment "The act of moving the asset."@en ;
+	skos:broaderTransitive :use .
 
 :nextPolicy
 	a :Action, skos:Concept ;
@@ -669,7 +739,8 @@
 	vs:term_status "testing" ;
 	rdfs:label "Play"@en ;
 	rdfs:comment "The act of rendering the asset into audio and/or video form."@en ;
-	owl:sameAs :present .
+	owl:sameAs :present ;
+	skos:broaderTransitive :use .
 
 :present
 	a :Action, skos:Concept ;
@@ -677,7 +748,8 @@
 	vs:term_status "testing" ;
 	rdfs:label "Present"@en ;
 	rdfs:comment "The act of rendering the asset into audio and/or video form."@en ;
-	owl:sameAs :play .
+	owl:sameAs :play ;
+	skos:broaderTransitive :use .
 
 :preview
 	a :Action, skos:Concept ;
@@ -691,14 +763,16 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Print"@en ;
-	rdfs:comment "The act of rendering the asset onto paper or hard copy form."@en .
+	rdfs:comment "The act of rendering the asset onto paper or hard copy form."@en ;
+	skos:broaderTransitive :present .
 
 :read
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Read"@en ;
-	rdfs:comment "The act of obtaining data from the asset."@en .
+	rdfs:comment "The act of obtaining data from the asset."@en ;
+	skos:broaderTransitive :use .
 
 :reproduce
 	a :Action, skos:Concept ;
@@ -706,7 +780,8 @@
 	vs:term_status "testing" ;
 	rdfs:label "Reproduce"@en ;
 	rdfs:comment "The act of making an exact reproduction of the asset."@en ;
-	owl:sameAs :copy .
+	owl:sameAs :copy ;
+	skos:broaderTransitive :use .
 
 :reviewPolicy
 	a :Action, skos:Concept ;
@@ -727,14 +802,16 @@
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Sell"@en ;
-	rdfs:comment "The act of trading the asset in exchange of value."@en .
+	rdfs:comment "The act of trading the asset in exchange of value."@en ;
+	skos:broaderTransitive :transfer .
 
 :textToSpeech
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Text-to-speech"@en ;
-	rdfs:comment "The act of a system reading the text of the asset out loud."@en .
+	rdfs:comment "The act of a system reading the text of the asset out loud."@en ;
+	skos:broaderTransitive :use .
 
 :transform
 	a :Action, skos:Concept ;
@@ -742,14 +819,16 @@
 	vs:term_status "testing" ;
 	rdfs:label "Transform"@en ;
 	rdfs:comment "The act of transforming the asset into a new form."@en ;
-	owl:sameAs :export .
+	owl:sameAs :export ;
+	skos:broaderTransitive :use .
 
 :translate
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
 	rdfs:label "Translate"@en ;
-	rdfs:comment "The act of translating the asset into a new natural language."@en .
+	rdfs:comment "The act of translating the asset into a new natural language."@en ;
+	skos:broaderTransitive :use .
 
 :uninstall
 	a :Action, skos:Concept ;
@@ -768,9 +847,18 @@
 :write
 	a :Action, skos:Concept ;
 	rdfs:isDefinedBy odrl: ;
+	vs:term_status "deprecated" ;
+	rdfs:label "Write"@en ;
+	rdfs:comment "The act of writing to the asset."@en ;
+	ont:deprecatedBy :writeTo .
+
+:writeTo
+	a :Action, skos:Concept ;
+	rdfs:isDefinedBy odrl: ;
 	vs:term_status "testing" ;
-	rdfs:label "Write"@en ;
-	rdfs:comment "The act of writing to the asset."@en .
+	rdfs:label "Write to"@en ;
+	skos:broaderTransitive odrl:use ;
+	rdfs:comment "The act of adding data to the Asset."@en .				
 
 ## Constraints
 
@@ -824,10 +912,20 @@
 	a rdf:Property , owl:ObjectProperty ;
 	rdfs:isDefinedBy odrl: ;
 	rdfs:subPropertyOf :rightOperand ;
-	vs:term_status "testing" ;
+	vs:term_status "deprecated" ;
     owl:equivalentProperty :system ;
 	rdfs:label "device"@en ;
-	rdfs:comment "An identifiable computing system."@en .
+	rdfs:comment "An identifiable computing system."@en ;
+	ont:deprecatedBy :systemDevice .
+
+:systemDevice
+	a rdf:Property , owl:ObjectProperty ;
+	rdfs:isDefinedBy odrl: ;
+	rdfs:subPropertyOf :rightOperand ;
+	vs:term_status "testing" ;
+	owl:equivalentProperty :system, :device ;
+	rdfs:label "SystemDevice"@en ;
+	rdfs:comment "An identifiable computing system."@en .			    			
 
 :elapsedTime
     a rdf:Property , owl:DatatypeProperty ;
@@ -965,7 +1063,8 @@
     a rdf:Property ;
 	rdfs:isDefinedBy odrl: ;
 	rdfs:subPropertyOf :rightOperand ;
-	vs:term_status "testing" ;
+	vs:term_status "deprecated" ;
+	ont:deprecatedBy :systemDevice ;
     owl:equivalentProperty :device ;
 	rdfs:label "system"@en ;
 	rdfs:comment "An identifiable computing system."@en .
@@ -1043,10 +1142,19 @@
     a rdf:Property , owl:ObjectProperty ;
 	rdfs:isDefinedBy odrl: ;
     rdfs:subPropertyOf :function ;
-	vs:term_status "testing" ;
+	vs:term_status "deprecated" ;
+	ont:deprecatedBy :compensatedParty ;
 	rdfs:label "payee party"@en ;
 	rdfs:comment "The Party is the recipient of the payment."@en .
 
+:compensatedParty
+    a rdf:Property , owl:ObjectProperty ;
+    rdfs:isDefinedBy odrl: ;
+    rdfs:subPropertyOf :function ;
+    vs:term_status "testing" ;
+    rdfs:label "payee party"@en ;
+    rdfs:comment "The Party is the recipient of the compensation."@en .
+
 :trackingParty
     a rdf:Property , owl:ObjectProperty ;
 	rdfs:isDefinedBy odrl: ;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2/template21.phtml	Mon Nov 10 09:02:53 2014 +0000
@@ -0,0 +1,304 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title><?php echo htmlspecialchars($vocab->label()); ?></title>
+	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial">
+	<link rel="stylesheet" type="text/css" href="local.css">
+	<link rel="alternate" type="text/turtle" href="ODRL21.ttl">
+	<link rel="alternate" type="application/rdf+xml" href="ODRL21.rdf">
+	<link rel="alternate" type="application/xml" href="ODRL21.xsd">
+	<link rel="alternate" type="text/plain" href="ODRL21.nt">
+	<link rel="alternate" type="application/json" href="ODRL21.json">	
+</head>
+<body>
+<?php print $vocab->htmlHeader(); ?>
+
+<h2 id="sec-status">Status of this document</h2>
+<p>This FINAL DRAFT specification was published by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards Track. Please note that under the <a href="http://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a> there is a limited opt-out and other conditions apply. Learn more about <a href="http://www.w3.org/community/">W3C Community and Business Groups</a>.</p>
+
+<p>The <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> publishes a Final Specification to indicate that the document is believed to be mature and stable for implementation by the wider community. This Draft Specification is not yet endorsed by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> as appropriate for widespread deployment and that promotes the Community Groups’s mission.</p>
+
+<p>Discussion and feedback of this document takes place on the W3C ODRL Community Group mailing list (see <a href="http://lists.w3.org/Archives/Public/public-odrl-contrib/">Contributor Archive</a>). Feedback from the public is encouraged and can be send to <a href="mailto:public-odrl@w3.org">public-odrl@w3.org</a> (see <a href="http://lists.w3.org/Archives/Public/public-odrl/">Public Archive</a>).</p>
+
+<p>Copyright © 2014 the Contributors to the Final Specification, published by the <a href="http://www.w3.org/community/odrl/">W3C ODRL Community Group</a> under the <a href="http://www.w3.org/community/about/agreements/final/">W3C Community Final Specification Agreement (FSA)</a>. A human-readable summary is <a href="http://www.w3.org/community/about/agreements/fsa-deed/">available</a>.</p>
+
+<h2 id="sec-ns">Namespace URI</h2>
+<p>
+	The namespace URI for ODRL <? echo $vocab->revision; ?> is <a href="http://www.w3.org/ns/odrl/2/"><code>http://www.w3.org/ns/odrl/2/</code></a>.
+</p>
+<h2 id="sec-alternates">Alternative serialisations</h2>
+<p>
+	The ODRL 2 vocabulary is published both in human- and machine-readable forms. A <code>GET</code> request made to the canonical namespace URI will cause <a href="http://www.w3.org/blog/2006/02/content-negotiation/">HTTP Content Negotiation</a> to occur, which means that the most appropriate variant will be served according to your request. However, if you explicitly wish to retrieve a particular serialisation, you can also do so using the following URLs:
+</p>
+<dl>
+	<dt><a href="ODRL21.html">ODRL20.html</a></dt>
+	<dd>HTML (this document)</dd>
+
+	<dt><a href="ODRL21.ttl">ODRL21.ttl</a></dt>
+	<dd>RDF (Turtle)</dd>
+
+	<dt><a href="ODRL21.rdf">ODRL21.rdf</a></dt>
+	<dd>RDF/XML</dd>
+	
+	<dt><a href="ODRL21.nt">ODRL21.nt</a></dt>
+	<dd>RDF (N-Triples)</dd>
+	
+	<dt><a href="ODRL21.xsd">ODRL21.xsd</a></dt>
+	<dd>XML Schema Definition</dd>
+
+	<dt><a href="ODRL21.json">ODRL21.json</a></dt>
+	<dd>JSON Schema Definition</dd>
+</dl>
+
+<h2 id="sec-toc">Table of Contents</h2>
+<ol class="toc">
+<li><a href="#sec-summary"><span class="secno">1</span> Summary of Terms</a></li>
+<li><a href="#sec-groups"><span class="secno">2</span> Groups</a></li>
+<li><a href="#sec-examples"><span class="secno">3</span> Examples of use</a>
+	<ol class="toc">
+		<li><a href="#sec-example-1"><span class="secno">3.1</span> Set</a></li>
+		<li><a href="#sec-example-2"><span class="secno">3.2</span> Offer</a></li>
+		<li><a href="#sec-example-3"><span class="secno">3.3</span> Agreement</a></li>
+		<li><a href="#sec-example-4"><span class="secno">3.4</span> Request</a></li>
+		<li><a href="#sec-example-5"><span class="secno">3.5</span> Ticket</a></li>
+		<li><a href="#sec-example-6"><span class="secno">3.6</span> Offer and next policy</a></li>
+		<li><a href="#sec-example-7"><span class="secno">3.7</span> Privacy policy</a></li>
+		<li><a href="#sec-example-8"><span class="secno">3.8</span> Permission and prohibition</a></li>
+		<li><a href="#sec-example-9"><span class="secno">3.9</span> Inheritance</a></li>
+		<li><a href="#sec-example-10"><span class="secno">3.10</span> Social network</a></li>
+		<li><a href="#sec-example-11"><span class="secno">3.11</span> Multiple assets</a></li>		
+	</ol>
+</li>
+<li><a href="#sec-classes"><span class="secno">4</span> Classes</a></li>
+<li><a href="#sec-properties"><span class="secno">5</span> Properties</a></li>
+<li><a href="#sec-concept-schemes"><span class="secno">6</span> Concept schemes</a></li>
+<li><a href="#sec-concepts"><span class="secno">7</span> Concepts</a></li>
+<li><a href="#sec-named-individuals"><span class="secno">8</span> Named individuals</a></li>
+<li><a href="#sec-examples"><span class="secno">9</span> Acknowledgements</a></li>
+<li><a href="#sec-examples"><span class="secno">10</span> References</a></li>
+</ol>
+
+<?php print $vocab->htmlSummaryOfTerms(); ?>
+
+<h2 id="sec-groups">Groups</h2>
+<p>Some terms can be organised into logical groups, as shown below:</p>
+<p class="diagram">
+	<img src="diagram.png" alt="ODRL 2.0 Ontology diagram">
+</p>
+<table>
+	<thead>
+		<tr>
+			<th scope="col">Group</th>
+			<th scope="col">Expressed as</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Policy types</td>
+			<td><a href="#term-Policy">Sub-classes of Policy</a></td>
+		</tr>
+		<tr>
+			<td>Actions</td>
+			<td><a href="#term-Action">Instances of Action</a></td>
+		</tr>
+		<tr>
+			<td>Operators</td>
+			<td><a href="#term-Operator">Instances of Operator</a></td>
+		</tr>
+		<tr>
+			<td>Operands</td>
+			<td><a href="#term-rightOperand">Sub-properties of rightOperand</a></td>
+		</tr>
+		<tr>
+			<td>Functions</td>
+			<td><a href="#term-function">Sub-properties of function</a></td>
+		</tr>
+		<tr>
+			<td>Scopes</td>
+			<td><a href="#term-Party">Sub-classes of Party</a></td>
+		</tr>
+		<tr>
+			<td>Conflict-handling terms</td>
+			<td><a href="#term-ConflictTerm">Instances of ConflictTerm</a></td>
+		</tr>
+		<tr>
+			<td>Unsupported action-handling terms</td>
+			<td><a href="#term-UndefinedTerm">Instances of UndefinedTerm</a></td>
+		</tr>
+	</tbody>
+</table>
+
+<h2 id="sec-examples">Examples of use</h2>
+<p>
+	The examples in this section are RDF expressions of the scenarios provided
+	by the <a href="http://www.w3.org/community/odrl/two/model/#section-3">ODRL Version 2.0 Core Model</a>.
+</p>
+<?php
+function printExample($name)
+{
+	$buf = file_get_contents(dirname(__FILE__) . '/../examples/' . $name . '.ttl');
+	echo '<pre><code>' . htmlspecialchars($buf) . '</code></pre>';
+	echo '<p>Download this example as ';
+	echo '<a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/' . $name . '.ttl">Turtle</a>, ';
+	echo '<a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/' . $name . '.rdf">RDF/XML</a>, or ';
+	echo '<a href="https://dvcs.w3.org/hg/odrl/raw-file/tip/examples/' . $name . '.nt">N-Triples</a>.';
+	echo '</p>';
+}
+?>
+<h3 id="sec-example-1">Set</h3>
+<p>
+	The following shows an instance of a <a href="#term-Set">set</a> <a href="#term-Policy">policy</a>. The set shows a policy expression, stating that the <a href="#term-Asset">asset</a>, <code>http://example.com/asset:9898</code>, is the target of the <a href="#term-Permission">permission</a> to <a href="#term-reproduce">reproduce</a> and the <a href="#term-Prohibition">prohibition</a> to <a href="#term-modify">modify</a>.
+</p>
+<?php printExample('example1'); ?>
+
+<p>Because all of the <a href="#term-Rule">rules</a> associated with this policy have the same target, and do not have any <a href="#term-constraint">constraints</a> or <a href="#term-duty">duties</a> (requirements), one may abbreviate the expression of the policy and use the Dublin Core <a href="http://purl.org/dc/terms/rights">rights</a> or <a href="http://purl.org/dc/terms/license">license</a> predicates to associate the asset with that policy:</p>
+<?php printExample('example1a'); ?>
+
+<h3 id="sec-example-2">Offer</h3>
+<p>
+	The following shows the instance of an <a href="#term-Offer">offer</a> policy. The offer contains the music file <code>http://example.com/music:4545</code> that is offered by the <a href="#term-Party">party</a> <code>http://example.com/sony:10</code> with the permissions to <a href="#term-play">play</a> and copy the file. The permission to copy is only granted once. The two permissions are offered in exchange for a payment of <code>AUD$0.50</code>.
+</p>
+<?php printExample('example2'); ?>
+
+<h3 id="sec-example-3">Agreement</h3>
+
+<p>
+	The following shows the instance of an <a href="#term-Agreement">agreement</a> policy. The agreement contains all entities shown in the offer scenario above. A new party, <code>http://example.com/billie:888</code> has been added. This party accepted the previous offer and thus is now the buyer of the permission play and copy: i.e. they are now linked as <a href="#term-assignee">assignee</a> of the permissions and duty entities.
+</p>
+
+<?php printExample('example3'); ?>
+
+<h3 id="sec-example-4">Request</h3>
+
+<p>
+	The following shows the instance of a <a href="#term-Request">request</a> policy. The party <code>http://example.com/guest:0589</code> has requested the permission to <a href="#term-display">display</a> the target asset, <code>http://example.com/news:0099</code>.
+</p>
+
+<?php printExample('example4'); ?>
+
+<h3 id="sec-example-5">Ticket</h3>
+
+<p>
+	The following shows the instance of a <a href="#term-Ticket">ticket</a> policy. The ticket expresses the play permission for the target asset, <code>http://example.com/game:4589</code>. The ticket is valid <a href="#term-dateTime">until the end of the year</a> <code>2010</code>. Any valid holder of this ticket may exercise this permission.
+</p>
+
+<?php printExample('example5'); ?>
+
+<h3 id="sec-example-6">Offer and next policy</h3>
+
+<p>
+	The following shows the instance of an <a href="#term-Offer">offer</a> policy showing the <a href="#term-nextPolicy">next-policy</a> structure.
+</p>
+	
+<p>
+	The party <code>http://example.com/sony:99</code> assigns the permission distribute directly to the potential buyer of the permission who will pay <code>€1,000</code>. The distribute permission is also constrained to the country <code>Italy</code>. The potential assignee may then distribute the target asset according to the next-policy target asset linked directly from this duty. In this case, the next policy asset stipulates that the potential assignee may only offer the display permission to downstream consumers.
+</p>
+
+<?php printExample('example6'); ?>
+
+<h3 id="sec-example-7">Privacy policy</h3>
+
+<p>The following shows the instance of a <a href="#term-Privacy">privacy</a> policy.</p>
+
+<p>The target asset is personal data and the assignee is allowed to distribute the asset only for the purpose of contacting the subject of the personal data. The purpose value is taken from the <a href="http://www.w3.org/TR/P3P11/#PURPOSE">P3P privacy purpose vocabulary</a>.</p>
+
+<p>Additionally, the assigner (the party who the personal data is about) has stipulated that the assignee must delete the asset after a <code>30 day period</code> (retention policy).</p>
+
+<?php printExample('example7'); ?>
+
+<h3 id="sec-example-8">Permission and prohibition</h3>
+
+<p>
+	The following shows the instance of an agreement policy with both a permission and a prohibition. The party <code>http://example.com/sony:10</code> assigns the permission play to the party <code>http://example.com/billie:888</code> at the same time they are prohibited from utilising the target asset as a <code>mobile:ringtone</code>. Additionally, in case of any conflict, the conflict attribute is set to <a href="#term-perm"><code>perm</code></a> indicating that the permission entity will take precedence.
+</p>
+
+<?php printExample('example8'); ?>
+
+<h3 id="sec-example-9">Inheritance</h3>
+
+<p>
+	The following shows the instance of a (child) policy <code>http://example.com/policy:9999</code> <a href="#term-inheritFrom">inheriting from</a> another (parent) policy <code>http://example.com/policy:5531</code>. The inherit-from attribute of the (child) policy has the same identifier as the (parent) policy's own identifier.
+</p>
+
+<p>
+	In this inheritance example, the parent policy allows the party <code>http://example.com/billie:888</code> to print the parent’s target asset. The child policy allows the party <code>http://example.com/class:IT01</code> (a group of people) to display the child’s target asset. Since the child policy also inherits from the parent policy, then the party <code>http://example.com/class:IT01</code> can also print the parent’s target asset.</p>
+
+<?php printExample('example9'); ?>
+
+<h3 id="sec-example-10">Social network</h3>
+
+<p>The following shows the instance of an agreement policy for a social network scenario.</p>
+
+<p>
+	The target asset are photos posted to a social network site and the assigner is the owner of the photos. The assignee is a group and represents the football network members on the social network, who are each allowed to display the photos.
+</p>
+
+<?php printExample('example10'); ?>
+
+<h3 id="sec-example-11">Multiple assets</h3>
+
+<p>The following shows an instance of a set policy utilising multiple asset entities.</p>
+
+<p>The <a href="#term-index">index</a> permission is granted to the target asset. Additionally, the <code>x:collection</code> asset specifies which database the index outcome should be stored in.</p>
+
+<?php printExample('example11'); ?>
+
+<?php
+print $vocab->htmlTerms('Phpspecgen_Class', 'Classes');
+print $vocab->htmlTerms('Phpspecgen_Property', 'Properties');
+print $vocab->htmlTerms('Phpspecgen_ConceptScheme', 'Concept schemes');
+print $vocab->htmlTerms('Phpspecgen_Concept', 'Concepts');
+print $vocab->htmlTerms('Phpspecgen_Individual', 'Named individuals');
+?>
+
+<h2 id="sec-acknowledgements">Acknowledgements</h2>
+<p>
+	The authors gratefully acknowledge feedback and contributions to this document from <a href="http://www.w3.org/community/odrl/">members of the W3C ODRL Community Group</a>.
+</p>
+
+<p>
+	This document was generated using <a href="https://github.com/njh/phpspecgen">phpspecgen</a> written by <a href="https://github.com/njh">Nicholas J. Humfrey</a> and modified by <a href="https://github.com/moustaki">Yves Raimond</a>, and subsequently modified by Mo McRoberts.
+</p>
+
+<h2 id="sec-references">References</h2>
+<dl class="bibliography">
+	<dt id="ODRL-MODEL"><a href="http://www.w3.org/community/odrl/two/model/">[ODRL-MODEL]</a></dt>
+	<dd>
+		R. Iannella, S. Guth, D. Paehler &amp; A. Kasten (eds.)
+		Open Digital Rights Language (ODRL) Version 2.0 - Core Model.
+		Final Specification, W3C ODRL Community Group, 24 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/model/">http://www.w3.org/community/odrl/two/model/</a>
+	</dd>
+	<dt id="ODRL-VOCAB"><a href="http://www.w3.org/community/odrl/two/vocab/">[ODRL-VOCAB]</a></dt>
+	<dd>
+		S. Guth &amp; R. Iannella (eds).
+		Open Digital Rights Language (ODRL) Version 2.0 – Common Vocabulary.
+		Final Specification, W3C ODRL Community Group, 19 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/vocab/">http://www.w3.org/community/odrl/two/vocab/</a>
+	</dd>
+	<dt id="ODRL-XML"><a href="http://www.w3.org/community/odrl/two/xml/">[ODRL-XML]</a></dt>
+	<dd>
+		R. Iannella (ed.).
+		Open Digital Rights Language (ODRL) Version 2.0 – XML Encoding.
+		Final Specification, W3C ODRL Community Group, 19 April 2012.
+		<a href="http://www.w3.org/community/odrl/two/xml/">http://www.w3.org/community/odrl/two/xml/</a>
+	</dd>
+	<dt id="RDF-PRIMER"><a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">[RDF-PRIMER]</a></dt>
+	<dd>
+		E. Manola &amp; E. Miller (eds.).
+		RDF Primer.
+		W3C Recommendation, 10 February 2004.
+		<a href="http://www.w3.org/TR/2004/REC-rdf-primer-20040210/">http://www.w3.org/TR/2004/REC-rdf-primer-20040210/</a>
+	</dd>
+	<dt id="TURTLE"><a href="http://www.w3.org/TeamSubmission/turtle/">[TURTLE]</a></dt>
+	<dd>
+		D. Beckett, T. Berners-Lee.
+		Turtle - Terse RDF Triple Language.
+		W3C Team Submission, 28 March 2011.
+		<a href="http://www.w3.org/TeamSubmission/turtle/">http://www.w3.org/TeamSubmission/turtle/</a>
+	</dd>
+</dl>
+
+</body>
+</html>
--- a/classes.php	Tue Nov 04 14:09:25 2014 +0000
+++ b/classes.php	Mon Nov 10 09:02:53 2014 +0000
@@ -124,6 +124,8 @@
 
     class Phpspecgen_Vocab extends EasyRdf_Resource
     {
+    	public $revision = null;
+
         protected function propertyDefinition($title, $property) {
             $values = $this->all($property);
             if (count($values) < 1)
@@ -148,6 +150,7 @@
         }
 
         public function htmlHeader() {
+        	$this->revision = $this->get('owl:versionInfo');
             $html = "<h1>".htmlspecialchars($this->label())."</h1>\n";
             $html .= "<em>".htmlspecialchars($this->get('dc:description|dc11:description|rdfs:comment'))."</em>\n";
 
@@ -174,7 +177,7 @@
 			$conceptCount = 0;
 			$individuals = array();
 			$individualCount = 0;
-            foreach($this->all("^rdfs:isDefinedBy") as $term) {				
+            foreach($this->all("^rdfs:isDefinedBy") as $term) {
 				if(method_exists($term, 'label'))
 				{
 					$k = strval($term->label());
@@ -309,8 +312,11 @@
                 $html .= $term->propertyRow("Status", "vs:term_status");
 				$html .= $term->propertyRow("Equivalent to", "owl:sameAs");
 				$html .= $term->propertyRow("Deprecated by", "ont:deprecatedBy");
+				$html .= $term->propertyRow("Deprecates", "^ont:deprecatedBy");
                 $html .= $term->propertyRow("Sub-classes", "^rdfs:subClassOf");
                 $html .= $term->propertyRow("Sub-properties", "^rdfs:subPropertyOf");
+                $html .= $term->propertyRow("Narrower terms", "^skos:broaderTransitive");
+                $html .= $term->propertyRow("Broader terms", "skos:broaderTransitive");
                 $html .= $term->propertyRow("Parent class", "rdfs:subClassOf");
                 $html .= $term->propertyRow("Parent property", "rdfs:subPropertyOf");
                 $html .= $term->propertyRow("Properties", "^rdfs:domain");
@@ -343,7 +349,7 @@
     EasyRdf_Namespace::set('vann', 'http://purl.org/vocab/vann/');
     EasyRdf_Namespace::set('vs', 'http://www.w3.org/2003/06/sw-vocab-status/ns#');
 	EasyRdf_Namespace::set('ont', 'http://purl.org/net/ns/ontology-annot#');
-	
+
     ## Add mappings
     EasyRdf_TypeMapper::set('owl:Ontology', 'Phpspecgen_Vocab');
     EasyRdf_TypeMapper::set('owl:Class', 'Phpspecgen_Class');
--- a/phpspecgen.php	Tue Nov 04 14:09:25 2014 +0000
+++ b/phpspecgen.php	Mon Nov 10 09:02:53 2014 +0000
@@ -16,12 +16,18 @@
 require_once(dirname(__FILE__) . '/classes.php');
 
 $err = fopen('php://stderr', 'w');
-if(count($argv) != 3)
+if(count($argv) < 3 || count($argv) > 4)
 {
-	fprintf($err, "Usage: %s FILE.ttl URI\n", $argv[0]);
+	fprintf($err, "Usage: %s FILE.ttl URI [TEMPLATE]\n", $argv[0]);
 	exit(1);
 }
 
+$template = 'template.phtml';
+if(count($argv) == 4)
+{
+	$template = $argv[3];
+}
+
 # Extra namespaces we use
 EasyRdf_Namespace::set('odrl', 'http://www.w3.org/ns/odrl/2/');
 EasyRdf_Namespace::set('oma', 'http://www.openmobilealliance.com/oma-dd/');
@@ -36,11 +42,11 @@
 	fprint($err, "%s: No OWL ontologies defined at that URL.\n", $argv[0]);
 	exit(1);
 }
-if(!file_exists('template.phtml'))
+if(!file_exists($template))
 {
-	fprintf($err, "%s: cannot find template.phtml in the current directory\n", $argv[0]);
+	fprintf($err, "%s: cannot find template '%s'\n", $argv[0], $template);
 	exit(1);
 }
 
-require('./template.phtml');
+require($template);