NationalMuseumAustralia / Collection-API

The public web API of the National Museum of Australia
10 stars 0 forks source link

Deleted places and parties #96

Open f27wood opened 5 years ago

f27wood commented 5 years ago

At the moment we have no way of indicating when a place or party has been deleted, or deleting these from the list. To look in to as part of a future addition.

Conal-Tuohy commented 3 years ago

For some of the EMu-derived entities, deleting the entity produces a "tombstone" record which merely records that the entity is no longer available. This "tombstone" is propagated through the API, allowing e.g. Trove to perform the same deletion on their own database. But for the places and parties, a deletion in EMu does not produce a tombstone record, so the deleted objects are just silently deleted from the API on a weekly basis.