# filename: ex158.rq PREFIX e: SELECT (GROUP_CONCAT(?amount; SEPARATOR = ",") AS ?amountList) WHERE { ?meal e:amount ?amount . }