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

SHACL queries against rdflib.Dataset union #156

Open
jamesbiddle opened this issue Sep 15, 2022 · 0 comments
Open

SHACL queries against rdflib.Dataset union #156

jamesbiddle opened this issue Sep 15, 2022 · 0 comments

Comments

@jamesbiddle
Copy link

I've been looking at implementing SHACL constraints that will warn the user if a target node has a property that does not have a corresponding SHACL rule that applies to it. To implement this, it is currently necessary to have the SHACL and data graphs be in the same Graph object so that the SHACL-SPARQL constraints can see the SHACL shapes. However, the same outcome could be achieved if it were possible to disable the splitting of Datasets into a list of named graphs, so that any SPARQL queries are run against the union of the Dataset graphs. Would such an option be possible, or would it introduce other issues?

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