summaryrefslogtreecommitdiff
path: root/test/nt/numeric-03.nt
blob: 992a78a29359de2a430f32986e1262d2e457000e (plain)
1
2
3
4
5
"0.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(0.0)" .
"1.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(1.0)" .
"1.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(1.0), with three trailing 0s" .
"1.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(1.0), from 001.000" .
"54321.12345"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(54321.12345)" .