RDFLib / OWL-RL

A simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization.
http://www.ivan-herman.net/Misc/2008/owlrl/
Other
144 stars 30 forks source link

remove rdflib_jsonld dependency #46

Closed Panaetius closed 3 years ago

Panaetius commented 3 years ago

fixes #45

But this means that RDFLib < 6.0.0 doesn't work anymore

ashleysommer commented 3 years ago

Woops, sorry, ignore my previous message here. I thought this was the PySHACL issue, but it is the OWL-RL issue.

ashleysommer commented 3 years ago

I have a better idea to fix this. 1) Remove json-ld from requirements

That will allow OWL-RL to continue to work on RDFLib 5.0.0 and 6.0.0.

Panaetius commented 3 years ago

Closed in favor of https://github.com/RDFLib/OWL-RL/pull/47