query-3e2edfc336fb59aa8b11cd0f40e1d543
Deportistas peruanos que practican deportes individuales . horse racing o table tennis, tennisEn esta consulta, se deberían mostrar a deportistas peruanos que practican Deportistas peruanos que practican deportes individuales. horse racing o table tennis, tennisEn esta consulta, se deberían mostrar a deportistas peruanos que practican Deportistas peruanos que practican deportes individuales. horse racing o table tennis, tennisEn esta consulta, se deberían mostrar a deportistas peruanos que practican Peruaanse sporters die individueel sporten beoefenen. horse racing of table tennis, tennisIn dit consult moeten Peruaanse sporters worden getoond die
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#>
SELECT DISTINCT
?peruano
?peruanoLabel
?practicado_por
?practicado_porLabel
{
?deporte wdt:P31/wdt:P279* wd:Q2755547;
wdt:P3095 ?practicado_por.
{?peruano wdt:P27 wd:Q419 }
UNION
{?peruano wdt:P19/wdt:P131* wd:Q419 }
?peruano wdt:P106 ?practicado_por.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
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;
v1("?deporte")
v3("?peruano"):::projected
v2("?practicado_por"):::projected
a1((" "))
a2((" "))
c3(["wd:Q2755547"]):::iri
c6(["wd:Q419"]):::iri
c11(["bd:serviceParam"]):::iri
c13(["#91;AUTO_LANGUAGE#93;"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P3095"--> v2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P19"--> a2
a2 --"wdt:P131"--> c6
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P27"--> c6
end
union0r <== or ==> union0l
end
v3 --"wdt:P106"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end