When within a country a duplicate monumentnumber is used, possibly due to copy/paste, each new entry will overwrite the previous one which can give very unexpected results.
We should detect this. It will require in the harvester run to keep track of the id's seen, likely also with the page it is seen on, and when duplicate report it, listing both pages for the duplicate.
This should then be made public, so volunteer can fix those errors.
In https://github.com/wikimedia/labs-tools-heritage/blob/master/erfgoedbot/update_database.py at line 558, there is already a comment about a todo to include this.