Skip to content

Commit 8d24ed3

Browse files
authored
Merge pull request #662 from w3c/issue-646-sev-dec
fix: #646 removed severity count, aligned violation naming
2 parents d7ba636 + 02edafd commit 8d24ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ <h4>Declaring the Severity of a Shape or Constraint</h4>
14571457
</p>
14581458
<p>
14591459
The values of <code>sh:severity</code> are called <dfn data-lt="severity">severities</dfn>.
1460-
SHACL includes the three IRIs listed in the table below to represent <a>severities</a>.
1460+
SHACL includes the IRIs listed in the table below to represent <a>severities</a>.
14611461
These are declared in the SHACL vocabulary as SHACL instances of <code>sh:Severity</code>.
14621462
</p>
14631463
<table class="term-table">
@@ -1467,11 +1467,11 @@ <h4>Declaring the Severity of a Shape or Constraint</h4>
14671467
</tr>
14681468
<tr>
14691469
<td><code>sh:Trace</code></td>
1470-
<td>A trace message that is not a violation.</td>
1470+
<td>A trace message that is not a constraint violation.</td>
14711471
</tr>
14721472
<tr>
14731473
<td><code>sh:Debug</code></td>
1474-
<td>A debug message that is not a violation.</td>
1474+
<td>A debug message that is not a constraint violation.</td>
14751475
</tr>
14761476
<tr>
14771477
<td><code>sh:Info</code></td>

0 commit comments

Comments
 (0)