Skip to content
#

sparql

Here are 559 public repositories matching this topic...

pulquero
pulquero commented Sep 23, 2020

The handling of binding substitution fails for queries of the form select (func(?x) as ?y). For a binding x=foo the output is select (func('foo' as ?x) as ?y) when it should be select (func('foo') as ?y). The current code only works for select ?x ?y ?z type queries. Regex needs to be modified to ignore patterns that are preceeded by 'as'.

Improve this page

Add a description, image, and links to the sparql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sparql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.