GET /entities/properties/{property_id}/statements/{statement_id}
- respond 404 property-not-found if property does not exist
GET /statements/{statement_id}
- no new error cases
Technical notes:
- refactor the GetItemStatement use case to GetStatement, generalizing the "subject id" to work for both Properties and Items
- write an ADR about the approach