As a Wikibase Reader, I want to view statements made about local items using federated properties so that I can read how the item is being described in the statement.
The property label should be displayed for both the federated property used to make the statement, and federated properties used in references added to the statement. In the first version of the MVP, we intend for the property label hyperlink to point to the Wikidata property page (see: T246125).
**BDD** (Scenario: Generic)
`Given` a statement about an item has been added using a federated property
`When` I load the item page
`Then` the property label is displayed in the statement, including language fallbacks
**BDD** (Scenario: Deleted Property)
`Given` the federated property used to make a statement was deleted
`When` I load the item page
`Then` the property is displayed as "Pxx (Deleted Property)"
`And` the Pxx is hyperlinked to the property page on Wikidata
**State before work done**
{F31743408}