SPARQL works in Protege, but not in Owlready

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SPARQL works in Protege, but not in Owlready

IWilliams
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: SPARQL works in Protege, but not in Owlready

IWilliams
I think I found the problem.

I had:
graph = default_world.as_rdflib_graph()

I changed it to:
graph = world.as_rdflib_graph()