query-c6112917e67af00c9832d332127e67a4

rq turtle/ttl

Meudon (Q234735): ItemsLa requête ci-dessous ajoute aussi les qualifications associées aux déclarations.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?itemLabel ?wd ?wdLabel ?ps_ ?ps_Label ?wdpqLabel ?pq_Label {
  VALUES ?item {wd:Q234735}
  ?item ?p ?statement .
  ?statement ?ps ?ps_ . 
  ?wd wikibase:claim ?p.
  ?wd wikibase:statementProperty ?ps.
  OPTIONAL {
  ?statement ?pq ?pq_ .
  ?wdpq wikibase:qualifier ?pq .
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
} ORDER BY ?wdLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item") v3("?p") v8("?pq") v9("?pq_") v5("?ps") v6("?ps_"):::projected v4("?statement") v7("?wd"):::projected v1("?wdLabel"):::projected v10("?wdpq") c5(["bd:serviceParam"]):::iri c7(["fr"]):::literal bind0[/VALUES ?item/] bind0-->v2 bind00(["wd:Q234735"]) bind00 --> bind0 v2 -->v3--> v4 v4 -->v5--> v6 v7 --"wikibase:claim"--> v3 v7 --"wikibase:statementProperty"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v4 -->v8--> v9 v10 -."wikibase:qualifier".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end