Minimal example: ```turtle @prefix : <http://www.example.org/> . :decimals :dec 1.0, 2.2, 3.5 . ``` It only parsed `1` instead of `1.0`. Because of this bug the test `test_agg_min_01` of `AggregatesTest` fails.