# filename: ex160.rq PREFIX e: SELECT ?description (SUM(?amount) AS ?mealTotal) WHERE { ?meal e:description ?description ; e:amount ?amount . } GROUP BY ?description