# numeric-04.n3 - Negative float literals

@prefix : <http://example.org/#> .
@keywords a .

-0.0 description "float(0.0), as -0.0" .
-1.0 description "float(-1.0)" .
-1.000 description "float(-1.0), with three trailing 0s" .
-001.000 description "float(-1.0), from 001.000" .
-54321.12345 description "float(-54321.12345)" .
