I have utilized TARQL (https://tarql.github.io/) fairly extensively to 
transform CSV data to RDF. However, it is built on top of Jena and comes 
with Java dependencies, which makes less than optimal for light-weight 
pipelines deployed in AWS Lambda or Glue. I frequently drive the TARQL 
process from Python scripts, requiring me to have both a Java and Python 
environment present, which is not ideal.

I would like to build a Python-native version on top of rdflib that would 
provide similar functionality. Since the SPARQL engine is already there, 
hooking it up to a CSV data source instead of the internal graph should be 
possible. Has anyone done anything like this? And if not, is there anything 
in the rdflib query evaluator logic that would it make it impossible (or 
very difficult)? 

Thanks!

-- 
http://github.com/RDFLib
--- 
You received this message because you are subscribed to the Google Groups 
"rdflib-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rdflib-dev/214c4ee9-6f00-460e-8649-8853b41e1457%40googlegroups.com.

Reply via email to