query-c7588051bb2054e0737d09013d7d23a6

rq turtle/ttl

Artículos científicos cuyos autores son peruanos y están vivos Artículos científicos cuyos autores son peruanos y están vivos Artículos científicos cuyos autores son peruanos y están vivos Wetenschappelijke artikelen waarvan de auteurs Peruaan zijn en die nog leven

Use at

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
  ?elemento
  ?elementoLabel
  ?ocupaciónLabel
  ?artículo
  ?artículoLabel
{
  ?elemento wdt:P31 wd:Q5;
            wdt:P27 wd:Q419;
            wdt:P106 ?ocupación.
  ?artículo wdt:P50 ?elemento;
            wdt:P31 wd:Q13442814.
  FILTER NOT EXISTS{?elemento wdt:P570 ?fecha_de_fallecimiento}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}
ORDER BY ASC(?elementoLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?artículo"):::projected v2("?elemento"):::projected v1("?elementoLabel"):::projected v3("?fecha_de_fallecimiento") v4("?ocupación") c8(["wd:Q13442814"]):::iri c10(["bd:serviceParam"]):::iri c12(["es,en"]):::literal c3(["wd:Q5"]):::iri c5(["wd:Q419"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P570"--> e0v2 e0v1("?elemento"):::projected e0v2("?fecha_de_fallecimiento"):::projected end f0--EXISTS--> f0e0 f0 --> v2 f0 --> c1 f0 --> v3 v2 --"wdt:P570"--> v3 v2 --"wdt:P31"--> c3 v2 --"wdt:P27"--> c5 v2 --"wdt:P106"--> v4 v5 --"wdt:P50"--> v2 v5 --"wdt:P31"--> c8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end