[data-shapes] Pull Request: #185: Added subClassOfInShapesGraph parameter

HolgerKnublauch has just submitted a new pull request for https://github.com/w3c/data-shapes:

== #185: Added subClassOfInShapesGraph parameter ==
<!--
# Pull request instructions
(Note that text between the HTML comments will be recorded in this pull request's source for future editing, but will not render on Github.  Text is suggested with portions needing substitution enclosed in curly braces.  The curly braces also need to be removed when substituting.)

Please use "Closing keywords" for the associated Issue if this PR should close the Issue once merged.
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword

If this PR edits a document, please consider including a "Live render."  The non-comment template text suggests one mechanism.  If including the link line(s), please test-load the link(s) while drafting the PR.
-->

Closes #185

* [See this document rendered online here](https://raw.githack.com/w3c/data-shapes/issue-185/shacl12-core/index.html)

Added Andy and Ashley as reviewers too, to check if this is implementable from their engines point of view. The main difference is that instead of

```
?instance rdf:type/rdfs:subClassOf $class .
```

it would become

```
?instance rdf:type ?type .
GRAPH $shapesGraph {
    $type rdfs:subClassOf* ?class
}
```

And it's an optional feature...

See https://github.com/w3c/data-shapes/pull/447


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 July 2025 10:42:21 UTC