File size: 1,951 Bytes
0f2ecac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | {
"level": "Category",
"name": "EARTH SCIENCE",
"children": [
{
"level": "Topic",
"name": "ATMOSPHERE",
"UUID": "topic-atmosphere",
"definition": "Atmospheric science.",
"children": [
{
"level": "Term",
"name": "ATMOSPHERIC CHEMISTRY",
"UUID": "term-atmospheric-chemistry",
"definition": "Chemistry of the atmosphere.",
"children": [
{
"level": "Variable_Level_1",
"name": "CARBON",
"UUID": "vl1-atmosphere-carbon",
"definition": "Atmospheric carbon variables.",
"children": [
{
"level": "Variable_Level_2",
"name": "CARBON DIOXIDE",
"UUID": "vl2-carbon-dioxide",
"children": [
{
"level": "Variable_Level_3",
"name": "CARBON DIOXIDE PROFILES",
"UUID": "vl3-carbon-dioxide-profiles",
"definition": "Vertical carbon dioxide profiles."
}
]
},
{
"level": "Variable_Level_2",
"name": "METHANE",
"UUID": "vl2-methane"
}
]
}
]
},
{
"level": "Term",
"name": "WEATHER EVENTS",
"UUID": "term-weather-events"
}
]
},
{
"level": "Topic",
"name": "OCEANS",
"UUID": "topic-oceans",
"children": [
{
"level": "Term",
"name": "OCEAN CHEMISTRY",
"UUID": "term-ocean-chemistry",
"children": [
{
"level": "Variable_Level_1",
"name": "CARBON",
"UUID": "vl1-ocean-carbon"
}
]
}
]
}
]
}
|