Skip to content

Commit aa504c0

Browse files
author
CMIP-IPO: Automated GitHub Action
committed
Automated update of JSONLD files, DO NOT EDIT.
1 parent b086ad5 commit aa504c0

File tree

2 files changed

+138
-137
lines changed

2 files changed

+138
-137
lines changed

src-data/source-type/graph.jsonld

+137-137
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,143 @@
11
{
22
"@context": {
3-
"@base": "https://wcrp-cmip.github.io/WCRP-universe/source-type/",
4-
"@vocab": "https://wcrp-cmip.github.io/WCRP-universe/source-type/",
5-
"entries": "@none",
6-
"id": "@id",
7-
"type": "@type",
8-
"cf": "https://wcrp-cmip.github.io/CF/",
9-
"cmip6plus": "https://wcrp-cmip.github.io/CMIP6Plus_CVs/",
10-
"cmip7": "https://wcrp-cmip.github.io/CMIP7_CVs/",
11-
"obs4mips": "https://wolfiex.github.io/obs4MIPs-cmor-tables-ld/",
12-
"universal": "https://wcrp-cmip.github.io/WCRP-universe/",
13-
"variables": "https://wcrp-cmip.github.io/MIP-variables/"
14-
},
3+
"@base": "https://wcrp-cmip.github.io/WCRP-universe/source-type/",
4+
"@vocab": "https://wcrp-cmip.github.io/WCRP-universe/source-type/",
5+
"entries": "@none",
6+
"id": "@id",
7+
"type": "@type",
8+
"cf": "https://wcrp-cmip.github.io/CF/",
9+
"cmip6plus": "https://wcrp-cmip.github.io/CMIP6Plus_CVs/",
10+
"cmip7": "https://wcrp-cmip.github.io/CMIP7_CVs/",
11+
"obs4mips": "https://wolfiex.github.io/obs4MIPs-cmor-tables-ld/",
12+
"universal": "https://wcrp-cmip.github.io/WCRP-universe/",
13+
"variables": "https://wcrp-cmip.github.io/MIP-variables/"
14+
},
1515
"@graph": [
1616
{
17-
"description": "aerosol treatment in an atmospheric model where concentrations are calculated based on emissions, transformation, and removal processes (rather than being prescribed or omitted entirely)",
18-
"id": "aer",
19-
"type": [
20-
"wcrp:source-type",
21-
"universal"
22-
],
23-
"label": "AER"
24-
}
25-
,{
26-
"description": "atmospheric general circulation model run with prescribed ocean surface conditions and usually a model of the land surface",
27-
"id": "agcm",
28-
"type": [
29-
"wcrp:source-type",
30-
"universal"
31-
],
32-
"label": "AGCM"
33-
}
34-
,{
35-
"description": "coupled atmosphere-ocean global climate model, additionally including explicit representation of at least the land and sea ice",
36-
"id": "aogcm",
37-
"type": [
38-
"wcrp:source-type",
39-
"universal"
40-
],
41-
"label": "AOGCM"
42-
}
43-
,{
44-
"description": "biogeochemistry model component that at the very least accounts for carbon reservoirs and fluxes in the atmosphere, terrestrial biosphere, and ocean",
45-
"id": "bgc",
46-
"type": [
47-
"wcrp:source-type",
48-
"universal"
49-
],
50-
"label": "BGC"
51-
}
52-
,{
53-
"description": "chemistry treatment in an atmospheric model that calculates atmospheric oxidant concentrations (including at least ozone), rather than prescribing them",
54-
"id": "chem",
55-
"type": [
56-
"wcrp:source-type",
57-
"universal"
58-
],
59-
"label": "CHEM"
60-
}
61-
,{
62-
"description": "gridded product based on measurements collected from in-situ instruments",
63-
"id": "gridded-insitu",
64-
"type": [
65-
"wcrp:source-type",
66-
"universal"
67-
],
68-
"label": "gridded_insitu"
69-
}
70-
,{
71-
"description": "ice-sheet model that includes ice-flow",
72-
"id": "ism",
73-
"type": [
74-
"wcrp:source-type",
75-
"universal"
76-
],
77-
"label": "ISM"
78-
}
79-
,{
80-
"description": "land model run uncoupled from the atmosphere",
81-
"id": "land",
82-
"type": [
83-
"wcrp:source-type",
84-
"universal"
85-
],
86-
"label": "LAND"
87-
}
88-
,{
89-
"description": "ocean general circulation model run uncoupled from an AGCM but, usually including a sea-ice model",
90-
"id": "ogcm",
91-
"type": [
92-
"wcrp:source-type",
93-
"universal"
94-
],
95-
"label": "OGCM"
96-
}
97-
,{
98-
"description": "radiation component of an atmospheric model run 'offline'",
99-
"id": "rad",
100-
"type": [
101-
"wcrp:source-type",
102-
"universal"
103-
],
104-
"label": "RAD"
105-
}
106-
,{
107-
"description": "gridded product generated from a model reanalysis based on in-situ instruments and possibly satellite measurements",
108-
"id": "reanalysis",
109-
"type": [
110-
"wcrp:source-type",
111-
"universal"
112-
],
113-
"label": "reanalysis"
114-
}
115-
,{
116-
"description": "gridded product based on both in-situ instruments and satellite measurements",
117-
"id": "satellite-blended",
118-
"type": [
119-
"wcrp:source-type",
120-
"universal"
121-
],
122-
"label": "satellite_blended"
123-
}
124-
,{
125-
"description": "gridded product based on satellite measurements",
126-
"id": "satellite-retrieval",
127-
"type": [
128-
"wcrp:source-type",
129-
"universal"
130-
],
131-
"label": "satellite_retrieval"
132-
}
133-
,{
134-
"description": "slab-ocean used with an AGCM in representing the atmosphere-ocean coupled system",
135-
"id": "slab",
136-
"type": [
137-
"wcrp:source-type",
138-
"universal"
139-
],
140-
"label": "SLAB"
141-
}
17+
"description": "aerosol treatment in an atmospheric model where concentrations are calculated based on emissions, transformation, and removal processes (rather than being prescribed or omitted entirely)",
18+
"id": "aer",
19+
"type": [
20+
"wcrp:source-type",
21+
"universal"
22+
],
23+
"label": "AER"
24+
},
25+
{
26+
"description": "atmospheric general circulation model run with prescribed ocean surface conditions and usually a model of the land surface",
27+
"id": "agcm",
28+
"type": [
29+
"wcrp:source-type",
30+
"universal"
31+
],
32+
"label": "AGCM"
33+
},
34+
{
35+
"description": "coupled atmosphere-ocean global climate model, additionally including explicit representation of at least the land and sea ice",
36+
"id": "aogcm",
37+
"type": [
38+
"wcrp:source-type",
39+
"universal"
40+
],
41+
"label": "AOGCM"
42+
},
43+
{
44+
"description": "biogeochemistry model component that at the very least accounts for carbon reservoirs and fluxes in the atmosphere, terrestrial biosphere, and ocean",
45+
"id": "bgc",
46+
"type": [
47+
"wcrp:source-type",
48+
"universal"
49+
],
50+
"label": "BGC"
51+
},
52+
{
53+
"description": "chemistry treatment in an atmospheric model that calculates atmospheric oxidant concentrations (including at least ozone), rather than prescribing them",
54+
"id": "chem",
55+
"type": [
56+
"wcrp:source-type",
57+
"universal"
58+
],
59+
"label": "CHEM"
60+
},
61+
{
62+
"description": "gridded product based on measurements collected from in-situ instruments",
63+
"id": "gridded-insitu",
64+
"type": [
65+
"wcrp:source-type",
66+
"universal"
67+
],
68+
"label": "gridded_insitu"
69+
},
70+
{
71+
"description": "ice-sheet model that includes ice-flow",
72+
"id": "ism",
73+
"type": [
74+
"wcrp:source-type",
75+
"universal"
76+
],
77+
"label": "ISM"
78+
},
79+
{
80+
"description": "land model run uncoupled from the atmosphere",
81+
"id": "land",
82+
"type": [
83+
"wcrp:source-type",
84+
"universal"
85+
],
86+
"label": "LAND"
87+
},
88+
{
89+
"description": "ocean general circulation model run uncoupled from an AGCM but, usually including a sea-ice model",
90+
"id": "ogcm",
91+
"type": [
92+
"wcrp:source-type",
93+
"universal"
94+
],
95+
"label": "OGCM"
96+
},
97+
{
98+
"description": "radiation component of an atmospheric model run 'offline'",
99+
"id": "rad",
100+
"type": [
101+
"wcrp:source-type",
102+
"universal"
103+
],
104+
"label": "RAD"
105+
},
106+
{
107+
"description": "gridded product generated from a model reanalysis based on in-situ instruments and possibly satellite measurements",
108+
"id": "reanalysis",
109+
"type": [
110+
"wcrp:source-type",
111+
"universal"
112+
],
113+
"label": "reanalysis"
114+
},
115+
{
116+
"description": "gridded product based on both in-situ instruments and satellite measurements",
117+
"id": "satellite-blended",
118+
"type": [
119+
"wcrp:source-type",
120+
"universal"
121+
],
122+
"label": "satellite_blended"
123+
},
124+
{
125+
"description": "gridded product based on satellite measurements",
126+
"id": "satellite-retrieval",
127+
"type": [
128+
"wcrp:source-type",
129+
"universal"
130+
],
131+
"label": "satellite_retrieval"
132+
},
133+
{
134+
"description": "slab-ocean used with an AGCM in representing the atmosphere-ocean coupled system",
135+
"id": "slab",
136+
"type": [
137+
"wcrp:source-type",
138+
"universal"
139+
],
140+
"label": "SLAB"
141+
}
142142
]
143143
}

