- From: Jose Emilio Labra Gayo via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Nov 2020 12:53:48 +0000
- To: public-shex-dev@w3.org
labra has just created a new issue for https://github.com/shexSpec/shex:
== Support for date ranges ==
ShEx supports range comparisons with (Min/Max)(In/Ex)clusive but it is limited to numbers. I think it would be easy to extend it to other datatypes like dates. For example, we could express:
```shex
:User {
:birthDate MinInclusive "2000-01-01T12:00:00"^^xsd:dateTime
}
```
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/108 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 November 2020 12:53:50 UTC