Re: [poe] Problem in JSON-LD?

Everything is fine if you set the context and namespace separately:

```
"@context": [
        "http://www.w3.org/ns/odrl.jsonld",
        { "odrl": "http://www.w3.org/ns/odrl/2/" }
    ],
```


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

Received on Wednesday, 20 September 2017 00:31:47 UTC