query-74799f7ef6c31dc96f298ca0ab776deb

rq turtle/ttl

Propriétés par item énuméré SELECT ?item ?itemLabel ?naissance WHERE { VALUES ?item {wd:Q1394376 wd:Q3588587} OPTIONAL { ?item wdt:P569 ?naissance. }

         SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr".}

}

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#>
#Propriétés par item énuméré 
  SELECT ?item ?itemLabel ?naissance 
         WHERE { 
VALUES ?item {wd:Q1394376
wd:Q3588587}
            OPTIONAL {
      ?item 
            wdt:P569 ?naissance.
           }

             SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr".}        
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?naissance"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,fr"]):::literal bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q1394376"]) bind00 --> bind0 bind01(["wd:Q3588587"]) bind01 --> bind0 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P569".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end