query-fe6da1ec1a363b679e669dee267bfd23
Peruanos que han ganado medallas de oro en los Olympic Games Perú tiene una medalla de oro. Sin embargo, esta consulta muestra cero. Peruanos que han ganado medallas de oro en los Olympic GamesPerú tiene una medalla de oro. Sin embargo, esta consulta muestra cero. Peruanos que han ganado medallas de oro en los Olympic GamesPerú tiene una medalla de oro. Sin embargo, esta consulta muestra cero. Peruanen die gouden medailles hebben gewonnen op de Olympic GamesPeru heeft een gouden medaille. Dit onderzoek toont echter niets.
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
?elemento
?elementoLabel
?campeón
?campeónLabel
{
# Ganadores de medalla de oro en algún evento de los Juegos Olímpicos
?elemento
wdt:P31/wdt:P279* wd:Q18536594;
p:P1346 ?declaración.
?declaración
ps:P1346 ?campeón;
pq:P642 wdt:Q15243387.
# Ganadores peruanos
{?campeón wdt:P27 wd:Q419 }
UNION
{?campeón wdt:P19/wdt:P131* wd:Q419 }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
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
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?campeón"):::projected
v2("?declaración")
v1("?elemento"):::projected
a1((" "))
a2((" "))
c7(["p:direct/Q15243387"]):::iri
c3(["wd:Q18536594"]):::iri
c9(["wd:Q419"]):::iri
c13(["bd:serviceParam"]):::iri
c15(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c3
v1 --"p:P1346"--> v2
v2 --"p:statement/P1346"--> v3
v2 --"p:qualifier/P642"--> c7
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v3 --"p:direct/P19"--> a2
a2 --"p:direct/P131"--> c9
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v3 --"p:direct/P27"--> c9
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end