vliz-be-opsci / py-sema

Overall parent of all packages involving semantic manipulation of RDF data.
MIT License
0 stars 0 forks source link

query :: consider using sparql support from rdflib rather then sparqwrapper #77

Closed mpo-vliz closed 1 month ago

mpo-vliz commented 1 month ago

we have now this dependency https://github.com/vliz-be-opsci/py-sema/blob/66b2e7d465f3336741382c42522d0d4db173676d/pyproject.toml#L21

but could probably get rid of it by just using the rdflib support as we are already doing in sema.commons.store

mpo-vliz commented 1 month ago

handled in https://github.com/vliz-be-opsci/py-sema/pull/78/commits/885fe73abbbcefd2986df3b8fc003eda81679ff5 to be merged in #78