- From: tombaker via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Mar 2023 16:00:35 +0000
- To: public-shex-dev@w3.org
tombaker has just created a new issue for https://github.com/shexSpec/shex: == Specifying both a literal datatype and a value set in ShExC == I expected the following to work: ``` my:IssueShape { ex:status xsd:integer [0 1]; } ``` However, it apparently only works [with `AND`](https://codepen.io/ericprud/pen/eYjxPOW): ``` PREFIX my: <http://my.example/> PREFIX ex: <http://ex.example/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> my:IssueShape { ex:status [0 1] AND xsd:integer; } ``` Please view or discuss this issue at https://github.com/shexSpec/shex/issues/121 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 20 March 2023 16:00:36 UTC