Hi, I would like to convert RDF (on Turtle format) to JSON-LD and apply a JSON-LD framing specification to it (*) -- and I would prefer to do this with the command line tooling that ships with Jena.
I can transform my RDF to JSON-LD with the command $ riot --out=jsonld [file] but I have not found a way to pass my context json file to the command. Attempts like this fails or does not pick up the context file: $ riot --out=JSONLD_FRAME_PRETTY --set JSONLD_CONTEXT=[file] [file] These attempts are motivated by https://jena.apache.org/documentation/io/rdf-output.html#json-ld Is there a way to pass a context file to riot, or otherwise achieve what I want using Jena's command line tools? If not, what is my best other option? Thanks! Martin (*) Apologies if I am not using correct terminology for this.
