> "spatialResolutionInMeters": 3.14 But this is not that simple. If they go this way, the will probably also use: ```json "spatialResolutionInMeters": 3 ``` which produces a `xsd:integer` literal, which, yes, can be converted into `xsd:decimal` or `xsd:double`, but strictly speaking, is yet another datatype. That's why it is necessary to state whether the value is a `xsd:decimal` or `xsd:double` in the context (one or the other), or in the value. -- GitHub Notification of comment by jakubklimek Please view or discuss this issue at https://github.com/w3c/dxwg/pull/1543#issuecomment-1334902071 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-configReceived on Friday, 2 December 2022 08:27:53 UTC
This archive was generated by hypermail 2.4.0 : Friday, 2 December 2022 08:27:54 UTC