Skip to content

Commit 442a2fd

Browse files
#209: Added clarifying paragraph that node shapes should use rdfs:label/comment (#632)
1 parent 6934194 commit 442a2fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shacl12-core/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5310,6 +5310,11 @@ <h3>sh:name and sh:description</h3>
53105310
Both <code>sh:name</code> and <code>sh:description</code> may have
53115311
multiple <a>values</a>, but should only have one <a>value</a> per language tag.
53125312
</p>
5313+
<p>
5314+
Note that <code>sh:name</code> and <code>sh:description</code> SHOULD NOT be used for <a>node shapes</a>.
5315+
For those, the properties <code>rdfs:label</code> and <code>rdfs:comment</code> are well-established
5316+
and already used for class definitions.
5317+
</p>
53135318
</section>
53145319
<section id="codeIdentifier">
53155320
<h3>sh:codeIdentifier</h3>

0 commit comments

Comments
 (0)