We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the example 68 of the Validating RDF Data book:
I wonder if the keyword "EXTERNAL" is correct because, looking at grammars, the only rule that accepts "EXTERNAL" is "shapeExprDecl":
Master branch grammar
Shex2.1 branch grammar
Shex.io grammar
The text was updated successfully, but these errors were encountered: