You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
xsd:double works when using native types, however, xsd:float is not handled
To Reproduce
just user literal data types xsd:float and xsd:double. xsd:float will yield { "@value": "1.0", "@type": "xsd:float" }
whereas xsd:double with yield 1.0 (as expected)