Skip to content

Commit

Permalink
Removed action skos:note. Added “use’ to “stream”.
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed May 4, 2017
1 parent c1126c6 commit 07c34e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion model/index.html
Expand Up @@ -1198,7 +1198,8 @@ <h3>Compound Constraint</h3>

</section>


</section>


<section id="profile" class="informative">
<h2>ODRL Profiles</h2>
Expand Down
4 changes: 2 additions & 2 deletions vocab/ODRL22.ttl
Expand Up @@ -637,8 +637,7 @@ odrl:
a rdf:Property , owl:ObjectProperty ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Has Action"@en ;
skos:definition "The operation relating to the asset for which the Rule is being subjected."@en ;
skos:note "A permission must include exactly one action."@en ;
skos:definition "The operation relating to the Asset for which the Rule is being subjected."@en ;
rdfs:domain :Rule ;
rdfs:range :Action .

Expand Down Expand Up @@ -1512,6 +1511,7 @@ odrl:
rdfs:isDefinedBy odrl: ;
rdfs:label "Stream"@en ;
skos:definition "The Assigner permits/prohibits the Assignees to deliver the Asset in real-time."@en ;
skos:broaderTransitive :use ;
skos:note "The Asset maybe utilised in real-time as it is being delivered. If the action is to be performed to a wider audience than just the Assignees, then the Recipient constraint is recommened to be used.";
skos:scopeNote "Non-Normative"@en .

Expand Down

0 comments on commit 07c34e7

Please sign in to comment.