From 85dad198c189240101626ac61e04be77397e4521 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 10 Jan 2024 08:53:13 +0000 Subject: [PATCH] Add some more item types to ignore in geosearch --- templates/sparql/geosearch.sparql | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/templates/sparql/geosearch.sparql b/templates/sparql/geosearch.sparql index 85f2c34..63526cd 100644 --- a/templates/sparql/geosearch.sparql +++ b/templates/sparql/geosearch.sparql @@ -14,7 +14,23 @@ SELECT DISTINCT ?item ?distance ?itemLabel ?isa ?isaLabel ?commonsCat ?commonsSi } MINUS { ?item wdt:P582 ?endTime . } MINUS { - VALUES ?isNot { wd:Q1497375 wd:Q1497364 wd:Q92086 wd:Q31028835 wd:Q160742 wd:Q17485079 wd:Q44613 wd:Q98116669 wd:Q3146899 wd:Q708676 wd:Q18917976 wd:Q2750108 wd:Q6021560 wd:Q39614 wd:Q513550 } + VALUES ?isNot { + wd:Q1497375 + wd:Q1497364 + wd:Q92086 + wd:Q31028835 + wd:Q160742 + wd:Q17485079 + wd:Q44613 + wd:Q98116669 + wd:Q3146899 + wd:Q708676 + wd:Q18917976 + wd:Q2750108 + wd:Q6021560 + wd:Q39614 + wd:Q513550 + } ?item wdt:P31 ?isNot . } OPTIONAL { ?item wdt:P373 ?commonsCat. }