query-750da38f6178db074ad6e98ff0d94327

rq turtle/ttl

René La contemporaineLarskemw:Wikidata Query Service/User Manual#Label service

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?expositions ?expositionsLabel ?titre ?date_de_debut ?date_de_fin ?sous_titre ?lieuLabel ?localisation_administrativeLabel (GROUP_CONCAT(DISTINCT ?commissairesLabel;separator=", ") AS ?commissaires) 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr,en".
     ?expositions rdfs:label ?expositionsLabel.
     ?lieu rdfs:label ?lieuLabel.
     ?localisation_administrative rdfs:label ?localisation_administrativeLabel.
     ?commissaires rdfs:label ?commissairesLabel.
  }
  ?expositions wdt:P664 wd:Q856640.
  OPTIONAL { ?expositions wdt:P1476 ?titre. }
  OPTIONAL { ?expositions wdt:P580 ?date_de_debut. }
  OPTIONAL { ?expositions wdt:P582 ?date_de_fin. }
  OPTIONAL { ?expositions wdt:P1132 ?nombre_de_participants. }
  ?expositions wdt:P31 wd:Q29023906.
  OPTIONAL { ?expositions wdt:P1680 ?sous_titre. }
  OPTIONAL { ?expositions wdt:P276 ?lieu. }
  OPTIONAL { ?expositions wdt:P131 ?localisation_administrative. }
  OPTIONAL {?expositions wdt:P1640 ?commissaires.}
}
GROUP BY ?expositions ?expositionsLabel ?titre ?date_de_debut ?date_de_fin ?sous_titre ?lieuLabel ?localisation_administrativeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v14("?commissaires") v8("?commissairesLabel"):::projected v10("?date_de_debut"):::projected v11("?date_de_fin"):::projected v1("?expositions"):::projected v2("?expositionsLabel"):::projected v3("?lieu") v4("?lieuLabel"):::projected v5("?localisation_administrative") v6("?localisation_administrativeLabel"):::projected v12("?nombre_de_participants") v13("?sous_titre"):::projected v9("?titre"):::projected c7(["wd:Q856640"]):::iri c4(["#91;AUTO_LANGUAGE#93;,fr,en"]):::literal c2(["bd:serviceParam"]):::iri c13(["wd:Q29023906"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 v1 --"rdfs:label"--> v2 v3 --"rdfs:label"--> v4 v5 --"rdfs:label"--> v6 v14 --"rdfs:label"--> v8 end v1 --"wdt:P664"--> c7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1476".-> v9 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P580".-> v10 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P582".-> v11 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1132".-> v12 end v1 --"wdt:P31"--> c13 subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1680".-> v13 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P276".-> v3 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P131".-> v5 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1640".-> v14 end bind1[/"?commissairesLabel"/] v8 --o bind1 bind1 --as--o v14