We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e8388e + c066631 commit 8b23568Copy full SHA for 8b23568
shacl12-core/index.html
@@ -2534,6 +2534,10 @@ <h3>Data Graph</h3>
2534
The data graph is expected to include all the ontology axioms related to the data and especially all the
2535
<code>rdfs:subClassOf</code> triples in order for SHACL to correctly identify class targets and validate Core SHACL constraints.
2536
</p>
2537
+ <p class="note">
2538
+ <code>owl:imports</code> in the data graph is not enacted, in order to avoid uncontrolled increase of validation work. If you want to validate
2539
+ several related ontologies, pass all of them to the SHACL processor (together or one by one), do not rely on <code>owl:imports</code> links.
2540
+ </p>
2541
</section>
2542
2543
<section id="sh-shapes-graph">
0 commit comments