UHaifa-IS / whgazetteer-mehdie

World Historical Gazetteer - MEHDIE version
http://whgazetteer.org
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

There is no way to view all matched/rejected matches #133

Closed sinairusinek closed 9 months ago

sinairusinek commented 1 year ago

In WHG one can filter in the browsling panel to see all items reviewed or non reviewed:

image

It would be good to have this functioning. We need to add a mechanism to see matches that we did. The information is in the place_link table. This table has a set of links for some of the places (one place -> many place_links). The type of the link is in the jsonb field. External links are those whose type is "closeMatch". For example: {"type": "closeMatch", "identifier": "wd:Q31864504"}. Internal links are everything else except type "different". So for example: {"type": "same_as", "identifier": "Yaqut:dig03853"} is an internal link and {"type": "different", "identifier": 33726} is not a link.

tomersagi commented 9 months ago

Resolved in another way