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.
So I need a working example with a separate JSON-LD context.