owlready2 icon indicating copy to clipboard operation
owlready2 copied to clipboard

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

Valid language tags lik3 "en-GB", "de-AT" are not recognized. The test for valid language tags is buggy. IETF BCP 47 says that language tags consist of a country component (the...

Hi, I noticed that there seems to be a duplicated file in owlready2==0.38 called driver (copie 1).py. It seems to be a duplication of driver.py. Would you mind removing or...

Hello, can you please help me with the following situation: I create an object property A (domainA, rangeA) and an inverse property B in Protege. Run a reasoner and get...

So I was trying to install owlready in google colabs and it worked totally fine. But when I went on to run the reasoner I had no idea how to...

Many ontologies are now appearing in the much more readable turtle format. Owlready2 could support reading turtle files directly, e.g. through rdflib. (maybe it is a good idea to let...

First of all, a fantastic tool! I played with it today making ontology. I noticed issues in generated ontology if I use "/" instead of "#" for entities IRIs. Code...

I have followed the instructions as they appear [here](https://owlready2.readthedocs.io/en/latest/pymedtermino2.html#introduction), yet when I trying to load SNOMED CT using ``` >>> from owlready2 import * >>> from owlready2.pymedtermino2.umls import * >>>...

Hi, i'm trying to let a ontology class inherit from a standard python class and also the Thing class. I want this to work, because the python class stores some...

Is there any way to 'unload' an ontology after a get_ontology().load() call?

Hello, I think there is a memory issue I face when dealing with large ontologies, I was able to fix one related to reasoning memory (fixing java memory in reasoning.py)...