Login  Register

Re: Reasoning with data properties

Posted by Jiba on Nov 01, 2018; 5:29pm
URL: http://owlready.306.s1.nabble.com/Reasoning-with-data-properties-tp600p603.html

Alternatively, you can also force Owlready to save float as xsd:float, by adding this line at the beginning :

owlready2.set_datatype_iri(float, "http://www.w3.org/2001/XMLSchema#float")

Best regards,
Jiba