You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you very much for this amazing library to manage ontologies!. I have been testing it for a couple of weeks, using the ChEBI ontology in two representations: OBO and OWL and all looks going well. However, I have a doubt regarding a warning that I got using OWL representation.
When the library loads the ontology, I get
NotImplementedWarning: cannot process plain `owl:AnnotationProperty` cls(self).parse_from(_handle) # type: ignore
So, I would like to understand why the warning appears only for OWL. I am not an expert in ontologies and I want to be sure that the library is not skipping details or important information.
Thank you.
The text was updated successfully, but these errors were encountered:
CarMoreno
changed the title
NotImplementedWarning: cannot process plain owl:AnnotationProperty cls(self).parse_from(_handle) # type: ignore
``NotImplementedWarning: cannot process plain owl:AnnotationProperty cls(self).parse_from(_handle) # type: ignore``
Jan 5, 2023
CarMoreno
changed the title
``NotImplementedWarning: cannot process plain owl:AnnotationProperty cls(self).parse_from(_handle) # type: ignore``
NotImplementedWarning: cannot process plain owl:AnnotationProperty cls(self).parse_from(_handle) # type: ignore
Jan 5, 2023
Firstly, thank you very much for this amazing library to manage ontologies!. I have been testing it for a couple of weeks, using the ChEBI ontology in two representations: OBO and OWL and all looks going well. However, I have a doubt regarding a warning that I got using OWL representation.
When the library loads the ontology, I get
NotImplementedWarning: cannot process plain `owl:AnnotationProperty` cls(self).parse_from(_handle) # type: ignore
So, I would like to understand why the warning appears only for OWL. I am not an expert in ontologies and I want to be sure that the library is not skipping details or important information.
Thank you.
The text was updated successfully, but these errors were encountered: