refactor: 🚚 Rename SHACL 1.2 Rules references to SPARQL 1.2 RL - #1193
Open
simonstey wants to merge 2 commits into
Open
refactor: 🚚 Rename SHACL 1.2 Rules references to SPARQL 1.2 RL#1193simonstey wants to merge 2 commits into
simonstey wants to merge 2 commits into
Conversation
…nces across documentation
afs
approved these changes
Aug 24, 2026
Member
|
sparql12-rl is staged for publication tomorrow, you may wait until then and skip the local biblio entry |
Contributor
|
sparql12-rl is now published. |
afs
reviewed
Aug 27, 2026
| <dt><a href="https://www.w3.org/TR/shacl12-rules/">SHACL 1.2 Rules</a></dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt><a href="https://www.w3.org/TR/shacl12-rules/">SPARQL 1.2 RL</a></dt> | ||
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> |
Contributor
There was a problem hiding this comment.
Suggested change
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> | |
| <dd>defines SPARQL-RL, a language for rule-based inference</dd> |
Minor - it said "rule" twice. Same change propagated below to other uses of the tag line.
| <dt data-transform="noSelfCite">[[[shacl12-rules]]]</dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt data-transform="noSelfCite">[[[sparql12-rl]]]</dt> | ||
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> |
Contributor
There was a problem hiding this comment.
Suggested change
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> | |
| <dd>defines SPARQL-RL, a language for rule-based inference</dd> |
| <dt><a href="https://www.w3.org/TR/shacl12-rules/">SHACL 1.2 Rules</a></dt> | ||
| <dd>defines SHACL's methods of rule-based inference</dd> | ||
| <dt><a href="https://www.w3.org/TR/shacl12-rules/">SPARQL 1.2 RL</a></dt> | ||
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> |
Contributor
There was a problem hiding this comment.
Suggested change
| <dd>defines SPARQL-RL, a rule language for rule-based inference</dd> | |
| <dd>defines SPARQL-RL, a language for rule-based inference</dd> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additional renamings for SRL
Changes
shacl12-common/local-biblio.js-> add asparql12-rlbibliographyentry (Editor's Draft, status
ED), with a comment explaining that thedocument is absent from SpecRef because it has not yet been published
under its new shortName.
shacl12-common/specifications.html-> retitle the entry toSPARQL 1.2 RL and switch the ReSpec citation from
[[[shacl12-rules]]]to
[[[sparql12-rl]]]. Description now reads "defines SPARQL-RL, a rulelanguage for rule-based inference".
shacl12-overview/index.html-> same list update, plus the "InferenceRules" feature row now names SPARQL 1.2 RL (noting the former name for
readers) and links to
sparql12-rl/.shacl12-profiling/index.html-> add the matchingsparql12-rlentryto the document's inline
localBiblio(this spec does not use the sharedbibliography), and update the two
[[[shacl12-rules]]]citations in thereasoning-rule examples.