Re: Data Property of datatype 'float' being created as 'decimal'
Posted by
Jiba on
URL: http://owlready.306.s1.nabble.com/Data-Property-of-datatype-float-being-created-as-decimal-tp87p88.html
Hello,
You're right... I've just look more deeply at XSD types. Actually, Python floats have double precision, and thus they should be aligned with xsd:double. Similarly, Python ints are unlimited, so they should be aligned with xsd:integer.
I'm going to fix that.
Best regards,
Jean-Baptiste Lamy
MCF, LIMICS, Université Paris 13