query-d2a7db5238bf6dede23037e5e194a4c5

rq turtle/ttl

title: Group leaders and their past and present affiliations SELECT DISTINCT ?leapauthor ?leapauthorLabel ?affiliation ?affiliationLabel WHERE { VALUES ?leapauthor {wd:Q59830751 wd:Q59679079 wd:Q59679079 wd:Q59674360 wd:Q5107972 wd:Q39049575 wd:Q30004330 wd:Q55101059 wd:Q88590244 wd:Q88797604 wd:Q5638525 wd:Q96210212 wd:Q49516549}

?leapauthor wdt:P108 ?affiliation .

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?leapauthor

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Group leaders and their past and present affiliations
SELECT DISTINCT ?leapauthor ?leapauthorLabel ?affiliation ?affiliationLabel WHERE {
   VALUES ?leapauthor {wd:Q59830751 wd:Q59679079 wd:Q59679079 wd:Q59674360 wd:Q5107972 wd:Q39049575 wd:Q30004330 wd:Q55101059 wd:Q88590244 wd:Q88797604 wd:Q5638525 wd:Q96210212 wd:Q49516549}

  ?leapauthor wdt:P108 ?affiliation .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?leapauthor

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?affiliation"):::projected v2("?leapauthor"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?leapauthor/] bind0-->v2 bind00(["wd:Q59830751"]) bind00 --> bind0 bind01(["wd:Q59679079"]) bind01 --> bind0 bind02(["wd:Q59679079"]) bind02 --> bind0 bind03(["wd:Q59674360"]) bind03 --> bind0 bind04(["wd:Q5107972"]) bind04 --> bind0 bind05(["wd:Q39049575"]) bind05 --> bind0 bind06(["wd:Q30004330"]) bind06 --> bind0 bind07(["wd:Q55101059"]) bind07 --> bind0 bind08(["wd:Q88590244"]) bind08 --> bind0 bind09(["wd:Q88797604"]) bind09 --> bind0 bind010(["wd:Q5638525"]) bind010 --> bind0 bind011(["wd:Q96210212"]) bind011 --> bind0 bind012(["wd:Q49516549"]) bind012 --> bind0 v2 --"wdt:P108"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end