Geography: Fix typo, preventing exclusion of non-constant offset statements on timezones

eg. it did not exclude the offsets from Q941023 (Eastern Time Zone)
This commit is contained in:
Valentin Lorentz 2021-11-08 23:42:55 +01:00
parent 0a6f598295
commit 3b7379ec0f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ SELECT ?item ?itemLabel ?rank ?endtime ?appliestopart ?utcoffset ?tzid (MIN(?are
?utcoffset_statement ps:P2907 ?utcoffset.
FILTER NOT EXISTS {
?utcoffset_statement wdt:P1264 ?utcoffset_validinperiod.
?utcoffset_statement pq:P1264 ?utcoffset_validinperiod.
}
}