query-198dbe79651fe7858d0f8249c580de0b
title:List of researchers with fundamental data and affiliation to institutions in Switzerland or Liechtenstein SELECT DISTINCT ?person WHERE { ?person wdt:P21 [ ] . ?person wdt:P735 [ ] . ?person wdt:P734 [ ] . ?person wdt:P108 [ wdt:P17 ?country ] . VALUES ?country { wd:Q39 wd:Q347 } . ?person wikibase:identifiers ?n . FILTER(?n > 0) }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title:List of researchers with fundamental data and affiliation to institutions in Switzerland or Liechtenstein
SELECT DISTINCT ?person
WHERE {
?person wdt:P21 [ ] .
?person wdt:P735 [ ] .
?person wdt:P734 [ ] .
?person wdt:P108 [ wdt:P17 ?country ] . VALUES ?country { wd:Q39 wd:Q347 } .
?person wikibase:identifiers ?n . FILTER(?n > 0)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?country")
v1("?n")
v2("?person"):::projected
a1((" "))
a2((" "))
a3((" "))
a4((" "))
f0[["?n > '0^^xsd:integer'"]]
f0 --> v1
v2 --"wdt:P21"--> a1
v2 --"wdt:P735"--> a2
v2 --"wdt:P734"--> a3
a4 --"wdt:P17"--> v4
v2 --"wdt:P108"--> a4
bind1[/VALUES ?country/]
bind1-->v4
bind10(["wd:Q39"])
bind10 --> bind1
bind11(["wd:Q347"])
bind11 --> bind1
v2 --"wikibase:identifiers"--> v1