w3c / odrl

ODRL Community Group Repository
https://www.w3.org/community/odrl/
Other
18 stars 9 forks source link

Invalid json-ld syntax in EXAMPLE 29 #38

Closed ksridhar closed 5 months ago

ksridhar commented 5 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

Invalid JSON!
Error: Parse error on line 16:
...n": "play",        }]}  
----------------------^
Expecting 'STRING', got '}'
riannella commented 5 months ago

Copied to https://github.com/w3c/poe/issues/310