Add industrial park (Q329683) to stop list.

This commit is contained in:
Edward Betts 2021-11-12 12:18:53 +00:00
parent 734dd4025c
commit ed56bdc767
1 changed files with 3 additions and 2 deletions

View File

@ -280,8 +280,9 @@ def get_item_tags(item):
seen = set(isa_list) | skip_isa
stop = {
"Q11799049", # public institution
"Q7075", # library
"Q11799049": "public institution",
"Q7075": "library",
"Q329683": "industrial park",
}
while isa_items:
isa, isa_path = isa_items.pop()