owlready2 icon indicating copy to clipboard operation
owlready2 copied to clipboard

read custom datatypes owlready2

Open Maozerhouni opened this issue 1 year ago • 0 comments

Hello,

I have successfully defined a new datatype using owlready2, with a parser and unparser function.

But when I try to read the .owl file, this raise an error : ValueError: Cannot read literal of datatype 305!

is there a way to successfully read a value that has a custom datatype ?

Maozerhouni avatar Apr 16 '23 09:04 Maozerhouni