Re: Reason on top of graph defined in RDFlib

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Reason-on-top-of-graph-defined-in-RDFlib-tp1939p1949.html

Hi,

You cannot run the reasoner on top of an RDFlib store. You need to export the RDFlib store (e.g. to NTriples) and to load it properly in Owlready.

Jiba