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

Owlrl -w pos-cleaning #43

Open jjoao opened 3 years ago

jjoao commented 3 years ago

(Sorry if I'm putting this message in the wrong place...)

Thank you guys for owlrl tool / package! I am trying to use it and I get (almost) all a I need with

owlrl -w archive.ttl > expanded.ttl

but I always have to write a cleaning tool the removes things like:

Please ignore the previous :

with owlrl -m archive.ttl > expanded.ttl I get the cleaned version.