query-554eb3f9d47c3380807d82a72393be43

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 bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel ?itemDescription 
WHERE
{ 
  ?item wdt:P31 wd:Q5; wdt:P39 [ wdt:P279* wd:Q30185 ; wdt:P1001/wdt:P131* wd:Q1408 ] .
  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 a1((" ")) a2((" ")) c10(["bd:serviceParam"]):::iri c4(["wd:Q30185"]):::iri c7(["wd:Q1408"]):::iri c2(["wd:Q5"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 a1 --"wdt:P279"--> c4 a1 --"wdt:P1001"--> a2 a2 --"wdt:P131"--> c7 v1 --"wdt:P39"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end