name property
The name by which this provided value can be referenced in IRI templates.
When not specified, the property's name is used as the provided variable name.
For example, @RdfProvides() on a property named baseUri makes {+baseUri}
available in IRI templates. The + prefix indicates that the variable may contain
URI-reserved characters like slashes, which should not be percent-encoded when substituted.
Implementation
final String? name;