Currently the SHACL spec states that sh:name and sh:description may be used on Property shapes. It does not state this for NodeShapes. This is the quote: > If present, tools SHOULD prefer those locally specified labels over globally specified labels at the rdf:Property itself. [(link)](https://www.w3.org/TR/shacl/#name) Could it be considered adding to the spec that sh:name and sh:description can also be used on NodeShapes? The use case is that a system containing NodeShapes might want to display the shapes with a local name and description.