I have a (valid) jsonld file that I'm trying to convert to nt using RIOT. This command doesn't seem to do anything...
riot --output nt file.json
riot --output nt file.jsonld
I just get no output, no errors, no warning, ...
However the file validates correctly because
riot --validate file.jsonld
doesn't give me any errors. Ideas?
