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

OWL EL updated code #40

Open panny2207 opened 3 years ago

ashleysommer commented 3 years ago

Hi @panny2207 Can you please explain what this Pull Request provides, and what issue it is fixing?

The code looks mostly copy&pasted from https://github.com/RDFLib/OWL-RL/blob/ac7d4d47a6462589a354742a9bfa57d4712188a0/owlrl/__init__.py resulting in huge amounts of duplicated code, without any obvious changes in functionality or features provided.