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
139 stars 30 forks source link

Rdflib NSes #48

Closed nicholascar closed 2 years ago

nicholascar commented 2 years ago

Change from OWL-RL using its own version of the OWL, RDF, RDFS & XSD namesapces to use those from rdflib.

This depends on rdflib 6.0.2 since it contains OWL namespaces fixes.