Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shacl12-core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@ <h4>Handling of Recursive Shapes</h4>
<section id="conformance-definition">
<h3>Conformance Checking</h3>
<p>
A <a>focus node</a> <dfn data-lt="conform|conform|conformance">conforms</dfn> to a <a>shape</a> if and only if
A <a>focus node</a> <dfn data-lt="conform|conforms|conformance">conforms</dfn> to a <a>shape</a> if and only if
the set of result of the <a>validation</a> of the <a>focus node</a> against the <a>shape</a> does not contain any <a>validation results</a> with a severity level of the set of disallowed levels and no <a>failure</a>
has been reported by it.
</p>
Expand Down
2 changes: 1 addition & 1 deletion shacl12-node-expr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3>Terminology</h3>
<dfn data-cite="shacl12-core#dfn-focus-graph">focus graph</dfn>,
<dfn data-cite="shacl12-core#dfn-evaluation">evaluation</dfn>,
<dfn data-cite="shacl12-core#dfn-evaluation-failure">evaluation failure</dfn>,
<dfn data-cite="shacl12-core#dfn-conforms" data-lt="conforms|conform">conforms</dfn>,
<dfn data-cite="shacl12-core#dfn-conform" data-lt="conforms|conform">conforms</dfn>,
<dfn data-cite="shacl12-core#dfn-conformance-checking" data-lt="conformance check">conformance checking</dfn>,
<dfn data-cite="shacl12-core#dfn-failure">failure</dfn>,
<dfn data-cite="shacl12-core#dfn-validation">validation</dfn>,
Expand Down