This commit is contained in:
2026-03-18 17:38:35 +01:00
parent eab355ad21
commit 2f69afc18b
2 changed files with 4 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ WIKIDATA_INSTANCE_TYPE_MAP = {
"Q1250464": CardType.location, # realm
"Q3146899": CardType.location, # diocese of the catholic church
"Q35145263": CardType.location, # natural geographic object
"Q15642541": CardType.location, # human-geographic territorial entity
"Q16521": CardType.life_form, # taxon
"Q310890": CardType.life_form, # monotypic taxon
@@ -220,6 +221,7 @@ WIKIDATA_INSTANCE_TYPE_MAP = {
"Q1840368": CardType.science_thing, # cloud type
"Q2154519": CardType.science_thing, # astrophysical x-ray source
"Q17444909": CardType.science_thing, # astronomical object type
"Q12089225": CardType.science_thing, # Mineral species
"Q113145171": CardType.science_thing, # type of chemical entity
"Q1420": CardType.vehicle, # car

View File

@@ -13,3 +13,4 @@ pyyaml==6.0.3
psycopg2-binary==2.9.11
python-multipart==0.0.22
alembic==1.18.4
websockets==13.1