78
78
ns1:z ;
79
79
CFTerms:featureType " point" .
80
80
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
-
108
81
ns1:sal a bald:Array ;
109
82
ns1:_FillValue -9999.0 ;
110
83
ns1:comment " These data are bogus!!!!!" ;
111
84
ns1:coverage_content_type " physicalMeasurement" ;
112
85
ns1:data_max 33.0 ;
113
86
ns1:data_min 33.0 ;
114
- ns1:instrument " instrument1" ;
87
+ ns1:instrument ns1: instrument1 ;
115
88
ns1:ncei_name " SALINITY" ;
116
- ns1:platform " platform1" ;
89
+ ns1:platform ns1: platform1 ;
117
90
ns1:references <http://www.numpy.org/> ;
118
91
ns1:source " numpy.random.rand function." ;
119
92
ns1:valid_max 100.0 ;
@@ -125,7 +98,7 @@ ns1:sal a bald:Array ;
125
98
ns1:lon,
126
99
ns1:time,
127
100
ns1:z ;
128
- CFTerms:grid_mapping " crs" ;
101
+ CFTerms:grid_mapping ns1: crs ;
129
102
CFTerms:long_name " Salinity" ;
130
103
CFTerms:missing_value -8888.0 ;
131
104
CFTerms:scale_factor 1.0 ;
@@ -138,9 +111,9 @@ ns1:temp a bald:Array ;
138
111
ns1:coverage_content_type " physicalMeasurement" ;
139
112
ns1:data_max 13.0 ;
140
113
ns1:data_min 13.0 ;
141
- ns1:instrument " instrument1" ;
114
+ ns1:instrument ns1: instrument1 ;
142
115
ns1:ncei_name " WATER TEMPERATURE" ;
143
- ns1:platform " platform1" ;
116
+ ns1:platform ns1: platform1 ;
144
117
ns1:references <http://www.numpy.org/> ;
145
118
ns1:source " numpy.random.rand function." ;
146
119
ns1:valid_max 100.0 ;
@@ -152,13 +125,30 @@ ns1:temp a bald:Array ;
152
125
ns1:lon,
153
126
ns1:time,
154
127
ns1:z ;
155
- CFTerms:grid_mapping " crs" ;
128
+ CFTerms:grid_mapping ns1: crs ;
156
129
CFTerms:long_name " Temperature" ;
157
130
CFTerms:missing_value -8888.0 ;
158
131
CFTerms:scale_factor 1.0 ;
159
132
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/sea_water_temperature/> ;
160
133
CFTerms:units " degree_Celsius" .
161
134
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
+
162
152
ns1:lat a bald:Array ;
163
153
ns1:_FillValue -9999.0 ;
164
154
ns1:comment " These data are bogus!!!!!" ;
@@ -181,6 +171,16 @@ ns1:lon a bald:Array ;
181
171
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
182
172
CFTerms:units " degrees_east" .
183
173
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
+
184
184
ns1:time a bald:Array ;
185
185
ns1:_FillValue -9999.0 ;
186
186
ns1:comment " These data are bogus!!!!!" ;
0 commit comments