query-2131b18487cefa7ca98a806caa87a885

rq turtle/ttl

2.

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?published_in ?publisher ?place_of_publication
WHERE
{
  ?item wdt:P655 wd:Q92759384.
  ?item (wdt:P361?) / (wdt:P361 | wdt:P1433) ?published_in.
  ?published_in wdt:P123 ?publisher.
  ?published_in wdt:P291 ?place_of_publication.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v4("?place_of_publication"):::projected v2("?published_in"):::projected v3("?publisher"):::projected a1((" ")) c2(["wd:Q92759384"]):::iri v1 --"wdt:P655"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P361"--> a1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; end union0r <== or ==> union0l end subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P1433"--> v2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; a1 --"wdt:P361"--> v2 end union1r <== or ==> union1l end v2 --"wdt:P123"--> v3 v2 --"wdt:P291"--> v4