- From: Eric Prud'hommeaux via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Oct 2017 13:47:37 +0000
- To: public-shex-dev@w3.org
ericprud has just created a new issue for https://github.com/shexSpec/shex:
== No way to say "any language-tagged string" ==
We don't have a way to specify any literal with a language tag. The closest we have is rather arcane by ruling out only unlikely language tags:
````
<S> { :p [. - @notalanguage] }
````
which would not match `<s>` in `<s> :p "asdf"@en .` but not any of these graphs:
* `<s> :p <o> .`
* `<s> :p _:foo .`
* `<s> :p "asdf" .`
* `<s> :p "asdf"@notalanguage .`
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/74 using your GitHub account
Received on Tuesday, 10 October 2017 13:47:55 UTC