I have a turtle RDF file that contains all information related to an ontology and some instances and an N3 file that has different rules.
My goal is to execute the N3 rules on top of the Turtle file. Is it possible to use RDFLib (Python library) or any other library to do this task?