Re: [poe] Duty->Consequence

@vroddon 

P1/P3:  where it says "But if you navigate more than 1Gb" - how is that expressed in ODRL?
A constraint?


P2: I can express that now as:

```
   "prohibition": [{
        "target": "myphone",
        "assigner": "telco",
        "assignee": "me",
        "action": "p2p-traffic",
        "remedy": [{
            "action": "report-police",
     "assignee": "telco"
            }]
        }]
    }]

```

I think the reason that consequence/remedy refer back to a Duty is because it means you **must** then do something, as opposed to _may_ or _may not_ do something.

What use cases state that if you **fail** something, then you are **permitted** to do something else?



-- 
GitHub Notification of comment by riannella
Please view or discuss this issue at https://github.com/w3c/poe/issues/209#issuecomment-320852264 using your GitHub account

Received on Tuesday, 8 August 2017 05:15:32 UTC