query-62f31d24486c56170e7a1b47e35f0440

rq turtle/ttl

Tree map of authors in srpELTeC and srpELTeC-extended collection

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#>
#defaultView:Tree
SELECT DISTINCT ?autor ?autorLabel ?novel ?novelLabel 
WHERE {
  VALUES ?collection { wd:Q106936149 wd:Q109123373  }
  ?novel wdt:P1433 ?collection;
         wdt:P50 ?autor.
SERVICE wikibase:label 
{ bd:serviceParam wikibase:language "sr,[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?autor"):::projected v1("?collection") v2("?novel"):::projected c4(["bd:serviceParam"]):::iri c6(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?collection/] bind0-->v1 bind00(["wd:Q106936149"]) bind00 --> bind0 bind01(["wd:Q109123373"]) bind01 --> bind0 v2 --"wdt:P1433"--> v1 v2 --"wdt:P50"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end