Skip to content

Commit

Permalink
updated play/display/print/present terms #192
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Jul 19, 2017
1 parent b6e99c4 commit 33df1fe
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 38 deletions.
16 changes: 8 additions & 8 deletions vocab/ODRL22.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1392,9 +1392,9 @@ odrl:
a :Action, skos:Concept ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Display"@en ;
skos:definition "To display the visual media Asset."@en ;
skos:definition "To create a static and transient rendition of an Asset."@en ;
skos:note "For example, displaying an image on a screen. If the action is to be performed to a wider audience than just the Assignees, then the Recipient constraint is recommened to be used."@en ;
:includedIn odrl:use ;
:includedIn odrl:play ;
skos:scopeNote "Non-Normative"@en .

:distribute
Expand Down Expand Up @@ -1559,17 +1559,17 @@ odrl:
rdfs:isDefinedBy odrl: ;
rdfs:label "Play"@en ;
:includedIn odrl:use ;
skos:definition "To perform an audio Asset."@en ;
skos:note "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:definition "To create a sequential and transient rendition of an Asset."@en ;
skos:note "For example, to play a video or audio track. 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 .

:present
a :Action, skos:Concept ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Present"@en ;
skos:definition "To perform the Asset."@en ;
skos:definition "To publicly perform the Asset."@en ;
:includedIn odrl:use ;
skos:note "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:note "The asset can be performed (or communicated) in public.";
skos:scopeNote "Non-Normative"@en .

:preview
Expand All @@ -1585,8 +1585,8 @@ odrl:
a :Action, skos:Concept ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Print"@en ;
skos:definition "To print an Asset onto paper or to create a hard copy."@en ;
skos:note "For example, creating a permanent, fixed (static), and directly perceivable representation of the Asset."@en ;
skos:definition "To create a tangible and permanent rendition of an Asset."@en ;
skos:note "For example, creating a permanent, fixed (static), and directly perceivable representation of the Asset, such as printing onto paper."@en ;
:includedIn odrl:use ;
skos:scopeNote "Non-Normative"@en .

Expand Down
2 changes: 1 addition & 1 deletion vocab/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var respecConfig = {
specStatus: "ED",
shortName: "odrl-vocab",
publishDate: "2017-07-18",
publishDate: "2017-07-19",
edDraftURI: "https://w3c.github.io/poe/vocab/",
editors: [
{ name: "Renato Iannella",
Expand Down
Loading

0 comments on commit 33df1fe

Please sign in to comment.