shexSpec / spec

ShEx specification
https://shexspec.github.io/spec/
Other
14 stars 10 forks source link

fix ShExC exclusion bug in 2.1 (currently published) branch #59

Closed ericprud closed 7 months ago

ericprud commented 7 months ago

still needs renumbering

[50]    exclusion      ::=  '.' (iriExclusion | literalExclusion | languageExclusion) +
[50.1]  iriExclusion       ::=  '-' iri '~'?
[50.2]  literalExclusion   ::=  '-' literal '~'?
[50.3]  languageExclusion  ::=  '-' LANGTAG '~'?

Preview | Diff