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-tp87p108.html
Hello,
I have changed it back to decimal, to allow the use of int in place of float.
I've also added the set_datatype_iri(datatype, iri) global function for associating manually a Python datatype to an IRI.
For example :
set_datatype_iri(float, "
http://www.w3.org/2001/XMLSchema#double")
Kind regards,
Jean-Baptiste Lamy
MCF, LIMICS, Université Paris 13