owlready2 icon indicating copy to clipboard operation
owlready2 copied to clipboard

Results 37 owlready2 issues
Sort by recently updated
recently updated
newest added

Line 642, parse_mrsty is given with # symbol as comment. Due to which unable to extract semantic types.

Hello, I am working on a project where several processes need to use the Pymedtermino2 submodule concurrently and am having issues on both reloading the quadstore after the initial importation,...

Hello. The recent change to use the `multiprocessing` instead of `threading` package for certain things like locks has prevented installation in certain virtualized environments that do not support multithreading. Would...

Hey, do you think it would be possible to add obo format as an extension to saving the OWL ontologies?

Behind a lab proxy, i would like to download ontology owl file and not rely on local file copy. What would be the best strategy: Can I provided a file...

Hi everyone, I am having a problem installing Owlready2. I have tried to use "pip3 install owlready2" as well as downloading the source code and using "python3 setup.py build" but...

Hi, The search query described [here](https://owlready2.readthedocs.io/en/latest/onto.html#simple-queries), for finding all is_a relationships do not work, even for the provided example. I followed all the examples given, loaded the pizza ontology but...