query-d38a79dfa324f0efa11a511cfb18a43b
Review article statement checker, May SELECT ?qid WHERE {VALUES ?qid { wd:Q58588686 wd:Q58587220 wd:Q58608374 wd:Q58599479 wd:Q58699639 wd:Q59808932 wd:Q59798959 }. ?qid wdt:P31 wd:Q7318358. }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Review article statement checker, May
SELECT ?qid
WHERE {VALUES ?qid { wd:Q58588686 wd:Q58587220 wd:Q58608374 wd:Q58599479 wd:Q58699639
wd:Q59808932 wd:Q59798959
}.
?qid wdt:P31 wd:Q7318358.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?qid"):::projected
c2(["wd:Q7318358"]):::iri
bind0[/VALUES ?qid/]
bind0-->v1
bind00(["wd:Q58588686"])
bind00 --> bind0
bind01(["wd:Q58587220"])
bind01 --> bind0
bind02(["wd:Q58608374"])
bind02 --> bind0
bind03(["wd:Q58599479"])
bind03 --> bind0
bind04(["wd:Q58699639"])
bind04 --> bind0
bind05(["wd:Q59808932"])
bind05 --> bind0
bind06(["wd:Q59798959"])
bind06 --> bind0
v1 --"wdt:P31"--> c2