query-ee6711b0783e2aff07118e1fb8860db7

rq turtle/ttl

unknown (?)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * { ?item wdt:P31 wd:Q5 ; rdfs:label "unknown (?)"@en }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q5"]):::iri c4([sunknown (?)^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal v1 --"wdt:P31"--> c2 v1 --"rdfs:label"--> c4