- From: tombaker via GitHub <sysbot+gh@w3.org>
- Date: Sat, 04 Feb 2023 13:27:31 +0000
- To: public-shex-dev@w3.org
tombaker has just created a new issue for https://github.com/shexSpec/spec:
== 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/spec/issues/56 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 4 February 2023 13:27:32 UTC