query-1d27655c63e4c0494f928a2a8ae58eba

rq turtle/ttl

MH sans identifiant SELECT DISTINCT ?item ?itemLabel WHERE { {?item wdt:P481 [] } {?item wdt:P186 wd:Q830894} }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#MH sans identifiant
SELECT DISTINCT ?item ?itemLabel WHERE {
    {?item wdt:P481 [] }
    {?item wdt:P186 wd:Q830894}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c3(["wd:Q830894"]):::iri v1 --"wdt:P481"--> a1 v1 --"wdt:P186"--> c3