CLARIAH / grlc

grlc builds Web APIs using shared SPARQL queries
http://grlc.io
MIT License
136 stars 32 forks source link

SPARQL Transformer breaks with non-query json files #213

Closed c-martinez closed 5 years ago

c-martinez commented 5 years ago

sparql transformer handles json files with a specific format:

https://github.com/CLARIAH/grlc/blob/94506d445a0992df750c358cb592089c6cf14439/src/gquery.py#L262-L267

However these lines will not handle other json files. This means that other json files in the api repository will cause an error.

pasqLisena commented 5 years ago

Hi @c-martinez, please assign this issue to me

c-martinez commented 5 years ago

Closed by #216