# filename: ex156.rq PREFIX e: SELECT (AVG(?amount) as ?avgAmount) WHERE { ?meal e:amount ?amount . }