Skip to content

xsd:decimal seems to get stripped off the datatype  #7

@melvincarvalho

Description

@melvincarvalho

When adding a literal of type xsd:decimal it seems to get stipped off. This is not true for other data types:

e.g.

<> <> "1"^^<http://www.w3.org/2001/XMLSchema#hexBinary> .
<> <> "1"^^<http://www.w3.org/2001/XMLSchema#unsignedInt> .
<> <> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .

Yields

<>
    <> "1"^^<http://www.w3.org/2001/XMLSchema#hexBinary>, 1, "1"^^<http://www.w3.org/2001/XMLSchema#unsignedInt> .

I'll try and investigate further ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions