Re: How can I assign float values to data types?
Posted by
Jiba on
URL: http://owlready.306.s1.nabble.com/How-can-I-assign-float-values-to-data-types-tp2835p2843.html
Hi,
You can use the following command for using float instead of decimal:
set_datatype_iri(float, "
http://www.w3.org/2001/XMLSchema#float")
JIba