EKGF / dprod

Artifacts of the EKGF Data Product Workgroup (DPROD)
https://ekgf.github.io/dprod
MIT License
22 stars 6 forks source link

rename JSONLD files to `.jsonld` #89

Closed VladimirAlexiev closed 2 weeks ago

VladimirAlexiev commented 1 month 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

riot -out=trig example.jsonld

without having to specify the input syntax:

riot -out=trig -syntax=jsonld example.json
rivettp commented 1 month ago

I agree, this is more common and makes sense.