Ultrawrap #18
justin2004
started this conversation in
General
Replies: 1 comment 2 replies
|
Thanks, I hadn't heard of Ultrawrap. There's a number of SPARQL to SQL implementations out there, but I'm not aware of one that is (1) open, (2) maintained, and (3) performant. Does anybody have a good suggestion? It should be possible to use the Linked Data Fragments approach with RDFTab: The LDF client breaks a SPARQL query down into a number of quad/triple queries, and it would be easy to serve these quads/triples from an RDFTab table. I haven't tried this yet. The overall approach deliberately sacrifices some query performance to reduce the computational load on the server. R2RML is related, but I've had mixed experiences trying to use it. I just found RML which looks promising. |
2 replies
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.
Just wanted to share this paper since the idea seems similar to semantic-sql:
https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.259.2084&rep=rep1&type=pdf
"Ultrawrap: SPARQL Execution on Relational Data Technical Report"
"... comprises encoding a logical representation of the database as a graph using SQL views and a simple syntactic translation of SPARQL queries to SQL queries on those views"
I think Ultrawrap lead to https://gra.fo/.
All reactions