query-f8ec0fa6371d0e3fd550e184a4b26d03

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
   {
  SELECT DISTINCT ?item WHERE {
    ?item wdt:P131* wd:Q1208 .
  }
}.
  ?item p:P31/ps:P31 wd:Q2463705 .
  SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c2(["wd:Q1208"]):::iri c5(["wd:Q2463705"]):::iri c9(["en"]):::literal v1 --"p:direct/P131"--> c2 v1 --"p:P31"--> a1 a1 --"p:statement/P31"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end