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

Simplify finding of a literal's BNode object in LiteralProxies class constructor #11

Closed wrobell closed 5 years ago

wrobell commented 5 years ago

Hopefully, this makes the code bit easier to understand as well.

ashleysommer commented 5 years ago

I've reviewed this change, it certainly simplifies that section of the code, and it appears to me that it provides identical functionality and purpose to the original code.