Re: Reason on top of graph defined in RDFlib
Posted by Jiba on Aug 04, 2020; 1:16pm
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