Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Validating RDF Data] Example 68: External shape #98

Open
mistermboy opened this issue Feb 10, 2020 · 0 comments
Open

[Validating RDF Data] Example 68: External shape #98

mistermboy opened this issue Feb 10, 2020 · 0 comments

Comments

@mistermboy
Copy link

mistermboy commented Feb 10, 2020

This is the example 68 of the Validating RDF Data book:

: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":

[9]     shapeExprDecl    ::= shapeExprLabel (shapeExpression|"EXTERNAL")

Master branch grammar
Shex2.1 branch grammar
Shex.io grammar

@mistermboy mistermboy changed the title [Validating RDF Data] Example 68: External shape example [Validating RDF Data] Example 68: External shape Feb 10, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant