query-22f31eb52a5ee62701cd8fd4cb52d94b

rq turtle/ttl

Publication place of the first edition

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 {
  ?novel  wdt:P31  wd:Q7725634;
          wdt:P747 ?ELTeC;
          wdt:P747 ?edition.
  ?ELTeC  wdt:P1433 ?corpus.
  ?corpus wdt:P361 wd:Q106927517.
  # edition is (P31) first edition (Q10898227)
  ?edition  wdt:P31 wd:Q10898227;
            wdt:P291 ?place.
    # place coordinate location (P625)
OPTIONAL {?place wdt:P625 ?coor}
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; v2("?ELTeC") v6("?coor"):::projected v4("?corpus") v3("?edition"):::projected v1("?novel") v5("?place"):::projected c7(["wd:Q10898227"]):::iri c6(["wd:Q106927517"]):::iri c2(["wd:Q7725634"]):::iri c11(["bd:serviceParam"]):::iri c13(["sr,#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P747"--> v2 v1 --"wdt:P747"--> v3 v2 --"wdt:P1433"--> v4 v4 --"wdt:P361"--> c6 v3 --"wdt:P31"--> c7 v3 --"wdt:P291"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."wdt:P625".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end