Skip to content

Commit ed937ec

Browse files
committed
clarify owl:import in data graph
1 parent f6e8430 commit ed937ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shacl12-core/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,10 @@ <h3>Data Graph</h3>
25342534
The data graph is expected to include all the ontology axioms related to the data and especially all the
25352535
<code>rdfs:subClassOf</code> triples in order for SHACL to correctly identify class targets and validate Core SHACL constraints.
25362536
</p>
2537+
<p class="note">
2538+
`owl:import` 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 `owl:import` links.
2540+
</p>
25372541
</section>
25382542

25392543
<section id="sh-shapes-graph">

0 commit comments

Comments
 (0)