query-dd2d50c75b2a8d3724e92168099ae615
¿Dónde están ubicadas las instituciones que le han otorgado algún premio a una mujer nacida en Perú? ¿Dónde están ubicadas las instituciones que le han otorgado algún premio a una mujer nacida en Perú? ¿Dónde están ubicadas las instituciones que le han otorgado algún premio a una mujer nacida en Perú? De instellingen die een prijs hebben toegekend aan een vrouw die in Peru is geboren?
Use at
- https://query.wikidata.org/sparql
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#>
#defaultView:Map
SELECT
?coordenadas
?institucion
?institucionLabel
?premio
?premioLabel
?mujer
?mujerLabel
{
{
SELECT DISTINCT ?mujer ?premio {
{
SELECT DISTINCT ?mujer {
?mujer wdt:P19/wdt:P131* wd:Q419;
wdt:P21 wd:Q6581072.
}
}
?mujer wdt:P166 ?premio.
}
}
{
SELECT DISTINCT ?institucion ?premio {
{
SELECT DISTINCT ?mujer ?premio {
{
SELECT DISTINCT ?mujer {
?mujer wdt:P19/wdt:P131* wd:Q419;
wdt:P21 wd:Q6581072.
}
}
?mujer wdt:P166 ?premio.
}
}
{?institucion wdt:P5460 ?premio}
UNION
{?premio wdt:P1027 ?institucion}.
}
}
{
SELECT ?institucion ?coordenadas {
{
SELECT DISTINCT ?institucion ?premio {
INCLUDE %1.
{?institucion wdt:P5460 ?premio}
UNION
{?premio wdt:P1027 ?institucion}.
}
}
OPTIONAL{?institucion wdt:P625 ?coordenadasDirecto}.
OPTIONAL{?institucion wdt:P159/wdt:P625 ?coordenadasSede}.
OPTIONAL{?institucion wdt:P131/wdt:P625 ?coordenadasUbicacion}.
# Si todas las condiciones dentro de COALESCE fallan, entonces el
# valor de la variables será indefinido.
BIND(COALESCE(IF(BOUND(?coordenadasDirecto), ?coordenadasDirecto, 1/0),
IF(BOUND(?coordenadasSede), ?coordenadasSede, 1/0),
IF(BOUND(?coordenadasUbicacion), ?coordenadasUbicacion, 1/0))
AS ?coordenadas)
# Solo mostraremos aquellas cuyas coordenadas se saben
FILTER(BOUND(?coordenadas))
}
}
SERVICE wikibase:label {bd:serviceParam wikibase:language "es"}.
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/nl