query-19f0b9b440932e6644c5b319ea12b6b9

rq turtle/ttl

Map of first publication place of novels in srpELTeC and srpELTeC-extended

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:Map
SELECT DISTINCT ?edition ?editionLabel ?place ?placeLabel ?coor 
WHERE {
  VALUES ?collection { wd:Q106936149 wd:Q109123373 }
  ?novel wdt:P31 wd:Q7725634;
         wdt:P747 ?edFirst, ?edition.
  ?edFirst wdt:P31 wd:Q10898227;
           wdt:P291 ?place.
  ?place wdt:P625 ?coor.
  ?edition wdt:P1433 ?collection.
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; v1("?collection") v6("?coor"):::projected v3("?edFirst") v4("?edition"):::projected v2("?novel") v5("?place"):::projected c9(["bd:serviceParam"]):::iri c4(["wd:Q10898227"]):::iri c2(["wd:Q7725634"]):::iri c11(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?collection/] bind0-->v1 bind00(["wd:Q106936149"]) bind00 --> bind0 bind01(["wd:Q109123373"]) bind01 --> bind0 v2 --"wdt:P31"--> c2 v2 --"wdt:P747"--> v3 v2 --"wdt:P747"--> v4 v3 --"wdt:P31"--> c4 v3 --"wdt:P291"--> v5 v5 --"wdt:P625"--> v6 v4 --"wdt:P1433"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end