Closed mielvds closed 1 year ago
Hi Miel,
Might the following method (in class pysparql_anything.sparql_anything.SparqlAnything
) be what you are looking for?
construct(**kwargs)
"""Executes a CONSTRUCT query and returns a rdflib graph object."""
Ow I missed that. Perfect, thanks!
It would be useful if you could directly get an RDFlib
Graph
object from it. We've been using SA in that way, so we have some code lying around that we could contribute.