8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I expected the following to work:
my:IssueShape { ex:status xsd:integer [0 1]; }
However, it apparently only works with AND:
AND
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; }