query-31ecf13f39c617907c463d07a63b2588

rq turtle/ttl

La consulta de abajo es una versión optimizada. La consulta de abajo es una versión optimizada. La consulta de abajo es una versión optimizada. De onderstaande query is een geoptimaliseerde versie.

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 DISTINCT
  ?fecha
  ?terremoto
  ?terremotoLabel
  ?terremotoDescription
  ?ubicación
  ?ubicaciónLabel
{
   {
  SELECT DISTINCT ?terremoto {
     {
  SELECT DISTINCT ?terremoto {
    ?terremoto wdt:P276/wdt:P131* wd:Q419.
  }
}
    ?terremoto wdt:P31/wdt:P279* wd:Q7944.
  }
}
  OPTIONAL{?terremoto wdt:P276 ?ubicación}.
  OPTIONAL{?terremoto wdt:P585 ?fecha}.
  SERVICE wikibase:label {bd:serviceParam wikibase:language "es,qu,en"}.
}
ORDER BY DESC(?fecha)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?fecha"):::projected v2("?terremoto"):::projected v3("?ubicación"):::projected a1((" ")) a2((" ")) c9(["bd:serviceParam"]):::iri c11(["es,qu,en"]):::literal c6(["wd:Q7944"]):::iri c3(["wd:Q419"]):::iri v2 --"wdt:P276"--> a1 a1 --"wdt:P131"--> c3 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P276".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P585".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end