-
Notifications
You must be signed in to change notification settings - Fork 30
327: SHACL-SHACL shapes for SHACL-SPARQL ASK, SELECT, and Annotations #377
New issue
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
base: gh-pages
Are you sure you want to change the base?
327: SHACL-SHACL shapes for SHACL-SPARQL ASK, SELECT, and Annotations #377
Conversation
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Thanks. I have just merged the main issue 327 branch into the main branch, so you could pull and merge it back in, and then also perhaps add the syntax rule references that you needed and other changes you proposed in the comment? |
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Reverting to draft. I found a few misalignments between the text, |
@HolgerKnublauch , I wanted to check on direction before coding more: Some of the English from 330 suggested annotations go on Ask or Select Validators, but not all of the coding suggests the same. E.g., It'd be better for So, two questions:
If this matter is graduating to an Issue to follow-on 327, please note so and I'll move this comment. |
For reference, I posted a visualization in Discussion 380. |
Targeting of `shsh:SPARQLExecutableShape` derived from: ```turtle sh:prefixes rdfs:domain sh:SPARQLExecutable . ``` Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
This is an addition to (and builds upon) PR #330 . It started as drafting SHACL-SHACL for the Annotations in SHACL-SPARQL, but some of the editorial updates suggested linking to SHACL-SHACL rules for ASK and SELECT queries, which I realized weren't written. So, this PR is slight scope creep over #327, and suggests some TODOs around finishing syntax review rules, e.g. for tying
sh:prefixes
, and setting up CONSTRUCT and UPDATE shapes.I suggest either this be merged into #330 , or be handled on its own to finish catch-up with SHACL-SPARQL syntax review.