1
+ @prefix CFTerms: <http://def.scitools.org.uk/CFTerms/> .
2
+ @prefix NetCDF: <http://def.scitools.org.uk/NetCDF/> .
1
3
@prefix bald: <http://binary-array-ld.net/latest/> .
4
+ @prefix cf_sname: <http://vocab.nerc.ac.uk/standard_name/> .
2
5
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3
6
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4
7
@prefix this: <file://CDL/ereefs_gbr4_ncld.cdl/> .
5
8
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
6
9
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
7
10
8
11
<file://CDL/ereefs_gbr4_ncld.cdl> a bald:Container ;
9
- this:Conventions " CF-1.0" ;
10
12
this:Run_ID 1.85 ;
11
13
this:hasVocab " 1" ;
12
14
this:metadata_link <http://marlin.csiro.au/geonetwork/srv/eng/search?&uuid=72020224-f086-434a-bbe9-a222c8e5cf0d> ;
13
15
this:paramfile " in.prm" ;
14
16
this:paramhead " GBR 4km resolution grid" ;
15
17
this:shoc_version " v1.1 rev(5249)" ;
16
- this:title " GBR4 Hydro" ;
17
18
bald:contains this:botz,
18
19
this:eta,
19
20
this:eta_time_ref,
33
34
this:wspeed_v,
34
35
this:wspeed_v_time_ref,
35
36
this:zc ;
36
- bald:isPrefixedBy " prefix_list" .
37
+ bald:isPrefixedBy " prefix_list" ;
38
+ NetCDF:Conventions " CF-1.0" ;
39
+ NetCDF:title " GBR4 Hydro" .
37
40
38
41
this:botz a bald:Array ;
39
- this:coordinates this:latitude,
40
- this:longitude ;
41
- this:long_name " Depth of sea-bed" ;
42
- this:missing_value -99.0 ;
43
42
this:outside " 9999" ;
44
- this:positive " down" ;
45
- this:standard_name " depth" ;
46
- this:units " metre" ;
47
- bald:shape " (180, 600)" .
43
+ bald:shape " (180, 600)" ;
44
+ CFTerms:coordinates this:latitude,
45
+ this:longitude ;
46
+ CFTerms:missing_value -99.0 ;
47
+ CFTerms:positive " down" ;
48
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/depth/> ;
49
+ NetCDF:long_name " Depth of sea-bed" ;
50
+ NetCDF:units " metre" .
48
51
49
52
this:eta a bald:Array ;
50
- this:coordinates this:latitude,
51
- this:longitude,
52
- this:time ;
53
- this:long_name " Surface elevation" ;
54
53
this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
55
- this:missing_value " 1e+35" ;
56
- this:positive " up" ;
57
54
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_surface_elevation> ;
58
- this:standard_name " sea_surface_height_above_sea_level" ;
59
55
this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_near_surface> ;
60
56
this:unit_id <http://qudt.org/vocab/unit#Meter> ;
61
- this:units " metre" ;
62
- this:valid_range ( -10.0 10.0 ) ;
63
57
bald:references this:eta_time_ref ;
64
- bald:shape " (5, 180, 600)" .
58
+ bald:shape " (5, 180, 600)" ;
59
+ CFTerms:coordinates this:latitude,
60
+ this:longitude,
61
+ this:time ;
62
+ CFTerms:missing_value " 1e+35" ;
63
+ CFTerms:positive " up" ;
64
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/sea_surface_height_above_sea_level/> ;
65
+ NetCDF:long_name " Surface elevation" ;
66
+ NetCDF:units " metre" ;
67
+ NetCDF:valid_range ( -10.0 10.0 ) .
65
68
66
69
this:salt a bald:Array ;
67
- this:coordinates this:latitude,
68
- this:longitude,
69
- this:time,
70
- this:zc ;
71
- this:long_name " Salinity" ;
72
70
this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
73
- this:missing_value " 1e+35" ;
74
71
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/practical_salinity> ;
75
72
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
76
73
this:unit_id <http://environment.data.gov.au/water/quality/def/unit/PSU> ;
77
- this:units " PSU" ;
78
- this:valid_range ( 0.0 40.0 ) ;
79
74
bald:references this:salt_time_ref ;
80
- bald:shape " (5, 47, 180, 600)" .
81
-
82
- this:temp a bald:Array ;
83
- this:coordinates this:latitude,
75
+ bald:shape " (5, 47, 180, 600)" ;
76
+ CFTerms:coordinates this:latitude,
84
77
this:longitude,
85
78
this:time,
86
79
this:zc ;
87
- this:long_name " Temperature" ;
80
+ CFTerms:missing_value " 1e+35" ;
81
+ NetCDF:long_name " Salinity" ;
82
+ NetCDF:units " PSU" ;
83
+ NetCDF:valid_range ( 0.0 40.0 ) .
84
+
85
+ this:temp a bald:Array ;
88
86
this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
89
- this:missing_value " 1e+35" ;
90
87
this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_temperature> ;
91
88
this:substanceOrTaxon_id <http://sweet.jpl.nasa.gov/2.2/matrWater.owl#SaltWater> ;
92
89
this:unit_id <http://qudt.org/vocab/unit#DegreeCelsius> ;
93
- this:units " degrees C" ;
94
- this:valid_range ( 0.0 40.0 ) ;
95
90
bald:references this:temp_time_ref ;
96
- bald:shape " (5, 47, 180, 600)" .
91
+ bald:shape " (5, 47, 180, 600)" ;
92
+ CFTerms:coordinates this:latitude,
93
+ this:longitude,
94
+ this:time,
95
+ this:zc ;
96
+ CFTerms:missing_value " 1e+35" ;
97
+ NetCDF:long_name " Temperature" ;
98
+ NetCDF:units " degrees C" ;
99
+ NetCDF:valid_range ( 0.0 40.0 ) .
100
+
101
+ this:u a bald:Array ;
102
+ this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
103
+ this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_velocity_eastward> ;
104
+ this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_current> ;
105
+ this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
106
+ this:vector_components " u v" ;
107
+ this:vector_name " Currents" ;
108
+ bald:references this:u_time_ref ;
109
+ bald:shape " (5, 47, 180, 600)" ;
110
+ CFTerms:coordinates this:latitude,
111
+ this:longitude,
112
+ this:time,
113
+ this:zc ;
114
+ CFTerms:missing_value " 1e+35" ;
115
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/eastward_sea_water_velocity/> ;
116
+ NetCDF:long_name " Eastward current" ;
117
+ NetCDF:units " ms-1" ;
118
+ NetCDF:valid_range ( -100.0 100.0 ) .
119
+
120
+ this:v a bald:Array ;
121
+ this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
122
+ this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_velocity_northward> ;
123
+ this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_current> ;
124
+ this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
125
+ this:vector_components " u v" ;
126
+ this:vector_name " Currents" ;
127
+ bald:references this:v_time_ref ;
128
+ bald:shape " (5, 47, 180, 600)" ;
129
+ CFTerms:coordinates this:latitude,
130
+ this:longitude,
131
+ this:time,
132
+ this:zc ;
133
+ CFTerms:missing_value " 1e+35" ;
134
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/northward_sea_water_velocity/> ;
135
+ NetCDF:long_name " Northward current" ;
136
+ NetCDF:units " ms-1" ;
137
+ NetCDF:valid_range ( -100.0 100.0 ) .
97
138
98
139
this:wspeed_u a bald:Array ;
99
- this:coordinates this:latitude,
140
+ bald:references this:wspeed_u_time_ref ;
141
+ bald:shape " (5, 180, 600)" ;
142
+ CFTerms:coordinates this:latitude,
100
143
this:longitude,
101
144
this:time ;
102
- this:long_name " eastward_wind" ;
103
- this:missing_value " 1e+35" ;
104
- this:units " ms-1" ;
105
- this:valid_range ( -1000.0 1000.0 ) ;
106
- bald:references this:wspeed_u_time_ref ;
107
- bald:shape " (5, 180, 600)" .
145
+ CFTerms:missing_value " 1e+35" ;
146
+ NetCDF:long_name " eastward_wind" ;
147
+ NetCDF:units " ms-1" ;
148
+ NetCDF:valid_range ( -1000.0 1000.0 ) .
108
149
109
150
this:wspeed_v a bald:Array ;
110
- this:coordinates this:latitude,
151
+ bald:references this:wspeed_v_time_ref ;
152
+ bald:shape " (5, 180, 600)" ;
153
+ CFTerms:coordinates this:latitude,
111
154
this:longitude,
112
155
this:time ;
113
- this:long_name " northward_wind" ;
114
- this:missing_value " 1e+35" ;
115
- this:units " ms-1" ;
116
- this:valid_range ( -1000.0 1000.0 ) ;
117
- bald:references this:wspeed_v_time_ref ;
118
- bald:shape " (5, 180, 600)" .
156
+ CFTerms:missing_value " 1e+35" ;
157
+ NetCDF:long_name " northward_wind" ;
158
+ NetCDF:units " ms-1" ;
159
+ NetCDF:valid_range ( -1000.0 1000.0 ) .
119
160
120
161
this:eta_time_ref a bald:Reference,
121
162
bald:Subject ;
@@ -132,25 +173,10 @@ this:temp_time_ref a bald:Reference,
132
173
bald:array this:time ;
133
174
bald:childBroadcast " (5, 1, 1, 1)" .
134
175
135
- this:u a bald:Array ;
136
- this:coordinates this:latitude,
137
- this:longitude,
138
- this:time,
139
- this:zc ;
140
- this:long_name " Eastward current" ;
141
- this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
142
- this:missing_value " 1e+35" ;
143
- this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_velocity_eastward> ;
144
- this:standard_name " eastward_sea_water_velocity" ;
145
- this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_current> ;
146
- this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
147
- this:units " ms-1" ;
148
- this:valid_range ( -100.0 100.0 ) ;
149
- this:vector_components this:u,
150
- this:v ;
151
- this:vector_name " Currents" ;
152
- bald:references this:u_time_ref ;
153
- bald:shape " (5, 47, 180, 600)" .
176
+ this:u_time_ref a bald:Reference,
177
+ bald:Subject ;
178
+ bald:array this:time ;
179
+ bald:childBroadcast " (5, 1, 1, 1)" .
154
180
155
181
this:v_time_ref a bald:Reference,
156
182
bald:Subject ;
@@ -167,61 +193,36 @@ this:wspeed_v_time_ref a bald:Reference,
167
193
bald:array this:time ;
168
194
bald:childBroadcast " (5, 1, 1)" .
169
195
170
- this:u_time_ref a bald:Reference,
171
- bald:Subject ;
172
- bald:array this:time ;
173
- bald:childBroadcast " (5, 1, 1, 1)" .
174
-
175
- this:v a bald:Array ;
176
- this:coordinates this:latitude,
177
- this:longitude,
178
- this:time,
179
- this:zc ;
180
- this:long_name " Northward current" ;
181
- this:medium_id <http://environment.data.gov.au/def/feature/ocean> ;
182
- this:missing_value " 1e+35" ;
183
- this:scaledQuantityKind_id <http://environment.data.gov.au/def/property/sea_water_velocity_northward> ;
184
- this:standard_name " northward_sea_water_velocity" ;
185
- this:substanceOrTaxon_id <http://environment.data.gov.au/def/feature/ocean_current> ;
186
- this:unit_id <http://qudt.org/vocab/unit#MeterPerSecond> ;
187
- this:units " ms-1" ;
188
- this:valid_range ( -100.0 100.0 ) ;
189
- this:vector_components this:u_time_ref,
190
- this:v ;
191
- this:vector_name " Currents" ;
192
- bald:references this:v_time_ref ;
193
- bald:shape " (5, 47, 180, 600)" .
194
-
195
196
this:zc a bald:Array ;
196
- this:axis " Z" ;
197
197
this:coordinate_type " Z" ;
198
- this:long_name " Z coordinate" ;
199
- this:positive " up" ;
200
- this:units " m" ;
201
- bald:shape " (47,)" .
198
+ bald:shape " (47,)" ;
199
+ CFTerms:axis " Z" ;
200
+ CFTerms:positive " up" ;
201
+ NetCDF:long_name " Z coordinate" ;
202
+ NetCDF:units " m" .
202
203
203
204
this:latitude a bald:Array ;
204
- this:coordinate_type this:latitude ;
205
- this:long_name " Latitude" ;
205
+ this:coordinate_type " latitude" ;
206
206
this:projection " geographic" ;
207
- this:standard_name this:latitude ;
208
- this:units " degrees_north" ;
209
- bald:shape " (180, 600)" .
207
+ bald:shape " (180, 600)" ;
208
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/latitude/> ;
209
+ NetCDF:long_name " Latitude" ;
210
+ NetCDF:units " degrees_north" .
210
211
211
212
this:longitude a bald:Array ;
212
- this:coordinate_type this:longitude ;
213
- this:long_name " Longitude" ;
213
+ this:coordinate_type " longitude" ;
214
214
this:projection " geographic" ;
215
- this:standard_name this:longitude ;
216
- this:units " degrees_east" ;
217
- bald:shape " (180, 600)" .
215
+ bald:shape " (180, 600)" ;
216
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
217
+ NetCDF:long_name " Longitude" ;
218
+ NetCDF:units " degrees_east" .
218
219
219
220
this:time a bald:Array,
220
221
bald:Reference ;
221
- this:coordinate_type this:time ;
222
- this:long_name " Time" ;
223
- this:standard_name this:time ;
224
- this:units " days since 1990-01-01 00:00:00 +10" ;
222
+ this:coordinate_type " time" ;
225
223
bald:array this:time ;
226
- bald:shape " (5,)" .
224
+ bald:shape " (5,)" ;
225
+ CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/time/> ;
226
+ NetCDF:long_name " Time" ;
227
+ NetCDF:units " days since 1990-01-01 00:00:00 +10" .
227
228
0 commit comments