query-4cd394f93d978d7b04569eefd6f6a1a2

rq turtle/ttl

Help me concatenate ;-(

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#>
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],en". }
  ?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 ?commissaires

Query found at