File: rdf-test-25.n3

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 (27 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@prefix : <#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:x :f1 -1.0 .
:x :f2 +1.0 .
:x :f3 1.0 .
:x :f4 0.1 .


:x :e1 1.0e5 .
:x :e2 1e6 .
:x :e3 1e+6 .
:x :e3a 1e+6.
:x :e4 1e-6 .

:x :E1 1.0E5 .
:x :E2 1E6 .
:x :E3 1E+6 .
:x :E3a 1E+6.
:x :E4 1E-6 .

:x :i1 1 .
:x :i1a 1.
:x :i2 +1 .
:x :i3 -1 .