Skip to content
Snippets Groups Projects
Commit 98fe8c23 authored by Malo Revel's avatar Malo Revel
Browse files

Add simple actions

parent 56aa008f
Branches
Tags
No related merge requests found
...@@ -13,5 +13,12 @@ action_table = { ...@@ -13,5 +13,12 @@ action_table = {
'use': 'odrl:use', 'use': 'odrl:use',
'display': 'odrl:display', 'display': 'odrl:display',
'play': 'odrl:play', 'play': 'odrl:play',
'distribute': 'cc:Distribution' 'run': 'odrl:run',
'sell': 'odrl:sell',
'copy': 'odrl:copy',
'modify': 'odrl:modify',
'derive': 'odrl:derive',
'distribute': 'cc:Distribution',
'share': 'cc:Distribution',
'reproduce': 'cc:Reproduction'
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment