2
2
@prefix NetCDF: <http://def.scitools.org.uk/NetCDF/> .
3
3
@prefix bald: <http://binary-array-ld.net/latest/> .
4
4
@prefix cf_sname: <http://vocab.nerc.ac.uk/standard_name/> .
5
- @prefix ns1: <file://CDL/GEMS_CO2_Apr2006.cdl/> .
6
5
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7
6
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7
+ @prefix this: <file://CDL/GEMS_CO2_Apr2006.cdl/> .
8
8
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
9
9
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10
10
11
11
<file://CDL/GEMS_CO2_Apr2006.cdl> a bald:Container ;
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
24
NetCDF:Conventions " CF-1.0" .
25
25
26
- ns1 :co2 a bald:Array ;
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
32
CFTerms:missing_value " -32767" ;
33
33
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/mass_fraction_of_carbon_dioxide_in_air/> ;
@@ -37,77 +37,77 @@ ns1:co2 a bald:Array ;
37
37
NetCDF:scale_factor 0.000981685145029486 ;
38
38
NetCDF:units " kg kg**-1" .
39
39
40
- ns1 :lnsp a bald:Array ;
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
46
CFTerms:missing_value " -32767" ;
47
47
NetCDF:FillValue " -32767" ;
48
48
NetCDF:add_offset 11.2087164280841 ;
49
49
NetCDF:long_name " Logarithm of surface pressure" ;
50
50
NetCDF:scale_factor 1.03952457840347e-05 .
51
51
52
- ns1 :co2_latitude_ref a bald:Reference,
52
+ this :co2_latitude_ref a bald:Reference,
53
53
bald:Subject ;
54
- bald:array ns1 :latitude ;
54
+ bald:array this :latitude ;
55
55
bald:childBroadcast " (1, 1, 181, 1)" .
56
56
57
- ns1 :co2_levelist_ref a bald:Reference,
57
+ this :co2_levelist_ref a bald:Reference,
58
58
bald:Subject ;
59
- bald:array ns1 :levelist ;
59
+ bald:array this :levelist ;
60
60
bald:childBroadcast " (1, 60, 1, 1)" .
61
61
62
- ns1 :co2_time_ref a bald:Reference,
62
+ this :co2_time_ref a bald:Reference,
63
63
bald:Subject ;
64
- bald:array ns1 :time ;
64
+ bald:array this :time ;
65
65
bald:childBroadcast " (1, 1, 1, 1)" .
66
66
67
- ns1 :lnsp_latitude_ref a bald:Reference,
67
+ this :lnsp_latitude_ref a bald:Reference,
68
68
bald:Subject ;
69
- bald:array ns1 :latitude ;
69
+ bald:array this :latitude ;
70
70
bald:childBroadcast " (1, 1, 181, 1)" .
71
71
72
- ns1 :lnsp_levelist_ref a bald:Reference,
72
+ this :lnsp_levelist_ref a bald:Reference,
73
73
bald:Subject ;
74
- bald:array ns1 :levelist ;
74
+ bald:array this :levelist ;
75
75
bald:childBroadcast " (1, 60, 1, 1)" .
76
76
77
- ns1 :lnsp_time_ref a bald:Reference,
77
+ this :lnsp_time_ref a bald:Reference,
78
78
bald:Subject ;
79
- bald:array ns1 :time ;
79
+ bald:array this :time ;
80
80
bald:childBroadcast " (1, 1, 1, 1)" .
81
81
82
- ns1 :latitude a bald:Array,
82
+ this :latitude a bald:Array,
83
83
bald:Reference ;
84
- bald:array ns1 :latitude ;
84
+ bald:array this :latitude ;
85
85
bald:first_value 90.0 ;
86
86
bald:last_value -90.0 ;
87
87
bald:shape " (181,)" ;
88
88
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/latitude/> ;
89
89
NetCDF:units " degrees_north" .
90
90
91
- ns1 :levelist a bald:Array,
91
+ this :levelist a bald:Array,
92
92
bald:Reference ;
93
- bald:array ns1 :levelist ;
93
+ bald:array this :levelist ;
94
94
bald:first_value 1 ;
95
95
bald:last_value 60 ;
96
96
bald:shape " (60,)" ;
97
97
NetCDF:long_name " model_level_number" .
98
98
99
- ns1 :longitude a bald:Array,
99
+ this :longitude a bald:Array,
100
100
bald:Reference ;
101
- bald:array ns1 :longitude ;
101
+ bald:array this :longitude ;
102
102
bald:first_value 0.0 ;
103
103
bald:last_value 359.0 ;
104
104
bald:shape " (360,)" ;
105
105
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/longitude/> ;
106
106
NetCDF:units " degrees_east" .
107
107
108
- ns1 :time a bald:Array,
108
+ this :time a bald:Array,
109
109
bald:Reference ;
110
- bald:array ns1 :time ;
110
+ bald:array this :time ;
111
111
bald:first_value " 2006-04-01T00:00:00" ^^xsd:dateTime ;
112
112
bald:shape " (1,)" ;
113
113
CFTerms:standard_name <http://vocab.nerc.ac.uk/standard_name/time/> ;
0 commit comments