query-8951428bce725579210bf77e63f05048

rq turtle/ttl

. (Q105369310)Popular Science Monthly, Volume 2 , but it does find (Q104551298)The Orchid Album And yet it does not find This does work:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
  ?item p:P31 [ ps:P31 wd:Q1238720 ]. 
  ?item p:P31 [ ps:P31 wd:Q5633421 ].
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) c6(["bd:serviceParam"]):::iri c2(["wd:Q1238720"]):::iri c8(["#91;AUTO_LANGUAGE#93;"]):::literal c4(["wd:Q5633421"]):::iri a1 --"p:statement/P31"--> c2 v1 --"p:P31"--> a1 a2 --"p:statement/P31"--> c4 v1 --"p:P31"--> a2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end