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.
BDD (Scenario: display property in the statement)
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: view details of a property)
Given The local item page displays a statement that was made using a federated property
When I click on the hyperlinked label of the federated property
Then the Wikidata property page opens in my browser according to my default browser behavior
State before work done