[shex] [Validating RDF Data] Example 68: External shape example (#98)

mistermboy has just created a new issue for https://github.com/shexSpec/shex:

== [Validating RDF Data] Example 68: External shape example ==
This is the example 68 of the [Validating RDF Data book](https://book.validatingrdf.com/bookHtml010.html):
```
:Product { 
    schema:productId xsd:string ;  
    schema:category EXTERNAL // :service <http://categories.org/>  
}
```

I wonder if the keyword "EXTERNAL" is correct because, looking at grammars, the only rule that accepts "EXTERNAL" is "shapeExprDecl"



Please view or discuss this issue at https://github.com/shexSpec/shex/issues/98 using your GitHub account

Received on Monday, 10 February 2020 10:58:49 UTC