Re: Using Blazegraph as database

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Using-Blazegraph-as-database-tp385p386.html

The best solution is to create a new driver_blazegraph.py file (see how the PostgresQL driver has been implemented in the development version ; triplelite.py is also a driver file but it has a different name for historic reasons).

You'll also need to modify set_backend() namespace.py for adding a new backend.

Pull requests are welcome :)