From ed56bdc76721652882adfd1588a3629a64b739c0 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 12 Nov 2021 12:18:53 +0000 Subject: [PATCH] Add industrial park (Q329683) to stop list. --- matcher/api.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matcher/api.py b/matcher/api.py index e4f5245..5a2d1bf 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -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()