Skip to content

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

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 ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions