query-95109953037a940c6715ad8cc448995c

rq turtle/ttl

Review article statement checker, January SELECT ?qid WHERE {VALUES ?qid {wd:Qxxxxxxx}. ?qid wdt:P31 wd:Q7318358. }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Review article statement checker, January
SELECT ?qid
  WHERE {VALUES ?qid {wd:Qxxxxxxx}.
                ?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:Qxxxxxxx"]) bind00 --> bind0 v1 --"wdt:P31"--> c2