|
Hi Jiba,
I try and I have the following error now:
Traceback (most recent call last):
File "<ipython-input-3-424673f8e151>", line 1, in <module> sync_reasoner_pellet(infer_property_values = True, infer_data_property_values = True)
File "C:\Users\xavier.goblet\Continuum\anaconda3\lib\site-packages\owlready2\reasoning.py", line 328, in sync_reasoner_pellet
_apply_reasoning_results(world, ontology, debug, new_parents, new_equivs, entity_2_type)
File "C:\Users\xavier.goblet\Continuum\anaconda3\lib\site-packages\owlready2\reasoning.py", line 381, in _apply_reasoning_results
old = set(parent for parent in child.is_a if not isinstance(parent, Construct))
File "C:\Users\...\Continuum\anaconda3\lib\site-packages\owlready2\reasoning.py", line 381, in <genexpr> old = set(parent for parent in child.is_a if not isinstance(parent, Construct))
NameError: name 'Construct' is not defined
I may have forgotten an update in the code?
Thanks, Xavier
|