1@prefix : <http://example.org#> .
2
3{
4:a :b -1.0 .
5:c :d -1 .
6:e :f -1.0e0 .
7}
8
9<http://example/graph> {
10:a :b -1.0 .
11:c :d -1 .
12:e :f -1.0e0 .
13}
14