Re: [shex] Support for date ranges (#108)

Not currently, XSD numeric comparisons are only spec'd for XSD numeric types.
but we could go where no RDF or XML language has gone before (afaik):
``` shex
:User {
 :birthDate MinInclusive 2000-01-01T12:00:00Z
   // wd:proposed 2021-06-06T18:35:00-01:00;
 :asValueSetValue [ 1 'a' 2000-01-01T12:00:00Z ] ;
}
```
c.f. [yacker ShEx2_dateTime example](https://services.w3.org/yacker/uploads/ShEx2_dateTime?lang=perl&text=%3AUser+%7B%0D%0A+%3AbirthDate+MinInclusive+2000-01-01T12%3A00%3A00Z%0D%0A+++%2F%2F+wd%3Aproposed+2021-06-06T18%3A35%3A00-01%3A00%3B%0D%0A+%3AasValueSetValue+%5B+1+%27a%27+2000-01-01T12%3A00%3A00Z+%5D+%3B%0D%0A%7D&action=validate+text)

-- 
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/108#issuecomment-833674774 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 6 May 2021 16:41:10 UTC