query-5c8f531850fcfef8f1ab0d017ebe9018

rq turtle/ttl

Error in Query?I am not sure if this is the right place, but when I execute the following query

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT  ?item ?itemLabel
{
  ?item wdt:P31 wd:Q70208 . 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q70208"]):::iri v1 --"wdt:P31"--> c2