# numeric-01.n3 - Positive integer literals
# Cf. http://www.w3.org/2000/10/swap/test/syntax/numbers.n3

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

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