File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lib/bald/tests/integration/TTL Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ this:salt a bald:Array ;
75
75
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
76
76
this:unit_id <http://environment.data.gov.au/water/quality/def/unit/PSU> ;
77
77
this:units " PSU" ;
78
- this:valid_range [ rdf:first 0.0 ;
79
- rdf:rest ( 40.0 ) ] ;
78
+ this:valid_range ( 0.0 40.0 ) ;
80
79
bald:references this:salt_time_ref ;
81
80
bald:shape " (5, 47, 180, 600)" .
82
81
@@ -92,8 +91,7 @@ this:temp a bald:Array ;
92
91
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
93
92
this:unit_id <http://qudt.org/vocab/unit#DegreeCelsius> ;
94
93
this:units " degrees C" ;
95
- this:valid_range [ rdf:first 0.0 ;
96
- rdf:rest ( 40.0 ) ] ;
94
+ this:valid_range ( 0.0 40.0 ) ;
97
95
bald:references this:temp_time_ref ;
98
96
bald:shape " (5, 47, 180, 600)" .
99
97
You can’t perform that action at this time.
0 commit comments