I would like to access Virtuoso
RDF store from Python
much like I do Postgres using psycopg
. After some googling, I came to the this page but I couldn't get either SQLAlchemy
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:virtuoso
or RDFLib
rdflib.plugin.PluginException: No plugin registered for (Virtuoso, <class 'rdflib.store.Store'>)
to work. Any idea how to get either one to work so I can query and update RDF data from Python?