src-data/source-type/graph.min.jsonld

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"@context":{"@base":"https://wcrp-cmip.github.io/WCRP-universe/source-type/","@vocab":"https://wcrp-cmip.github.io/WCRP-universe/source-type/","entries":"@none","id":"@id","type":"@type","cf":"https://wcrp-cmip.github.io/CF/","cmip6plus":"https://wcrp-cmip.github.io/CMIP6Plus_CVs/","cmip7":"https://wcrp-cmip.github.io/CMIP7_CVs/","obs4mips":"https://wolfiex.github.io/obs4MIPs-cmor-tables-ld/","universal":"https://wcrp-cmip.github.io/WCRP-universe/","variables":"https://wcrp-cmip.github.io/MIP-variables/"},"@graph":[{"description":"aerosol treatment in an atmospheric model where concentrations are calculated based on emissions, transformation, and removal processes (rather than being prescribed or omitted entirely)","id":"aer","type":["wcrp:source-type","universal"],"label":"AER"},{"description":"atmospheric general circulation model run with prescribed ocean surface conditions and usually a model of the land surface","id":"agcm","type":["wcrp:source-type","universal"],"label":"AGCM"},{"description":"coupled atmosphere-ocean global climate model, additionally including explicit representation of at least the land and sea ice","id":"aogcm","type":["wcrp:source-type","universal"],"label":"AOGCM"},{"description":"biogeochemistry model component that at the very least accounts for carbon reservoirs and fluxes in the atmosphere, terrestrial biosphere, and ocean","id":"bgc","type":["wcrp:source-type","universal"],"label":"BGC"},{"description":"chemistry treatment in an atmospheric model that calculates atmospheric oxidant concentrations (including at least ozone), rather than prescribing them","id":"chem","type":["wcrp:source-type","universal"],"label":"CHEM"},{"description":"gridded product based on measurements collected from in-situ instruments","id":"gridded-insitu","type":["wcrp:source-type","universal"],"label":"gridded_insitu"},{"description":"ice-sheet model that includes ice-flow","id":"ism","type":["wcrp:source-type","universal"],"label":"ISM"},{"description":"land model run uncoupled from the atmosphere","id":"land","type":["wcrp:source-type","universal"],"label":"LAND"},{"description":"ocean general circulation model run uncoupled from an AGCM but, usually including a sea-ice model","id":"ogcm","type":["wcrp:source-type","universal"],"label":"OGCM"},{"description":"radiation component of an atmospheric model run 'offline'","id":"rad","type":["wcrp:source-type","universal"],"label":"RAD"},{"description":"gridded product generated from a model reanalysis based on in-situ instruments and possibly satellite measurements","id":"reanalysis","type":["wcrp:source-type","universal"],"label":"reanalysis"},{"description":"gridded product based on both in-situ instruments and satellite measurements","id":"satellite-blended","type":["wcrp:source-type","universal"],"label":"satellite_blended"},{"description":"gridded product based on satellite measurements","id":"satellite-retrieval","type":["wcrp:source-type","universal"],"label":"satellite_retrieval"},{"description":"slab-ocean used with an AGCM in representing the atmosphere-ocean coupled system","id":"slab","type":["wcrp:source-type","universal"],"label":"SLAB"}]}

0 commit comments

Comments
 (0)