Closed ksridhar closed 9 months ago
The json-ld instance presented in EXAMPLE 29 in section https://www.w3.org/TR/odrl-model/#composition-compact is invalid. There is a trailing ',' (comma) after the second "action: : "play". This was checked using json-lint and rdf-converter. The former reported
,
"action: : "play"
Invalid JSON! Error: Parse error on line 16: ...n": "play", }]} ----------------------^ Expecting 'STRING', got '}'
Copied to https://github.com/w3c/poe/issues/310
The json-ld instance presented in EXAMPLE 29 in section https://www.w3.org/TR/odrl-model/#composition-compact is invalid. There is a trailing '
,
' (comma) after the second"action: : "play"
. This was checked using json-lint and rdf-converter. The former reported