17
17
this:shoc_version " v1.1 rev(5249)" ;
18
18
bald:contains this:botz,
19
19
this:eta,
20
+ this:eta_latitude_ref,
21
+ this:eta_longitude_ref,
20
22
this:eta_time_ref,
21
23
this:latitude,
22
24
this:longitude,
23
25
this:salt,
26
+ this:salt_latitude_ref,
27
+ this:salt_longitude_ref,
24
28
this:salt_time_ref,
29
+ this:salt_zc_ref,
25
30
this:temp,
31
+ this:temp_latitude_ref,
32
+ this:temp_longitude_ref,
26
33
this:temp_time_ref,
34
+ this:temp_zc_ref,
27
35
this:time,
28
36
this:u,
37
+ this:u_latitude_ref,
38
+ this:u_longitude_ref,
29
39
this:u_time_ref,
40
+ this:u_zc_ref,
30
41
this:v,
42
+ this:v_latitude_ref,
43
+ this:v_longitude_ref,
31
44
this:v_time_ref,
45
+ this:v_zc_ref,
32
46
this:wspeed_u,
47
+ this:wspeed_u_latitude_ref,
48
+ this:wspeed_u_longitude_ref,
33
49
this:wspeed_u_time_ref,
34
50
this:wspeed_v,
51
+ this:wspeed_v_latitude_ref,
52
+ this:wspeed_v_longitude_ref,
35
53
this:wspeed_v_time_ref,
36
54
this:zc ;
37
55
bald:isPrefixedBy " prefix_list" ;
@@ -54,7 +72,9 @@ this:eta a bald:Array ;
54
72
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_surface_elevation> ;
55
73
this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_near_surface> ;
56
74
this:unit_id <http://qudt.org/vocab/unit#Meter> ;
57
- bald:references this:eta_time_ref ;
75
+ bald:references this:eta_latitude_ref,
76
+ this:eta_longitude_ref,
77
+ this:eta_time_ref ;
58
78
bald:shape ( 5 180 600 ) ;
59
79
CFTerms:coordinates this:latitude,
60
80
this:longitude,
@@ -71,7 +91,10 @@ this:salt a bald:Array ;
71
91
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/practical_salinity> ;
72
92
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
73
93
this:unit_id <http://environment.data.gov.au/water/quality/def/unit/PSU> ;
74
- bald:references this:salt_time_ref ;
94
+ bald:references this:salt_latitude_ref,
95
+ this:salt_longitude_ref,
96
+ this:salt_time_ref,
97
+ this:salt_zc_ref ;
75
98
bald:shape ( 5 47 180 600 ) ;
76
99
CFTerms:coordinates this:latitude,
77
100
this:longitude,
@@ -88,7 +111,10 @@ this:temp a bald:Array ;
88
111
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_temperature> ;
89
112
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
90
113
this:unit_id <http://qudt.org/vocab/unit#DegreeCelsius> ;
91
- bald:references this:temp_time_ref ;
114
+ bald:references this:temp_latitude_ref,
115
+ this:temp_longitude_ref,
116
+ this:temp_time_ref,
117
+ this:temp_zc_ref ;
92
118
bald:shape ( 5 47 180 600 ) ;
93
119
CFTerms:coordinates this:latitude,
94
120
this:longitude,
@@ -107,7 +133,10 @@ this:u a bald:Array ;
107
133
this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
108
134
this:vector_components " u v" ;
109
135
this:vector_name " Currents" ;
110
- bald:references this:u_time_ref ;
136
+ bald:references this:u_latitude_ref,
137
+ this:u_longitude_ref,
138
+ this:u_time_ref,
139
+ this:u_zc_ref ;
111
140
bald:shape ( 5 47 180 600 ) ;
112
141
CFTerms:coordinates this:latitude,
113
142
this:longitude,
@@ -126,7 +155,10 @@ this:v a bald:Array ;
126
155
this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
127
156
this:vector_components " u v" ;
128
157
this:vector_name " Currents" ;
129
- bald:references this:v_time_ref ;
158
+ bald:references this:v_latitude_ref,
159
+ this:v_longitude_ref,
160
+ this:v_time_ref,
161
+ this:v_zc_ref ;
130
162
bald:shape ( 5 47 180 600 ) ;
131
163
CFTerms:coordinates this:latitude,
132
164
this:longitude,
@@ -139,7 +171,9 @@ this:v a bald:Array ;
139
171
NetCDF:valid_range ( -100.0 100.0 ) .
140
172
141
173
this:wspeed_u a bald:Array ;
142
- bald:references this:wspeed_u_time_ref ;
174
+ bald:references this:wspeed_u_latitude_ref,
175
+ this:wspeed_u_longitude_ref,
176
+ this:wspeed_u_time_ref ;
143
177
bald:shape ( 5 180 600 ) ;
144
178
CFTerms:coordinates this:latitude,
145
179
this:longitude,
@@ -150,7 +184,9 @@ this:wspeed_u a bald:Array ;
150
184
NetCDF:valid_range ( -1000.0 1000.0 ) .
151
185
152
186
this:wspeed_v a bald:Array ;
153
- bald:references this:wspeed_v_time_ref ;
187
+ bald:references this:wspeed_v_latitude_ref,
188
+ this:wspeed_v_longitude_ref,
189
+ this:wspeed_v_time_ref ;
154
190
bald:shape ( 5 180 600 ) ;
155
191
CFTerms:coordinates this:latitude,
156
192
this:longitude,
@@ -160,36 +196,126 @@ this:wspeed_v a bald:Array ;
160
196
NetCDF:units " ms-1" ;
161
197
NetCDF:valid_range ( -1000.0 1000.0 ) .
162
198
199
+ this:eta_latitude_ref a bald:Reference,
200
+ bald:Subject ;
201
+ bald:array this:latitude ;
202
+ bald:childBroadcast ( 1 180 600 ) .
203
+
204
+ this:eta_longitude_ref a bald:Reference,
205
+ bald:Subject ;
206
+ bald:array this:longitude ;
207
+ bald:childBroadcast ( 1 180 600 ) .
208
+
163
209
this:eta_time_ref a bald:Reference,
164
210
bald:Subject ;
165
211
bald:array this:time ;
166
212
bald:childBroadcast ( 5 1 1 ) .
167
213
214
+ this:salt_latitude_ref a bald:Reference,
215
+ bald:Subject ;
216
+ bald:array this:latitude ;
217
+ bald:childBroadcast ( 1 1 180 600 ) .
218
+
219
+ this:salt_longitude_ref a bald:Reference,
220
+ bald:Subject ;
221
+ bald:array this:longitude ;
222
+ bald:childBroadcast ( 1 1 180 600 ) .
223
+
168
224
this:salt_time_ref a bald:Reference,
169
225
bald:Subject ;
170
226
bald:array this:time ;
171
227
bald:childBroadcast ( 5 1 1 1 ) .
172
228
229
+ this:salt_zc_ref a bald:Reference,
230
+ bald:Subject ;
231
+ bald:array this:zc ;
232
+ bald:childBroadcast ( 1 47 1 1 ) .
233
+
234
+ this:temp_latitude_ref a bald:Reference,
235
+ bald:Subject ;
236
+ bald:array this:latitude ;
237
+ bald:childBroadcast ( 1 1 180 600 ) .
238
+
239
+ this:temp_longitude_ref a bald:Reference,
240
+ bald:Subject ;
241
+ bald:array this:longitude ;
242
+ bald:childBroadcast ( 1 1 180 600 ) .
243
+
173
244
this:temp_time_ref a bald:Reference,
174
245
bald:Subject ;
175
246
bald:array this:time ;
176
247
bald:childBroadcast ( 5 1 1 1 ) .
177
248
249
+ this:temp_zc_ref a bald:Reference,
250
+ bald:Subject ;
251
+ bald:array this:zc ;
252
+ bald:childBroadcast ( 1 47 1 1 ) .
253
+
254
+ this:u_latitude_ref a bald:Reference,
255
+ bald:Subject ;
256
+ bald:array this:latitude ;
257
+ bald:childBroadcast ( 1 1 180 600 ) .
258
+
259
+ this:u_longitude_ref a bald:Reference,
260
+ bald:Subject ;
261
+ bald:array this:longitude ;
262
+ bald:childBroadcast ( 1 1 180 600 ) .
263
+
178
264
this:u_time_ref a bald:Reference,
179
265
bald:Subject ;
180
266
bald:array this:time ;
181
267
bald:childBroadcast ( 5 1 1 1 ) .
182
268
269
+ this:u_zc_ref a bald:Reference,
270
+ bald:Subject ;
271
+ bald:array this:zc ;
272
+ bald:childBroadcast ( 1 47 1 1 ) .
273
+
274
+ this:v_latitude_ref a bald:Reference,
275
+ bald:Subject ;
276
+ bald:array this:latitude ;
277
+ bald:childBroadcast ( 1 1 180 600 ) .
278
+
279
+ this:v_longitude_ref a bald:Reference,
280
+ bald:Subject ;
281
+ bald:array this:longitude ;
282
+ bald:childBroadcast ( 1 1 180 600 ) .
283
+
183
284
this:v_time_ref a bald:Reference,
184
285
bald:Subject ;
185
286
bald:array this:time ;
186
287
bald:childBroadcast ( 5 1 1 1 ) .
187
288
289
+ this:v_zc_ref a bald:Reference,
290
+ bald:Subject ;
291
+ bald:array this:zc ;
292
+ bald:childBroadcast ( 1 47 1 1 ) .
293
+
294
+ this:wspeed_u_latitude_ref a bald:Reference,
295
+ bald:Subject ;
296
+ bald:array this:latitude ;
297
+ bald:childBroadcast ( 1 180 600 ) .
298
+
299
+ this:wspeed_u_longitude_ref a bald:Reference,
300
+ bald:Subject ;
301
+ bald:array this:longitude ;
302
+ bald:childBroadcast ( 1 180 600 ) .
303
+
188
304
this:wspeed_u_time_ref a bald:Reference,
189
305
bald:Subject ;
190
306
bald:array this:time ;
191
307
bald:childBroadcast ( 5 1 1 ) .
192
308
309
+ this:wspeed_v_latitude_ref a bald:Reference,
310
+ bald:Subject ;
311
+ bald:array this:latitude ;
312
+ bald:childBroadcast ( 1 180 600 ) .
313
+
314
+ this:wspeed_v_longitude_ref a bald:Reference,
315
+ bald:Subject ;
316
+ bald:array this:longitude ;
317
+ bald:childBroadcast ( 1 180 600 ) .
318
+
193
319
this:wspeed_v_time_ref a bald:Reference,
194
320
bald:Subject ;
195
321
bald:array this:time ;
0 commit comments