query-fba6de357d76117a125b9e20ce2ff945

rq turtle/ttl

¿Qué imágenes en Wikimedia Commons muestran platos de la peruvian cuisine? ¿Qué imágenes en Wikimedia Commons muestran platos de la peruvian cuisine? ¿Qué imágenes en Wikimedia Commons muestran platos de la peruvian cuisine? Welke beelden op Wikimedia Commons tonen verklaringen van peruvian cuisine?.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid
SELECT
  ?imagen
  ?plato
  ?platoLabel
{
   {
  SELECT ?plato ?platoLabel {
     {
  SELECT DISTINCT ?plato {
    SERVICE <https://query.wikidata.org/sparql> {
      ?plato wdt:P361 wd:Q749847.
    }
  }
}
    SERVICE <https://query.wikidata.org/sparql> {
      {
        SELECT ?plato ?platoLabel {
          SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
        }
      }
    }
  }
}   {
  SELECT DISTINCT ?imagen ?plato {
     {
  SELECT DISTINCT ?plato {
    SERVICE <https://query.wikidata.org/sparql> {
      ?plato wdt:P361 wd:Q749847.
    }
  }
}
    [] wdt:P180 ?plato;
       schema:url ?imagen.
  }
}
}
ORDER BY ASC(LCASE(?platoLabel))

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?imagen"):::projected v2("?plato"):::projected v1("?platoLabel"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c3(["wd:Q749847"]):::iri c7(["es"]):::literal subgraph s1["https://query.wikidata.org/sparql"] style s1 stroke-width:4px; v2 --"wdt:P361"--> c3 end subgraph s1["https://query.wikidata.org/sparql"] style s1 stroke-width:4px; subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c5 --"wikibase:language"--> c7 end end subgraph s1["https://query.wikidata.org/sparql"] style s1 stroke-width:4px; v2 --"wdt:P361"--> c3 end a1 --"wdt:P180"--> v2 a1 --"schema:url"--> v3