query-1ecdd273cf663e793b802517b11a1d99

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 WHERE 
{
  ?item wdt:P31/wdt:P279* wd:Q2074737.
  ?item wdt:P131/wdt:P131* wd:Q7194.  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es" . }    
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) a2((" ")) c3(["wd:Q2074737"]):::iri c5(["wd:Q7194"]):::iri c7(["bd:serviceParam"]):::iri c9(["es"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P131"--> a2 a2 --"wdt:P131"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end