Skip to content

Commit 17740b1

Browse files
committed
use ttl list
1 parent ea36967 commit 17740b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/bald/tests/integration/TTL/ereefs_gbr4_ncld.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ this:salt a bald:Array ;
7575
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
7676
this:unit_id <http://environment.data.gov.au/water/quality/def/unit/PSU> ;
7777
this:units "PSU" ;
78-
this:valid_range [ rdf:first 0.0 ;
79-
rdf:rest ( 40.0 ) ] ;
78+
this:valid_range ( 0.0 40.0 ) ;
8079
bald:references this:salt_time_ref ;
8180
bald:shape "(5, 47, 180, 600)" .
8281

@@ -92,8 +91,7 @@ this:temp a bald:Array ;
9291
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
9392
this:unit_id <http://qudt.org/vocab/unit#DegreeCelsius> ;
9493
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 ) ;
9795
bald:references this:temp_time_ref ;
9896
bald:shape "(5, 47, 180, 600)" .
9997

0 commit comments

Comments
 (0)