w3c / sparql-dev

SPARQL dev Community Group
https://w3c.github.io/sparql-dev/
Other
123 stars 19 forks source link

Support for recursion #184

Open rivettp opened 1 year ago

rivettp commented 1 year ago

Why?

There are classes of problems where property paths are not sufficient.

Previous work

Here is a paper that outlines the issues and a proposed solution https://content.iospress.com/articles/semantic-web/sw200401

Proposed solution

New keyword RECURSIVE to create a temporary named graph scoped by the query.

Considerations for backward compatibility

This would be a pure extension

afs commented 1 year ago

Would you care to give a summary the approach and show some examples?