Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for virtual graphs #157

Open
damooo opened this issue Aug 21, 2021 · 1 comment
Open

Support for virtual graphs #157

damooo opened this issue Aug 21, 2021 · 1 comment

Comments

@damooo
Copy link

damooo commented Aug 21, 2021

Presently we can specify custom dataset for a sparql query with FROM and FROM NAMED declarations, whose default-graph is merge of graphs declared with FROM, and whose named graphs are individual named graphs declared with FROM NAMED.

This pattern works fine until we have to search among merge of small number of named graphs, by enumerating all of them with FROM. But if we have to search across merge of thousands of small named graphs (like those, trusted-by-an-authority, extracted-from-specific-resources, have-certain-provanence), then it won’t scale to mention all of those constituent graphs of custom default graph in every sparql query.

BlazeGraph allows for such virtual views through their support for Virtual Graphs.

And Virtuoso supports it through Graph Groups

Is there any possible way we can do this in neptune?

Thanks for your work.. @beebs-systap, @iansrobinson and all.

@damooo
Copy link
Author

damooo commented Sep 8, 2021

@beebs-systap , @iansrobinson et al., Can support for virtual graphs which is there in blazegraph versions be available in neptune? It solves many practical problems. And seems easy to implement.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant