|
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 |
| -@prefix ns1: <file://CDL/GEMS_CO2_Apr2006.cdl/> . |
5 | 5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
6 | 6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
| 7 | +@prefix this: <file://CDL/GEMS_CO2_Apr2006.cdl/> . |
7 | 8 | @prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
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 |
| - bald:contains ns1:co2, |
13 |
| - ns1:co2_latitude_ref, |
14 |
| - ns1:co2_levelist_ref, |
15 |
| - ns1:co2_time_ref, |
16 |
| - ns1:latitude, |
17 |
| - ns1:levelist, |
18 |
| - ns1:lnsp, |
19 |
| - ns1:lnsp_latitude_ref, |
20 |
| - ns1:lnsp_levelist_ref, |
21 |
| - ns1:lnsp_time_ref, |
22 |
| - ns1:longitude, |
23 |
| - ns1:time . |
| 12 | + bald:contains this:co2, |
| 13 | + this:co2_latitude_ref, |
| 14 | + this:co2_levelist_ref, |
| 15 | + this:co2_time_ref, |
| 16 | + this:latitude, |
| 17 | + this:levelist, |
| 18 | + this:lnsp, |
| 19 | + this:lnsp_latitude_ref, |
| 20 | + this:lnsp_levelist_ref, |
| 21 | + this:lnsp_time_ref, |
| 22 | + this:longitude, |
| 23 | + this:time ; |
| 24 | + NetCDF:Conventions "CF-1.0" . |
24 | 25 |
|
25 |
| -ns1:co2 a bald:Array ; |
26 |
| - ns1:_FillValue "-32767" ; |
27 |
| - bald:references ns1:co2_latitude_ref, |
28 |
| - ns1:co2_levelist_ref, |
29 |
| - ns1:co2_time_ref, |
30 |
| - ns1:longitude ; |
| 26 | +this:co2 a bald:Array ; |
| 27 | + bald:references this:co2_latitude_ref, |
| 28 | + this:co2_levelist_ref, |
| 29 | + this:co2_time_ref, |
| 30 | + this: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 |
| -ns1:lnsp a bald:Array ; |
40 |
| - ns1:_FillValue "-32767" ; |
41 |
| - bald:references ns1:lnsp_latitude_ref, |
42 |
| - ns1:lnsp_levelist_ref, |
43 |
| - ns1:lnsp_time_ref, |
44 |
| - ns1:longitude ; |
| 40 | +this:lnsp a bald:Array ; |
| 41 | + bald:references this:lnsp_latitude_ref, |
| 42 | + this:lnsp_levelist_ref, |
| 43 | + this:lnsp_time_ref, |
| 44 | + this: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 |
| -ns1:co2_latitude_ref a bald:Reference, |
| 52 | +this:co2_latitude_ref a bald:Reference, |
52 | 53 | bald:Subject ;
|
53 |
| - bald:array ns1:latitude ; |
| 54 | + bald:array this:latitude ; |
54 | 55 | bald:childBroadcast "(1, 1, 181, 1)" .
|
55 | 56 |
|
56 |
| -ns1:co2_levelist_ref a bald:Reference, |
| 57 | +this:co2_levelist_ref a bald:Reference, |
57 | 58 | bald:Subject ;
|
58 |
| - bald:array ns1:levelist ; |
| 59 | + bald:array this:levelist ; |
59 | 60 | bald:childBroadcast "(1, 60, 1, 1)" .
|
60 | 61 |
|
61 |
| -ns1:co2_time_ref a bald:Reference, |
| 62 | +this:co2_time_ref a bald:Reference, |
62 | 63 | bald:Subject ;
|
63 |
| - bald:array ns1:time ; |
| 64 | + bald:array this:time ; |
64 | 65 | bald:childBroadcast "(1, 1, 1, 1)" .
|
65 | 66 |
|
66 |
| -ns1:lnsp_latitude_ref a bald:Reference, |
| 67 | +this:lnsp_latitude_ref a bald:Reference, |
67 | 68 | bald:Subject ;
|
68 |
| - bald:array ns1:latitude ; |
| 69 | + bald:array this:latitude ; |
69 | 70 | bald:childBroadcast "(1, 1, 181, 1)" .
|
70 | 71 |
|
71 |
| -ns1:lnsp_levelist_ref a bald:Reference, |
| 72 | +this:lnsp_levelist_ref a bald:Reference, |
72 | 73 | bald:Subject ;
|
73 |
| - bald:array ns1:levelist ; |
| 74 | + bald:array this:levelist ; |
74 | 75 | bald:childBroadcast "(1, 60, 1, 1)" .
|
75 | 76 |
|
76 |
| -ns1:lnsp_time_ref a bald:Reference, |
| 77 | +this:lnsp_time_ref a bald:Reference, |
77 | 78 | bald:Subject ;
|
78 |
| - bald:array ns1:time ; |
| 79 | + bald:array this:time ; |
79 | 80 | bald:childBroadcast "(1, 1, 1, 1)" .
|
80 | 81 |
|
81 |
| -ns1:latitude a bald:Array, |
| 82 | +this:latitude a bald:Array, |
82 | 83 | bald:Reference ;
|
83 |
| - bald:array ns1:latitude ; |
| 84 | + bald:array this:latitude ; |
84 | 85 | bald:first_value 90.0 ;
|
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 |
| -ns1:levelist a bald:Array, |
| 91 | +this:levelist a bald:Array, |
91 | 92 | bald:Reference ;
|
92 |
| - bald:array ns1:levelist ; |
| 93 | + bald:array this: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 |
| -ns1:longitude a bald:Array, |
| 99 | +this:longitude a bald:Array, |
99 | 100 | bald:Reference ;
|
100 |
| - bald:array ns1:longitude ; |
| 101 | + bald:array this:longitude ; |
101 | 102 | bald:first_value 0.0 ;
|
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 |
| -ns1:time a bald:Array, |
| 108 | +this:time a bald:Array, |
108 | 109 | bald:Reference ;
|
109 |
| - bald:array ns1:time ; |
| 110 | + bald:array this: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