I can't find any Python library that can help me create parameterized queries. 
The closest thing I've found is RDFlib's prepared queries. Is there any way 
that I can use a prepared query object and get a string from it? Something more 
or less like this

query = prepared_string ('select * where { $sbj a [] }', 
sbj='<http://example.org/Alice>')

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rdflib-dev/trinity-a3eec4ef-b14e-4953-8a45-2f00684a2b8d-1522005003657%403c-app-mailcom-lxa05.
For more options, visit https://groups.google.com/d/optout.

Reply via email to