Error when running sync_reasoner_pellet

Posted by Oli on
URL: http://owlready.306.s1.nabble.com/Error-when-running-sync-reasoner-pellet-tp883.html

Hey hey,

I would like to thank you Jiba for your work and for adding the capability to infer property values :)

I'm trying to use the sync_reasoner_pellet(infer_property_values=True) but I get some errors that I don't know how to solve.

Here is my code:
____

    import owlready2 as owl
    owl.JAVA_EXE = r"C:\Program Files\Java\jdk-10\bin\java.exe"
    onto = owl.get_ontology("file://" +
                   "D:\\GitRepository\\production-modeling-tool\\mamot\\tests\\data\\stations.owl").load()
    with onto:
        owl.sync_reasoner_pellet(x=onto, infer_property_values=True)
____

And in the txt file you can find a copy paste of the errors that I get (quite long):
error_sync_reasoner.txt

Thanks in advance for taking the time to reply :)