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
When I try something like :
./jsonldplayground --inputFile data.json --context context.jsonld \ --process tordf --format turtle
I get an empty result. But if I put the content of context.jsonld inside data.json it works.
context.jsonld
data.json
So I need a working example with a separate JSON-LD context.
The text was updated successfully, but these errors were encountered:
I have successfully used the "Linked Art" context from here: https://linked.art/ns/v1/linked-art.json
My command line:
./jsonldplayground --inputFile /tmp/45929.jsonld --process compact --context /usr/local/NMA-API-ETL/linked-art.json
Sorry, something went wrong.
No branches or pull requests
When I try something like :
I get an empty result.
But if I put the content of
context.jsonld
insidedata.json
it works.So I need a working example with a separate JSON-LD context.
The text was updated successfully, but these errors were encountered: