|
Environment* Python 3.12
* owlready2 0.47
ContextI load an ontology.
Then I try to create an individual through:
onto.MyClass("urn:uuid:68801405-ea16-4775-8acf-6c6c563522b5")
ObservedAn exception occurs since the code tries to split the name from the prefix, either splitting on / or #.
ExpectedI would expect this kind of IRIs to be legal, since they are frequently used as a stable alternative to blank nodes.
QuestionI guess this is unsupported in owlready2?
FYI: I found some similar posts, but as far as I see, they are different anyway.
|