query-c63293e8fc87d748273d7d2b169ca29f

rq turtle/ttl

Classical scholars stated as researchers

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#>
SELECT DISTINCT ?author ?authorLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  VALUES ?journal { wd:Q3290489 wd:Q2166804 wd:Q15754233 wd:Q2366889 wd:Q1679951 }
  ?article wdt:P1433 ?journal  ;
           wdt:P50 ?author .
  ?author wdt:P106 wd:Q1650915 .

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?article") v3("?author"):::projected v1("?journal") c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c8(["wd:Q1650915"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end bind0[/VALUES ?journal/] bind0-->v1 bind00(["wd:Q3290489"]) bind00 --> bind0 bind01(["wd:Q2166804"]) bind01 --> bind0 bind02(["wd:Q15754233"]) bind02 --> bind0 bind03(["wd:Q2366889"]) bind03 --> bind0 bind04(["wd:Q1679951"]) bind04 --> bind0 v2 --"wdt:P1433"--> v1 v2 --"wdt:P50"--> v3 v3 --"wdt:P106"--> c8