Skip to content

Commit 9a308e1

Browse files
committed
test ttl ordering
1 parent c644a46 commit 9a308e1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -78,42 +78,15 @@
7878
ns1:z ;
7979
CFTerms:featureType "point" .
8080

81-
ns1:crs a bald:Subject ;
82-
ns1:epsg_code "EPSG:4326" ;
83-
ns1:grid_mapping_name "latitude_longitude" ;
84-
ns1:inverse_flattening 298.257223563 ;
85-
ns1:longitude_of_prime_meridian 0.0 ;
86-
ns1:semi_major_axis 6378137.0 .
87-
88-
ns1:instrument1 a bald:Subject ;
89-
ns1:accuracy "" ;
90-
ns1:calibration_date "2016-03-25" ;
91-
ns1:comment "serial number and calibration dates are bogus" ;
92-
ns1:make_model "SBE-37" ;
93-
ns1:ncei_name "CTD" ;
94-
ns1:precision "" ;
95-
ns1:serial_number "1859723" ;
96-
CFTerms:long_name "Seabird 37 Microcat" .
97-
98-
ns1:platform1 a bald:Subject ;
99-
ns1:call_sign "" ;
100-
ns1:comment "Data is not actually collected from this platform, this is an example." ;
101-
ns1:ices_code "" ;
102-
ns1:imo_code "" ;
103-
ns1:ioos_code "urn:ioos:station:NCEI:Mooring1" ;
104-
ns1:ncei_code "FIXED PLATFORM, MOORINGS" ;
105-
ns1:wmo_code "" ;
106-
CFTerms:long_name "cordell bank monitoring station" .
107-
10881
ns1:sal a bald:Array ;
10982
ns1:_FillValue -9999.0 ;
11083
ns1:comment "These data are bogus!!!!!" ;
11184
ns1:coverage_content_type "physicalMeasurement" ;
11285
ns1:data_max 33.0 ;
11386
ns1:data_min 33.0 ;
114-
ns1:instrument "instrument1" ;
87+
ns1:instrument ns1:instrument1 ;
11588
ns1:ncei_name "SALINITY" ;
116-
ns1:platform "platform1" ;
89+
ns1:platform ns1:platform1 ;
11790
ns1:references <http://www.numpy.org/> ;
11891
ns1:source "numpy.random.rand function." ;
11992
ns1:valid_max 100.0 ;
@@ -125,7 +98,7 @@ ns1:sal a bald:Array ;
12598
ns1:lon,
12699
ns1:time,
127100
ns1:z ;
128-
CFTerms:grid_mapping "crs" ;
101+
CFTerms:grid_mapping ns1:crs ;
129102
CFTerms:long_name "Salinity" ;
130103
CFTerms:missing_value -8888.0 ;
131104
CFTerms:scale_factor 1.0 ;
@@ -138,9 +111,9 @@ ns1:temp a bald:Array ;
138111
ns1:coverage_content_type "physicalMeasurement" ;
139112
ns1:data_max 13.0 ;
140113
ns1:data_min 13.0 ;
141-
ns1:instrument "instrument1" ;
114+
ns1:instrument ns1:instrument1 ;
142115
ns1:ncei_name "WATER TEMPERATURE" ;
143-
ns1:platform "platform1" ;
116+
ns1:platform ns1:platform1 ;
144117
ns1:references <http://www.numpy.org/> ;
145118
ns1:source "numpy.random.rand function." ;
146119
ns1:valid_max 100.0 ;
@@ -152,13 +125,30 @@ ns1:temp a bald:Array ;
152125
ns1:lon,
153126
ns1:time,
154127
ns1:z ;
155-
CFTerms:grid_mapping "crs" ;
128+
CFTerms:grid_mapping ns1:crs ;
156129
CFTerms:long_name "Temperature" ;
157130
CFTerms:missing_value -8888.0 ;
158131
CFTerms:scale_factor 1.0 ;
159132
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/sea_water_temperature/> ;
160133
CFTerms:units "degree_Celsius" .
161134

135+
ns1:crs a bald:Subject ;
136+
ns1:epsg_code "EPSG:4326" ;
137+
ns1:grid_mapping_name "latitude_longitude" ;
138+
ns1:inverse_flattening 298.257223563 ;
139+
ns1:longitude_of_prime_meridian 0.0 ;
140+
ns1:semi_major_axis 6378137.0 .
141+
142+
ns1:instrument1 a bald:Subject ;
143+
ns1:accuracy "" ;
144+
ns1:calibration_date "2016-03-25" ;
145+
ns1:comment "serial number and calibration dates are bogus" ;
146+
ns1:make_model "SBE-37" ;
147+
ns1:ncei_name "CTD" ;
148+
ns1:precision "" ;
149+
ns1:serial_number "1859723" ;
150+
CFTerms:long_name "Seabird 37 Microcat" .
151+
162152
ns1:lat a bald:Array ;
163153
ns1:_FillValue -9999.0 ;
164154
ns1:comment "These data are bogus!!!!!" ;
@@ -181,6 +171,16 @@ ns1:lon a bald:Array ;
181171
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
182172
CFTerms:units "degrees_east" .
183173

174+
ns1:platform1 a bald:Subject ;
175+
ns1:call_sign "" ;
176+
ns1:comment "Data is not actually collected from this platform, this is an example." ;
177+
ns1:ices_code "" ;
178+
ns1:imo_code "" ;
179+
ns1:ioos_code "urn:ioos:station:NCEI:Mooring1" ;
180+
ns1:ncei_code "FIXED PLATFORM, MOORINGS" ;
181+
ns1:wmo_code "" ;
182+
CFTerms:long_name "cordell bank monitoring station" .
183+
184184
ns1:time a bald:Array ;
185185
ns1:_FillValue -9999.0 ;
186186
ns1:comment "These data are bogus!!!!!" ;

0 commit comments

Comments
 (0)