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

combinedclosure.rdfs always true #59

Closed majidaldo closed 1 year ago

majidaldo commented 1 year ago

https://github.com/RDFLib/OWL-RL/blob/a77e1791b88b54aace609bc6000aac14c7add4ff/owlrl/CombinedClosure.py#L92

majidaldo commented 1 year ago

never mind. this is apparently by design. but the docstring says "...in this class it is always /defaulted/ to true". it would be clearer like "..in this class it is always true (regardless of the argument)"...semantics hah.