pwin / owlready2

GNU Lesser General Public License v3.0
132 stars 22 forks source link

read custom datatypes owlready2 #40

Open Maozerhouni opened 1 year ago

Maozerhouni commented 1 year ago

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 ?