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

The result of dt-type2 inference is not propagated in the RDFLib graph #19

Open wrobell opened 5 years ago

wrobell commented 5 years ago

The code for dt-type2 inference (see https://www.w3.org/TR/owl2-profiles/#Reasoning_in_OWL_2_RL_and_RDF_Graphs_using_Rules) exists, but is not propagated in the RDFLib graph.

The pull request #16 contains unit test for the problem.