Open SvenLieber opened 1 year ago
Hi @SvenLieber, the prefixes in the JSON-LD frame have not influence on the Comunica. The output of Comunica is framed using that frame, but it has not influence on the querying itself. So I think it will be fixed in Walder if the corresponding issue in Comunica is fixed.
Hi,
when configuring a SPARQL datasource, the sent CONSTRUCT query is wrapped inside a SELECT which causes an error (the provided
example/config-sparql.yaml
works though). This is probably the following comunica issue: https://github.com/comunica/comunica/issues/1251According to that issue, a missing rdfs prefix mapping causes this behavior. But I am not sure how to properly configure the prefix mapping in the required JSON-LD frame of the walder config (used config and view and the end of the issue).
I have to say that the config
example/config-sparql.yaml
on top of the DBPedia endpoint works for me.The error occurs
http://username:password@..
prefix for http auth)But in the latter case I can see that the comunica server receives a wrong query from walder (enclosing SELECT):
I installed walder (4.1.3) using
npm install -g walder
inside an nvm (version 0.35.3) and node version 17.1.0.This is my walder config (partially based on the walder tutorial and the provided config-sparql.yaml):
and this the testing view: