-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sparql query to get the original triples #21
Comments
@nomisto ? |
If possible with the labels ;) |
Hello @fburdet, As different rules require different sparql queries there is not a single one. But here you can find the code for generating the sparql query. We use this to get the instantiation of variables (A, B, ...), we use no query to retrieve all the triples as this could be a lot depending on the rule. Lines 343 to 403 in 72b5bc2
If you mean by "all the triples that correspond to a rule" all triples that are entailed by the body of the rule, you could issue the following query: E.g.
|
Hello,
What would be the sparql query to run in blazegraph to get back all the triples that correspond to a rule?
Thanks in advance!
The text was updated successfully, but these errors were encountered: