Usuario:Desempleadx/Taller/EjemplosQuery

De Wikipedia, la enciclopedia libre
defaultView:Timeline
SELECT DISTINCT ?item ?itemLabel ?publication_date ?instancia_de ?instancia_deLabel ?imagen WHERE {
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
 {
   SELECT DISTINCT ?item WHERE {
     ?item p:P279 ?statement0.
     ?statement0 (ps:P279/(wdt:P279*)) wd:Q121141716.
   }
   LIMIT 100
 }
 OPTIONAL { ?item wdt:P577 ?publication_date. }
 OPTIONAL { ?item wdt:P31 ?instancia_de. }
 OPTIONAL { ?item wdt:P18 ?imagen. }
}