1
1
@prefix CFTerms: <http://def.scitools.org.uk/CFTerms/> .
2
+ @prefix NetCDF: <http://def.scitools.org.uk/NetCDF/> .
2
3
@prefix bald: <http://binary-array-ld.net/latest/> .
3
4
@prefix cf_sname: <http://vocab.nerc.ac.uk/standard_name/> .
4
5
@prefix ns1: <file://CDL/GEMS_CO2_Apr2006.cdl/> .
8
9
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9
10
10
11
<file://CDL/GEMS_CO2_Apr2006.cdl> a bald:Container ;
11
- ns1:Conventions " CF-1.0" ;
12
12
bald:contains ns1:co2,
13
13
ns1:co2_latitude_ref,
14
14
ns1:co2_levelist_ref,
20
20
ns1:lnsp_levelist_ref,
21
21
ns1:lnsp_time_ref,
22
22
ns1:longitude,
23
- ns1:time .
23
+ ns1:time ;
24
+ NetCDF:Conventions " CF-1.0" .
24
25
25
26
ns1:co2 a bald:Array ;
26
- ns1:_FillValue " -32767" ;
27
27
bald:references ns1:co2_latitude_ref,
28
28
ns1:co2_levelist_ref,
29
29
ns1:co2_time_ref,
30
30
ns1:longitude ;
31
31
bald:shape " (1, 60, 181, 360)" ;
32
- CFTerms:add_offset 403.192219379918 ;
33
- CFTerms:long_name " Carbon Dioxide" ;
34
32
CFTerms:missing_value " -32767" ;
35
- CFTerms:scale_factor 0.000981685145029486 ;
36
33
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/mass_fraction_of_carbon_dioxide_in_air/> ;
37
- CFTerms:units " kg kg**-1" .
34
+ NetCDF:FillValue " -32767" ;
35
+ NetCDF:add_offset 403.192219379918 ;
36
+ NetCDF:long_name " Carbon Dioxide" ;
37
+ NetCDF:scale_factor 0.000981685145029486 ;
38
+ NetCDF:units " kg kg**-1" .
38
39
39
40
ns1:lnsp a bald:Array ;
40
- ns1:_FillValue " -32767" ;
41
41
bald:references ns1:lnsp_latitude_ref,
42
42
ns1:lnsp_levelist_ref,
43
43
ns1:lnsp_time_ref,
44
44
ns1:longitude ;
45
45
bald:shape " (1, 60, 181, 360)" ;
46
- CFTerms:add_offset 11.2087164280841 ;
47
- CFTerms:long_name " Logarithm of surface pressure" ;
48
46
CFTerms:missing_value " -32767" ;
49
- CFTerms:scale_factor 1.03952457840347e-05 .
47
+ NetCDF:FillValue " -32767" ;
48
+ NetCDF:add_offset 11.2087164280841 ;
49
+ NetCDF:long_name " Logarithm of surface pressure" ;
50
+ NetCDF:scale_factor 1.03952457840347e-05 .
50
51
51
52
ns1:co2_latitude_ref a bald:Reference,
52
53
bald:Subject ;
@@ -85,15 +86,15 @@ ns1:latitude a bald:Array,
85
86
bald:last_value -90.0 ;
86
87
bald:shape " (181,)" ;
87
88
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/latitude/> ;
88
- CFTerms :units " degrees_north" .
89
+ NetCDF :units " degrees_north" .
89
90
90
91
ns1:levelist a bald:Array,
91
92
bald:Reference ;
92
93
bald:array ns1:levelist ;
93
94
bald:first_value 1 ;
94
95
bald:last_value 60 ;
95
96
bald:shape " (60,)" ;
96
- CFTerms :long_name " model_level_number" .
97
+ NetCDF :long_name " model_level_number" .
97
98
98
99
ns1:longitude a bald:Array,
99
100
bald:Reference ;
@@ -102,13 +103,13 @@ ns1:longitude a bald:Array,
102
103
bald:last_value 359.0 ;
103
104
bald:shape " (360,)" ;
104
105
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
105
- CFTerms :units " degrees_east" .
106
+ NetCDF :units " degrees_east" .
106
107
107
108
ns1:time a bald:Array,
108
109
bald:Reference ;
109
110
bald:array ns1:time ;
110
111
bald:first_value " 2006-04-01T00:00:00" ^^xsd:dateTime ;
111
112
bald:shape " (1,)" ;
112
113
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/time/> ;
113
- CFTerms :units " hours since 1900-01-01 00:00:0.0" .
114
+ NetCDF :units " hours since 1900-01-01 00:00:0.0" .
114
115
0 commit comments