Object Property

Display Label

The property whose value supplies a resource's display name. A class declares it to say its instances' label comes from a domain-specific property (e.g. teamName) rather than rdfs.label. Renderers resolve a resource's display text by walking the type cascade for this property (closest declarer wins, instance-replace — same as semanticSvg) and reading the named property off the instance. The default on rdfs.Resource is rdfs.label, so every resource has a display label even when its class declares nothing. Cards, nav links, hero titles, and the SemanticSvg {{label}} placeholder all read through it instead of hardcoding rdfs.label.

Domain
Resource
Range
Resource