File: numeric-04.nt

package info (click to toggle)
rdflib 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 38,248 kB
  • sloc: python: 39,216; sh: 153; makefile: 110
file content (5 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (7)
1
2
3
4
5
"-0.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#description> "float(0.0), as -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)" .