Triplifier for SPARQL queries #327
justin2004
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a new triplifier for SPARQL query files.
Here is the thinking so far...
If you point SPARQL Anything at this file:
Internally it'll use Jena's qparse functionality to turn that into SPARQL algebra (serialized as SSE):
And then that will be triplified like this:
At the moment SPARQL Anything only goes in the "uplift" direction (source data to RDF) and not in the "lower" direction (RDF back to source data) but I am also thinking about making an
untriplify()method to take the RDF back to SSE and finally to SPARQL.Beta Was this translation helpful? Give feedback.
All reactions