Skip to content

Commit c066631

Browse files
committed
fix owl:imports typo
1 parent ed937ec commit c066631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shacl12-core/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,8 +2535,8 @@ <h3>Data Graph</h3>
25352535
<code>rdfs:subClassOf</code> triples in order for SHACL to correctly identify class targets and validate Core SHACL constraints.
25362536
</p>
25372537
<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.
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.
25402540
</p>
25412541
</section>
25422542

0 commit comments

Comments
 (0)