Data Property of datatype 'float' being created as 'decimal'
Posted by
gbaesso on
URL: http://owlready.306.s1.nabble.com/Data-Property-of-datatype-float-being-created-as-decimal-tp87.html
Hello again, Mr. Lamy.
The Data Properties I am creating with the syntax below are being shown in Protégé as 'xsd:decimal', not 'xsd:float'.
On the same code I create a lot of other Data Properties, and the other datatypes are working fine (int, bool, str).
with onto:
class impact_loss_max_ammount(onto.asset >> float): pass

Thanks in advance!
GB