weso / YASHE

Yet Another ShEx Editor.
http://www.weso.es/YASHE/
MIT License
20 stars 3 forks source link

[Grammar] Allows '.' in PN_LOCAL #113

Closed mistermboy closed 4 years ago

mistermboy commented 4 years ago

Allow the '.' in PN_LOCAL in order to do thinks like "codes:good.~"

Example 44 Validating RDF Data Book:

prefix codes: <http://example.codes/>  

:Product {   
      :status [ codes:good.~ codes:bad.~ ] 
}

Linked Isue (https://github.com/shexSpec/shex/issues/99)