# numeric-02.n3 - Negative integer literals

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

-0 description "int(0), as -0" .
-1 description "int(-1)" .
-10 description "int(-10)" .
-001 description "int(-1), with two leading 0s" .
-54321 description "int(-54321)" .
