Closed VladimirAlexiev closed 2 weeks ago
https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json is a JSON-LD file. Rename it to .jsonld so I can invoke
.jsonld
riot -out=trig example.jsonld
without having to specify the input syntax:
riot -out=trig -syntax=jsonld example.json
I agree, this is more common and makes sense.
https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json is a JSON-LD file. Rename it to
.jsonld
so I can invokewithout having to specify the input syntax: