- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Sep 2017 18:43:24 +0000
- To: public-poe-archives@w3.org
vroddon has just created a new issue for https://github.com/w3c/poe:
== Problem in JSON-LD? ==
The JSON-LD examples are not being correctly parsed.
If you try [easyrdf](http://www.easyrdf.org/converter) or [rdf-translator](http://rdf-translator.appspot.com/) you will see that examples have stopped being correctly parsed.
```
{
"@context": {
"odrl": "http://www.w3.org/ns/odrl.jsonld"
},
"@type": "odrl:Set",
"@id": "http://example.com/policy:1010",
"permission": [{
"target": "http://example.com/asset:9898",
"action": "odrl:read"
}],
"prohibition": [{
"target": "http://example.com/asset:9898",
"action": "odrl:reproduce"
}]
}
```
is converted into:
`<http://example.com/policy:1010> a <http://www.w3.org/ns/odrl.jsonld#Set> .`
Please view or discuss this issue at https://github.com/w3c/poe/issues/263 using your GitHub account
Received on Tuesday, 19 September 2017 18:43:16 UTC