Différences entre versions de « Discussion:Adrien IV »

De Gregorius 3.0
Sauter à la navigation Sauter à la recherche
(Page créée avec « {{#sparql:PREFIX bd: <http://www.bigdata.com/rdf#> PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX wd: <http://w... »)
 
Ligne 4 : Ligne 4 :
 
PREFIX wd: <http://www.wikidata.org/entity/>   
 
PREFIX wd: <http://www.wikidata.org/entity/>   
  
select distinct ?eventLabel ?eventDescription ?starttime
+
select distinct ?date  ?link ?linkLabel  ?picture
 
where {
 
where {
        wd:Q132845 wdt:P569 ?dateOfBirth ;
+
      ?link wdt:P580 ?date .
                  wdt:P570 ?dateOfDeath .
+
OPTIONAL{
      ?event wdt:P580 ?starttime .
+
?link wdt:P18 ?picture .
       FILTER (?dateOfBirth <= ?starttime && ?starttime <= ?dateOfDeath )
+
}
 +
       FILTER (1100 <= YEAR(?date) && YEAR(?date) <= 1159 )
 
    
 
    
 
   SERVICE wikibase:label {
 
   SERVICE wikibase:label {
Ligne 16 : Ligne 17 :
 
}  
 
}  
 
ORDER BY ?starttime             
 
ORDER BY ?starttime             
| endpoint = https://query.wikidata.org/sparql }}
+
 
 +
| endpoint = https://query.wikidata.org/sparql  
 +
| headers = Date, Evénement, Illustration
 +
| templates = Evenement/date,link, image
 +
}}

Version du 16 mai 2016 à 00:39

Date Evénement Illustration
06:35:08 09/06/2025 -- Actualiser -- Durée de la requête :7.842s