query-a6fa1ff3bbfcef3e883412cd3aa497bb

rq turtle/ttl

¿Qué películas han sido grabadas en algún lugar del Peru y usan Quechua? ¿Qué películas han sido grabadas en algún lugar del Peru y usan Quechua? ¿Qué películas han sido grabadas en algún lugar del Peru y usan Quechua? Welke films zijn in ̩Peru opgenomen en gebruiken Quechua?

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 ?película ?películaLabel ?películaDescription {
  ?película wdt:P31 wd:Q11424.
  ?película wdt:P364|wdt:P407 wd:Q5218.
  ?película wdt:P915/wdt:P131* wd:Q419.

  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("?película"):::projected a1((" ")) c10(["bd:serviceParam"]):::iri c8(["wd:Q419"]):::iri c4(["wd:Q5218"]):::iri c2(["wd:Q11424"]):::iri c12(["es"]):::literal v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P407"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P364"--> c4 end union0r <== or ==> union0l end v1 --"wdt:P915"--> a1 a1 --"wdt:P131"--> c8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end