We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 '}'
From @ksridhar
The text was updated successfully, but these errors were encountered:
Summary: In Section 2.7.1 the json-ld instance presented in EXAMPLE 29 is invalid. There is a trailing ',' (comma) after the second "action" : "play".
Sorry, something went wrong.
riannella
No branches or pull requests
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 '}'
From @ksridhar
The text was updated successfully, but these errors were encountered: