query-8180b9bf263559eafd86f6f4c8ddeac0
Científicos de la computación de Perú Científicos de la computación de Perú Científicos de la computación de Perú Computerwetenschappers uit Peru
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
?fecha_de_nacimiento
?fecha_de_fallecimiento
{
{?peruano wdt:P27 wd:Q419}
UNION
{?peruano wdt:P19/wdt:P131* wd:Q419}
?peruano wdt:P106 wd:Q82594
OPTIONAL{?peruano wdt:P569 ?fecha_de_nacimiento}
OPTIONAL{?peruano wdt:P570 ?fecha_de_fallecimiento}
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
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?fecha_de_fallecimiento"):::projected
v2("?fecha_de_nacimiento"):::projected
v1("?peruano"):::projected
a1((" "))
c6(["wd:Q82594"]):::iri
c10(["bd:serviceParam"]):::iri
c2(["wd:Q419"]):::iri
c12(["es"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P19"--> a1
a1 --"wdt:P131"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P27"--> c2
end
union0r <== or ==> union0l
end
v1 --"wdt:P106"--> c6
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P569".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P570".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end