Skip to content

Not handling xsd:float #278

@ebremer

Description

@ebremer

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions