query-96d2a028c7680ae245431ba4a4c4a9d4

rq turtle/ttl

List of item / book series pairs linked with the property P1433 (published in) SELECT ?item ?itemLabel ?bookseries ?bookseriesLabel WHERE { ?bookseries wdt:P31/wdt:P279* wd:Q277759. ?item wdt:P1433 ?bookseries.

SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }

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#>
# List of item / book series pairs linked with the property P1433 (published in)
SELECT ?item ?itemLabel ?bookseries ?bookseriesLabel 
WHERE
{
  ?bookseries wdt:P31/wdt:P279* wd:Q277759.
  ?item wdt:P1433 ?bookseries.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?bookseries"):::projected v2("?item"):::projected a1((" ")) c3(["wd:Q277759"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v2 --"wdt:P1433"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end