shexSpec / spec

ShEx specification
https://shexspec.github.io/spec/
Other
15 stars 9 forks source link

ShExC [50] exclusion missing '.' #35

Closed blake-regalia closed 4 years ago

blake-regalia commented 4 years ago

In ShExC [49] the language says If "." matches and exclusion matches ... , but none of the productions include a full stop token.

@ericprud says:

exclusion should include a '.' a al: [50] exclusion ::= '.' '-' (iri | literal | LANGTAG) '~'?

ericprud commented 4 years ago

updated in http://shex.io/shex-semantics/index.html#prod-exclusion and https://shexspec.github.io/spec/#prod-exclusion

[50] | exclusion | ::= | '.' '-' (iri | literal | LANGTAG) '~'?