As a Wikibase reader in a wiki with Federated Properties v2 enabled, I want to be able to view statements on my local entities that were made with local properties.
Currently, when a statement is added containing a local property, it is saved but cannot be re-rendered.
{F34590217}
**BDD** Scenario: On an entity page in a Wikibase with Federated Properties enabled
`GIVEN` I have added a statement to a local entity using a local property
`WHEN` I load the entity page
`THEN` The page is rendered successfully
`AND` I can view the statements made on the entity
**Note:**
It is surprising that this very core feature of Wikibase, saving statements using local properties on local entities, is broken and did not result in any tests failing. Therefore, there is likely some additional testing complexity involved in making sure that this does not happen again.