In view/src/ItemView.php, the Item data only directly includes the Property Id, and not the human-readable label for the property.
Elsewhere (for example, view/src/StatementGroupListView.php), the property label is obtained using an instance of EntityIdFormatter.
Acceptance Criteria
the SSR version of the MEX statement:
- uses the property's label in template rendering
- links to the property correctly (replacing the non-functional string interpolation)