amphibient
amphibient

Reputation: 31368

How to access Virtuoso RDF store from Python?

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?

Upvotes: 5

Views: 2643

Answers (1)

Related Questions