As a tool developer I want to get all statements of an item that are using a given property so that I can show them in my tool.
Initial implementation suggestion:
Add path parameter that allows "filtering" statements to only include ones with a given property, i.e. GET /entities/items/{item_id}/statements?property={property_id}
Notes:
- response structure will be a single-key map {property_id} -> statements