CLARIAH / grlc

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

"from" clause in json pattern is not recognised #251

Closed rapw3k closed 4 years ago

rapw3k commented 4 years ago

I am trying a very simple query: to retrieve all triples from a particular graph in our triplestore in json format. I am trying to specify the graph using the $from clause but it is not taken into account. my repository: https://github.com/rapw3k/cybele/ query: https://github.com/rapw3k/cybele/blob/master/allmetadata_json.json

Am I doing something wrong with this? thanks in advance

albertmeronyo commented 4 years ago

Thanks for reporting this @rapw3k @pasqLisena do you think this might be Transformer specific, or more related to the main engine?

pasqLisena commented 4 years ago

Hi everyone, in grlc we include SPARQL Transformer at version 1.7.0 (see requirements.txt). The $form attribute has been included in 1.8.1.

@albertmeronyo is it possible to bring ST version in glrc to latest (1.8.2) ?

rapw3k commented 4 years ago

thank you for the information, waiting for feedback about the update.

c-martinez commented 4 years ago

Fixed by @pasqLisena on #252