fix(sparql): consider P706 "located in" in addition to P361 "part of"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9b97f92208
commit
6159c7c984
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ SELECT DISTINCT ?item ?map WHERE {
|
|||
# ?item is instance of country or sovereign state
|
||||
?item wdt:P31 ?stateclass.
|
||||
# ?item is transitively part of Europe (Contintent) or EEA
|
||||
?item wdt:P361+ ?euroclass.
|
||||
?item wdt:P361+ | (wdt:P706 / wdt:P361) ?euroclass.
|
||||
# ?item has geoshape ?map (including all non-deprecated results)
|
||||
?item p:P3896 ?st.
|
||||
?st ps:P3896 ?map;
|
||||
|
|
Loading…
Reference in a new issue