query-0b5c6226a53b0f7c940a95a9e8d984cb

rq turtle/ttl

Instances of list SELECT DISTINCT ?item ?itemLabel ?thing1 ?thing1Label WHERE { ?item wdt:P31 ?thing. ?thing wdt:P31 wd:Q13406463. ?thing wdt:P360 ?thing1. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Instances of list
SELECT DISTINCT ?item ?itemLabel ?thing1 ?thing1Label
  WHERE 
   { ?item wdt:P31 ?thing.
     ?thing wdt:P31 wd:Q13406463.
     ?thing wdt:P360 ?thing1.
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?thing") v3("?thing1"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q13406463"]):::iri v1 --"wdt:P31"--> v2 v2 --"wdt:P31"--> c2 v2 --"wdt:P360"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end