Andrei Aioanei commited on
Commit ·
4dcdf59
1
Parent(s): 467627a
Update ecology_and_environment domain with 3 ontologies
Browse files- README.md +38 -0
- dataset_infos.json +15 -0
- envo/envo.owl +0 -0
- envo/envo.rst +71 -0
- envo/term_typings.json +324 -0
- envo/type_non_taxonomic_relations.json +1032 -0
- envo/type_taxonomies.json +0 -0
- oeo/oeo.owl +148 -0
- oeo/oeo.rst +73 -0
- oeo/term_typings.json +1 -0
- oeo/type_non_taxonomic_relations.json +5 -0
- oeo/type_taxonomies.json +4 -0
- sweet/sweet.owl +0 -0
- sweet/sweet.rst +72 -0
- sweet/term_typings.json +0 -0
- sweet/type_non_taxonomic_relations.json +4016 -0
- sweet/type_taxonomies.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- OntoLearner
|
| 8 |
+
- ontology-learning
|
| 9 |
+
- ecology_and_environment
|
| 10 |
+
pretty_name: Agricultural
|
| 11 |
+
---
|
| 12 |
+
<div>
|
| 13 |
+
<img src="https://raw.githubusercontent.com/sciknoworg/OntoLearner/main/images/logo.png" alt="OntoLearner"
|
| 14 |
+
style="display: block; margin: 0 auto; width: 500px; height: auto;">
|
| 15 |
+
<h1 style="text-align: center; margin-top: 1em;">Ecology And Environment Domain Ontologies</h1>
|
| 16 |
+
</div>
|
| 17 |
+
|
| 18 |
+
## Overview
|
| 19 |
+
The ecology_and_environment domain encompasses the structured representation of knowledge pertaining to ecological systems, diverse environmental contexts, and the principles of sustainability science. This domain focuses on the intricate relationships and processes within natural and anthropogenic environments, aiming to facilitate a comprehensive understanding and management of ecological interactions and environmental impacts. Its significance lies in enabling precise and interoperable data exchange, fostering interdisciplinary research, and supporting informed decision-making in environmental policy and conservation efforts.
|
| 20 |
+
|
| 21 |
+
## Ontologies
|
| 22 |
+
| Ontology ID | Full Name | Classes | Properties | Last Updated |
|
| 23 |
+
|-------------|-----------|---------|------------|--------------|
|
| 24 |
+
| ENVO | Environment Ontology (ENVO) | 9309 | 208 | 2024-07-01|
|
| 25 |
+
| OEO | The Open Energy Ontology (OEO) | 0 | 0 | 03/2025|
|
| 26 |
+
| SWEET | Semantic Web for Earth and Environment Technology Ontology (SWEET) | 10240 | 358 | July 14, 2022|
|
| 27 |
+
|
| 28 |
+
## Dataset Files
|
| 29 |
+
Each ontology directory contains the following files:
|
| 30 |
+
1. `<ontology_id>.<format>` - The original ontology file
|
| 31 |
+
2. `term_typings.json` - Dataset of term to type mappings
|
| 32 |
+
3. `taxonomies.json` - Dataset of taxonomic relations
|
| 33 |
+
4. `non_taxonomic_relations.json` - Dataset of non-taxonomic relations
|
| 34 |
+
5. `<ontology_id>.rst` - Documentation describing the ontology
|
| 35 |
+
|
| 36 |
+
## Usage
|
| 37 |
+
These datasets are intended for ontology learning research and applications.
|
| 38 |
+
|
dataset_infos.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Ontology Domain: Ecology And Environment",
|
| 3 |
+
"description": "Dataset containing ontologies and processed data for the Ecology And Environment domain",
|
| 4 |
+
"license": "mixed",
|
| 5 |
+
"tags": [
|
| 6 |
+
"ontology",
|
| 7 |
+
"ecology_and_environment",
|
| 8 |
+
"knowledge-graph"
|
| 9 |
+
],
|
| 10 |
+
"ontologies": [
|
| 11 |
+
"ENVO",
|
| 12 |
+
"OEO",
|
| 13 |
+
"SWEET"
|
| 14 |
+
]
|
| 15 |
+
}
|
envo/envo.owl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
envo/envo.rst
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Environment Ontology (ENVO)
|
| 2 |
+
========================================================================================================================
|
| 3 |
+
|
| 4 |
+
Overview
|
| 5 |
+
--------
|
| 6 |
+
ENVO is an expressive, community ontology which helps humans, machines,
|
| 7 |
+
and semantic web applications understand environmental entities of all kinds,
|
| 8 |
+
from microscopic to intergalactic scales. As a FAIR-compliant resource, it promotes interoperability
|
| 9 |
+
through the concise, controlled description of all things environmental.
|
| 10 |
+
|
| 11 |
+
:Domain: Ecology and Environment
|
| 12 |
+
:Category: Environment, Ecosystems, Habitats
|
| 13 |
+
:Current Version: 2024-07-01
|
| 14 |
+
:Last Updated: 2024-07-01
|
| 15 |
+
:Creator: Pier Luigi Buttigieg (https://orcid.org/0000-0002-4366-3088)
|
| 16 |
+
:License: Creative Commons 1.0
|
| 17 |
+
:Format: OWL
|
| 18 |
+
:Download: `Environment Ontology (ENVO) Homepage <https://obofoundry.org/ontology/envo.html>`_
|
| 19 |
+
|
| 20 |
+
Graph Metrics
|
| 21 |
+
-------------
|
| 22 |
+
- **Total Nodes**: 43986
|
| 23 |
+
- **Total Edges**: 107616
|
| 24 |
+
- **Root Nodes**: 4449
|
| 25 |
+
- **Leaf Nodes**: 19297
|
| 26 |
+
|
| 27 |
+
Knowledge coverage
|
| 28 |
+
------------------
|
| 29 |
+
- Classes: 9309
|
| 30 |
+
- Individuals: 44
|
| 31 |
+
- Properties: 208
|
| 32 |
+
|
| 33 |
+
Hierarchical metrics
|
| 34 |
+
--------------------
|
| 35 |
+
- **Maximum Depth**: 28
|
| 36 |
+
- **Minimum Depth**: 0
|
| 37 |
+
- **Average Depth**: 2.69
|
| 38 |
+
- **Depth Variance**: 9.89
|
| 39 |
+
|
| 40 |
+
Breadth metrics
|
| 41 |
+
------------------
|
| 42 |
+
- **Maximum Breadth**: 8473
|
| 43 |
+
- **Minimum Breadth**: 2
|
| 44 |
+
- **Average Breadth**: 1056.21
|
| 45 |
+
- **Breadth Variance**: 4840394.03
|
| 46 |
+
|
| 47 |
+
Dataset Statistics
|
| 48 |
+
------------------
|
| 49 |
+
Generated Benchmarks:
|
| 50 |
+
- **Term Types**: 46
|
| 51 |
+
- **Taxonomic Relations**: 16175
|
| 52 |
+
- **Non-taxonomic Relations**: 147
|
| 53 |
+
- **Average Terms per Type**: 5.75
|
| 54 |
+
|
| 55 |
+
Usage Example
|
| 56 |
+
-------------
|
| 57 |
+
.. code-block:: python
|
| 58 |
+
|
| 59 |
+
from ontolearner.ontology import ENVO
|
| 60 |
+
|
| 61 |
+
# Initialize and load ontology
|
| 62 |
+
ontology = ENVO()
|
| 63 |
+
ontology.load("path/to/ontology.OWL")
|
| 64 |
+
|
| 65 |
+
# Extract datasets
|
| 66 |
+
data = ontology.extract()
|
| 67 |
+
|
| 68 |
+
# Access specific relations
|
| 69 |
+
term_types = data.term_typings
|
| 70 |
+
taxonomic_relations = data.type_taxonomies
|
| 71 |
+
non_taxonomic_relations = data.type_non_taxonomic_relations
|
envo/term_typings.json
ADDED
|
@@ -0,0 +1,324 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"ID": "TT_f641f4f8",
|
| 4 |
+
"term": "World Ocean",
|
| 5 |
+
"types": [
|
| 6 |
+
"ocean"
|
| 7 |
+
]
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"ID": "TT_fac73ed2",
|
| 11 |
+
"term": "Afrotropical Ecoregion",
|
| 12 |
+
"types": [
|
| 13 |
+
"terrestrial ecoregion"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"ID": "TT_c92b4c8d",
|
| 18 |
+
"term": "The Great Sandy-Tanami Desert Ecoregion",
|
| 19 |
+
"types": [
|
| 20 |
+
"terrestrial ecoregion"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"ID": "TT_e09d3482",
|
| 25 |
+
"term": "Hobyo Grassland and Shrubland Ecoregion",
|
| 26 |
+
"types": [
|
| 27 |
+
"terrestrial ecoregion"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"ID": "TT_3857bfc9",
|
| 32 |
+
"term": "Kalahari Xeric Savanna Ecoregion",
|
| 33 |
+
"types": [
|
| 34 |
+
"terrestrial ecoregion"
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"ID": "TT_e782bc14",
|
| 39 |
+
"term": "Kaokoveld Desert Ecoregion",
|
| 40 |
+
"types": [
|
| 41 |
+
"terrestrial ecoregion"
|
| 42 |
+
]
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"ID": "TT_62c8a0ab",
|
| 46 |
+
"term": "Oman and United Arab Emirates Ecoregion",
|
| 47 |
+
"types": [
|
| 48 |
+
"terrestrial ecoregion"
|
| 49 |
+
]
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"ID": "TT_580e5f44",
|
| 53 |
+
"term": "Namibian Savanna Woodland Ecoregion",
|
| 54 |
+
"types": [
|
| 55 |
+
"terrestrial ecoregion"
|
| 56 |
+
]
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"ID": "TT_6c8413dc",
|
| 60 |
+
"term": "Australasia Ecoregion",
|
| 61 |
+
"types": [
|
| 62 |
+
"terrestrial ecoregion"
|
| 63 |
+
]
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"ID": "TT_76815043",
|
| 67 |
+
"term": "Nullarbor Plains Xeric Shrubland Ecoregion",
|
| 68 |
+
"types": [
|
| 69 |
+
"terrestrial ecoregion"
|
| 70 |
+
]
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"ID": "TT_5fd385b4",
|
| 74 |
+
"term": "Succulent Karoo Ecoregion",
|
| 75 |
+
"types": [
|
| 76 |
+
"terrestrial ecoregion"
|
| 77 |
+
]
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"ID": "TT_6b18a99c",
|
| 81 |
+
"term": "Oman, Yemen, and Saudi Arabia Ecoregion",
|
| 82 |
+
"types": [
|
| 83 |
+
"terrestrial ecoregion"
|
| 84 |
+
]
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"ID": "TT_5c0186d3",
|
| 88 |
+
"term": "Central Ranges Xeric Shrub Ecoregion",
|
| 89 |
+
"types": [
|
| 90 |
+
"terrestrial ecoregion"
|
| 91 |
+
]
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"ID": "TT_59f291e4",
|
| 95 |
+
"term": "Western Australian Mulga Shrublands Ecoregion",
|
| 96 |
+
"types": [
|
| 97 |
+
"terrestrial ecoregion"
|
| 98 |
+
]
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"ID": "TT_c20e700d",
|
| 102 |
+
"term": "Namib Desert Ecoregion",
|
| 103 |
+
"types": [
|
| 104 |
+
"terrestrial ecoregion"
|
| 105 |
+
]
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"ID": "TT_d8e63984",
|
| 109 |
+
"term": "Great Victoria Desert Ecoregion",
|
| 110 |
+
"types": [
|
| 111 |
+
"terrestrial ecoregion"
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"ID": "TT_b97ef6a3",
|
| 116 |
+
"term": "Aldabra Island Xeric Scrub Ecoregion",
|
| 117 |
+
"types": [
|
| 118 |
+
"terrestrial ecoregion"
|
| 119 |
+
]
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"ID": "TT_a7185f55",
|
| 123 |
+
"term": "Yemen and Saudi Arabia Ecoregion",
|
| 124 |
+
"types": [
|
| 125 |
+
"terrestrial ecoregion"
|
| 126 |
+
]
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"ID": "TT_9464d712",
|
| 130 |
+
"term": "Nama Karoo Ecoregion",
|
| 131 |
+
"types": [
|
| 132 |
+
"terrestrial ecoregion"
|
| 133 |
+
]
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"ID": "TT_2478fedd",
|
| 137 |
+
"term": "Socotran Archipelago Ecoregion",
|
| 138 |
+
"types": [
|
| 139 |
+
"terrestrial ecoregion"
|
| 140 |
+
]
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"ID": "TT_a8010f0c",
|
| 144 |
+
"term": "Madagascar Spiny Thickets Ecoregion",
|
| 145 |
+
"types": [
|
| 146 |
+
"terrestrial ecoregion"
|
| 147 |
+
]
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"ID": "TT_be25d871",
|
| 151 |
+
"term": "Northwestern Thorn Scrub Forests",
|
| 152 |
+
"types": [
|
| 153 |
+
"terrestrial ecoregion"
|
| 154 |
+
]
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"ID": "TT_c01ceaeb",
|
| 158 |
+
"term": "Yemen, Saudi Arabia, and Oman Ecoregion",
|
| 159 |
+
"types": [
|
| 160 |
+
"terrestrial ecoregion"
|
| 161 |
+
]
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"ID": "TT_1864be8f",
|
| 165 |
+
"term": "Madagascar Succulent Woodlands Ecoregion",
|
| 166 |
+
"types": [
|
| 167 |
+
"terrestrial ecoregion"
|
| 168 |
+
]
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"ID": "TT_1732eb74",
|
| 172 |
+
"term": "Thar Desert",
|
| 173 |
+
"types": [
|
| 174 |
+
"terrestrial ecoregion"
|
| 175 |
+
]
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"ID": "TT_8461b20e",
|
| 179 |
+
"term": "Gibson Desert Ecoregion",
|
| 180 |
+
"types": [
|
| 181 |
+
"terrestrial ecoregion"
|
| 182 |
+
]
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"ID": "TT_b6a391a6",
|
| 186 |
+
"term": "Somali Montane Xeric Woodland Ecoregion",
|
| 187 |
+
"types": [
|
| 188 |
+
"terrestrial ecoregion"
|
| 189 |
+
]
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"ID": "TT_a0c89858",
|
| 193 |
+
"term": "Indo-Malay Ecoregion",
|
| 194 |
+
"types": [
|
| 195 |
+
"terrestrial ecoregion"
|
| 196 |
+
]
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"ID": "TT_f33407c5",
|
| 200 |
+
"term": "Pilbara Shrublands Ecoregion",
|
| 201 |
+
"types": [
|
| 202 |
+
"terrestrial ecoregion"
|
| 203 |
+
]
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"ID": "TT_cee32ed9",
|
| 207 |
+
"term": "East Saharan Montane Xeric Woodland Ecoregion",
|
| 208 |
+
"types": [
|
| 209 |
+
"terrestrial ecoregion"
|
| 210 |
+
]
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"ID": "TT_b7732e81",
|
| 214 |
+
"term": "Simpson Desert Region",
|
| 215 |
+
"types": [
|
| 216 |
+
"terrestrial ecoregion"
|
| 217 |
+
]
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"ID": "TT_32697d0e",
|
| 221 |
+
"term": "Red Sea Coastal Desert Ecoregion",
|
| 222 |
+
"types": [
|
| 223 |
+
"terrestrial ecoregion"
|
| 224 |
+
]
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"ID": "TT_ee858346",
|
| 228 |
+
"term": "Ile Europa and Bassas da India Ecoregion",
|
| 229 |
+
"types": [
|
| 230 |
+
"terrestrial ecoregion"
|
| 231 |
+
]
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"ID": "TT_7a7efc60",
|
| 235 |
+
"term": "Eritrean Coastal Desert Ecoregion",
|
| 236 |
+
"types": [
|
| 237 |
+
"terrestrial ecoregion"
|
| 238 |
+
]
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"ID": "TT_6e189d17",
|
| 242 |
+
"term": "Masai Xeric Grasslands and Shrublands Ecoregion",
|
| 243 |
+
"types": [
|
| 244 |
+
"terrestrial ecoregion"
|
| 245 |
+
]
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"ID": "TT_6978ce7c",
|
| 249 |
+
"term": "Carnarvon Xeric Shrublands Ecoregion",
|
| 250 |
+
"types": [
|
| 251 |
+
"terrestrial ecoregion"
|
| 252 |
+
]
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"ID": "TT_fbe61958",
|
| 256 |
+
"term": "Tirari-Sturt Stony Desert Ecoregion",
|
| 257 |
+
"types": [
|
| 258 |
+
"terrestrial ecoregion"
|
| 259 |
+
]
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"ID": "TT_976da9a9",
|
| 263 |
+
"term": "Ethiopian Xeric Grasslands and Shrublands Ecoregion",
|
| 264 |
+
"types": [
|
| 265 |
+
"terrestrial ecoregion"
|
| 266 |
+
]
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"ID": "TT_654ac3a7",
|
| 270 |
+
"term": "Suni",
|
| 271 |
+
"types": [
|
| 272 |
+
"montane shrubland biome"
|
| 273 |
+
]
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"ID": "TT_ebe9fa81",
|
| 277 |
+
"term": "Sol",
|
| 278 |
+
"types": [
|
| 279 |
+
"star"
|
| 280 |
+
]
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"ID": "TT_4c70b309",
|
| 284 |
+
"term": "Antarctic front",
|
| 285 |
+
"types": [
|
| 286 |
+
"polar front"
|
| 287 |
+
]
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"ID": "TT_e2160458",
|
| 291 |
+
"term": "Arctic front",
|
| 292 |
+
"types": [
|
| 293 |
+
"polar front"
|
| 294 |
+
]
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"ID": "TT_03606a5a",
|
| 298 |
+
"term": "Solar radiation",
|
| 299 |
+
"types": [
|
| 300 |
+
"stellar radiation"
|
| 301 |
+
]
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"ID": "TT_6b5638e5",
|
| 305 |
+
"term": "Thar Desert",
|
| 306 |
+
"types": [
|
| 307 |
+
"desert ecosystem"
|
| 308 |
+
]
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"ID": "TT_a3686d4a",
|
| 312 |
+
"term": "Namib Desert Ecoregion",
|
| 313 |
+
"types": [
|
| 314 |
+
"desert ecosystem"
|
| 315 |
+
]
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"ID": "TT_0deb7f17",
|
| 319 |
+
"term": "Earth",
|
| 320 |
+
"types": [
|
| 321 |
+
"terrestrial planet"
|
| 322 |
+
]
|
| 323 |
+
}
|
| 324 |
+
]
|
envo/type_non_taxonomic_relations.json
ADDED
|
@@ -0,0 +1,1032 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"types": [
|
| 3 |
+
"acellular anatomical structure",
|
| 4 |
+
"adipose tissue",
|
| 5 |
+
"aerobic",
|
| 6 |
+
"aggregated",
|
| 7 |
+
"amictic lake",
|
| 8 |
+
"anaerobic",
|
| 9 |
+
"anterior segment of eyeball",
|
| 10 |
+
"anterior uvea",
|
| 11 |
+
"articular system",
|
| 12 |
+
"biome",
|
| 13 |
+
"blood vessel",
|
| 14 |
+
"bone element",
|
| 15 |
+
"bone tissue",
|
| 16 |
+
"caldera",
|
| 17 |
+
"circulatory system",
|
| 18 |
+
"clay",
|
| 19 |
+
"closed",
|
| 20 |
+
"collective plant organ structure",
|
| 21 |
+
"continental shelf",
|
| 22 |
+
"continuant",
|
| 23 |
+
"continuant fiat boundary",
|
| 24 |
+
"cowpea (pulse) food product",
|
| 25 |
+
"cowpea vegetable food product",
|
| 26 |
+
"crevasse",
|
| 27 |
+
"crevice",
|
| 28 |
+
"dead cave",
|
| 29 |
+
"dense connective tissue",
|
| 30 |
+
"digestive system",
|
| 31 |
+
"dimictic lake",
|
| 32 |
+
"disposition",
|
| 33 |
+
"distributed",
|
| 34 |
+
"ecoregion",
|
| 35 |
+
"ecozone",
|
| 36 |
+
"edible",
|
| 37 |
+
"elastic",
|
| 38 |
+
"entire sense organ system",
|
| 39 |
+
"excretory system",
|
| 40 |
+
"fluid astronomical body part",
|
| 41 |
+
"formal settlement",
|
| 42 |
+
"generically dependent continuant",
|
| 43 |
+
"glacier",
|
| 44 |
+
"hematopoietic system",
|
| 45 |
+
"holomictic lake",
|
| 46 |
+
"hydroform",
|
| 47 |
+
"hydrophilicity",
|
| 48 |
+
"hydrophobicity",
|
| 49 |
+
"illegal settlement",
|
| 50 |
+
"immaterial anatomical entity",
|
| 51 |
+
"immaterial entity",
|
| 52 |
+
"immune system",
|
| 53 |
+
"impermeable",
|
| 54 |
+
"independent continuant",
|
| 55 |
+
"inedible",
|
| 56 |
+
"inelastic",
|
| 57 |
+
"informal settlement",
|
| 58 |
+
"integumental system",
|
| 59 |
+
"landlocked sea",
|
| 60 |
+
"legal settlement",
|
| 61 |
+
"lime mudstone",
|
| 62 |
+
"live cave",
|
| 63 |
+
"loose connective tissue",
|
| 64 |
+
"lymphatic vessel",
|
| 65 |
+
"marine biome",
|
| 66 |
+
"marine ecosystem",
|
| 67 |
+
"marine neritic zone",
|
| 68 |
+
"marine water body",
|
| 69 |
+
"marine water mass",
|
| 70 |
+
"material anatomical entity",
|
| 71 |
+
"material entity",
|
| 72 |
+
"meromictic lake",
|
| 73 |
+
"mineral material",
|
| 74 |
+
"monomictic lake",
|
| 75 |
+
"mudstone",
|
| 76 |
+
"multi organ part structure",
|
| 77 |
+
"multicellular anatomical structure",
|
| 78 |
+
"muscle organ",
|
| 79 |
+
"muscle structure",
|
| 80 |
+
"muscle tissue",
|
| 81 |
+
"musculoskeletal system",
|
| 82 |
+
"neritic pelagic zone biome",
|
| 83 |
+
"nervous system",
|
| 84 |
+
"neural tissue",
|
| 85 |
+
"non-porous",
|
| 86 |
+
"nonsynovial joint",
|
| 87 |
+
"nuclear power reactor",
|
| 88 |
+
"obsolete glacial feature",
|
| 89 |
+
"obsolete marine benthic feature",
|
| 90 |
+
"obsolete marine pelagic feature",
|
| 91 |
+
"occurrent",
|
| 92 |
+
"ocean",
|
| 93 |
+
"oceanic island",
|
| 94 |
+
"oceanic pelagic zone biome",
|
| 95 |
+
"oceanic zone",
|
| 96 |
+
"one-dimensional continuant fiat boundary",
|
| 97 |
+
"open",
|
| 98 |
+
"optic choroid",
|
| 99 |
+
"organ",
|
| 100 |
+
"particle of sand",
|
| 101 |
+
"pectoral girdle region",
|
| 102 |
+
"pectoral girdle skeleton",
|
| 103 |
+
"permeable",
|
| 104 |
+
"physical object quality",
|
| 105 |
+
"plant cell",
|
| 106 |
+
"plant organ",
|
| 107 |
+
"polymictic lake",
|
| 108 |
+
"porous",
|
| 109 |
+
"portion of plant tissue",
|
| 110 |
+
"posterior segment of eyeball",
|
| 111 |
+
"process",
|
| 112 |
+
"process boundary",
|
| 113 |
+
"process quality",
|
| 114 |
+
"quality",
|
| 115 |
+
"realizable entity",
|
| 116 |
+
"reproductive system",
|
| 117 |
+
"research nuclear reactor",
|
| 118 |
+
"respiratory system",
|
| 119 |
+
"rock",
|
| 120 |
+
"role",
|
| 121 |
+
"root system",
|
| 122 |
+
"sand",
|
| 123 |
+
"shoot system",
|
| 124 |
+
"silt",
|
| 125 |
+
"site",
|
| 126 |
+
"skeletal joint",
|
| 127 |
+
"skeletal system",
|
| 128 |
+
"skeletal tissue",
|
| 129 |
+
"skeleton",
|
| 130 |
+
"snow",
|
| 131 |
+
"solid astronomical body part",
|
| 132 |
+
"spatial region",
|
| 133 |
+
"spatiotemporal region",
|
| 134 |
+
"specifically dependent continuant",
|
| 135 |
+
"synovial joint",
|
| 136 |
+
"temporal region",
|
| 137 |
+
"two-dimensional continuant fiat boundary",
|
| 138 |
+
"volcanic crater",
|
| 139 |
+
"water ice"
|
| 140 |
+
],
|
| 141 |
+
"relations": [
|
| 142 |
+
"consider",
|
| 143 |
+
"disconnected_from",
|
| 144 |
+
"disjointWith",
|
| 145 |
+
"equivalentClass",
|
| 146 |
+
"seeAlso"
|
| 147 |
+
],
|
| 148 |
+
"non_taxonomies": [
|
| 149 |
+
{
|
| 150 |
+
"ID": "NR_ee316e1b",
|
| 151 |
+
"head": "obsolete marine benthic feature",
|
| 152 |
+
"tail": "fluid astronomical body part",
|
| 153 |
+
"relation": "consider"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"ID": "NR_61e45b07",
|
| 157 |
+
"head": "muscle tissue",
|
| 158 |
+
"tail": "neural tissue",
|
| 159 |
+
"relation": "disjointWith"
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"ID": "NR_6b24c1a8",
|
| 163 |
+
"head": "obsolete marine pelagic feature",
|
| 164 |
+
"tail": "hydroform",
|
| 165 |
+
"relation": "consider"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"ID": "NR_04da19ff",
|
| 169 |
+
"head": "portion of plant tissue",
|
| 170 |
+
"tail": "collective plant organ structure",
|
| 171 |
+
"relation": "disjointWith"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"ID": "NR_081515a6",
|
| 175 |
+
"head": "portion of plant tissue",
|
| 176 |
+
"tail": "plant organ",
|
| 177 |
+
"relation": "disjointWith"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"ID": "NR_e7a27099",
|
| 181 |
+
"head": "respiratory system",
|
| 182 |
+
"tail": "musculoskeletal system",
|
| 183 |
+
"relation": "disjointWith"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"ID": "NR_dbdbd568",
|
| 187 |
+
"head": "reproductive system",
|
| 188 |
+
"tail": "skeletal system",
|
| 189 |
+
"relation": "disjointWith"
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"ID": "NR_29ca76b0",
|
| 193 |
+
"head": "circulatory system",
|
| 194 |
+
"tail": "nervous system",
|
| 195 |
+
"relation": "disjointWith"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"ID": "NR_709908d9",
|
| 199 |
+
"head": "realizable entity",
|
| 200 |
+
"tail": "quality",
|
| 201 |
+
"relation": "disjointWith"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"ID": "NR_f495718e",
|
| 205 |
+
"head": "obsolete marine benthic feature",
|
| 206 |
+
"tail": "marine ecosystem",
|
| 207 |
+
"relation": "consider"
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"ID": "NR_26c73b30",
|
| 211 |
+
"head": "landlocked sea",
|
| 212 |
+
"tail": "ocean",
|
| 213 |
+
"relation": "disconnected_from"
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"ID": "NR_33c8af73",
|
| 217 |
+
"head": "process quality",
|
| 218 |
+
"tail": "physical object quality",
|
| 219 |
+
"relation": "disjointWith"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"ID": "NR_12fede2c",
|
| 223 |
+
"head": "respiratory system",
|
| 224 |
+
"tail": "excretory system",
|
| 225 |
+
"relation": "disjointWith"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"ID": "NR_79a17eec",
|
| 229 |
+
"head": "musculoskeletal system",
|
| 230 |
+
"tail": "integumental system",
|
| 231 |
+
"relation": "disjointWith"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"ID": "NR_96ff8db8",
|
| 235 |
+
"head": "circulatory system",
|
| 236 |
+
"tail": "integumental system",
|
| 237 |
+
"relation": "disjointWith"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"ID": "NR_01727fa2",
|
| 241 |
+
"head": "material anatomical entity",
|
| 242 |
+
"tail": "immaterial anatomical entity",
|
| 243 |
+
"relation": "disjointWith"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"ID": "NR_54c11ceb",
|
| 247 |
+
"head": "biome",
|
| 248 |
+
"tail": "ecozone",
|
| 249 |
+
"relation": "disjointWith"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"ID": "NR_eea4d0a3",
|
| 253 |
+
"head": "hematopoietic system",
|
| 254 |
+
"tail": "integumental system",
|
| 255 |
+
"relation": "disjointWith"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"ID": "NR_db225e05",
|
| 259 |
+
"head": "pectoral girdle region",
|
| 260 |
+
"tail": "pectoral girdle skeleton",
|
| 261 |
+
"relation": "disjointWith"
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"ID": "NR_757717ac",
|
| 265 |
+
"head": "immune system",
|
| 266 |
+
"tail": "entire sense organ system",
|
| 267 |
+
"relation": "disjointWith"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"ID": "NR_12c3aa5c",
|
| 271 |
+
"head": "continuant",
|
| 272 |
+
"tail": "occurrent",
|
| 273 |
+
"relation": "disjointWith"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"ID": "NR_171fe9ce",
|
| 277 |
+
"head": "obsolete glacial feature",
|
| 278 |
+
"tail": "snow",
|
| 279 |
+
"relation": "consider"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"ID": "NR_26ee0931",
|
| 283 |
+
"head": "nervous system",
|
| 284 |
+
"tail": "integumental system",
|
| 285 |
+
"relation": "disjointWith"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"ID": "NR_243ab89b",
|
| 289 |
+
"head": "dense connective tissue",
|
| 290 |
+
"tail": "loose connective tissue",
|
| 291 |
+
"relation": "disjointWith"
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"ID": "NR_8b9293ee",
|
| 295 |
+
"head": "skeletal joint",
|
| 296 |
+
"tail": "bone element",
|
| 297 |
+
"relation": "disjointWith"
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"ID": "NR_6b01e190",
|
| 301 |
+
"head": "bone tissue",
|
| 302 |
+
"tail": "muscle structure",
|
| 303 |
+
"relation": "disjointWith"
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"ID": "NR_8639df5d",
|
| 307 |
+
"head": "adipose tissue",
|
| 308 |
+
"tail": "neural tissue",
|
| 309 |
+
"relation": "disjointWith"
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"ID": "NR_0615fa40",
|
| 313 |
+
"head": "digestive system",
|
| 314 |
+
"tail": "skeletal system",
|
| 315 |
+
"relation": "disjointWith"
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"ID": "NR_3d3ffe0b",
|
| 319 |
+
"head": "musculoskeletal system",
|
| 320 |
+
"tail": "entire sense organ system",
|
| 321 |
+
"relation": "disjointWith"
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"ID": "NR_bc9a3991",
|
| 325 |
+
"head": "obsolete glacial feature",
|
| 326 |
+
"tail": "glacier",
|
| 327 |
+
"relation": "consider"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"ID": "NR_5c45ae90",
|
| 331 |
+
"head": "dimictic lake",
|
| 332 |
+
"tail": "monomictic lake",
|
| 333 |
+
"relation": "disjointWith"
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"ID": "NR_976aac1d",
|
| 337 |
+
"head": "optic choroid",
|
| 338 |
+
"tail": "anterior uvea",
|
| 339 |
+
"relation": "disjointWith"
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"ID": "NR_fef421f0",
|
| 343 |
+
"head": "obsolete glacial feature",
|
| 344 |
+
"tail": "water ice",
|
| 345 |
+
"relation": "consider"
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"ID": "NR_2810a9d1",
|
| 349 |
+
"head": "permeable",
|
| 350 |
+
"tail": "impermeable",
|
| 351 |
+
"relation": "disjointWith"
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"ID": "NR_b9a3e31d",
|
| 355 |
+
"head": "musculoskeletal system",
|
| 356 |
+
"tail": "immune system",
|
| 357 |
+
"relation": "disjointWith"
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"ID": "NR_29374115",
|
| 361 |
+
"head": "amictic lake",
|
| 362 |
+
"tail": "holomictic lake",
|
| 363 |
+
"relation": "disjointWith"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"ID": "NR_71abf31a",
|
| 367 |
+
"head": "musculoskeletal system",
|
| 368 |
+
"tail": "hematopoietic system",
|
| 369 |
+
"relation": "disjointWith"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"ID": "NR_3bc0e520",
|
| 373 |
+
"head": "skeletal system",
|
| 374 |
+
"tail": "bone element",
|
| 375 |
+
"relation": "disjointWith"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"ID": "NR_4c46de62",
|
| 379 |
+
"head": "circulatory system",
|
| 380 |
+
"tail": "entire sense organ system",
|
| 381 |
+
"relation": "disjointWith"
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"ID": "NR_3ff40d24",
|
| 385 |
+
"head": "reproductive system",
|
| 386 |
+
"tail": "nervous system",
|
| 387 |
+
"relation": "disjointWith"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"ID": "NR_38f045ee",
|
| 391 |
+
"head": "silt",
|
| 392 |
+
"tail": "sand",
|
| 393 |
+
"relation": "disjointWith"
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"ID": "NR_7c2b6aa1",
|
| 397 |
+
"head": "synovial joint",
|
| 398 |
+
"tail": "nonsynovial joint",
|
| 399 |
+
"relation": "disjointWith"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"ID": "NR_3d7a83b1",
|
| 403 |
+
"head": "respiratory system",
|
| 404 |
+
"tail": "skeletal system",
|
| 405 |
+
"relation": "disjointWith"
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"ID": "NR_973737ed",
|
| 409 |
+
"head": "hydrophobicity",
|
| 410 |
+
"tail": "hydrophilicity",
|
| 411 |
+
"relation": "disjointWith"
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"ID": "NR_9ed3ab90",
|
| 415 |
+
"head": "plant cell",
|
| 416 |
+
"tail": "portion of plant tissue",
|
| 417 |
+
"relation": "disjointWith"
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"ID": "NR_ae5deb27",
|
| 421 |
+
"head": "nervous system",
|
| 422 |
+
"tail": "entire sense organ system",
|
| 423 |
+
"relation": "disjointWith"
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"ID": "NR_8b8f0a7c",
|
| 427 |
+
"head": "reproductive system",
|
| 428 |
+
"tail": "respiratory system",
|
| 429 |
+
"relation": "disjointWith"
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"ID": "NR_78cf8d91",
|
| 433 |
+
"head": "entire sense organ system",
|
| 434 |
+
"tail": "excretory system",
|
| 435 |
+
"relation": "disjointWith"
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"ID": "NR_d43ed2f1",
|
| 439 |
+
"head": "hematopoietic system",
|
| 440 |
+
"tail": "entire sense organ system",
|
| 441 |
+
"relation": "disjointWith"
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"ID": "NR_3368d440",
|
| 445 |
+
"head": "rock",
|
| 446 |
+
"tail": "mineral material",
|
| 447 |
+
"relation": "disjointWith"
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"ID": "NR_9271e912",
|
| 451 |
+
"head": "neritic pelagic zone biome",
|
| 452 |
+
"tail": "oceanic pelagic zone biome",
|
| 453 |
+
"relation": "disjointWith"
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"ID": "NR_41c43a5c",
|
| 457 |
+
"head": "circulatory system",
|
| 458 |
+
"tail": "immune system",
|
| 459 |
+
"relation": "disjointWith"
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"ID": "NR_0b203119",
|
| 463 |
+
"head": "temporal region",
|
| 464 |
+
"tail": "process",
|
| 465 |
+
"relation": "disjointWith"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"ID": "NR_8234242f",
|
| 469 |
+
"head": "dimictic lake",
|
| 470 |
+
"tail": "polymictic lake",
|
| 471 |
+
"relation": "disjointWith"
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"ID": "NR_356b4ace",
|
| 475 |
+
"head": "plant cell",
|
| 476 |
+
"tail": "collective plant organ structure",
|
| 477 |
+
"relation": "disjointWith"
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"ID": "NR_a1451d6c",
|
| 481 |
+
"head": "elastic",
|
| 482 |
+
"tail": "inelastic",
|
| 483 |
+
"relation": "disjointWith"
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"ID": "NR_e616d733",
|
| 487 |
+
"head": "circulatory system",
|
| 488 |
+
"tail": "hematopoietic system",
|
| 489 |
+
"relation": "disjointWith"
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"ID": "NR_be40ee35",
|
| 493 |
+
"head": "plant cell",
|
| 494 |
+
"tail": "plant organ",
|
| 495 |
+
"relation": "disjointWith"
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"ID": "NR_1561b1ea",
|
| 499 |
+
"head": "reproductive system",
|
| 500 |
+
"tail": "integumental system",
|
| 501 |
+
"relation": "disjointWith"
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"ID": "NR_3a296464",
|
| 505 |
+
"head": "skeletal system",
|
| 506 |
+
"tail": "integumental system",
|
| 507 |
+
"relation": "disjointWith"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"ID": "NR_2db51b77",
|
| 511 |
+
"head": "nervous system",
|
| 512 |
+
"tail": "immune system",
|
| 513 |
+
"relation": "disjointWith"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"ID": "NR_05b54240",
|
| 517 |
+
"head": "obsolete marine benthic feature",
|
| 518 |
+
"tail": "solid astronomical body part",
|
| 519 |
+
"relation": "consider"
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"ID": "NR_bbcf6399",
|
| 523 |
+
"head": "nervous system",
|
| 524 |
+
"tail": "hematopoietic system",
|
| 525 |
+
"relation": "disjointWith"
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"ID": "NR_06ec4fad",
|
| 529 |
+
"head": "hematopoietic system",
|
| 530 |
+
"tail": "immune system",
|
| 531 |
+
"relation": "disjointWith"
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"ID": "NR_c2a65164",
|
| 535 |
+
"head": "crevasse",
|
| 536 |
+
"tail": "crevice",
|
| 537 |
+
"relation": "disjointWith"
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"ID": "NR_38c4aad3",
|
| 541 |
+
"head": "biome",
|
| 542 |
+
"tail": "ecoregion",
|
| 543 |
+
"relation": "disjointWith"
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"ID": "NR_a4ca16f1",
|
| 547 |
+
"head": "one-dimensional continuant fiat boundary",
|
| 548 |
+
"tail": "two-dimensional continuant fiat boundary",
|
| 549 |
+
"relation": "disjointWith"
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"ID": "NR_fbf8f713",
|
| 553 |
+
"head": "bone element",
|
| 554 |
+
"tail": "muscle organ",
|
| 555 |
+
"relation": "disjointWith"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"ID": "NR_5013e886",
|
| 559 |
+
"head": "skeleton",
|
| 560 |
+
"tail": "articular system",
|
| 561 |
+
"relation": "disjointWith"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"ID": "NR_5f6d0149",
|
| 565 |
+
"head": "organ",
|
| 566 |
+
"tail": "multi organ part structure",
|
| 567 |
+
"relation": "disjointWith"
|
| 568 |
+
},
|
| 569 |
+
{
|
| 570 |
+
"ID": "NR_5184f9dd",
|
| 571 |
+
"head": "neural tissue",
|
| 572 |
+
"tail": "skeletal tissue",
|
| 573 |
+
"relation": "disjointWith"
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"ID": "NR_567aad2a",
|
| 577 |
+
"head": "obsolete marine pelagic feature",
|
| 578 |
+
"tail": "fluid astronomical body part",
|
| 579 |
+
"relation": "consider"
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"ID": "NR_b7277650",
|
| 583 |
+
"head": "immune system",
|
| 584 |
+
"tail": "excretory system",
|
| 585 |
+
"relation": "disjointWith"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"ID": "NR_434fc096",
|
| 589 |
+
"head": "anterior segment of eyeball",
|
| 590 |
+
"tail": "posterior segment of eyeball",
|
| 591 |
+
"relation": "disjointWith"
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"ID": "NR_ab81860a",
|
| 595 |
+
"head": "reproductive system",
|
| 596 |
+
"tail": "circulatory system",
|
| 597 |
+
"relation": "disjointWith"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"ID": "NR_f8b958fb",
|
| 601 |
+
"head": "digestive system",
|
| 602 |
+
"tail": "nervous system",
|
| 603 |
+
"relation": "disjointWith"
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"ID": "NR_84a41232",
|
| 607 |
+
"head": "skeletal system",
|
| 608 |
+
"tail": "entire sense organ system",
|
| 609 |
+
"relation": "disjointWith"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"ID": "NR_23a16f38",
|
| 613 |
+
"head": "marine neritic zone",
|
| 614 |
+
"tail": "oceanic zone",
|
| 615 |
+
"relation": "disjointWith"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"ID": "NR_d46d71cb",
|
| 619 |
+
"head": "reproductive system",
|
| 620 |
+
"tail": "digestive system",
|
| 621 |
+
"relation": "disjointWith"
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"ID": "NR_5bfd35a8",
|
| 625 |
+
"head": "caldera",
|
| 626 |
+
"tail": "volcanic crater",
|
| 627 |
+
"relation": "disjointWith"
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"ID": "NR_e32507eb",
|
| 631 |
+
"head": "integumental system",
|
| 632 |
+
"tail": "entire sense organ system",
|
| 633 |
+
"relation": "disjointWith"
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"ID": "NR_ca8809a7",
|
| 637 |
+
"head": "legal settlement",
|
| 638 |
+
"tail": "illegal settlement",
|
| 639 |
+
"relation": "disjointWith"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"ID": "NR_25fe9696",
|
| 643 |
+
"head": "porous",
|
| 644 |
+
"tail": "non-porous",
|
| 645 |
+
"relation": "disjointWith"
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"ID": "NR_c1407f78",
|
| 649 |
+
"head": "skeletal system",
|
| 650 |
+
"tail": "immune system",
|
| 651 |
+
"relation": "disjointWith"
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"ID": "NR_42d665f6",
|
| 655 |
+
"head": "dead cave",
|
| 656 |
+
"tail": "live cave",
|
| 657 |
+
"relation": "disjointWith"
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"ID": "NR_6d99b91f",
|
| 661 |
+
"head": "reproductive system",
|
| 662 |
+
"tail": "entire sense organ system",
|
| 663 |
+
"relation": "disjointWith"
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"ID": "NR_3eb81af5",
|
| 667 |
+
"head": "role",
|
| 668 |
+
"tail": "role",
|
| 669 |
+
"relation": "equivalentClass"
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"ID": "NR_12890165",
|
| 673 |
+
"head": "skeletal system",
|
| 674 |
+
"tail": "hematopoietic system",
|
| 675 |
+
"relation": "disjointWith"
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"ID": "NR_daee2f0b",
|
| 679 |
+
"head": "respiratory system",
|
| 680 |
+
"tail": "nervous system",
|
| 681 |
+
"relation": "disjointWith"
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"ID": "NR_a571c097",
|
| 685 |
+
"head": "musculoskeletal system",
|
| 686 |
+
"tail": "excretory system",
|
| 687 |
+
"relation": "disjointWith"
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"ID": "NR_51a70d70",
|
| 691 |
+
"head": "edible",
|
| 692 |
+
"tail": "inedible",
|
| 693 |
+
"relation": "disjointWith"
|
| 694 |
+
},
|
| 695 |
+
{
|
| 696 |
+
"ID": "NR_3e2141d8",
|
| 697 |
+
"head": "circulatory system",
|
| 698 |
+
"tail": "excretory system",
|
| 699 |
+
"relation": "disjointWith"
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"ID": "NR_8e618884",
|
| 703 |
+
"head": "acellular anatomical structure",
|
| 704 |
+
"tail": "multicellular anatomical structure",
|
| 705 |
+
"relation": "disjointWith"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"ID": "NR_3fe49873",
|
| 709 |
+
"head": "digestive system",
|
| 710 |
+
"tail": "integumental system",
|
| 711 |
+
"relation": "disjointWith"
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"ID": "NR_4255f199",
|
| 715 |
+
"head": "reproductive system",
|
| 716 |
+
"tail": "immune system",
|
| 717 |
+
"relation": "disjointWith"
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"ID": "NR_01254ec3",
|
| 721 |
+
"head": "circulatory system",
|
| 722 |
+
"tail": "musculoskeletal system",
|
| 723 |
+
"relation": "disjointWith"
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"ID": "NR_ede5f2df",
|
| 727 |
+
"head": "distributed",
|
| 728 |
+
"tail": "aggregated",
|
| 729 |
+
"relation": "disjointWith"
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"ID": "NR_e62ba494",
|
| 733 |
+
"head": "reproductive system",
|
| 734 |
+
"tail": "hematopoietic system",
|
| 735 |
+
"relation": "disjointWith"
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"ID": "NR_8a55313d",
|
| 739 |
+
"head": "closed",
|
| 740 |
+
"tail": "open",
|
| 741 |
+
"relation": "disjointWith"
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"ID": "NR_aa582e75",
|
| 745 |
+
"head": "nervous system",
|
| 746 |
+
"tail": "excretory system",
|
| 747 |
+
"relation": "disjointWith"
|
| 748 |
+
},
|
| 749 |
+
{
|
| 750 |
+
"ID": "NR_907dbe8e",
|
| 751 |
+
"head": "nervous system",
|
| 752 |
+
"tail": "musculoskeletal system",
|
| 753 |
+
"relation": "disjointWith"
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"ID": "NR_26dae7ae",
|
| 757 |
+
"head": "hematopoietic system",
|
| 758 |
+
"tail": "excretory system",
|
| 759 |
+
"relation": "disjointWith"
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"ID": "NR_f0272b34",
|
| 763 |
+
"head": "temporal region",
|
| 764 |
+
"tail": "spatiotemporal region",
|
| 765 |
+
"relation": "disjointWith"
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"ID": "NR_736354bf",
|
| 769 |
+
"head": "digestive system",
|
| 770 |
+
"tail": "circulatory system",
|
| 771 |
+
"relation": "disjointWith"
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"ID": "NR_9280947b",
|
| 775 |
+
"head": "respiratory system",
|
| 776 |
+
"tail": "integumental system",
|
| 777 |
+
"relation": "disjointWith"
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"ID": "NR_059aa5f5",
|
| 781 |
+
"head": "temporal region",
|
| 782 |
+
"tail": "process boundary",
|
| 783 |
+
"relation": "disjointWith"
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"ID": "NR_0d96b4a1",
|
| 787 |
+
"head": "independent continuant",
|
| 788 |
+
"tail": "generically dependent continuant",
|
| 789 |
+
"relation": "disjointWith"
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"ID": "NR_e7cb6228",
|
| 793 |
+
"head": "meromictic lake",
|
| 794 |
+
"tail": "holomictic lake",
|
| 795 |
+
"relation": "disjointWith"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"ID": "NR_179080ed",
|
| 799 |
+
"head": "disposition",
|
| 800 |
+
"tail": "role",
|
| 801 |
+
"relation": "disjointWith"
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"ID": "NR_8dd6f1ff",
|
| 805 |
+
"head": "digestive system",
|
| 806 |
+
"tail": "entire sense organ system",
|
| 807 |
+
"relation": "disjointWith"
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"ID": "NR_2ae4b569",
|
| 811 |
+
"head": "aerobic",
|
| 812 |
+
"tail": "anaerobic",
|
| 813 |
+
"relation": "disjointWith"
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"ID": "NR_090725cd",
|
| 817 |
+
"head": "respiratory system",
|
| 818 |
+
"tail": "circulatory system",
|
| 819 |
+
"relation": "disjointWith"
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"ID": "NR_2ffdbc39",
|
| 823 |
+
"head": "spatial region",
|
| 824 |
+
"tail": "continuant fiat boundary",
|
| 825 |
+
"relation": "disjointWith"
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"ID": "NR_a64e7155",
|
| 829 |
+
"head": "obsolete marine pelagic feature",
|
| 830 |
+
"tail": "marine water body",
|
| 831 |
+
"relation": "consider"
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"ID": "NR_db128b04",
|
| 835 |
+
"head": "respiratory system",
|
| 836 |
+
"tail": "digestive system",
|
| 837 |
+
"relation": "disjointWith"
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"ID": "NR_997e7c03",
|
| 841 |
+
"head": "digestive system",
|
| 842 |
+
"tail": "immune system",
|
| 843 |
+
"relation": "disjointWith"
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"ID": "NR_c62c95a0",
|
| 847 |
+
"head": "formal settlement",
|
| 848 |
+
"tail": "informal settlement",
|
| 849 |
+
"relation": "disjointWith"
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"ID": "NR_0dcb4b73",
|
| 853 |
+
"head": "skeletal system",
|
| 854 |
+
"tail": "excretory system",
|
| 855 |
+
"relation": "disjointWith"
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"ID": "NR_8d6da42e",
|
| 859 |
+
"head": "digestive system",
|
| 860 |
+
"tail": "hematopoietic system",
|
| 861 |
+
"relation": "disjointWith"
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"ID": "NR_2739985c",
|
| 865 |
+
"head": "bone element",
|
| 866 |
+
"tail": "muscle structure",
|
| 867 |
+
"relation": "disjointWith"
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"ID": "NR_21c9def3",
|
| 871 |
+
"head": "skeletal system",
|
| 872 |
+
"tail": "musculoskeletal system",
|
| 873 |
+
"relation": "disjointWith"
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"ID": "NR_c9ac00ba",
|
| 877 |
+
"head": "integumental system",
|
| 878 |
+
"tail": "excretory system",
|
| 879 |
+
"relation": "disjointWith"
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"ID": "NR_9b671349",
|
| 883 |
+
"head": "lymphatic vessel",
|
| 884 |
+
"tail": "blood vessel",
|
| 885 |
+
"relation": "disjointWith"
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"ID": "NR_491e6d28",
|
| 889 |
+
"head": "respiratory system",
|
| 890 |
+
"tail": "entire sense organ system",
|
| 891 |
+
"relation": "disjointWith"
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"ID": "NR_53d053fa",
|
| 895 |
+
"head": "polymictic lake",
|
| 896 |
+
"tail": "monomictic lake",
|
| 897 |
+
"relation": "disjointWith"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"ID": "NR_debcd48a",
|
| 901 |
+
"head": "mudstone",
|
| 902 |
+
"tail": "lime mudstone",
|
| 903 |
+
"relation": "disjointWith"
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"ID": "NR_f2189672",
|
| 907 |
+
"head": "reproductive system",
|
| 908 |
+
"tail": "excretory system",
|
| 909 |
+
"relation": "disjointWith"
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"ID": "NR_1532a6ee",
|
| 913 |
+
"head": "reproductive system",
|
| 914 |
+
"tail": "musculoskeletal system",
|
| 915 |
+
"relation": "disjointWith"
|
| 916 |
+
},
|
| 917 |
+
{
|
| 918 |
+
"ID": "NR_4bfd1d48",
|
| 919 |
+
"head": "cowpea (pulse) food product",
|
| 920 |
+
"tail": "cowpea vegetable food product",
|
| 921 |
+
"relation": "seeAlso"
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"ID": "NR_908bfb1c",
|
| 925 |
+
"head": "independent continuant",
|
| 926 |
+
"tail": "specifically dependent continuant",
|
| 927 |
+
"relation": "disjointWith"
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"ID": "NR_6c70888c",
|
| 931 |
+
"head": "respiratory system",
|
| 932 |
+
"tail": "immune system",
|
| 933 |
+
"relation": "disjointWith"
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"ID": "NR_5bee5b77",
|
| 937 |
+
"head": "circulatory system",
|
| 938 |
+
"tail": "skeletal system",
|
| 939 |
+
"relation": "disjointWith"
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"ID": "NR_eead1f1d",
|
| 943 |
+
"head": "oceanic island",
|
| 944 |
+
"tail": "continental shelf",
|
| 945 |
+
"relation": "disconnected_from"
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"ID": "NR_05ed7fe1",
|
| 949 |
+
"head": "respiratory system",
|
| 950 |
+
"tail": "hematopoietic system",
|
| 951 |
+
"relation": "disjointWith"
|
| 952 |
+
},
|
| 953 |
+
{
|
| 954 |
+
"ID": "NR_8fae4f68",
|
| 955 |
+
"head": "particle of sand",
|
| 956 |
+
"tail": "sand",
|
| 957 |
+
"relation": "disjointWith"
|
| 958 |
+
},
|
| 959 |
+
{
|
| 960 |
+
"ID": "NR_f639248f",
|
| 961 |
+
"head": "spatial region",
|
| 962 |
+
"tail": "site",
|
| 963 |
+
"relation": "disjointWith"
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"ID": "NR_168d709f",
|
| 967 |
+
"head": "nervous system",
|
| 968 |
+
"tail": "skeletal system",
|
| 969 |
+
"relation": "disjointWith"
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"ID": "NR_32a06d3f",
|
| 973 |
+
"head": "research nuclear reactor",
|
| 974 |
+
"tail": "nuclear power reactor",
|
| 975 |
+
"relation": "disjointWith"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"ID": "NR_1299d8ba",
|
| 979 |
+
"head": "material entity",
|
| 980 |
+
"tail": "immaterial entity",
|
| 981 |
+
"relation": "disjointWith"
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"ID": "NR_aaeb44cb",
|
| 985 |
+
"head": "clay",
|
| 986 |
+
"tail": "silt",
|
| 987 |
+
"relation": "disjointWith"
|
| 988 |
+
},
|
| 989 |
+
{
|
| 990 |
+
"ID": "NR_bd4e4a19",
|
| 991 |
+
"head": "shoot system",
|
| 992 |
+
"tail": "root system",
|
| 993 |
+
"relation": "disjointWith"
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"ID": "NR_2414f1c4",
|
| 997 |
+
"head": "specifically dependent continuant",
|
| 998 |
+
"tail": "generically dependent continuant",
|
| 999 |
+
"relation": "disjointWith"
|
| 1000 |
+
},
|
| 1001 |
+
{
|
| 1002 |
+
"ID": "NR_79214bad",
|
| 1003 |
+
"head": "digestive system",
|
| 1004 |
+
"tail": "excretory system",
|
| 1005 |
+
"relation": "disjointWith"
|
| 1006 |
+
},
|
| 1007 |
+
{
|
| 1008 |
+
"ID": "NR_efe1090f",
|
| 1009 |
+
"head": "obsolete marine benthic feature",
|
| 1010 |
+
"tail": "marine biome",
|
| 1011 |
+
"relation": "consider"
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"ID": "NR_19bf185b",
|
| 1015 |
+
"head": "digestive system",
|
| 1016 |
+
"tail": "musculoskeletal system",
|
| 1017 |
+
"relation": "disjointWith"
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"ID": "NR_9f5d7ef9",
|
| 1021 |
+
"head": "obsolete marine pelagic feature",
|
| 1022 |
+
"tail": "marine water mass",
|
| 1023 |
+
"relation": "consider"
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"ID": "NR_252d3961",
|
| 1027 |
+
"head": "immune system",
|
| 1028 |
+
"tail": "integumental system",
|
| 1029 |
+
"relation": "disjointWith"
|
| 1030 |
+
}
|
| 1031 |
+
]
|
| 1032 |
+
}
|
envo/type_taxonomies.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
oeo/oeo.owl
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<rdf:RDF xmlns="http://openenergy-platform.org/ontology/oeo/"
|
| 3 |
+
xml:base="http://openenergy-platform.org/ontology/oeo/"
|
| 4 |
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
| 5 |
+
xmlns:obo="http://purl.obolibrary.org/obo/"
|
| 6 |
+
xmlns:oeo="http://openenergy-platform.org/ontology/oeo/"
|
| 7 |
+
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
| 8 |
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
| 9 |
+
xmlns:www="https://www.commoncoreontologies.org/"
|
| 10 |
+
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
| 11 |
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
| 12 |
+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
| 13 |
+
xmlns:prov="http://www.w3.org/ns/prov#"
|
| 14 |
+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
| 15 |
+
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
| 16 |
+
xmlns:terms="http://purl.org/dc/terms/"
|
| 17 |
+
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
|
| 18 |
+
<owl:Ontology rdf:about="http://openenergy-platform.org/ontology/oeo/">
|
| 19 |
+
<owl:versionIRI rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo.omn"/>
|
| 20 |
+
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo-model.omn"/>
|
| 21 |
+
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo-physical-axioms.owl"/>
|
| 22 |
+
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo-physical.omn"/>
|
| 23 |
+
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo-shared-axioms.omn"/>
|
| 24 |
+
<owl:imports rdf:resource="http://openenergy-platform.org/ontology/oeo/releases/2.7.0/oeo-social.omn"/>
|
| 25 |
+
<dc:contributor>(0001) Lukas Emele (@l-emele)</dc:contributor>
|
| 26 |
+
<dc:contributor>(0002) Mirjam Stappel (@stap-m)</dc:contributor>
|
| 27 |
+
<dc:contributor>(0003) Anna Kleinau (@akleinau)</dc:contributor>
|
| 28 |
+
<dc:contributor>(0004) Janna Hastings (@jannahastings)</dc:contributor>
|
| 29 |
+
<dc:contributor>(0005) Vera Sehn (@Vera-IER)</dc:contributor>
|
| 30 |
+
<dc:contributor>(0006) Hannah Förster (@han-f)</dc:contributor>
|
| 31 |
+
<dc:contributor>(0007) Patrick Kuckertz (@p-kuckertz)</dc:contributor>
|
| 32 |
+
<dc:contributor>(0008) Carsten Hoyer-Klick (@carstenhoyerklick)</dc:contributor>
|
| 33 |
+
<dc:contributor>(0009) Christian Hofmann (@christian-rli)</dc:contributor>
|
| 34 |
+
<dc:contributor>(0010) Kevin Knosala (@k-knosala)</dc:contributor>
|
| 35 |
+
<dc:contributor>(0011) Ludwig Hülk (@Ludee)</dc:contributor>
|
| 36 |
+
<dc:contributor>(0012) Izzet Kilicarslan (@Izzet91)</dc:contributor>
|
| 37 |
+
<dc:contributor>(0013) Franziska Drathschmidt (@fradra)</dc:contributor>
|
| 38 |
+
<dc:contributor>(0014) Simon Flügel (@sfluegel05)</dc:contributor>
|
| 39 |
+
<dc:contributor>(0015) Ulrich Frey (@litotes18)</dc:contributor>
|
| 40 |
+
<dc:contributor>(0016) Christoph Muschner (@chrwm)</dc:contributor>
|
| 41 |
+
<dc:contributor>(0017) Christian Winger (@wingechr)</dc:contributor>
|
| 42 |
+
<dc:contributor>(0018) Fabian Neuhaus (@fabianneuhaus)</dc:contributor>
|
| 43 |
+
<dc:contributor>(0019) Lara Christmann (@solar-c)</dc:contributor>
|
| 44 |
+
<dc:contributor>(0020) Martin Glauer (@MGlauer)</dc:contributor>
|
| 45 |
+
<dc:contributor>(0021) Pierre-Francois Duc (@Bachibouzouk)</dc:contributor>
|
| 46 |
+
<dc:contributor>(0022) Sebastian Cordes (@sebcordes)</dc:contributor>
|
| 47 |
+
<dc:contributor>(0023) Michaja Pehl (@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q)</dc:contributor>
|
| 48 |
+
<dc:contributor>(0024) Kai Schnepf (@KaiSchnepf)</dc:contributor>
|
| 49 |
+
<dc:contributor>(0025) Till Mossakowski (@tillmo)</dc:contributor>
|
| 50 |
+
<dc:contributor>(0026) Alexander Stage (@stage1407)</dc:contributor>
|
| 51 |
+
<dc:contributor>(0027) Hedda Gardian (@heddaelisabethgardian)</dc:contributor>
|
| 52 |
+
<dc:contributor>(0028) Eugenio Salvador Arellano Ruiz (@areleu)</dc:contributor>
|
| 53 |
+
<dc:contributor>(0029) Markus Rothkötter (@markus-rothkoetter)</dc:contributor>
|
| 54 |
+
<dc:contributor>(0030) Linda Rülicke (@rue-l)</dc:contributor>
|
| 55 |
+
<dc:contributor>(0031) Alexandra Seibicke (@Alex2448)</dc:contributor>
|
| 56 |
+
<dc:contributor>(0032) Ludwig Mittermeier (@lumi321)</dc:contributor>
|
| 57 |
+
<dc:contributor>(0033) Ulf Müller (@u-mueller)</dc:contributor>
|
| 58 |
+
<dc:contributor>(0034) Nele Köhler (@nelekoehler)</dc:contributor>
|
| 59 |
+
<dc:contributor>(0035) Hannah Spinde (@h-spinde)</dc:contributor>
|
| 60 |
+
<dc:contributor>(0036) Viktor Wichern (@viktorwichern)</dc:contributor>
|
| 61 |
+
<dc:contributor>(0037) Norman Zielke (@NormanZielke)</dc:contributor>
|
| 62 |
+
<dc:contributor>(0038) Uwe Stucky (@UStucky)</dc:contributor>
|
| 63 |
+
<dc:contributor>(0039) Madeleine Breitkreutz (@madbkr)</dc:contributor>
|
| 64 |
+
<dc:contributor>(0040) Lilly Gerlach (@LillyG901)</dc:contributor>
|
| 65 |
+
<dc:contributor>(0041) Colin Heidfeld (@ColinHDev)</dc:contributor>
|
| 66 |
+
<dc:description>The Open Energy Ontology is an ontology for all aspects of the energy modelling domain.
|
| 67 |
+
|
| 68 |
+
It is developed in four main modules: 'oeo-model', a module for all entities related to models and modelling; 'oeo-physical', a module for all entities related to the world of energy and energy generation; 'oeo-social', a module for all relevant social and economic aspects of the energy domain; 'oeo-shared', a module to cover entities and relations needed in all of the modules above to prevent them getting implemented multiple times.
|
| 69 |
+
A supplementary module is the oeo-physical-axioms module, which contains general class axioms.</dc:description>
|
| 70 |
+
<terms:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
|
| 71 |
+
<terms:title>Open Energy Ontology</terms:title>
|
| 72 |
+
</owl:Ontology>
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
<!--
|
| 77 |
+
///////////////////////////////////////////////////////////////////////////////////////
|
| 78 |
+
//
|
| 79 |
+
// Annotation properties
|
| 80 |
+
//
|
| 81 |
+
///////////////////////////////////////////////////////////////////////////////////////
|
| 82 |
+
-->
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
<!-- http://purl.obolibrary.org/obo/IAO_0000233 -->
|
| 88 |
+
|
| 89 |
+
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000233"/>
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
<!-- http://purl.org/dc/elements/1.1/contributor -->
|
| 94 |
+
|
| 95 |
+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
<!-- http://purl.org/dc/elements/1.1/description -->
|
| 100 |
+
|
| 101 |
+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
<!-- http://purl.org/dc/terms/license -->
|
| 106 |
+
|
| 107 |
+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
|
| 108 |
+
|
| 109 |
+
|
| 110 |
+
|
| 111 |
+
<!-- http://purl.org/dc/terms/title -->
|
| 112 |
+
|
| 113 |
+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
|
| 118 |
+
|
| 119 |
+
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
|
| 120 |
+
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
<!--
|
| 124 |
+
///////////////////////////////////////////////////////////////////////////////////////
|
| 125 |
+
//
|
| 126 |
+
// Datatypes
|
| 127 |
+
//
|
| 128 |
+
///////////////////////////////////////////////////////////////////////////////////////
|
| 129 |
+
-->
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
<!-- http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral -->
|
| 135 |
+
|
| 136 |
+
<rdfs:Datatype rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/>
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
<!-- http://www.w3.org/2001/XMLSchema#string -->
|
| 141 |
+
|
| 142 |
+
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#string"/>
|
| 143 |
+
</rdf:RDF>
|
| 144 |
+
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
<!-- Generated by the OWL API (version 4.5.24) https://github.com/owlcs/owlapi -->
|
| 148 |
+
|
oeo/oeo.rst
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The Open Energy Ontology (OEO)
|
| 2 |
+
========================================================================================================================
|
| 3 |
+
|
| 4 |
+
Overview
|
| 5 |
+
--------
|
| 6 |
+
The Open Energy Ontology (OEO) is a domain ontology of the energy system analysis context.
|
| 7 |
+
It is developed as part of the Open Energy Family. The OEO is published on GitHub under
|
| 8 |
+
an open source license. The language used is the Manchester OWL Syntax, which was chosen
|
| 9 |
+
because it is user-friendly for editing and viewing differences of edited files. The OEO is constantly
|
| 10 |
+
being extended. The first version of the OEO has been released on June 11th 2020. A Steering Committee (OEO-SC)
|
| 11 |
+
was created to accompany the development, increase awareness of the ontology and include it in current projects.
|
| 12 |
+
|
| 13 |
+
:Domain: Ecology and Environment
|
| 14 |
+
:Category: Energy
|
| 15 |
+
:Current Version: 2.7.0
|
| 16 |
+
:Last Updated: 03/2025
|
| 17 |
+
:Creator: None
|
| 18 |
+
:License: Creative Commons Attribution 1.0 Generic (CC BY 1.0)
|
| 19 |
+
:Format: OWL
|
| 20 |
+
:Download: `The Open Energy Ontology (OEO) Homepage <https://github.com/OpenEnergyPlatform/ontology?tab=readme-ov-file>`_
|
| 21 |
+
|
| 22 |
+
Graph Metrics
|
| 23 |
+
-------------
|
| 24 |
+
- **Total Nodes**: 10
|
| 25 |
+
- **Total Edges**: 8
|
| 26 |
+
- **Root Nodes**: 8
|
| 27 |
+
- **Leaf Nodes**: 2
|
| 28 |
+
|
| 29 |
+
Knowledge coverage
|
| 30 |
+
------------------
|
| 31 |
+
- Classes: 0
|
| 32 |
+
- Individuals: 0
|
| 33 |
+
- Properties: 0
|
| 34 |
+
|
| 35 |
+
Hierarchical metrics
|
| 36 |
+
--------------------
|
| 37 |
+
- **Maximum Depth**: 1
|
| 38 |
+
- **Minimum Depth**: 0
|
| 39 |
+
- **Average Depth**: 0.20
|
| 40 |
+
- **Depth Variance**: 0.16
|
| 41 |
+
|
| 42 |
+
Breadth metrics
|
| 43 |
+
------------------
|
| 44 |
+
- **Maximum Breadth**: 8
|
| 45 |
+
- **Minimum Breadth**: 2
|
| 46 |
+
- **Average Breadth**: 5.00
|
| 47 |
+
- **Breadth Variance**: 9.00
|
| 48 |
+
|
| 49 |
+
Dataset Statistics
|
| 50 |
+
------------------
|
| 51 |
+
Generated Benchmarks:
|
| 52 |
+
- **Term Types**: 0
|
| 53 |
+
- **Taxonomic Relations**: 0
|
| 54 |
+
- **Non-taxonomic Relations**: 0
|
| 55 |
+
- **Average Terms per Type**: 0.00
|
| 56 |
+
|
| 57 |
+
Usage Example
|
| 58 |
+
-------------
|
| 59 |
+
.. code-block:: python
|
| 60 |
+
|
| 61 |
+
from ontolearner.ontology import OEO
|
| 62 |
+
|
| 63 |
+
# Initialize and load ontology
|
| 64 |
+
ontology = OEO()
|
| 65 |
+
ontology.load("path/to/ontology.OWL")
|
| 66 |
+
|
| 67 |
+
# Extract datasets
|
| 68 |
+
data = ontology.extract()
|
| 69 |
+
|
| 70 |
+
# Access specific relations
|
| 71 |
+
term_types = data.term_typings
|
| 72 |
+
taxonomic_relations = data.type_taxonomies
|
| 73 |
+
non_taxonomic_relations = data.type_non_taxonomic_relations
|
oeo/term_typings.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
oeo/type_non_taxonomic_relations.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"types": [],
|
| 3 |
+
"relations": [],
|
| 4 |
+
"non_taxonomies": []
|
| 5 |
+
}
|
oeo/type_taxonomies.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"types": [],
|
| 3 |
+
"taxonomies": []
|
| 4 |
+
}
|
sweet/sweet.owl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
sweet/sweet.rst
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Semantic Web for Earth and Environment Technology Ontology (SWEET)
|
| 2 |
+
========================================================================================================================
|
| 3 |
+
|
| 4 |
+
Overview
|
| 5 |
+
--------
|
| 6 |
+
The Semantic Web for Earth and Environment Technology Ontology (SWEET) is an investigation in improving discovery
|
| 7 |
+
and use of Earth science data, through software understanding of the semantics of web resources.
|
| 8 |
+
SWEET is a collection of ontologies conceptualizing a knowledge space for Earth system science,
|
| 9 |
+
represented using the web ontology language (OWL). It includes both orthogonal concepts (space, time,
|
| 10 |
+
Earth realms, physical quantities, etc.) and integrative science knowledge concepts (phenomena, events, etc.).
|
| 11 |
+
|
| 12 |
+
:Domain: Ecology and Environment
|
| 13 |
+
:Category: Earth Science, Geoscience
|
| 14 |
+
:Current Version: 3.6.0
|
| 15 |
+
:Last Updated: July 14, 2022
|
| 16 |
+
:Creator: NASA, JPL, Caltech
|
| 17 |
+
:License: Creative Commons 4.0
|
| 18 |
+
:Format: OWL
|
| 19 |
+
:Download: `Semantic Web for Earth and Environment Technology Ontology (SWEET) Homepage <https://bioportal.bioontology.org/ontologies/SWEET>`_
|
| 20 |
+
|
| 21 |
+
Graph Metrics
|
| 22 |
+
-------------
|
| 23 |
+
- **Total Nodes**: 26249
|
| 24 |
+
- **Total Edges**: 64544
|
| 25 |
+
- **Root Nodes**: 244
|
| 26 |
+
- **Leaf Nodes**: 11866
|
| 27 |
+
|
| 28 |
+
Knowledge coverage
|
| 29 |
+
------------------
|
| 30 |
+
- Classes: 10240
|
| 31 |
+
- Individuals: 2351
|
| 32 |
+
- Properties: 358
|
| 33 |
+
|
| 34 |
+
Hierarchical metrics
|
| 35 |
+
--------------------
|
| 36 |
+
- **Maximum Depth**: 15
|
| 37 |
+
- **Minimum Depth**: 0
|
| 38 |
+
- **Average Depth**: 3.62
|
| 39 |
+
- **Depth Variance**: 9.36
|
| 40 |
+
|
| 41 |
+
Breadth metrics
|
| 42 |
+
------------------
|
| 43 |
+
- **Maximum Breadth**: 303
|
| 44 |
+
- **Minimum Breadth**: 2
|
| 45 |
+
- **Average Breadth**: 102.81
|
| 46 |
+
- **Breadth Variance**: 8823.90
|
| 47 |
+
|
| 48 |
+
Dataset Statistics
|
| 49 |
+
------------------
|
| 50 |
+
Generated Benchmarks:
|
| 51 |
+
- **Term Types**: 2219
|
| 52 |
+
- **Taxonomic Relations**: 16111
|
| 53 |
+
- **Non-taxonomic Relations**: 515
|
| 54 |
+
- **Average Terms per Type**: 11.50
|
| 55 |
+
|
| 56 |
+
Usage Example
|
| 57 |
+
-------------
|
| 58 |
+
.. code-block:: python
|
| 59 |
+
|
| 60 |
+
from ontolearner.ontology import SWEET
|
| 61 |
+
|
| 62 |
+
# Initialize and load ontology
|
| 63 |
+
ontology = SWEET()
|
| 64 |
+
ontology.load("path/to/ontology.OWL")
|
| 65 |
+
|
| 66 |
+
# Extract datasets
|
| 67 |
+
data = ontology.extract()
|
| 68 |
+
|
| 69 |
+
# Access specific relations
|
| 70 |
+
term_types = data.term_typings
|
| 71 |
+
taxonomic_relations = data.type_taxonomies
|
| 72 |
+
non_taxonomic_relations = data.type_non_taxonomic_relations
|
sweet/term_typings.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
sweet/type_non_taxonomic_relations.json
ADDED
|
@@ -0,0 +1,4016 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"types": [
|
| 3 |
+
"a",
|
| 4 |
+
"a horizon",
|
| 5 |
+
"aaqs",
|
| 6 |
+
"absorption coefficient",
|
| 7 |
+
"abyss",
|
| 8 |
+
"abyssal",
|
| 9 |
+
"abyssal trench",
|
| 10 |
+
"acceptable daily intake",
|
| 11 |
+
"access",
|
| 12 |
+
"accessing",
|
| 13 |
+
"accretion",
|
| 14 |
+
"acid fog",
|
| 15 |
+
"acid haze",
|
| 16 |
+
"acoustic",
|
| 17 |
+
"acoustic wave",
|
| 18 |
+
"acoustics",
|
| 19 |
+
"adi",
|
| 20 |
+
"aeolian",
|
| 21 |
+
"affine",
|
| 22 |
+
"aftershock",
|
| 23 |
+
"air pressure",
|
| 24 |
+
"air sea exchange",
|
| 25 |
+
"airborne toxic control measure",
|
| 26 |
+
"akasofu epsilon",
|
| 27 |
+
"algae",
|
| 28 |
+
"algal",
|
| 29 |
+
"algebraic function",
|
| 30 |
+
"alkalic",
|
| 31 |
+
"alkaline",
|
| 32 |
+
"alkalinity",
|
| 33 |
+
"altitude",
|
| 34 |
+
"ambient air quality standard",
|
| 35 |
+
"analysis of variance",
|
| 36 |
+
"animate",
|
| 37 |
+
"animation",
|
| 38 |
+
"anova",
|
| 39 |
+
"apiculture",
|
| 40 |
+
"archive",
|
| 41 |
+
"archiving",
|
| 42 |
+
"assimilate",
|
| 43 |
+
"assimilation",
|
| 44 |
+
"asthenosphere",
|
| 45 |
+
"atcm",
|
| 46 |
+
"atmosphere ocean exchange",
|
| 47 |
+
"atmospheric boundary layer",
|
| 48 |
+
"atmospheric pressure",
|
| 49 |
+
"attenuation",
|
| 50 |
+
"attenuation coefficient",
|
| 51 |
+
"auroral substorm",
|
| 52 |
+
"autotroph",
|
| 53 |
+
"average",
|
| 54 |
+
"b",
|
| 55 |
+
"b horizon",
|
| 56 |
+
"back arc",
|
| 57 |
+
"bact",
|
| 58 |
+
"bag",
|
| 59 |
+
"balance equation",
|
| 60 |
+
"band limited",
|
| 61 |
+
"bar",
|
| 62 |
+
"barometric pressure",
|
| 63 |
+
"basal",
|
| 64 |
+
"base",
|
| 65 |
+
"base unit",
|
| 66 |
+
"basic",
|
| 67 |
+
"basicity",
|
| 68 |
+
"bdoc",
|
| 69 |
+
"bearing",
|
| 70 |
+
"bed load",
|
| 71 |
+
"beekeeping",
|
| 72 |
+
"belief",
|
| 73 |
+
"benthic index",
|
| 74 |
+
"benthic index of biological integrity",
|
| 75 |
+
"best availabl control technology",
|
| 76 |
+
"bibi",
|
| 77 |
+
"binary mask",
|
| 78 |
+
"biochemical oxygen demand",
|
| 79 |
+
"biodegradable dissolved organic carbon",
|
| 80 |
+
"bioindicator",
|
| 81 |
+
"biological oxygen demand",
|
| 82 |
+
"black carbon",
|
| 83 |
+
"bod",
|
| 84 |
+
"body wave",
|
| 85 |
+
"bottom",
|
| 86 |
+
"boundary",
|
| 87 |
+
"boundary layer",
|
| 88 |
+
"box car",
|
| 89 |
+
"brightness",
|
| 90 |
+
"brine",
|
| 91 |
+
"broad band",
|
| 92 |
+
"broad spectrum",
|
| 93 |
+
"budget",
|
| 94 |
+
"budget equation",
|
| 95 |
+
"c",
|
| 96 |
+
"c horizon",
|
| 97 |
+
"calibrate",
|
| 98 |
+
"calibration",
|
| 99 |
+
"calving",
|
| 100 |
+
"capillary",
|
| 101 |
+
"capillary action",
|
| 102 |
+
"carbon neutral",
|
| 103 |
+
"carbon neutrality",
|
| 104 |
+
"carbonate compensation level",
|
| 105 |
+
"categorical property",
|
| 106 |
+
"categorical scale",
|
| 107 |
+
"category",
|
| 108 |
+
"ccn",
|
| 109 |
+
"cdf",
|
| 110 |
+
"cdr",
|
| 111 |
+
"cems",
|
| 112 |
+
"cfc",
|
| 113 |
+
"characteristics",
|
| 114 |
+
"chemical",
|
| 115 |
+
"chemical compound",
|
| 116 |
+
"chemical element",
|
| 117 |
+
"chemical oxygen demand",
|
| 118 |
+
"chemical process",
|
| 119 |
+
"chemical reaction",
|
| 120 |
+
"chemical substance",
|
| 121 |
+
"chi square",
|
| 122 |
+
"chi square distribution",
|
| 123 |
+
"chinook wind",
|
| 124 |
+
"chlorofluorocarbon",
|
| 125 |
+
"circuit",
|
| 126 |
+
"civil",
|
| 127 |
+
"civilian",
|
| 128 |
+
"classification",
|
| 129 |
+
"classifier",
|
| 130 |
+
"classify",
|
| 131 |
+
"clathrate hydrate",
|
| 132 |
+
"climate",
|
| 133 |
+
"climate anomaly",
|
| 134 |
+
"climate average",
|
| 135 |
+
"climate data record",
|
| 136 |
+
"climatic anomaly",
|
| 137 |
+
"climatic average",
|
| 138 |
+
"climatological average",
|
| 139 |
+
"cloud condensation nuclei",
|
| 140 |
+
"clump",
|
| 141 |
+
"clumping",
|
| 142 |
+
"cluster",
|
| 143 |
+
"clustering",
|
| 144 |
+
"cme",
|
| 145 |
+
"coalescence",
|
| 146 |
+
"coastal",
|
| 147 |
+
"coastal region",
|
| 148 |
+
"cod",
|
| 149 |
+
"coefficient of haze",
|
| 150 |
+
"coefficient of thermal expansion",
|
| 151 |
+
"coh",
|
| 152 |
+
"cold front",
|
| 153 |
+
"combined statistical area",
|
| 154 |
+
"communication",
|
| 155 |
+
"communications",
|
| 156 |
+
"complex unit",
|
| 157 |
+
"component",
|
| 158 |
+
"composite volcano",
|
| 159 |
+
"compound",
|
| 160 |
+
"compound volcano",
|
| 161 |
+
"compression",
|
| 162 |
+
"configuration",
|
| 163 |
+
"conic",
|
| 164 |
+
"conic section",
|
| 165 |
+
"consistence",
|
| 166 |
+
"consistency",
|
| 167 |
+
"continous emission monitoring system",
|
| 168 |
+
"continuity",
|
| 169 |
+
"continuous",
|
| 170 |
+
"contracting",
|
| 171 |
+
"convection zone",
|
| 172 |
+
"convergent boundary",
|
| 173 |
+
"convergent margin",
|
| 174 |
+
"convergent plate boundary",
|
| 175 |
+
"cooling",
|
| 176 |
+
"coordinate",
|
| 177 |
+
"core mantle boundary",
|
| 178 |
+
"coriolis effect",
|
| 179 |
+
"coriolis force",
|
| 180 |
+
"coronal mass ejection",
|
| 181 |
+
"creep",
|
| 182 |
+
"critical level",
|
| 183 |
+
"critical point",
|
| 184 |
+
"cross section",
|
| 185 |
+
"cross sectional area",
|
| 186 |
+
"crosswalk",
|
| 187 |
+
"crude oil",
|
| 188 |
+
"crust",
|
| 189 |
+
"crust mantle boundary",
|
| 190 |
+
"cryosol",
|
| 191 |
+
"csa",
|
| 192 |
+
"curate",
|
| 193 |
+
"curation",
|
| 194 |
+
"current",
|
| 195 |
+
"cycle",
|
| 196 |
+
"cyclotron frequency",
|
| 197 |
+
"cyclotron radius",
|
| 198 |
+
"data mining",
|
| 199 |
+
"debye length",
|
| 200 |
+
"debye screening length",
|
| 201 |
+
"decision support system",
|
| 202 |
+
"decline",
|
| 203 |
+
"decompression",
|
| 204 |
+
"decrease",
|
| 205 |
+
"deep focus earthquake",
|
| 206 |
+
"deep sea trench",
|
| 207 |
+
"deficit",
|
| 208 |
+
"deform",
|
| 209 |
+
"deformation",
|
| 210 |
+
"dehydration",
|
| 211 |
+
"delta bar",
|
| 212 |
+
"density",
|
| 213 |
+
"derivative",
|
| 214 |
+
"description",
|
| 215 |
+
"device",
|
| 216 |
+
"dew point",
|
| 217 |
+
"dew point temperature",
|
| 218 |
+
"difference",
|
| 219 |
+
"differentiation",
|
| 220 |
+
"diffuse",
|
| 221 |
+
"diffusion",
|
| 222 |
+
"digraph",
|
| 223 |
+
"dike",
|
| 224 |
+
"direct use",
|
| 225 |
+
"directed graph",
|
| 226 |
+
"direction",
|
| 227 |
+
"discontinuity",
|
| 228 |
+
"discontinuous",
|
| 229 |
+
"discover",
|
| 230 |
+
"discovery",
|
| 231 |
+
"discovery service",
|
| 232 |
+
"discrete",
|
| 233 |
+
"discrete function",
|
| 234 |
+
"disintegrate",
|
| 235 |
+
"disintegration",
|
| 236 |
+
"dissolution",
|
| 237 |
+
"dissolved organic carbon",
|
| 238 |
+
"dissolved oxygen",
|
| 239 |
+
"divergent boundary",
|
| 240 |
+
"divergent plate boundary",
|
| 241 |
+
"division",
|
| 242 |
+
"do",
|
| 243 |
+
"doc",
|
| 244 |
+
"dosage",
|
| 245 |
+
"dose",
|
| 246 |
+
"drainage basin",
|
| 247 |
+
"drift ice",
|
| 248 |
+
"drop",
|
| 249 |
+
"dry climate",
|
| 250 |
+
"dry lake",
|
| 251 |
+
"dss",
|
| 252 |
+
"dune",
|
| 253 |
+
"duration",
|
| 254 |
+
"duration description",
|
| 255 |
+
"dyke",
|
| 256 |
+
"dynamic viscosity",
|
| 257 |
+
"earth science data record",
|
| 258 |
+
"edge",
|
| 259 |
+
"el nino southern oscillation",
|
| 260 |
+
"electric current",
|
| 261 |
+
"electricity",
|
| 262 |
+
"electromagnetic induction",
|
| 263 |
+
"electromagnetic radiation",
|
| 264 |
+
"electromagnetic wave",
|
| 265 |
+
"element",
|
| 266 |
+
"elevation",
|
| 267 |
+
"elongate",
|
| 268 |
+
"elongation",
|
| 269 |
+
"embankment",
|
| 270 |
+
"emergence",
|
| 271 |
+
"emergent",
|
| 272 |
+
"emergent phenomenon",
|
| 273 |
+
"emissivity",
|
| 274 |
+
"emittance",
|
| 275 |
+
"emulate",
|
| 276 |
+
"end to end environment",
|
| 277 |
+
"energy conversion process",
|
| 278 |
+
"englacial",
|
| 279 |
+
"englacial process",
|
| 280 |
+
"enso",
|
| 281 |
+
"environmental performance index",
|
| 282 |
+
"environmental sustainability index",
|
| 283 |
+
"eolian",
|
| 284 |
+
"epi",
|
| 285 |
+
"episode",
|
| 286 |
+
"episodic",
|
| 287 |
+
"erode",
|
| 288 |
+
"erosion",
|
| 289 |
+
"esdr",
|
| 290 |
+
"esi",
|
| 291 |
+
"euphotic zone",
|
| 292 |
+
"event",
|
| 293 |
+
"excess",
|
| 294 |
+
"expanding",
|
| 295 |
+
"expansion",
|
| 296 |
+
"extensive property",
|
| 297 |
+
"extinction",
|
| 298 |
+
"extinction coefficient",
|
| 299 |
+
"extraction",
|
| 300 |
+
"face",
|
| 301 |
+
"fall",
|
| 302 |
+
"family",
|
| 303 |
+
"fast ice",
|
| 304 |
+
"fault",
|
| 305 |
+
"fault line",
|
| 306 |
+
"fault zone",
|
| 307 |
+
"federal",
|
| 308 |
+
"federal governing body",
|
| 309 |
+
"felsic",
|
| 310 |
+
"finite resource",
|
| 311 |
+
"fiord",
|
| 312 |
+
"fit",
|
| 313 |
+
"fitting",
|
| 314 |
+
"fjord",
|
| 315 |
+
"flare",
|
| 316 |
+
"flaring",
|
| 317 |
+
"flipping point",
|
| 318 |
+
"flood bank",
|
| 319 |
+
"floor",
|
| 320 |
+
"flux density",
|
| 321 |
+
"focii",
|
| 322 |
+
"focus",
|
| 323 |
+
"foehn",
|
| 324 |
+
"foehn cloud",
|
| 325 |
+
"foehn wall",
|
| 326 |
+
"footwall",
|
| 327 |
+
"foreshock",
|
| 328 |
+
"format conversion",
|
| 329 |
+
"fourier",
|
| 330 |
+
"fourier analysis",
|
| 331 |
+
"fourier function",
|
| 332 |
+
"fourier transform",
|
| 333 |
+
"fpar",
|
| 334 |
+
"fraction photosynthetic active radiation",
|
| 335 |
+
"fracture zone",
|
| 336 |
+
"frequency domain analysis",
|
| 337 |
+
"fresh water",
|
| 338 |
+
"freshwater ecosystem",
|
| 339 |
+
"fringe",
|
| 340 |
+
"gas hydrate",
|
| 341 |
+
"gcm",
|
| 342 |
+
"gelisol",
|
| 343 |
+
"general circulation model",
|
| 344 |
+
"geodesy",
|
| 345 |
+
"geodetic science",
|
| 346 |
+
"geodetics",
|
| 347 |
+
"geolocate",
|
| 348 |
+
"geolocation",
|
| 349 |
+
"geological phenomena",
|
| 350 |
+
"geomagnetic index",
|
| 351 |
+
"geomagnetic storm",
|
| 352 |
+
"geometrical object 0d",
|
| 353 |
+
"geophysical index",
|
| 354 |
+
"georeference",
|
| 355 |
+
"georeferencing",
|
| 356 |
+
"geosphere",
|
| 357 |
+
"geosphere phenomena",
|
| 358 |
+
"glacial",
|
| 359 |
+
"glacial moraine",
|
| 360 |
+
"glacial process",
|
| 361 |
+
"glaciation",
|
| 362 |
+
"glacier retreat",
|
| 363 |
+
"glacier terminus",
|
| 364 |
+
"glass",
|
| 365 |
+
"global planetary layer",
|
| 366 |
+
"global positioning system",
|
| 367 |
+
"gpp",
|
| 368 |
+
"gps",
|
| 369 |
+
"granulation",
|
| 370 |
+
"granule",
|
| 371 |
+
"gravitational force",
|
| 372 |
+
"gravitational wave",
|
| 373 |
+
"gravity",
|
| 374 |
+
"gravity force",
|
| 375 |
+
"gravity wave",
|
| 376 |
+
"great circle",
|
| 377 |
+
"gross primary productivity",
|
| 378 |
+
"gust",
|
| 379 |
+
"guttenburg discontinuity",
|
| 380 |
+
"gyrofrequency",
|
| 381 |
+
"gyroradius",
|
| 382 |
+
"ha",
|
| 383 |
+
"halogen",
|
| 384 |
+
"hanging wall",
|
| 385 |
+
"hc",
|
| 386 |
+
"hcfc",
|
| 387 |
+
"health risk assessment",
|
| 388 |
+
"heat",
|
| 389 |
+
"heat energy",
|
| 390 |
+
"heat flow",
|
| 391 |
+
"heat flux",
|
| 392 |
+
"heating",
|
| 393 |
+
"hemispheric transport of air pollutants",
|
| 394 |
+
"heterotroph",
|
| 395 |
+
"high pressure",
|
| 396 |
+
"highland",
|
| 397 |
+
"horizon",
|
| 398 |
+
"hra",
|
| 399 |
+
"htap",
|
| 400 |
+
"hydration",
|
| 401 |
+
"hydrocarbon",
|
| 402 |
+
"hydrochlorofluorocarbon",
|
| 403 |
+
"hydrologic cycle",
|
| 404 |
+
"hydrological cycle",
|
| 405 |
+
"ibi",
|
| 406 |
+
"ice calving",
|
| 407 |
+
"ice crystal",
|
| 408 |
+
"ice floe",
|
| 409 |
+
"ice particle",
|
| 410 |
+
"ice pellet",
|
| 411 |
+
"in situ",
|
| 412 |
+
"inclination",
|
| 413 |
+
"incoming",
|
| 414 |
+
"increase",
|
| 415 |
+
"index of biological integrity",
|
| 416 |
+
"index of biotic integrity",
|
| 417 |
+
"indicator species",
|
| 418 |
+
"induction",
|
| 419 |
+
"inertia wave",
|
| 420 |
+
"inertial wave",
|
| 421 |
+
"inner core",
|
| 422 |
+
"inorganic",
|
| 423 |
+
"inorganic substance",
|
| 424 |
+
"instability",
|
| 425 |
+
"instrument",
|
| 426 |
+
"integral",
|
| 427 |
+
"integration",
|
| 428 |
+
"intensity",
|
| 429 |
+
"intensive property",
|
| 430 |
+
"internal gravity wave",
|
| 431 |
+
"internal wave",
|
| 432 |
+
"interpolate",
|
| 433 |
+
"interpolation",
|
| 434 |
+
"intertidal",
|
| 435 |
+
"intertidal zone",
|
| 436 |
+
"intertropical convergence zone",
|
| 437 |
+
"interval",
|
| 438 |
+
"inversion layer",
|
| 439 |
+
"investigate",
|
| 440 |
+
"investigation",
|
| 441 |
+
"inward",
|
| 442 |
+
"ionization energy",
|
| 443 |
+
"ionization potential",
|
| 444 |
+
"ionizing radiation",
|
| 445 |
+
"isostatic adjustment",
|
| 446 |
+
"isostatic rebound",
|
| 447 |
+
"itcz",
|
| 448 |
+
"jet stream",
|
| 449 |
+
"jet stream wind",
|
| 450 |
+
"l1",
|
| 451 |
+
"l2",
|
| 452 |
+
"l3",
|
| 453 |
+
"l4",
|
| 454 |
+
"laboratory environment",
|
| 455 |
+
"lake effect snow",
|
| 456 |
+
"lake effect snowstorm",
|
| 457 |
+
"land",
|
| 458 |
+
"land region",
|
| 459 |
+
"land surface",
|
| 460 |
+
"large igneous province",
|
| 461 |
+
"larmor radius",
|
| 462 |
+
"lbs",
|
| 463 |
+
"levee",
|
| 464 |
+
"level of free convection",
|
| 465 |
+
"level1",
|
| 466 |
+
"level2",
|
| 467 |
+
"level3",
|
| 468 |
+
"level4",
|
| 469 |
+
"lfc",
|
| 470 |
+
"lift",
|
| 471 |
+
"lifting",
|
| 472 |
+
"linear",
|
| 473 |
+
"lip",
|
| 474 |
+
"liquid water equivalent",
|
| 475 |
+
"littoral",
|
| 476 |
+
"littoral current",
|
| 477 |
+
"littoral drift",
|
| 478 |
+
"littoral zone",
|
| 479 |
+
"location",
|
| 480 |
+
"location based service",
|
| 481 |
+
"longshore current",
|
| 482 |
+
"longshore drift",
|
| 483 |
+
"love wave",
|
| 484 |
+
"lowland",
|
| 485 |
+
"lwave",
|
| 486 |
+
"lwe",
|
| 487 |
+
"mackerel breeze",
|
| 488 |
+
"mackerel gale",
|
| 489 |
+
"mact",
|
| 490 |
+
"mafic",
|
| 491 |
+
"magnetic storm",
|
| 492 |
+
"magnetic substorm",
|
| 493 |
+
"manned",
|
| 494 |
+
"mantle plume",
|
| 495 |
+
"mantle thermal plume",
|
| 496 |
+
"map",
|
| 497 |
+
"mapping",
|
| 498 |
+
"marine ecosystem",
|
| 499 |
+
"marine protected area",
|
| 500 |
+
"marine science",
|
| 501 |
+
"mask",
|
| 502 |
+
"mass concentration",
|
| 503 |
+
"maximum achievable control technology",
|
| 504 |
+
"mean",
|
| 505 |
+
"measurement scale",
|
| 506 |
+
"mesoscale eddy",
|
| 507 |
+
"mesosphere",
|
| 508 |
+
"metal",
|
| 509 |
+
"metalloid",
|
| 510 |
+
"methane clathrate",
|
| 511 |
+
"methane hydrate",
|
| 512 |
+
"methane ice",
|
| 513 |
+
"metropolitan statistical area",
|
| 514 |
+
"middle atmosphere",
|
| 515 |
+
"military",
|
| 516 |
+
"mineral",
|
| 517 |
+
"mining",
|
| 518 |
+
"mission tested environment",
|
| 519 |
+
"mix",
|
| 520 |
+
"mixed chemical substance",
|
| 521 |
+
"mixing",
|
| 522 |
+
"mixture",
|
| 523 |
+
"moazagotl",
|
| 524 |
+
"mode eddy",
|
| 525 |
+
"model",
|
| 526 |
+
"modulus of elasticity",
|
| 527 |
+
"moho",
|
| 528 |
+
"mohorovicic discontinuity",
|
| 529 |
+
"molar concentration",
|
| 530 |
+
"mole concentration",
|
| 531 |
+
"monitor",
|
| 532 |
+
"monitoring",
|
| 533 |
+
"moraine",
|
| 534 |
+
"mountain",
|
| 535 |
+
"mountain fog",
|
| 536 |
+
"mpa",
|
| 537 |
+
"msa",
|
| 538 |
+
"multiplication",
|
| 539 |
+
"multiset",
|
| 540 |
+
"nao",
|
| 541 |
+
"narrow band",
|
| 542 |
+
"narrow spectrum",
|
| 543 |
+
"natural resource management index",
|
| 544 |
+
"negative feedback",
|
| 545 |
+
"net primary productivity",
|
| 546 |
+
"new source performance standard",
|
| 547 |
+
"new source review",
|
| 548 |
+
"nighttime",
|
| 549 |
+
"nmvoc",
|
| 550 |
+
"no observed adverse effect level",
|
| 551 |
+
"no observed effect level",
|
| 552 |
+
"noael",
|
| 553 |
+
"noctilucent cloud",
|
| 554 |
+
"noctilueent cloud",
|
| 555 |
+
"nocturnal",
|
| 556 |
+
"node",
|
| 557 |
+
"noel",
|
| 558 |
+
"non ionizing radiation",
|
| 559 |
+
"non methane volatile organic compound",
|
| 560 |
+
"non orographic",
|
| 561 |
+
"nonlinear",
|
| 562 |
+
"nonmetal",
|
| 563 |
+
"normal",
|
| 564 |
+
"normal distribution",
|
| 565 |
+
"normal stress",
|
| 566 |
+
"normalization",
|
| 567 |
+
"normalize",
|
| 568 |
+
"north atlantic oscillation",
|
| 569 |
+
"npp",
|
| 570 |
+
"nrmi",
|
| 571 |
+
"nsps",
|
| 572 |
+
"nsr",
|
| 573 |
+
"nuclide",
|
| 574 |
+
"nuee ardente eruption",
|
| 575 |
+
"o horizon",
|
| 576 |
+
"observation",
|
| 577 |
+
"observe",
|
| 578 |
+
"obsolete periglaciation",
|
| 579 |
+
"occurrence",
|
| 580 |
+
"ocean floor",
|
| 581 |
+
"oceanography",
|
| 582 |
+
"old growth",
|
| 583 |
+
"ols",
|
| 584 |
+
"on site",
|
| 585 |
+
"opacity",
|
| 586 |
+
"operational environment",
|
| 587 |
+
"optical depth",
|
| 588 |
+
"optical thickness",
|
| 589 |
+
"optimization",
|
| 590 |
+
"optimize",
|
| 591 |
+
"order",
|
| 592 |
+
"ordinal property",
|
| 593 |
+
"ordinal scale",
|
| 594 |
+
"ordinary least squares",
|
| 595 |
+
"organic matter",
|
| 596 |
+
"organic substance",
|
| 597 |
+
"orographic",
|
| 598 |
+
"orographic fog",
|
| 599 |
+
"orography",
|
| 600 |
+
"outer core",
|
| 601 |
+
"outgoing",
|
| 602 |
+
"outward",
|
| 603 |
+
"oxidation",
|
| 604 |
+
"ozone depletion",
|
| 605 |
+
"ozone hole",
|
| 606 |
+
"ozone layer",
|
| 607 |
+
"p wave",
|
| 608 |
+
"pacific decadal oscillation",
|
| 609 |
+
"palmer drought index",
|
| 610 |
+
"palmer drought severity index",
|
| 611 |
+
"palmer hydrological drought index",
|
| 612 |
+
"parameterization",
|
| 613 |
+
"parameterize",
|
| 614 |
+
"parent rock",
|
| 615 |
+
"park",
|
| 616 |
+
"parkland",
|
| 617 |
+
"path",
|
| 618 |
+
"pc",
|
| 619 |
+
"pdf",
|
| 620 |
+
"pdi",
|
| 621 |
+
"pdo",
|
| 622 |
+
"pdsi",
|
| 623 |
+
"peleean eruption",
|
| 624 |
+
"percolate",
|
| 625 |
+
"percolation",
|
| 626 |
+
"periglacial",
|
| 627 |
+
"periphery",
|
| 628 |
+
"petroleum",
|
| 629 |
+
"phase transition",
|
| 630 |
+
"phdi",
|
| 631 |
+
"photic zone",
|
| 632 |
+
"photodecomposition",
|
| 633 |
+
"photodissociation",
|
| 634 |
+
"photolysis",
|
| 635 |
+
"phreatic eruption",
|
| 636 |
+
"planetary boundary",
|
| 637 |
+
"planetary boundary layer",
|
| 638 |
+
"planetary layer",
|
| 639 |
+
"planetary science",
|
| 640 |
+
"planetary surface",
|
| 641 |
+
"planetary surface level",
|
| 642 |
+
"planetary wave",
|
| 643 |
+
"planetology",
|
| 644 |
+
"plate convergence",
|
| 645 |
+
"plate divergence",
|
| 646 |
+
"playa",
|
| 647 |
+
"pluton",
|
| 648 |
+
"plutonic rock",
|
| 649 |
+
"point",
|
| 650 |
+
"polar cap index",
|
| 651 |
+
"pore",
|
| 652 |
+
"pore space",
|
| 653 |
+
"porosity",
|
| 654 |
+
"porousness",
|
| 655 |
+
"position",
|
| 656 |
+
"positive feedback",
|
| 657 |
+
"power source",
|
| 658 |
+
"power spectrum",
|
| 659 |
+
"predict",
|
| 660 |
+
"prediction",
|
| 661 |
+
"primary wave",
|
| 662 |
+
"probability density function",
|
| 663 |
+
"probability distribution function",
|
| 664 |
+
"product",
|
| 665 |
+
"profile",
|
| 666 |
+
"propagation",
|
| 667 |
+
"pyroxene",
|
| 668 |
+
"pyroxine",
|
| 669 |
+
"qbo",
|
| 670 |
+
"quantitative property",
|
| 671 |
+
"quantitative scale",
|
| 672 |
+
"quantity",
|
| 673 |
+
"quasi biennial oscillation",
|
| 674 |
+
"quotient",
|
| 675 |
+
"radiation belt",
|
| 676 |
+
"radiational cooling",
|
| 677 |
+
"radiational heating",
|
| 678 |
+
"radiative cooling",
|
| 679 |
+
"radiative heating",
|
| 680 |
+
"radioisotope",
|
| 681 |
+
"radionuclide",
|
| 682 |
+
"rain",
|
| 683 |
+
"rainfall",
|
| 684 |
+
"rainout",
|
| 685 |
+
"raised bank",
|
| 686 |
+
"rareification",
|
| 687 |
+
"rate",
|
| 688 |
+
"reaction",
|
| 689 |
+
"reanalysis",
|
| 690 |
+
"reanalyze",
|
| 691 |
+
"rear arc",
|
| 692 |
+
"rec",
|
| 693 |
+
"receive",
|
| 694 |
+
"reception",
|
| 695 |
+
"reconstruct",
|
| 696 |
+
"reconstruction",
|
| 697 |
+
"reduction",
|
| 698 |
+
"reference dose",
|
| 699 |
+
"reference exposure concentration",
|
| 700 |
+
"reference exposure level",
|
| 701 |
+
"reformat",
|
| 702 |
+
"reformatting",
|
| 703 |
+
"regolith",
|
| 704 |
+
"regrid",
|
| 705 |
+
"regridding",
|
| 706 |
+
"rel",
|
| 707 |
+
"renewable resource",
|
| 708 |
+
"representative environment",
|
| 709 |
+
"reptation",
|
| 710 |
+
"reservoir",
|
| 711 |
+
"resonance",
|
| 712 |
+
"resonant",
|
| 713 |
+
"resource extraction",
|
| 714 |
+
"retro arc",
|
| 715 |
+
"rfd",
|
| 716 |
+
"ridge",
|
| 717 |
+
"rim",
|
| 718 |
+
"riparian",
|
| 719 |
+
"riparian zone",
|
| 720 |
+
"rise",
|
| 721 |
+
"rock",
|
| 722 |
+
"rock cycle",
|
| 723 |
+
"rock cycle process",
|
| 724 |
+
"rossby wave",
|
| 725 |
+
"s wave",
|
| 726 |
+
"saline water",
|
| 727 |
+
"salt lake",
|
| 728 |
+
"salt water",
|
| 729 |
+
"sand dune",
|
| 730 |
+
"sar",
|
| 731 |
+
"scalar",
|
| 732 |
+
"scale",
|
| 733 |
+
"scale factor",
|
| 734 |
+
"scaling",
|
| 735 |
+
"scientific model",
|
| 736 |
+
"sea floor",
|
| 737 |
+
"sea ice floe",
|
| 738 |
+
"seabed",
|
| 739 |
+
"second growth",
|
| 740 |
+
"secondary wave",
|
| 741 |
+
"separation",
|
| 742 |
+
"seq",
|
| 743 |
+
"sequence",
|
| 744 |
+
"shallow focus earthquake",
|
| 745 |
+
"shear stress",
|
| 746 |
+
"shore",
|
| 747 |
+
"shore platform",
|
| 748 |
+
"shoreline",
|
| 749 |
+
"sic",
|
| 750 |
+
"simulate",
|
| 751 |
+
"simulation",
|
| 752 |
+
"skin layer",
|
| 753 |
+
"sleet",
|
| 754 |
+
"small circle",
|
| 755 |
+
"smi",
|
| 756 |
+
"smsa",
|
| 757 |
+
"snout",
|
| 758 |
+
"snow water equivalent",
|
| 759 |
+
"sodium adsorption ratio",
|
| 760 |
+
"solid earth",
|
| 761 |
+
"solidity",
|
| 762 |
+
"solidness",
|
| 763 |
+
"solvation",
|
| 764 |
+
"soot",
|
| 765 |
+
"sound",
|
| 766 |
+
"sound wave",
|
| 767 |
+
"southern oscillation",
|
| 768 |
+
"spatial configuration",
|
| 769 |
+
"special administration region",
|
| 770 |
+
"species extinction",
|
| 771 |
+
"specific heat",
|
| 772 |
+
"specific heat capacity",
|
| 773 |
+
"specific intensity",
|
| 774 |
+
"spectral analysis",
|
| 775 |
+
"spectral line",
|
| 776 |
+
"spectrum",
|
| 777 |
+
"spherical harmonic",
|
| 778 |
+
"spherical harmonic function",
|
| 779 |
+
"square wave",
|
| 780 |
+
"stability",
|
| 781 |
+
"stable",
|
| 782 |
+
"standard industrial classification",
|
| 783 |
+
"standard metropolitan statistical area",
|
| 784 |
+
"standing wave",
|
| 785 |
+
"state change",
|
| 786 |
+
"steam",
|
| 787 |
+
"steam blast eruption",
|
| 788 |
+
"stellar core",
|
| 789 |
+
"storage",
|
| 790 |
+
"storage coefficient",
|
| 791 |
+
"storativity",
|
| 792 |
+
"stretch",
|
| 793 |
+
"subaerial",
|
| 794 |
+
"subaqueous volcano",
|
| 795 |
+
"submarine volcano",
|
| 796 |
+
"subside",
|
| 797 |
+
"subsidence",
|
| 798 |
+
"subsoil",
|
| 799 |
+
"substrata",
|
| 800 |
+
"substratum",
|
| 801 |
+
"subsurface",
|
| 802 |
+
"subtraction",
|
| 803 |
+
"sum",
|
| 804 |
+
"summation",
|
| 805 |
+
"supergranulation",
|
| 806 |
+
"surface moisture index",
|
| 807 |
+
"surface region",
|
| 808 |
+
"surface soil",
|
| 809 |
+
"surface wave",
|
| 810 |
+
"suspended load",
|
| 811 |
+
"suspension load",
|
| 812 |
+
"sustainability",
|
| 813 |
+
"sustainable",
|
| 814 |
+
"swarm",
|
| 815 |
+
"swe",
|
| 816 |
+
"system component",
|
| 817 |
+
"technology readiness level",
|
| 818 |
+
"tectonic force",
|
| 819 |
+
"tectonic process",
|
| 820 |
+
"temperate climate",
|
| 821 |
+
"temperature gradient",
|
| 822 |
+
"temperature inversion layer",
|
| 823 |
+
"temporal average",
|
| 824 |
+
"temporal entity",
|
| 825 |
+
"temporal mean",
|
| 826 |
+
"temporal range",
|
| 827 |
+
"temporal reference",
|
| 828 |
+
"tendency",
|
| 829 |
+
"tensile stress",
|
| 830 |
+
"theoretical",
|
| 831 |
+
"theory",
|
| 832 |
+
"thermal energy",
|
| 833 |
+
"thermal expansion coefficient",
|
| 834 |
+
"thermal flux",
|
| 835 |
+
"thermal gradient",
|
| 836 |
+
"tidal wave",
|
| 837 |
+
"tide pool",
|
| 838 |
+
"till",
|
| 839 |
+
"till plain",
|
| 840 |
+
"time average",
|
| 841 |
+
"time interval",
|
| 842 |
+
"time mean",
|
| 843 |
+
"time range",
|
| 844 |
+
"time reference",
|
| 845 |
+
"tipping point",
|
| 846 |
+
"top",
|
| 847 |
+
"topsoil",
|
| 848 |
+
"train",
|
| 849 |
+
"training",
|
| 850 |
+
"trajectory",
|
| 851 |
+
"transcendental function",
|
| 852 |
+
"transform boundary",
|
| 853 |
+
"transform margin",
|
| 854 |
+
"transform plate boundary",
|
| 855 |
+
"transformation",
|
| 856 |
+
"transforming",
|
| 857 |
+
"transmission",
|
| 858 |
+
"transmit",
|
| 859 |
+
"traveling wave",
|
| 860 |
+
"trl",
|
| 861 |
+
"tropical climate",
|
| 862 |
+
"tropical upper tropospheric trough",
|
| 863 |
+
"trust",
|
| 864 |
+
"tsunami",
|
| 865 |
+
"tutt",
|
| 866 |
+
"unconfined aquifer",
|
| 867 |
+
"undirected graph",
|
| 868 |
+
"unit risk factor",
|
| 869 |
+
"unmanned",
|
| 870 |
+
"unsaturated zone",
|
| 871 |
+
"unstable",
|
| 872 |
+
"upper mantle flowing",
|
| 873 |
+
"upper mantle rigid",
|
| 874 |
+
"urf",
|
| 875 |
+
"vadose zone",
|
| 876 |
+
"van allen belt",
|
| 877 |
+
"variable mapping",
|
| 878 |
+
"vector",
|
| 879 |
+
"verification",
|
| 880 |
+
"verified validated environment",
|
| 881 |
+
"verify",
|
| 882 |
+
"vertex",
|
| 883 |
+
"vertical",
|
| 884 |
+
"vertical coordinate",
|
| 885 |
+
"vertical profile",
|
| 886 |
+
"vertice",
|
| 887 |
+
"viscosity",
|
| 888 |
+
"visualization",
|
| 889 |
+
"visualize",
|
| 890 |
+
"voc",
|
| 891 |
+
"volatile organic compound",
|
| 892 |
+
"volcanic activity",
|
| 893 |
+
"volcanic arc",
|
| 894 |
+
"volcanic chain",
|
| 895 |
+
"volcanic phenomena",
|
| 896 |
+
"volcanism",
|
| 897 |
+
"vulcanism",
|
| 898 |
+
"walker cell",
|
| 899 |
+
"walker circulation",
|
| 900 |
+
"warm front",
|
| 901 |
+
"wash load",
|
| 902 |
+
"washout",
|
| 903 |
+
"water body boundary",
|
| 904 |
+
"water cycle",
|
| 905 |
+
"water table aquifer",
|
| 906 |
+
"water vapor",
|
| 907 |
+
"watershed",
|
| 908 |
+
"wave cut platform",
|
| 909 |
+
"wave propagation",
|
| 910 |
+
"weather",
|
| 911 |
+
"weather condition",
|
| 912 |
+
"weathering",
|
| 913 |
+
"white light",
|
| 914 |
+
"wind chill",
|
| 915 |
+
"wind chill index",
|
| 916 |
+
"wind gust",
|
| 917 |
+
"youngs modulus"
|
| 918 |
+
],
|
| 919 |
+
"relations": [
|
| 920 |
+
"disjointWith",
|
| 921 |
+
"equivalentClass",
|
| 922 |
+
"seeAlso"
|
| 923 |
+
],
|
| 924 |
+
"non_taxonomies": [
|
| 925 |
+
{
|
| 926 |
+
"ID": "NR_31b0e1f9",
|
| 927 |
+
"head": "density",
|
| 928 |
+
"tail": "mass concentration",
|
| 929 |
+
"relation": "equivalentClass"
|
| 930 |
+
},
|
| 931 |
+
{
|
| 932 |
+
"ID": "NR_31a54290",
|
| 933 |
+
"head": "nsr",
|
| 934 |
+
"tail": "new source review",
|
| 935 |
+
"relation": "equivalentClass"
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"ID": "NR_3d1f8549",
|
| 939 |
+
"head": "affine",
|
| 940 |
+
"tail": "linear",
|
| 941 |
+
"relation": "equivalentClass"
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"ID": "NR_a2ea61c8",
|
| 945 |
+
"head": "cyclotron frequency",
|
| 946 |
+
"tail": "gyrofrequency",
|
| 947 |
+
"relation": "equivalentClass"
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"ID": "NR_3412a6da",
|
| 951 |
+
"head": "extinction",
|
| 952 |
+
"tail": "species extinction",
|
| 953 |
+
"relation": "equivalentClass"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"ID": "NR_0a110fe5",
|
| 957 |
+
"head": "till",
|
| 958 |
+
"tail": "till plain",
|
| 959 |
+
"relation": "equivalentClass"
|
| 960 |
+
},
|
| 961 |
+
{
|
| 962 |
+
"ID": "NR_3ebd522f",
|
| 963 |
+
"head": "non orographic",
|
| 964 |
+
"tail": "orographic",
|
| 965 |
+
"relation": "disjointWith"
|
| 966 |
+
},
|
| 967 |
+
{
|
| 968 |
+
"ID": "NR_1fe72ba1",
|
| 969 |
+
"head": "cyclotron radius",
|
| 970 |
+
"tail": "gyroradius",
|
| 971 |
+
"relation": "equivalentClass"
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"ID": "NR_7d89cafd",
|
| 975 |
+
"head": "transform boundary",
|
| 976 |
+
"tail": "transform margin",
|
| 977 |
+
"relation": "equivalentClass"
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"ID": "NR_a96e7d27",
|
| 981 |
+
"head": "chemical element",
|
| 982 |
+
"tail": "element",
|
| 983 |
+
"relation": "equivalentClass"
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"ID": "NR_f725afc8",
|
| 987 |
+
"head": "average",
|
| 988 |
+
"tail": "mean",
|
| 989 |
+
"relation": "equivalentClass"
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"ID": "NR_6c3c8f0d",
|
| 993 |
+
"head": "data mining",
|
| 994 |
+
"tail": "mining",
|
| 995 |
+
"relation": "equivalentClass"
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"ID": "NR_167c60ff",
|
| 999 |
+
"head": "acid fog",
|
| 1000 |
+
"tail": "acid haze",
|
| 1001 |
+
"relation": "equivalentClass"
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"ID": "NR_a20807bc",
|
| 1005 |
+
"head": "continuous",
|
| 1006 |
+
"tail": "discontinuous",
|
| 1007 |
+
"relation": "disjointWith"
|
| 1008 |
+
},
|
| 1009 |
+
{
|
| 1010 |
+
"ID": "NR_91357e8c",
|
| 1011 |
+
"head": "core mantle boundary",
|
| 1012 |
+
"tail": "guttenburg discontinuity",
|
| 1013 |
+
"relation": "equivalentClass"
|
| 1014 |
+
},
|
| 1015 |
+
{
|
| 1016 |
+
"ID": "NR_49e66595",
|
| 1017 |
+
"head": "gust",
|
| 1018 |
+
"tail": "wind gust",
|
| 1019 |
+
"relation": "equivalentClass"
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"ID": "NR_82c62df8",
|
| 1023 |
+
"head": "inertia wave",
|
| 1024 |
+
"tail": "inertial wave",
|
| 1025 |
+
"relation": "equivalentClass"
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"ID": "NR_27ba8673",
|
| 1029 |
+
"head": "hc",
|
| 1030 |
+
"tail": "hydrocarbon",
|
| 1031 |
+
"relation": "equivalentClass"
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"ID": "NR_19f65c7b",
|
| 1035 |
+
"head": "temporal range",
|
| 1036 |
+
"tail": "time range",
|
| 1037 |
+
"relation": "equivalentClass"
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"ID": "NR_a9c9870d",
|
| 1041 |
+
"head": "erode",
|
| 1042 |
+
"tail": "erosion",
|
| 1043 |
+
"relation": "equivalentClass"
|
| 1044 |
+
},
|
| 1045 |
+
{
|
| 1046 |
+
"ID": "NR_71114293",
|
| 1047 |
+
"head": "cold front",
|
| 1048 |
+
"tail": "warm front",
|
| 1049 |
+
"relation": "disjointWith"
|
| 1050 |
+
},
|
| 1051 |
+
{
|
| 1052 |
+
"ID": "NR_9237e76f",
|
| 1053 |
+
"head": "ccn",
|
| 1054 |
+
"tail": "cloud condensation nuclei",
|
| 1055 |
+
"relation": "equivalentClass"
|
| 1056 |
+
},
|
| 1057 |
+
{
|
| 1058 |
+
"ID": "NR_b4203d4e",
|
| 1059 |
+
"head": "littoral current",
|
| 1060 |
+
"tail": "longshore current",
|
| 1061 |
+
"relation": "equivalentClass"
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"ID": "NR_215c331e",
|
| 1065 |
+
"head": "lip",
|
| 1066 |
+
"tail": "large igneous province",
|
| 1067 |
+
"relation": "equivalentClass"
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"ID": "NR_aed9e26d",
|
| 1071 |
+
"head": "chemical process",
|
| 1072 |
+
"tail": "reaction",
|
| 1073 |
+
"relation": "equivalentClass"
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"ID": "NR_478e3108",
|
| 1077 |
+
"head": "modulus of elasticity",
|
| 1078 |
+
"tail": "youngs modulus",
|
| 1079 |
+
"relation": "equivalentClass"
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"ID": "NR_150f4e43",
|
| 1083 |
+
"head": "inorganic substance",
|
| 1084 |
+
"tail": "organic substance",
|
| 1085 |
+
"relation": "disjointWith"
|
| 1086 |
+
},
|
| 1087 |
+
{
|
| 1088 |
+
"ID": "NR_8138f70b",
|
| 1089 |
+
"head": "aaqs",
|
| 1090 |
+
"tail": "ambient air quality standard",
|
| 1091 |
+
"relation": "equivalentClass"
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"ID": "NR_272723cf",
|
| 1095 |
+
"head": "clathrate hydrate",
|
| 1096 |
+
"tail": "gas hydrate",
|
| 1097 |
+
"relation": "equivalentClass"
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"ID": "NR_d923b119",
|
| 1101 |
+
"head": "sustainability",
|
| 1102 |
+
"tail": "sustainable",
|
| 1103 |
+
"relation": "equivalentClass"
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"ID": "NR_456b13a2",
|
| 1107 |
+
"head": "dissolution",
|
| 1108 |
+
"tail": "solvation",
|
| 1109 |
+
"relation": "equivalentClass"
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"ID": "NR_2358cfa1",
|
| 1113 |
+
"head": "directed graph",
|
| 1114 |
+
"tail": "undirected graph",
|
| 1115 |
+
"relation": "disjointWith"
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"ID": "NR_9f1172c7",
|
| 1119 |
+
"head": "archive",
|
| 1120 |
+
"tail": "archiving",
|
| 1121 |
+
"relation": "equivalentClass"
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"ID": "NR_1bdf8e3d",
|
| 1125 |
+
"head": "oxidation",
|
| 1126 |
+
"tail": "reduction",
|
| 1127 |
+
"relation": "disjointWith"
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"ID": "NR_d580eefb",
|
| 1131 |
+
"head": "predict",
|
| 1132 |
+
"tail": "prediction",
|
| 1133 |
+
"relation": "equivalentClass"
|
| 1134 |
+
},
|
| 1135 |
+
{
|
| 1136 |
+
"ID": "NR_2473b157",
|
| 1137 |
+
"head": "power spectrum",
|
| 1138 |
+
"tail": "spectrum",
|
| 1139 |
+
"relation": "equivalentClass"
|
| 1140 |
+
},
|
| 1141 |
+
{
|
| 1142 |
+
"ID": "NR_52cbbaac",
|
| 1143 |
+
"head": "littoral drift",
|
| 1144 |
+
"tail": "longshore drift",
|
| 1145 |
+
"relation": "equivalentClass"
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"ID": "NR_023ea781",
|
| 1149 |
+
"head": "weathering",
|
| 1150 |
+
"tail": "erosion",
|
| 1151 |
+
"relation": "disjointWith"
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"ID": "NR_616e646d",
|
| 1155 |
+
"head": "apiculture",
|
| 1156 |
+
"tail": "beekeeping",
|
| 1157 |
+
"relation": "equivalentClass"
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"ID": "NR_32247d60",
|
| 1161 |
+
"head": "gravitational force",
|
| 1162 |
+
"tail": "gravity",
|
| 1163 |
+
"relation": "equivalentClass"
|
| 1164 |
+
},
|
| 1165 |
+
{
|
| 1166 |
+
"ID": "NR_4b883714",
|
| 1167 |
+
"head": "fourier analysis",
|
| 1168 |
+
"tail": "fourier transform",
|
| 1169 |
+
"relation": "equivalentClass"
|
| 1170 |
+
},
|
| 1171 |
+
{
|
| 1172 |
+
"ID": "NR_2d04a6bb",
|
| 1173 |
+
"head": "geomagnetic storm",
|
| 1174 |
+
"tail": "magnetic storm",
|
| 1175 |
+
"relation": "equivalentClass"
|
| 1176 |
+
},
|
| 1177 |
+
{
|
| 1178 |
+
"ID": "NR_aec94d2e",
|
| 1179 |
+
"head": "acoustic wave",
|
| 1180 |
+
"tail": "sound wave",
|
| 1181 |
+
"relation": "equivalentClass"
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"ID": "NR_3518fbee",
|
| 1185 |
+
"head": "l1",
|
| 1186 |
+
"tail": "level1",
|
| 1187 |
+
"relation": "equivalentClass"
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"ID": "NR_fe1b6492",
|
| 1191 |
+
"head": "cryosol",
|
| 1192 |
+
"tail": "gelisol",
|
| 1193 |
+
"relation": "equivalentClass"
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"ID": "NR_d5caa903",
|
| 1197 |
+
"head": "planetary surface",
|
| 1198 |
+
"tail": "subaerial",
|
| 1199 |
+
"relation": "equivalentClass"
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"ID": "NR_7f0b4ac6",
|
| 1203 |
+
"head": "dune",
|
| 1204 |
+
"tail": "sand dune",
|
| 1205 |
+
"relation": "equivalentClass"
|
| 1206 |
+
},
|
| 1207 |
+
{
|
| 1208 |
+
"ID": "NR_b25d8d0b",
|
| 1209 |
+
"head": "bed load",
|
| 1210 |
+
"tail": "suspended load",
|
| 1211 |
+
"relation": "disjointWith"
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"ID": "NR_3b5b2e34",
|
| 1215 |
+
"head": "crude oil",
|
| 1216 |
+
"tail": "petroleum",
|
| 1217 |
+
"relation": "equivalentClass"
|
| 1218 |
+
},
|
| 1219 |
+
{
|
| 1220 |
+
"ID": "NR_f70711d0",
|
| 1221 |
+
"head": "inorganic",
|
| 1222 |
+
"tail": "inorganic substance",
|
| 1223 |
+
"relation": "equivalentClass"
|
| 1224 |
+
},
|
| 1225 |
+
{
|
| 1226 |
+
"ID": "NR_9a9a0455",
|
| 1227 |
+
"head": "metal",
|
| 1228 |
+
"tail": "metalloid",
|
| 1229 |
+
"relation": "disjointWith"
|
| 1230 |
+
},
|
| 1231 |
+
{
|
| 1232 |
+
"ID": "NR_49c5ca7b",
|
| 1233 |
+
"head": "incoming",
|
| 1234 |
+
"tail": "inward",
|
| 1235 |
+
"relation": "equivalentClass"
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"ID": "NR_88af0ae7",
|
| 1239 |
+
"head": "npp",
|
| 1240 |
+
"tail": "net primary productivity",
|
| 1241 |
+
"relation": "equivalentClass"
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"ID": "NR_7dec5c88",
|
| 1245 |
+
"head": "voc",
|
| 1246 |
+
"tail": "volatile organic compound",
|
| 1247 |
+
"relation": "equivalentClass"
|
| 1248 |
+
},
|
| 1249 |
+
{
|
| 1250 |
+
"ID": "NR_bf809f52",
|
| 1251 |
+
"head": "verification",
|
| 1252 |
+
"tail": "verify",
|
| 1253 |
+
"relation": "equivalentClass"
|
| 1254 |
+
},
|
| 1255 |
+
{
|
| 1256 |
+
"ID": "NR_6cbb8dfc",
|
| 1257 |
+
"head": "coriolis effect",
|
| 1258 |
+
"tail": "coriolis force",
|
| 1259 |
+
"relation": "equivalentClass"
|
| 1260 |
+
},
|
| 1261 |
+
{
|
| 1262 |
+
"ID": "NR_76dc921a",
|
| 1263 |
+
"head": "dike",
|
| 1264 |
+
"tail": "flood bank",
|
| 1265 |
+
"relation": "equivalentClass"
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"ID": "NR_8306c5af",
|
| 1269 |
+
"head": "do",
|
| 1270 |
+
"tail": "dissolved oxygen",
|
| 1271 |
+
"relation": "equivalentClass"
|
| 1272 |
+
},
|
| 1273 |
+
{
|
| 1274 |
+
"ID": "NR_c3c927ed",
|
| 1275 |
+
"head": "balance equation",
|
| 1276 |
+
"tail": "budget equation",
|
| 1277 |
+
"relation": "equivalentClass"
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"ID": "NR_0c493d3b",
|
| 1281 |
+
"head": "aftershock",
|
| 1282 |
+
"tail": "foreshock",
|
| 1283 |
+
"relation": "disjointWith"
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"ID": "NR_8eb33591",
|
| 1287 |
+
"head": "attenuation",
|
| 1288 |
+
"tail": "extinction",
|
| 1289 |
+
"relation": "equivalentClass"
|
| 1290 |
+
},
|
| 1291 |
+
{
|
| 1292 |
+
"ID": "NR_7d19c697",
|
| 1293 |
+
"head": "bag",
|
| 1294 |
+
"tail": "multiset",
|
| 1295 |
+
"relation": "equivalentClass"
|
| 1296 |
+
},
|
| 1297 |
+
{
|
| 1298 |
+
"ID": "NR_7bf4d9fc",
|
| 1299 |
+
"head": "box car",
|
| 1300 |
+
"tail": "square wave",
|
| 1301 |
+
"relation": "equivalentClass"
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"ID": "NR_3fe4888c",
|
| 1305 |
+
"head": "nsps",
|
| 1306 |
+
"tail": "new source performance standard",
|
| 1307 |
+
"relation": "equivalentClass"
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"ID": "NR_2f44046b",
|
| 1311 |
+
"head": "base unit",
|
| 1312 |
+
"tail": "complex unit",
|
| 1313 |
+
"relation": "disjointWith"
|
| 1314 |
+
},
|
| 1315 |
+
{
|
| 1316 |
+
"ID": "NR_1bc78a74",
|
| 1317 |
+
"head": "extensive property",
|
| 1318 |
+
"tail": "intensive property",
|
| 1319 |
+
"relation": "disjointWith"
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"ID": "NR_85105088",
|
| 1323 |
+
"head": "assimilate",
|
| 1324 |
+
"tail": "assimilation",
|
| 1325 |
+
"relation": "equivalentClass"
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"ID": "NR_8151cc71",
|
| 1329 |
+
"head": "metalloid",
|
| 1330 |
+
"tail": "nonmetal",
|
| 1331 |
+
"relation": "disjointWith"
|
| 1332 |
+
},
|
| 1333 |
+
{
|
| 1334 |
+
"ID": "NR_ab742ab7",
|
| 1335 |
+
"head": "categorical scale",
|
| 1336 |
+
"tail": "quantitative scale",
|
| 1337 |
+
"relation": "disjointWith"
|
| 1338 |
+
},
|
| 1339 |
+
{
|
| 1340 |
+
"ID": "NR_efafef91",
|
| 1341 |
+
"head": "cross section",
|
| 1342 |
+
"tail": "cross sectional area",
|
| 1343 |
+
"relation": "equivalentClass"
|
| 1344 |
+
},
|
| 1345 |
+
{
|
| 1346 |
+
"ID": "NR_151608ec",
|
| 1347 |
+
"head": "location",
|
| 1348 |
+
"tail": "position",
|
| 1349 |
+
"relation": "equivalentClass"
|
| 1350 |
+
},
|
| 1351 |
+
{
|
| 1352 |
+
"ID": "NR_b25ff50c",
|
| 1353 |
+
"head": "reformat",
|
| 1354 |
+
"tail": "reformatting",
|
| 1355 |
+
"relation": "equivalentClass"
|
| 1356 |
+
},
|
| 1357 |
+
{
|
| 1358 |
+
"ID": "NR_f99aa9ff",
|
| 1359 |
+
"head": "crust",
|
| 1360 |
+
"tail": "skin layer",
|
| 1361 |
+
"relation": "equivalentClass"
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"ID": "NR_0ecffccb",
|
| 1365 |
+
"head": "boundary",
|
| 1366 |
+
"tail": "edge",
|
| 1367 |
+
"relation": "equivalentClass"
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"ID": "NR_0d4e2135",
|
| 1371 |
+
"head": "doc",
|
| 1372 |
+
"tail": "dissolved organic carbon",
|
| 1373 |
+
"relation": "equivalentClass"
|
| 1374 |
+
},
|
| 1375 |
+
{
|
| 1376 |
+
"ID": "NR_3795f6ee",
|
| 1377 |
+
"head": "spherical harmonic",
|
| 1378 |
+
"tail": "spherical harmonic function",
|
| 1379 |
+
"relation": "equivalentClass"
|
| 1380 |
+
},
|
| 1381 |
+
{
|
| 1382 |
+
"ID": "NR_6ae3d6ab",
|
| 1383 |
+
"head": "stability",
|
| 1384 |
+
"tail": "stable",
|
| 1385 |
+
"relation": "equivalentClass"
|
| 1386 |
+
},
|
| 1387 |
+
{
|
| 1388 |
+
"ID": "NR_b9525727",
|
| 1389 |
+
"head": "glacial process",
|
| 1390 |
+
"tail": "periglacial",
|
| 1391 |
+
"relation": "disjointWith"
|
| 1392 |
+
},
|
| 1393 |
+
{
|
| 1394 |
+
"ID": "NR_e6dbec70",
|
| 1395 |
+
"head": "tectonic force",
|
| 1396 |
+
"tail": "tectonic process",
|
| 1397 |
+
"relation": "equivalentClass"
|
| 1398 |
+
},
|
| 1399 |
+
{
|
| 1400 |
+
"ID": "NR_7be94686",
|
| 1401 |
+
"head": "asthenosphere",
|
| 1402 |
+
"tail": "upper mantle flowing",
|
| 1403 |
+
"relation": "equivalentClass"
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"ID": "NR_64bba790",
|
| 1407 |
+
"head": "air sea exchange",
|
| 1408 |
+
"tail": "atmosphere ocean exchange",
|
| 1409 |
+
"relation": "equivalentClass"
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"ID": "NR_3ee937e1",
|
| 1413 |
+
"head": "sea floor",
|
| 1414 |
+
"tail": "seabed",
|
| 1415 |
+
"relation": "equivalentClass"
|
| 1416 |
+
},
|
| 1417 |
+
{
|
| 1418 |
+
"ID": "NR_3af0b5fb",
|
| 1419 |
+
"head": "middle atmosphere",
|
| 1420 |
+
"tail": "ozone layer",
|
| 1421 |
+
"relation": "equivalentClass"
|
| 1422 |
+
},
|
| 1423 |
+
{
|
| 1424 |
+
"ID": "NR_3a47c8d6",
|
| 1425 |
+
"head": "l4",
|
| 1426 |
+
"tail": "level4",
|
| 1427 |
+
"relation": "equivalentClass"
|
| 1428 |
+
},
|
| 1429 |
+
{
|
| 1430 |
+
"ID": "NR_143207bd",
|
| 1431 |
+
"head": "geolocate",
|
| 1432 |
+
"tail": "geolocation",
|
| 1433 |
+
"relation": "equivalentClass"
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"ID": "NR_323430f1",
|
| 1437 |
+
"head": "bdoc",
|
| 1438 |
+
"tail": "biodegradable dissolved organic carbon",
|
| 1439 |
+
"relation": "equivalentClass"
|
| 1440 |
+
},
|
| 1441 |
+
{
|
| 1442 |
+
"ID": "NR_263e3d75",
|
| 1443 |
+
"head": "molar concentration",
|
| 1444 |
+
"tail": "mole concentration",
|
| 1445 |
+
"relation": "equivalentClass"
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"ID": "NR_f2937421",
|
| 1449 |
+
"head": "mountain fog",
|
| 1450 |
+
"tail": "orographic fog",
|
| 1451 |
+
"relation": "equivalentClass"
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"ID": "NR_b136440a",
|
| 1455 |
+
"head": "direction",
|
| 1456 |
+
"tail": "inclination",
|
| 1457 |
+
"relation": "equivalentClass"
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"ID": "NR_e7351e1e",
|
| 1461 |
+
"head": "fiord",
|
| 1462 |
+
"tail": "fjord",
|
| 1463 |
+
"relation": "equivalentClass"
|
| 1464 |
+
},
|
| 1465 |
+
{
|
| 1466 |
+
"ID": "NR_6efc3430",
|
| 1467 |
+
"head": "stability",
|
| 1468 |
+
"tail": "unstable",
|
| 1469 |
+
"relation": "disjointWith"
|
| 1470 |
+
},
|
| 1471 |
+
{
|
| 1472 |
+
"ID": "NR_76158466",
|
| 1473 |
+
"head": "category",
|
| 1474 |
+
"tail": "classification",
|
| 1475 |
+
"relation": "equivalentClass"
|
| 1476 |
+
},
|
| 1477 |
+
{
|
| 1478 |
+
"ID": "NR_7d1b1834",
|
| 1479 |
+
"head": "deform",
|
| 1480 |
+
"tail": "deformation",
|
| 1481 |
+
"relation": "equivalentClass"
|
| 1482 |
+
},
|
| 1483 |
+
{
|
| 1484 |
+
"ID": "NR_881ddd34",
|
| 1485 |
+
"head": "temporal mean",
|
| 1486 |
+
"tail": "time mean",
|
| 1487 |
+
"relation": "equivalentClass"
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"ID": "NR_b1dafe8f",
|
| 1491 |
+
"head": "absorption coefficient",
|
| 1492 |
+
"tail": "opacity",
|
| 1493 |
+
"relation": "equivalentClass"
|
| 1494 |
+
},
|
| 1495 |
+
{
|
| 1496 |
+
"ID": "NR_004018ec",
|
| 1497 |
+
"head": "compression",
|
| 1498 |
+
"tail": "rareification",
|
| 1499 |
+
"relation": "disjointWith"
|
| 1500 |
+
},
|
| 1501 |
+
{
|
| 1502 |
+
"ID": "NR_1d0c0968",
|
| 1503 |
+
"head": "broad spectrum",
|
| 1504 |
+
"tail": "white light",
|
| 1505 |
+
"relation": "equivalentClass"
|
| 1506 |
+
},
|
| 1507 |
+
{
|
| 1508 |
+
"ID": "NR_dd915833",
|
| 1509 |
+
"head": "suspended load",
|
| 1510 |
+
"tail": "suspension load",
|
| 1511 |
+
"relation": "equivalentClass"
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"ID": "NR_a8f6873e",
|
| 1515 |
+
"head": "cluster",
|
| 1516 |
+
"tail": "swarm",
|
| 1517 |
+
"relation": "equivalentClass"
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"ID": "NR_4e38b2d1",
|
| 1521 |
+
"head": "categorical scale",
|
| 1522 |
+
"tail": "ordinal scale",
|
| 1523 |
+
"relation": "disjointWith"
|
| 1524 |
+
},
|
| 1525 |
+
{
|
| 1526 |
+
"ID": "NR_1ae178f6",
|
| 1527 |
+
"head": "esdr",
|
| 1528 |
+
"tail": "earth science data record",
|
| 1529 |
+
"relation": "equivalentClass"
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"ID": "NR_fc1045b9",
|
| 1533 |
+
"head": "adi",
|
| 1534 |
+
"tail": "acceptable daily intake",
|
| 1535 |
+
"relation": "equivalentClass"
|
| 1536 |
+
},
|
| 1537 |
+
{
|
| 1538 |
+
"ID": "NR_22bc6a42",
|
| 1539 |
+
"head": "divergent boundary",
|
| 1540 |
+
"tail": "divergent plate boundary",
|
| 1541 |
+
"relation": "equivalentClass"
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"ID": "NR_48c77d0c",
|
| 1545 |
+
"head": "a",
|
| 1546 |
+
"tail": "tropical climate",
|
| 1547 |
+
"relation": "equivalentClass"
|
| 1548 |
+
},
|
| 1549 |
+
{
|
| 1550 |
+
"ID": "NR_40365e91",
|
| 1551 |
+
"head": "broad band",
|
| 1552 |
+
"tail": "broad spectrum",
|
| 1553 |
+
"relation": "equivalentClass"
|
| 1554 |
+
},
|
| 1555 |
+
{
|
| 1556 |
+
"ID": "NR_324161cf",
|
| 1557 |
+
"head": "vertical",
|
| 1558 |
+
"tail": "vertical coordinate",
|
| 1559 |
+
"relation": "equivalentClass"
|
| 1560 |
+
},
|
| 1561 |
+
{
|
| 1562 |
+
"ID": "NR_7f70febf",
|
| 1563 |
+
"head": "parameterize",
|
| 1564 |
+
"tail": "parameterization",
|
| 1565 |
+
"relation": "equivalentClass"
|
| 1566 |
+
},
|
| 1567 |
+
{
|
| 1568 |
+
"ID": "NR_cc95cc36",
|
| 1569 |
+
"head": "geological phenomena",
|
| 1570 |
+
"tail": "geosphere phenomena",
|
| 1571 |
+
"relation": "equivalentClass"
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"ID": "NR_be20bf23",
|
| 1575 |
+
"head": "basal",
|
| 1576 |
+
"tail": "bottom",
|
| 1577 |
+
"relation": "equivalentClass"
|
| 1578 |
+
},
|
| 1579 |
+
{
|
| 1580 |
+
"ID": "NR_346bf9dd",
|
| 1581 |
+
"head": "debye length",
|
| 1582 |
+
"tail": "debye screening length",
|
| 1583 |
+
"relation": "equivalentClass"
|
| 1584 |
+
},
|
| 1585 |
+
{
|
| 1586 |
+
"ID": "NR_e6c5117c",
|
| 1587 |
+
"head": "noael",
|
| 1588 |
+
"tail": "no observed adverse effect level",
|
| 1589 |
+
"relation": "equivalentClass"
|
| 1590 |
+
},
|
| 1591 |
+
{
|
| 1592 |
+
"ID": "NR_4ae9506d",
|
| 1593 |
+
"head": "normalization",
|
| 1594 |
+
"tail": "normalize",
|
| 1595 |
+
"relation": "equivalentClass"
|
| 1596 |
+
},
|
| 1597 |
+
{
|
| 1598 |
+
"ID": "NR_c487985b",
|
| 1599 |
+
"head": "planetary science",
|
| 1600 |
+
"tail": "planetology",
|
| 1601 |
+
"relation": "equivalentClass"
|
| 1602 |
+
},
|
| 1603 |
+
{
|
| 1604 |
+
"ID": "NR_248d7df0",
|
| 1605 |
+
"head": "esi",
|
| 1606 |
+
"tail": "environmental sustainability index",
|
| 1607 |
+
"relation": "equivalentClass"
|
| 1608 |
+
},
|
| 1609 |
+
{
|
| 1610 |
+
"ID": "NR_16022576",
|
| 1611 |
+
"head": "climate anomaly",
|
| 1612 |
+
"tail": "climatic anomaly",
|
| 1613 |
+
"relation": "equivalentClass"
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"ID": "NR_6795763c",
|
| 1617 |
+
"head": "civil",
|
| 1618 |
+
"tail": "military",
|
| 1619 |
+
"relation": "disjointWith"
|
| 1620 |
+
},
|
| 1621 |
+
{
|
| 1622 |
+
"ID": "NR_8603bec9",
|
| 1623 |
+
"head": "ha",
|
| 1624 |
+
"tail": "halogen",
|
| 1625 |
+
"relation": "equivalentClass"
|
| 1626 |
+
},
|
| 1627 |
+
{
|
| 1628 |
+
"ID": "NR_e0edb279",
|
| 1629 |
+
"head": "bibi",
|
| 1630 |
+
"tail": "benthic index",
|
| 1631 |
+
"relation": "equivalentClass"
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"ID": "NR_f8754337",
|
| 1635 |
+
"head": "alkalic",
|
| 1636 |
+
"tail": "alkalinity",
|
| 1637 |
+
"relation": "equivalentClass"
|
| 1638 |
+
},
|
| 1639 |
+
{
|
| 1640 |
+
"ID": "NR_c172affa",
|
| 1641 |
+
"head": "continuous",
|
| 1642 |
+
"tail": "discrete",
|
| 1643 |
+
"relation": "disjointWith"
|
| 1644 |
+
},
|
| 1645 |
+
{
|
| 1646 |
+
"ID": "NR_c88e2ec2",
|
| 1647 |
+
"head": "probability density function",
|
| 1648 |
+
"tail": "pdf",
|
| 1649 |
+
"relation": "equivalentClass"
|
| 1650 |
+
},
|
| 1651 |
+
{
|
| 1652 |
+
"ID": "NR_184088a8",
|
| 1653 |
+
"head": "granulation",
|
| 1654 |
+
"tail": "granule",
|
| 1655 |
+
"relation": "equivalentClass"
|
| 1656 |
+
},
|
| 1657 |
+
{
|
| 1658 |
+
"ID": "NR_697b677f",
|
| 1659 |
+
"head": "division",
|
| 1660 |
+
"tail": "quotient",
|
| 1661 |
+
"relation": "equivalentClass"
|
| 1662 |
+
},
|
| 1663 |
+
{
|
| 1664 |
+
"ID": "NR_79de9918",
|
| 1665 |
+
"head": "emulate",
|
| 1666 |
+
"tail": "simulate",
|
| 1667 |
+
"relation": "equivalentClass"
|
| 1668 |
+
},
|
| 1669 |
+
{
|
| 1670 |
+
"ID": "NR_7b254486",
|
| 1671 |
+
"head": "back arc",
|
| 1672 |
+
"tail": "retro arc",
|
| 1673 |
+
"relation": "equivalentClass"
|
| 1674 |
+
},
|
| 1675 |
+
{
|
| 1676 |
+
"ID": "NR_12393d06",
|
| 1677 |
+
"head": "fault zone",
|
| 1678 |
+
"tail": "fracture zone",
|
| 1679 |
+
"relation": "equivalentClass"
|
| 1680 |
+
},
|
| 1681 |
+
{
|
| 1682 |
+
"ID": "NR_07d5555a",
|
| 1683 |
+
"head": "land",
|
| 1684 |
+
"tail": "land surface",
|
| 1685 |
+
"relation": "equivalentClass"
|
| 1686 |
+
},
|
| 1687 |
+
{
|
| 1688 |
+
"ID": "NR_3088ccf6",
|
| 1689 |
+
"head": "mantle plume",
|
| 1690 |
+
"tail": "mantle thermal plume",
|
| 1691 |
+
"relation": "equivalentClass"
|
| 1692 |
+
},
|
| 1693 |
+
{
|
| 1694 |
+
"ID": "NR_9ff9b424",
|
| 1695 |
+
"head": "frequency domain analysis",
|
| 1696 |
+
"tail": "spectral analysis",
|
| 1697 |
+
"relation": "equivalentClass"
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"ID": "NR_31010619",
|
| 1701 |
+
"head": "moho",
|
| 1702 |
+
"tail": "mohorovicic discontinuity",
|
| 1703 |
+
"relation": "equivalentClass"
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"ID": "NR_862d28df",
|
| 1707 |
+
"head": "temporal reference",
|
| 1708 |
+
"tail": "time reference",
|
| 1709 |
+
"relation": "equivalentClass"
|
| 1710 |
+
},
|
| 1711 |
+
{
|
| 1712 |
+
"ID": "NR_5488942d",
|
| 1713 |
+
"head": "rate",
|
| 1714 |
+
"tail": "tendency",
|
| 1715 |
+
"relation": "equivalentClass"
|
| 1716 |
+
},
|
| 1717 |
+
{
|
| 1718 |
+
"ID": "NR_cd6adf0b",
|
| 1719 |
+
"head": "internal gravity wave",
|
| 1720 |
+
"tail": "internal wave",
|
| 1721 |
+
"relation": "equivalentClass"
|
| 1722 |
+
},
|
| 1723 |
+
{
|
| 1724 |
+
"ID": "NR_fb4636e8",
|
| 1725 |
+
"head": "normal",
|
| 1726 |
+
"tail": "normal distribution",
|
| 1727 |
+
"relation": "equivalentClass"
|
| 1728 |
+
},
|
| 1729 |
+
{
|
| 1730 |
+
"ID": "NR_b48dab42",
|
| 1731 |
+
"head": "metal",
|
| 1732 |
+
"tail": "nonmetal",
|
| 1733 |
+
"relation": "disjointWith"
|
| 1734 |
+
},
|
| 1735 |
+
{
|
| 1736 |
+
"ID": "NR_dd249eb1",
|
| 1737 |
+
"head": "scalar",
|
| 1738 |
+
"tail": "vector",
|
| 1739 |
+
"relation": "disjointWith"
|
| 1740 |
+
},
|
| 1741 |
+
{
|
| 1742 |
+
"ID": "NR_8021cd4d",
|
| 1743 |
+
"head": "discover",
|
| 1744 |
+
"tail": "discovery service",
|
| 1745 |
+
"relation": "equivalentClass"
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"ID": "NR_f42b904e",
|
| 1749 |
+
"head": "profile",
|
| 1750 |
+
"tail": "vertical profile",
|
| 1751 |
+
"relation": "equivalentClass"
|
| 1752 |
+
},
|
| 1753 |
+
{
|
| 1754 |
+
"ID": "NR_46b29f89",
|
| 1755 |
+
"head": "deficit",
|
| 1756 |
+
"tail": "excess",
|
| 1757 |
+
"relation": "disjointWith"
|
| 1758 |
+
},
|
| 1759 |
+
{
|
| 1760 |
+
"ID": "NR_178ace88",
|
| 1761 |
+
"head": "cooling",
|
| 1762 |
+
"tail": "heating",
|
| 1763 |
+
"relation": "disjointWith"
|
| 1764 |
+
},
|
| 1765 |
+
{
|
| 1766 |
+
"ID": "NR_6fda65c5",
|
| 1767 |
+
"head": "model",
|
| 1768 |
+
"tail": "scientific model",
|
| 1769 |
+
"relation": "equivalentClass"
|
| 1770 |
+
},
|
| 1771 |
+
{
|
| 1772 |
+
"ID": "NR_bbad2a45",
|
| 1773 |
+
"head": "intertidal zone",
|
| 1774 |
+
"tail": "littoral zone",
|
| 1775 |
+
"relation": "equivalentClass"
|
| 1776 |
+
},
|
| 1777 |
+
{
|
| 1778 |
+
"ID": "NR_cfcba377",
|
| 1779 |
+
"head": "volcanic activity",
|
| 1780 |
+
"tail": "volcanic phenomena",
|
| 1781 |
+
"relation": "equivalentClass"
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"ID": "NR_71206671",
|
| 1785 |
+
"head": "biochemical oxygen demand",
|
| 1786 |
+
"tail": "biological oxygen demand",
|
| 1787 |
+
"relation": "equivalentClass"
|
| 1788 |
+
},
|
| 1789 |
+
{
|
| 1790 |
+
"ID": "NR_9e6bc0cc",
|
| 1791 |
+
"head": "highland",
|
| 1792 |
+
"tail": "lowland",
|
| 1793 |
+
"relation": "disjointWith"
|
| 1794 |
+
},
|
| 1795 |
+
{
|
| 1796 |
+
"ID": "NR_551f6876",
|
| 1797 |
+
"head": "lift",
|
| 1798 |
+
"tail": "lifting",
|
| 1799 |
+
"relation": "equivalentClass"
|
| 1800 |
+
},
|
| 1801 |
+
{
|
| 1802 |
+
"ID": "NR_ac301313",
|
| 1803 |
+
"head": "alkalinity",
|
| 1804 |
+
"tail": "basicity",
|
| 1805 |
+
"relation": "equivalentClass"
|
| 1806 |
+
},
|
| 1807 |
+
{
|
| 1808 |
+
"ID": "NR_bd7cf7b0",
|
| 1809 |
+
"head": "visualization",
|
| 1810 |
+
"tail": "visualize",
|
| 1811 |
+
"relation": "equivalentClass"
|
| 1812 |
+
},
|
| 1813 |
+
{
|
| 1814 |
+
"ID": "NR_50ee775b",
|
| 1815 |
+
"head": "planetary wave",
|
| 1816 |
+
"tail": "rossby wave",
|
| 1817 |
+
"relation": "equivalentClass"
|
| 1818 |
+
},
|
| 1819 |
+
{
|
| 1820 |
+
"ID": "NR_58d3197f",
|
| 1821 |
+
"head": "dss",
|
| 1822 |
+
"tail": "decision support system",
|
| 1823 |
+
"relation": "equivalentClass"
|
| 1824 |
+
},
|
| 1825 |
+
{
|
| 1826 |
+
"ID": "NR_5ec7aedd",
|
| 1827 |
+
"head": "flare",
|
| 1828 |
+
"tail": "flaring",
|
| 1829 |
+
"relation": "equivalentClass"
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"ID": "NR_950d9fff",
|
| 1833 |
+
"head": "smi",
|
| 1834 |
+
"tail": "surface moisture index",
|
| 1835 |
+
"relation": "equivalentClass"
|
| 1836 |
+
},
|
| 1837 |
+
{
|
| 1838 |
+
"ID": "NR_1a031b78",
|
| 1839 |
+
"head": "felsic",
|
| 1840 |
+
"tail": "mafic",
|
| 1841 |
+
"relation": "disjointWith"
|
| 1842 |
+
},
|
| 1843 |
+
{
|
| 1844 |
+
"ID": "NR_cfed7571",
|
| 1845 |
+
"head": "gpp",
|
| 1846 |
+
"tail": "gross primary productivity",
|
| 1847 |
+
"relation": "equivalentClass"
|
| 1848 |
+
},
|
| 1849 |
+
{
|
| 1850 |
+
"ID": "NR_75a81024",
|
| 1851 |
+
"head": "park",
|
| 1852 |
+
"tail": "parkland",
|
| 1853 |
+
"relation": "equivalentClass"
|
| 1854 |
+
},
|
| 1855 |
+
{
|
| 1856 |
+
"ID": "NR_f112c06b",
|
| 1857 |
+
"head": "propagation",
|
| 1858 |
+
"tail": "wave propagation",
|
| 1859 |
+
"relation": "equivalentClass"
|
| 1860 |
+
},
|
| 1861 |
+
{
|
| 1862 |
+
"ID": "NR_954abb5d",
|
| 1863 |
+
"head": "duration",
|
| 1864 |
+
"tail": "duration description",
|
| 1865 |
+
"relation": "equivalentClass"
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"ID": "NR_647bffeb",
|
| 1869 |
+
"head": "smsa",
|
| 1870 |
+
"tail": "standard metropolitan statistical area",
|
| 1871 |
+
"relation": "equivalentClass"
|
| 1872 |
+
},
|
| 1873 |
+
{
|
| 1874 |
+
"ID": "NR_cbccbbbe",
|
| 1875 |
+
"head": "isostatic adjustment",
|
| 1876 |
+
"tail": "isostatic rebound",
|
| 1877 |
+
"relation": "equivalentClass"
|
| 1878 |
+
},
|
| 1879 |
+
{
|
| 1880 |
+
"ID": "NR_8821d0a7",
|
| 1881 |
+
"head": "altitude",
|
| 1882 |
+
"tail": "elevation",
|
| 1883 |
+
"relation": "equivalentClass"
|
| 1884 |
+
},
|
| 1885 |
+
{
|
| 1886 |
+
"ID": "NR_4addc2c9",
|
| 1887 |
+
"head": "solidity",
|
| 1888 |
+
"tail": "solidness",
|
| 1889 |
+
"relation": "equivalentClass"
|
| 1890 |
+
},
|
| 1891 |
+
{
|
| 1892 |
+
"ID": "NR_10b899d1",
|
| 1893 |
+
"head": "vertex",
|
| 1894 |
+
"tail": "vertice",
|
| 1895 |
+
"relation": "equivalentClass"
|
| 1896 |
+
},
|
| 1897 |
+
{
|
| 1898 |
+
"ID": "NR_8a42f043",
|
| 1899 |
+
"head": "mpa",
|
| 1900 |
+
"tail": "marine protected area",
|
| 1901 |
+
"relation": "equivalentClass"
|
| 1902 |
+
},
|
| 1903 |
+
{
|
| 1904 |
+
"ID": "NR_8e567c64",
|
| 1905 |
+
"head": "classification",
|
| 1906 |
+
"tail": "classifier",
|
| 1907 |
+
"relation": "equivalentClass"
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"ID": "NR_554f51e0",
|
| 1911 |
+
"head": "msa",
|
| 1912 |
+
"tail": "metropolitan statistical area",
|
| 1913 |
+
"relation": "equivalentClass"
|
| 1914 |
+
},
|
| 1915 |
+
{
|
| 1916 |
+
"ID": "NR_63f2855c",
|
| 1917 |
+
"head": "epi",
|
| 1918 |
+
"tail": "environmental performance index",
|
| 1919 |
+
"relation": "equivalentClass"
|
| 1920 |
+
},
|
| 1921 |
+
{
|
| 1922 |
+
"ID": "NR_36497574",
|
| 1923 |
+
"head": "granulation",
|
| 1924 |
+
"tail": "supergranulation",
|
| 1925 |
+
"relation": "disjointWith"
|
| 1926 |
+
},
|
| 1927 |
+
{
|
| 1928 |
+
"ID": "NR_d1780ca1",
|
| 1929 |
+
"head": "current",
|
| 1930 |
+
"tail": "electric current",
|
| 1931 |
+
"relation": "equivalentClass"
|
| 1932 |
+
},
|
| 1933 |
+
{
|
| 1934 |
+
"ID": "NR_3dfced46",
|
| 1935 |
+
"head": "lake effect snow",
|
| 1936 |
+
"tail": "lake effect snowstorm",
|
| 1937 |
+
"relation": "equivalentClass"
|
| 1938 |
+
},
|
| 1939 |
+
{
|
| 1940 |
+
"ID": "NR_df40c99f",
|
| 1941 |
+
"head": "dynamic viscosity",
|
| 1942 |
+
"tail": "viscosity",
|
| 1943 |
+
"relation": "equivalentClass"
|
| 1944 |
+
},
|
| 1945 |
+
{
|
| 1946 |
+
"ID": "NR_e3e01431",
|
| 1947 |
+
"head": "volcanism",
|
| 1948 |
+
"tail": "vulcanism",
|
| 1949 |
+
"relation": "equivalentClass"
|
| 1950 |
+
},
|
| 1951 |
+
{
|
| 1952 |
+
"ID": "NR_6b647ed7",
|
| 1953 |
+
"head": "l3",
|
| 1954 |
+
"tail": "level3",
|
| 1955 |
+
"relation": "equivalentClass"
|
| 1956 |
+
},
|
| 1957 |
+
{
|
| 1958 |
+
"ID": "NR_52950d17",
|
| 1959 |
+
"head": "spectral line",
|
| 1960 |
+
"tail": "broad spectrum",
|
| 1961 |
+
"relation": "disjointWith"
|
| 1962 |
+
},
|
| 1963 |
+
{
|
| 1964 |
+
"ID": "NR_6b6feaf9",
|
| 1965 |
+
"head": "laboratory environment",
|
| 1966 |
+
"tail": "mission tested environment",
|
| 1967 |
+
"relation": "disjointWith"
|
| 1968 |
+
},
|
| 1969 |
+
{
|
| 1970 |
+
"ID": "NR_367c17f0",
|
| 1971 |
+
"head": "sum",
|
| 1972 |
+
"tail": "summation",
|
| 1973 |
+
"relation": "equivalentClass"
|
| 1974 |
+
},
|
| 1975 |
+
{
|
| 1976 |
+
"ID": "NR_fcfac608",
|
| 1977 |
+
"head": "coastal",
|
| 1978 |
+
"tail": "coastal region",
|
| 1979 |
+
"relation": "equivalentClass"
|
| 1980 |
+
},
|
| 1981 |
+
{
|
| 1982 |
+
"ID": "NR_a5673618",
|
| 1983 |
+
"head": "derivative",
|
| 1984 |
+
"tail": "differentiation",
|
| 1985 |
+
"relation": "equivalentClass"
|
| 1986 |
+
},
|
| 1987 |
+
{
|
| 1988 |
+
"ID": "NR_b89995c5",
|
| 1989 |
+
"head": "ordinal scale",
|
| 1990 |
+
"tail": "quantitative scale",
|
| 1991 |
+
"relation": "disjointWith"
|
| 1992 |
+
},
|
| 1993 |
+
{
|
| 1994 |
+
"ID": "NR_a3db26fe",
|
| 1995 |
+
"head": "wind chill",
|
| 1996 |
+
"tail": "wind chill index",
|
| 1997 |
+
"relation": "equivalentClass"
|
| 1998 |
+
},
|
| 1999 |
+
{
|
| 2000 |
+
"ID": "NR_12af2cbf",
|
| 2001 |
+
"head": "p wave",
|
| 2002 |
+
"tail": "primary wave",
|
| 2003 |
+
"relation": "equivalentClass"
|
| 2004 |
+
},
|
| 2005 |
+
{
|
| 2006 |
+
"ID": "NR_75f3adb0",
|
| 2007 |
+
"head": "nmvoc",
|
| 2008 |
+
"tail": "non methane volatile organic compound",
|
| 2009 |
+
"relation": "equivalentClass"
|
| 2010 |
+
},
|
| 2011 |
+
{
|
| 2012 |
+
"ID": "NR_403ee905",
|
| 2013 |
+
"head": "monitor",
|
| 2014 |
+
"tail": "monitoring",
|
| 2015 |
+
"relation": "equivalentClass"
|
| 2016 |
+
},
|
| 2017 |
+
{
|
| 2018 |
+
"ID": "NR_d35fdc00",
|
| 2019 |
+
"head": "pdsi",
|
| 2020 |
+
"tail": "palmer drought severity index",
|
| 2021 |
+
"relation": "equivalentClass"
|
| 2022 |
+
},
|
| 2023 |
+
{
|
| 2024 |
+
"ID": "NR_ca61d88d",
|
| 2025 |
+
"head": "enso",
|
| 2026 |
+
"tail": "southern oscillation",
|
| 2027 |
+
"relation": "equivalentClass"
|
| 2028 |
+
},
|
| 2029 |
+
{
|
| 2030 |
+
"ID": "NR_38ea34cf",
|
| 2031 |
+
"head": "black carbon",
|
| 2032 |
+
"tail": "soot",
|
| 2033 |
+
"relation": "equivalentClass"
|
| 2034 |
+
},
|
| 2035 |
+
{
|
| 2036 |
+
"ID": "NR_bb8c91d0",
|
| 2037 |
+
"head": "intertidal zone",
|
| 2038 |
+
"tail": "littoral",
|
| 2039 |
+
"relation": "equivalentClass"
|
| 2040 |
+
},
|
| 2041 |
+
{
|
| 2042 |
+
"ID": "NR_621b837b",
|
| 2043 |
+
"head": "laboratory environment",
|
| 2044 |
+
"tail": "representative environment",
|
| 2045 |
+
"relation": "disjointWith"
|
| 2046 |
+
},
|
| 2047 |
+
{
|
| 2048 |
+
"ID": "NR_77056123",
|
| 2049 |
+
"head": "specific heat",
|
| 2050 |
+
"tail": "specific heat capacity",
|
| 2051 |
+
"relation": "equivalentClass"
|
| 2052 |
+
},
|
| 2053 |
+
{
|
| 2054 |
+
"ID": "NR_c0455cc3",
|
| 2055 |
+
"head": "event",
|
| 2056 |
+
"tail": "occurrence",
|
| 2057 |
+
"relation": "equivalentClass"
|
| 2058 |
+
},
|
| 2059 |
+
{
|
| 2060 |
+
"ID": "NR_6e440862",
|
| 2061 |
+
"head": "pluton",
|
| 2062 |
+
"tail": "plutonic rock",
|
| 2063 |
+
"relation": "equivalentClass"
|
| 2064 |
+
},
|
| 2065 |
+
{
|
| 2066 |
+
"ID": "NR_021c37ea",
|
| 2067 |
+
"head": "noctilueent cloud",
|
| 2068 |
+
"tail": "noctilucent cloud",
|
| 2069 |
+
"relation": "seeAlso"
|
| 2070 |
+
},
|
| 2071 |
+
{
|
| 2072 |
+
"ID": "NR_0c9b66eb",
|
| 2073 |
+
"head": "photodissociation",
|
| 2074 |
+
"tail": "photolysis",
|
| 2075 |
+
"relation": "equivalentClass"
|
| 2076 |
+
},
|
| 2077 |
+
{
|
| 2078 |
+
"ID": "NR_f2adddda",
|
| 2079 |
+
"head": "composite volcano",
|
| 2080 |
+
"tail": "compound volcano",
|
| 2081 |
+
"relation": "equivalentClass"
|
| 2082 |
+
},
|
| 2083 |
+
{
|
| 2084 |
+
"ID": "NR_7ebd6ac0",
|
| 2085 |
+
"head": "autotroph",
|
| 2086 |
+
"tail": "heterotroph",
|
| 2087 |
+
"relation": "disjointWith"
|
| 2088 |
+
},
|
| 2089 |
+
{
|
| 2090 |
+
"ID": "NR_088e1e2f",
|
| 2091 |
+
"head": "itcz",
|
| 2092 |
+
"tail": "intertropical convergence zone",
|
| 2093 |
+
"relation": "equivalentClass"
|
| 2094 |
+
},
|
| 2095 |
+
{
|
| 2096 |
+
"ID": "NR_da4094ef",
|
| 2097 |
+
"head": "sar",
|
| 2098 |
+
"tail": "sodium adsorption ratio",
|
| 2099 |
+
"relation": "equivalentClass"
|
| 2100 |
+
},
|
| 2101 |
+
{
|
| 2102 |
+
"ID": "NR_362d8cdd",
|
| 2103 |
+
"head": "a horizon",
|
| 2104 |
+
"tail": "topsoil",
|
| 2105 |
+
"relation": "equivalentClass"
|
| 2106 |
+
},
|
| 2107 |
+
{
|
| 2108 |
+
"ID": "NR_33a6b67b",
|
| 2109 |
+
"head": "path",
|
| 2110 |
+
"tail": "trajectory",
|
| 2111 |
+
"relation": "equivalentClass"
|
| 2112 |
+
},
|
| 2113 |
+
{
|
| 2114 |
+
"ID": "NR_8cdc322d",
|
| 2115 |
+
"head": "mix",
|
| 2116 |
+
"tail": "mixing",
|
| 2117 |
+
"relation": "equivalentClass"
|
| 2118 |
+
},
|
| 2119 |
+
{
|
| 2120 |
+
"ID": "NR_5d9124ac",
|
| 2121 |
+
"head": "sar",
|
| 2122 |
+
"tail": "special administration region",
|
| 2123 |
+
"relation": "equivalentClass"
|
| 2124 |
+
},
|
| 2125 |
+
{
|
| 2126 |
+
"ID": "NR_a3bfc0a1",
|
| 2127 |
+
"head": "calving",
|
| 2128 |
+
"tail": "ice calving",
|
| 2129 |
+
"relation": "equivalentClass"
|
| 2130 |
+
},
|
| 2131 |
+
{
|
| 2132 |
+
"ID": "NR_3c3f100a",
|
| 2133 |
+
"head": "decrease",
|
| 2134 |
+
"tail": "reduction",
|
| 2135 |
+
"relation": "equivalentClass"
|
| 2136 |
+
},
|
| 2137 |
+
{
|
| 2138 |
+
"ID": "NR_e03ed7c1",
|
| 2139 |
+
"head": "bact",
|
| 2140 |
+
"tail": "best availabl control technology",
|
| 2141 |
+
"relation": "equivalentClass"
|
| 2142 |
+
},
|
| 2143 |
+
{
|
| 2144 |
+
"ID": "NR_aa994b8c",
|
| 2145 |
+
"head": "nao",
|
| 2146 |
+
"tail": "north atlantic oscillation",
|
| 2147 |
+
"relation": "equivalentClass"
|
| 2148 |
+
},
|
| 2149 |
+
{
|
| 2150 |
+
"ID": "NR_b69c996d",
|
| 2151 |
+
"head": "cems",
|
| 2152 |
+
"tail": "continous emission monitoring system",
|
| 2153 |
+
"relation": "equivalentClass"
|
| 2154 |
+
},
|
| 2155 |
+
{
|
| 2156 |
+
"ID": "NR_898a955b",
|
| 2157 |
+
"head": "observation",
|
| 2158 |
+
"tail": "observe",
|
| 2159 |
+
"relation": "equivalentClass"
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"ID": "NR_4fb6464a",
|
| 2163 |
+
"head": "electromagnetic induction",
|
| 2164 |
+
"tail": "induction",
|
| 2165 |
+
"relation": "equivalentClass"
|
| 2166 |
+
},
|
| 2167 |
+
{
|
| 2168 |
+
"ID": "NR_0d9706bb",
|
| 2169 |
+
"head": "focii",
|
| 2170 |
+
"tail": "focus",
|
| 2171 |
+
"relation": "equivalentClass"
|
| 2172 |
+
},
|
| 2173 |
+
{
|
| 2174 |
+
"ID": "NR_c61f333d",
|
| 2175 |
+
"head": "radioisotope",
|
| 2176 |
+
"tail": "radionuclide",
|
| 2177 |
+
"relation": "equivalentClass"
|
| 2178 |
+
},
|
| 2179 |
+
{
|
| 2180 |
+
"ID": "NR_01b69978",
|
| 2181 |
+
"head": "euphotic zone",
|
| 2182 |
+
"tail": "photic zone",
|
| 2183 |
+
"relation": "equivalentClass"
|
| 2184 |
+
},
|
| 2185 |
+
{
|
| 2186 |
+
"ID": "NR_307fa0cd",
|
| 2187 |
+
"head": "gcm",
|
| 2188 |
+
"tail": "general circulation model",
|
| 2189 |
+
"relation": "equivalentClass"
|
| 2190 |
+
},
|
| 2191 |
+
{
|
| 2192 |
+
"ID": "NR_a7281357",
|
| 2193 |
+
"head": "radiative cooling",
|
| 2194 |
+
"tail": "radiative heating",
|
| 2195 |
+
"relation": "disjointWith"
|
| 2196 |
+
},
|
| 2197 |
+
{
|
| 2198 |
+
"ID": "NR_fb0bb8f0",
|
| 2199 |
+
"head": "interval",
|
| 2200 |
+
"tail": "point",
|
| 2201 |
+
"relation": "disjointWith"
|
| 2202 |
+
},
|
| 2203 |
+
{
|
| 2204 |
+
"ID": "NR_cd1b28dc",
|
| 2205 |
+
"head": "binary mask",
|
| 2206 |
+
"tail": "mask",
|
| 2207 |
+
"relation": "equivalentClass"
|
| 2208 |
+
},
|
| 2209 |
+
{
|
| 2210 |
+
"ID": "NR_72ccb1e5",
|
| 2211 |
+
"head": "negative feedback",
|
| 2212 |
+
"tail": "positive feedback",
|
| 2213 |
+
"relation": "disjointWith"
|
| 2214 |
+
},
|
| 2215 |
+
{
|
| 2216 |
+
"ID": "NR_b26fddcf",
|
| 2217 |
+
"head": "regrid",
|
| 2218 |
+
"tail": "regridding",
|
| 2219 |
+
"relation": "equivalentClass"
|
| 2220 |
+
},
|
| 2221 |
+
{
|
| 2222 |
+
"ID": "NR_2cd65fa7",
|
| 2223 |
+
"head": "ocean floor",
|
| 2224 |
+
"tail": "sea floor",
|
| 2225 |
+
"relation": "equivalentClass"
|
| 2226 |
+
},
|
| 2227 |
+
{
|
| 2228 |
+
"ID": "NR_54981e72",
|
| 2229 |
+
"head": "volcanic arc",
|
| 2230 |
+
"tail": "volcanic chain",
|
| 2231 |
+
"relation": "equivalentClass"
|
| 2232 |
+
},
|
| 2233 |
+
{
|
| 2234 |
+
"ID": "NR_f4002cbe",
|
| 2235 |
+
"head": "configuration",
|
| 2236 |
+
"tail": "spatial configuration",
|
| 2237 |
+
"relation": "equivalentClass"
|
| 2238 |
+
},
|
| 2239 |
+
{
|
| 2240 |
+
"ID": "NR_e37da2cb",
|
| 2241 |
+
"head": "playa",
|
| 2242 |
+
"tail": "salt lake",
|
| 2243 |
+
"relation": "equivalentClass"
|
| 2244 |
+
},
|
| 2245 |
+
{
|
| 2246 |
+
"ID": "NR_741b970a",
|
| 2247 |
+
"head": "nuee ardente eruption",
|
| 2248 |
+
"tail": "peleean eruption",
|
| 2249 |
+
"relation": "equivalentClass"
|
| 2250 |
+
},
|
| 2251 |
+
{
|
| 2252 |
+
"ID": "NR_280975a0",
|
| 2253 |
+
"head": "disintegrate",
|
| 2254 |
+
"tail": "disintegration",
|
| 2255 |
+
"relation": "equivalentClass"
|
| 2256 |
+
},
|
| 2257 |
+
{
|
| 2258 |
+
"ID": "NR_0adabaf9",
|
| 2259 |
+
"head": "glacial moraine",
|
| 2260 |
+
"tail": "moraine",
|
| 2261 |
+
"relation": "equivalentClass"
|
| 2262 |
+
},
|
| 2263 |
+
{
|
| 2264 |
+
"ID": "NR_3e53f8c8",
|
| 2265 |
+
"head": "duration",
|
| 2266 |
+
"tail": "time interval",
|
| 2267 |
+
"relation": "equivalentClass"
|
| 2268 |
+
},
|
| 2269 |
+
{
|
| 2270 |
+
"ID": "NR_57afe9aa",
|
| 2271 |
+
"head": "discover",
|
| 2272 |
+
"tail": "discovery",
|
| 2273 |
+
"relation": "equivalentClass"
|
| 2274 |
+
},
|
| 2275 |
+
{
|
| 2276 |
+
"ID": "NR_103d6b70",
|
| 2277 |
+
"head": "abyssal trench",
|
| 2278 |
+
"tail": "deep sea trench",
|
| 2279 |
+
"relation": "equivalentClass"
|
| 2280 |
+
},
|
| 2281 |
+
{
|
| 2282 |
+
"ID": "NR_6b73b576",
|
| 2283 |
+
"head": "cod",
|
| 2284 |
+
"tail": "chemical oxygen demand",
|
| 2285 |
+
"relation": "equivalentClass"
|
| 2286 |
+
},
|
| 2287 |
+
{
|
| 2288 |
+
"ID": "NR_48d3b8d7",
|
| 2289 |
+
"head": "mixing",
|
| 2290 |
+
"tail": "separation",
|
| 2291 |
+
"relation": "disjointWith"
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"ID": "NR_04c36a42",
|
| 2295 |
+
"head": "flux density",
|
| 2296 |
+
"tail": "intensity",
|
| 2297 |
+
"relation": "equivalentClass"
|
| 2298 |
+
},
|
| 2299 |
+
{
|
| 2300 |
+
"ID": "NR_4b0e0af0",
|
| 2301 |
+
"head": "auroral substorm",
|
| 2302 |
+
"tail": "magnetic substorm",
|
| 2303 |
+
"relation": "equivalentClass"
|
| 2304 |
+
},
|
| 2305 |
+
{
|
| 2306 |
+
"ID": "NR_c6c4deb9",
|
| 2307 |
+
"head": "pc",
|
| 2308 |
+
"tail": "polar cap index",
|
| 2309 |
+
"relation": "equivalentClass"
|
| 2310 |
+
},
|
| 2311 |
+
{
|
| 2312 |
+
"ID": "NR_8a3529a1",
|
| 2313 |
+
"head": "receive",
|
| 2314 |
+
"tail": "reception",
|
| 2315 |
+
"relation": "equivalentClass"
|
| 2316 |
+
},
|
| 2317 |
+
{
|
| 2318 |
+
"ID": "NR_61281c61",
|
| 2319 |
+
"head": "climate",
|
| 2320 |
+
"tail": "climate average",
|
| 2321 |
+
"relation": "equivalentClass"
|
| 2322 |
+
},
|
| 2323 |
+
{
|
| 2324 |
+
"ID": "NR_abad029b",
|
| 2325 |
+
"head": "format conversion",
|
| 2326 |
+
"tail": "reformat",
|
| 2327 |
+
"relation": "equivalentClass"
|
| 2328 |
+
},
|
| 2329 |
+
{
|
| 2330 |
+
"ID": "NR_39dcbd61",
|
| 2331 |
+
"head": "temperature gradient",
|
| 2332 |
+
"tail": "thermal gradient",
|
| 2333 |
+
"relation": "equivalentClass"
|
| 2334 |
+
},
|
| 2335 |
+
{
|
| 2336 |
+
"ID": "NR_72652ed8",
|
| 2337 |
+
"head": "direct use",
|
| 2338 |
+
"tail": "energy conversion process",
|
| 2339 |
+
"relation": "disjointWith"
|
| 2340 |
+
},
|
| 2341 |
+
{
|
| 2342 |
+
"ID": "NR_aee6bd66",
|
| 2343 |
+
"head": "bottom",
|
| 2344 |
+
"tail": "floor",
|
| 2345 |
+
"relation": "equivalentClass"
|
| 2346 |
+
},
|
| 2347 |
+
{
|
| 2348 |
+
"ID": "NR_901b57a2",
|
| 2349 |
+
"head": "fringe",
|
| 2350 |
+
"tail": "periphery",
|
| 2351 |
+
"relation": "equivalentClass"
|
| 2352 |
+
},
|
| 2353 |
+
{
|
| 2354 |
+
"ID": "NR_842421bf",
|
| 2355 |
+
"head": "gps",
|
| 2356 |
+
"tail": "global positioning system",
|
| 2357 |
+
"relation": "equivalentClass"
|
| 2358 |
+
},
|
| 2359 |
+
{
|
| 2360 |
+
"ID": "NR_fc6d4452",
|
| 2361 |
+
"head": "end to end environment",
|
| 2362 |
+
"tail": "laboratory environment",
|
| 2363 |
+
"relation": "disjointWith"
|
| 2364 |
+
},
|
| 2365 |
+
{
|
| 2366 |
+
"ID": "NR_7ffd9adb",
|
| 2367 |
+
"head": "scale factor",
|
| 2368 |
+
"tail": "scaling",
|
| 2369 |
+
"relation": "equivalentClass"
|
| 2370 |
+
},
|
| 2371 |
+
{
|
| 2372 |
+
"ID": "NR_39b73132",
|
| 2373 |
+
"head": "acoustic wave",
|
| 2374 |
+
"tail": "acoustics",
|
| 2375 |
+
"relation": "equivalentClass"
|
| 2376 |
+
},
|
| 2377 |
+
{
|
| 2378 |
+
"ID": "NR_a9b76055",
|
| 2379 |
+
"head": "brine",
|
| 2380 |
+
"tail": "saline water",
|
| 2381 |
+
"relation": "disjointWith"
|
| 2382 |
+
},
|
| 2383 |
+
{
|
| 2384 |
+
"ID": "NR_d45dda27",
|
| 2385 |
+
"head": "climate",
|
| 2386 |
+
"tail": "climatological average",
|
| 2387 |
+
"relation": "equivalentClass"
|
| 2388 |
+
},
|
| 2389 |
+
{
|
| 2390 |
+
"ID": "NR_71b58718",
|
| 2391 |
+
"head": "linear",
|
| 2392 |
+
"tail": "nonlinear",
|
| 2393 |
+
"relation": "disjointWith"
|
| 2394 |
+
},
|
| 2395 |
+
{
|
| 2396 |
+
"ID": "NR_1bc640c9",
|
| 2397 |
+
"head": "chemical compound",
|
| 2398 |
+
"tail": "compound",
|
| 2399 |
+
"relation": "equivalentClass"
|
| 2400 |
+
},
|
| 2401 |
+
{
|
| 2402 |
+
"ID": "NR_295fc747",
|
| 2403 |
+
"head": "land",
|
| 2404 |
+
"tail": "land region",
|
| 2405 |
+
"relation": "equivalentClass"
|
| 2406 |
+
},
|
| 2407 |
+
{
|
| 2408 |
+
"ID": "NR_13e77aeb",
|
| 2409 |
+
"head": "surface soil",
|
| 2410 |
+
"tail": "topsoil",
|
| 2411 |
+
"relation": "equivalentClass"
|
| 2412 |
+
},
|
| 2413 |
+
{
|
| 2414 |
+
"ID": "NR_d597368e",
|
| 2415 |
+
"head": "old growth",
|
| 2416 |
+
"tail": "second growth",
|
| 2417 |
+
"relation": "disjointWith"
|
| 2418 |
+
},
|
| 2419 |
+
{
|
| 2420 |
+
"ID": "NR_d52258bd",
|
| 2421 |
+
"head": "glacier terminus",
|
| 2422 |
+
"tail": "snout",
|
| 2423 |
+
"relation": "equivalentClass"
|
| 2424 |
+
},
|
| 2425 |
+
{
|
| 2426 |
+
"ID": "NR_76568352",
|
| 2427 |
+
"head": "inversion layer",
|
| 2428 |
+
"tail": "temperature inversion layer",
|
| 2429 |
+
"relation": "equivalentClass"
|
| 2430 |
+
},
|
| 2431 |
+
{
|
| 2432 |
+
"ID": "NR_4a015c79",
|
| 2433 |
+
"head": "abyss",
|
| 2434 |
+
"tail": "abyssal",
|
| 2435 |
+
"relation": "equivalentClass"
|
| 2436 |
+
},
|
| 2437 |
+
{
|
| 2438 |
+
"ID": "NR_05f68da3",
|
| 2439 |
+
"head": "emissivity",
|
| 2440 |
+
"tail": "emittance",
|
| 2441 |
+
"relation": "equivalentClass"
|
| 2442 |
+
},
|
| 2443 |
+
{
|
| 2444 |
+
"ID": "NR_84d74272",
|
| 2445 |
+
"head": "hcfc",
|
| 2446 |
+
"tail": "hydrochlorofluorocarbon",
|
| 2447 |
+
"relation": "equivalentClass"
|
| 2448 |
+
},
|
| 2449 |
+
{
|
| 2450 |
+
"ID": "NR_a83d5f09",
|
| 2451 |
+
"head": "marine science",
|
| 2452 |
+
"tail": "oceanography",
|
| 2453 |
+
"relation": "equivalentClass"
|
| 2454 |
+
},
|
| 2455 |
+
{
|
| 2456 |
+
"ID": "NR_800203a4",
|
| 2457 |
+
"head": "optical depth",
|
| 2458 |
+
"tail": "optical thickness",
|
| 2459 |
+
"relation": "equivalentClass"
|
| 2460 |
+
},
|
| 2461 |
+
{
|
| 2462 |
+
"ID": "NR_d4165788",
|
| 2463 |
+
"head": "ionizing radiation",
|
| 2464 |
+
"tail": "non ionizing radiation",
|
| 2465 |
+
"relation": "disjointWith"
|
| 2466 |
+
},
|
| 2467 |
+
{
|
| 2468 |
+
"ID": "NR_4214987a",
|
| 2469 |
+
"head": "train",
|
| 2470 |
+
"tail": "training",
|
| 2471 |
+
"relation": "equivalentClass"
|
| 2472 |
+
},
|
| 2473 |
+
{
|
| 2474 |
+
"ID": "NR_6f177844",
|
| 2475 |
+
"head": "decrease",
|
| 2476 |
+
"tail": "drop",
|
| 2477 |
+
"relation": "equivalentClass"
|
| 2478 |
+
},
|
| 2479 |
+
{
|
| 2480 |
+
"ID": "NR_753e5874",
|
| 2481 |
+
"head": "sea ice floe",
|
| 2482 |
+
"tail": "ice floe",
|
| 2483 |
+
"relation": "equivalentClass"
|
| 2484 |
+
},
|
| 2485 |
+
{
|
| 2486 |
+
"ID": "NR_ab1f0385",
|
| 2487 |
+
"head": "mixed chemical substance",
|
| 2488 |
+
"tail": "mixture",
|
| 2489 |
+
"relation": "equivalentClass"
|
| 2490 |
+
},
|
| 2491 |
+
{
|
| 2492 |
+
"ID": "NR_44ca307a",
|
| 2493 |
+
"head": "horizon",
|
| 2494 |
+
"tail": "profile",
|
| 2495 |
+
"relation": "equivalentClass"
|
| 2496 |
+
},
|
| 2497 |
+
{
|
| 2498 |
+
"ID": "NR_d8dba210",
|
| 2499 |
+
"head": "transmission",
|
| 2500 |
+
"tail": "transmit",
|
| 2501 |
+
"relation": "equivalentClass"
|
| 2502 |
+
},
|
| 2503 |
+
{
|
| 2504 |
+
"ID": "NR_476569d2",
|
| 2505 |
+
"head": "brightness",
|
| 2506 |
+
"tail": "specific intensity",
|
| 2507 |
+
"relation": "equivalentClass"
|
| 2508 |
+
},
|
| 2509 |
+
{
|
| 2510 |
+
"ID": "NR_b3a4c156",
|
| 2511 |
+
"head": "cluster",
|
| 2512 |
+
"tail": "family",
|
| 2513 |
+
"relation": "equivalentClass"
|
| 2514 |
+
},
|
| 2515 |
+
{
|
| 2516 |
+
"ID": "NR_c5b7556a",
|
| 2517 |
+
"head": "noel",
|
| 2518 |
+
"tail": "no observed effect level",
|
| 2519 |
+
"relation": "equivalentClass"
|
| 2520 |
+
},
|
| 2521 |
+
{
|
| 2522 |
+
"ID": "NR_b7a5b28f",
|
| 2523 |
+
"head": "contracting",
|
| 2524 |
+
"tail": "expansion",
|
| 2525 |
+
"relation": "disjointWith"
|
| 2526 |
+
},
|
| 2527 |
+
{
|
| 2528 |
+
"ID": "NR_b6fcada2",
|
| 2529 |
+
"head": "nuclide",
|
| 2530 |
+
"tail": "radioisotope",
|
| 2531 |
+
"relation": "equivalentClass"
|
| 2532 |
+
},
|
| 2533 |
+
{
|
| 2534 |
+
"ID": "NR_696c0ab1",
|
| 2535 |
+
"head": "tutt",
|
| 2536 |
+
"tail": "tropical upper tropospheric trough",
|
| 2537 |
+
"relation": "equivalentClass"
|
| 2538 |
+
},
|
| 2539 |
+
{
|
| 2540 |
+
"ID": "NR_44c69f5a",
|
| 2541 |
+
"head": "band limited",
|
| 2542 |
+
"tail": "narrow spectrum",
|
| 2543 |
+
"relation": "equivalentClass"
|
| 2544 |
+
},
|
| 2545 |
+
{
|
| 2546 |
+
"ID": "NR_9dd548db",
|
| 2547 |
+
"head": "c horizon",
|
| 2548 |
+
"tail": "parent rock",
|
| 2549 |
+
"relation": "equivalentClass"
|
| 2550 |
+
},
|
| 2551 |
+
{
|
| 2552 |
+
"ID": "NR_ef0ec602",
|
| 2553 |
+
"head": "b",
|
| 2554 |
+
"tail": "dry climate",
|
| 2555 |
+
"relation": "equivalentClass"
|
| 2556 |
+
},
|
| 2557 |
+
{
|
| 2558 |
+
"ID": "NR_739c4974",
|
| 2559 |
+
"head": "dosage",
|
| 2560 |
+
"tail": "dose",
|
| 2561 |
+
"relation": "equivalentClass"
|
| 2562 |
+
},
|
| 2563 |
+
{
|
| 2564 |
+
"ID": "NR_136f8707",
|
| 2565 |
+
"head": "transformation",
|
| 2566 |
+
"tail": "transforming",
|
| 2567 |
+
"relation": "equivalentClass"
|
| 2568 |
+
},
|
| 2569 |
+
{
|
| 2570 |
+
"ID": "NR_b078451e",
|
| 2571 |
+
"head": "radiational heating",
|
| 2572 |
+
"tail": "radiative heating",
|
| 2573 |
+
"relation": "equivalentClass"
|
| 2574 |
+
},
|
| 2575 |
+
{
|
| 2576 |
+
"ID": "NR_cbb4b739",
|
| 2577 |
+
"head": "optimization",
|
| 2578 |
+
"tail": "optimize",
|
| 2579 |
+
"relation": "equivalentClass"
|
| 2580 |
+
},
|
| 2581 |
+
{
|
| 2582 |
+
"ID": "NR_7020ea03",
|
| 2583 |
+
"head": "o horizon",
|
| 2584 |
+
"tail": "organic matter",
|
| 2585 |
+
"relation": "equivalentClass"
|
| 2586 |
+
},
|
| 2587 |
+
{
|
| 2588 |
+
"ID": "NR_b5ef4bd0",
|
| 2589 |
+
"head": "creep",
|
| 2590 |
+
"tail": "reptation",
|
| 2591 |
+
"relation": "equivalentClass"
|
| 2592 |
+
},
|
| 2593 |
+
{
|
| 2594 |
+
"ID": "NR_831c216b",
|
| 2595 |
+
"head": "urf",
|
| 2596 |
+
"tail": "unit risk factor",
|
| 2597 |
+
"relation": "equivalentClass"
|
| 2598 |
+
},
|
| 2599 |
+
{
|
| 2600 |
+
"ID": "NR_98128dc9",
|
| 2601 |
+
"head": "l2",
|
| 2602 |
+
"tail": "level2",
|
| 2603 |
+
"relation": "equivalentClass"
|
| 2604 |
+
},
|
| 2605 |
+
{
|
| 2606 |
+
"ID": "NR_46386af1",
|
| 2607 |
+
"head": "internal wave",
|
| 2608 |
+
"tail": "surface wave",
|
| 2609 |
+
"relation": "disjointWith"
|
| 2610 |
+
},
|
| 2611 |
+
{
|
| 2612 |
+
"ID": "NR_480d438a",
|
| 2613 |
+
"head": "characteristics",
|
| 2614 |
+
"tail": "description",
|
| 2615 |
+
"relation": "equivalentClass"
|
| 2616 |
+
},
|
| 2617 |
+
{
|
| 2618 |
+
"ID": "NR_c5cf4566",
|
| 2619 |
+
"head": "clump",
|
| 2620 |
+
"tail": "clumping",
|
| 2621 |
+
"relation": "equivalentClass"
|
| 2622 |
+
},
|
| 2623 |
+
{
|
| 2624 |
+
"ID": "NR_63d58bca",
|
| 2625 |
+
"head": "mackerel breeze",
|
| 2626 |
+
"tail": "mackerel gale",
|
| 2627 |
+
"relation": "equivalentClass"
|
| 2628 |
+
},
|
| 2629 |
+
{
|
| 2630 |
+
"ID": "NR_f176b800",
|
| 2631 |
+
"head": "geodesy",
|
| 2632 |
+
"tail": "geodetics",
|
| 2633 |
+
"relation": "equivalentClass"
|
| 2634 |
+
},
|
| 2635 |
+
{
|
| 2636 |
+
"ID": "NR_1d3d0ce7",
|
| 2637 |
+
"head": "emergence",
|
| 2638 |
+
"tail": "emergent",
|
| 2639 |
+
"relation": "equivalentClass"
|
| 2640 |
+
},
|
| 2641 |
+
{
|
| 2642 |
+
"ID": "NR_9a1440c0",
|
| 2643 |
+
"head": "c",
|
| 2644 |
+
"tail": "temperate climate",
|
| 2645 |
+
"relation": "equivalentClass"
|
| 2646 |
+
},
|
| 2647 |
+
{
|
| 2648 |
+
"ID": "NR_ba34faa8",
|
| 2649 |
+
"head": "intertidal zone",
|
| 2650 |
+
"tail": "tide pool",
|
| 2651 |
+
"relation": "equivalentClass"
|
| 2652 |
+
},
|
| 2653 |
+
{
|
| 2654 |
+
"ID": "NR_0009e43f",
|
| 2655 |
+
"head": "multiplication",
|
| 2656 |
+
"tail": "product",
|
| 2657 |
+
"relation": "equivalentClass"
|
| 2658 |
+
},
|
| 2659 |
+
{
|
| 2660 |
+
"ID": "NR_ebe38073",
|
| 2661 |
+
"head": "laboratory environment",
|
| 2662 |
+
"tail": "operational environment",
|
| 2663 |
+
"relation": "disjointWith"
|
| 2664 |
+
},
|
| 2665 |
+
{
|
| 2666 |
+
"ID": "NR_31c98174",
|
| 2667 |
+
"head": "htap",
|
| 2668 |
+
"tail": "hemispheric transport of air pollutants",
|
| 2669 |
+
"relation": "equivalentClass"
|
| 2670 |
+
},
|
| 2671 |
+
{
|
| 2672 |
+
"ID": "NR_5b77548c",
|
| 2673 |
+
"head": "mesosphere",
|
| 2674 |
+
"tail": "upper mantle rigid",
|
| 2675 |
+
"relation": "equivalentClass"
|
| 2676 |
+
},
|
| 2677 |
+
{
|
| 2678 |
+
"ID": "NR_1aa85d71",
|
| 2679 |
+
"head": "index of biological integrity",
|
| 2680 |
+
"tail": "index of biotic integrity",
|
| 2681 |
+
"relation": "equivalentClass"
|
| 2682 |
+
},
|
| 2683 |
+
{
|
| 2684 |
+
"ID": "NR_5620be80",
|
| 2685 |
+
"head": "s wave",
|
| 2686 |
+
"tail": "secondary wave",
|
| 2687 |
+
"relation": "equivalentClass"
|
| 2688 |
+
},
|
| 2689 |
+
{
|
| 2690 |
+
"ID": "NR_178dd709",
|
| 2691 |
+
"head": "radiational cooling",
|
| 2692 |
+
"tail": "radiative cooling",
|
| 2693 |
+
"relation": "equivalentClass"
|
| 2694 |
+
},
|
| 2695 |
+
{
|
| 2696 |
+
"ID": "NR_f9d1dd96",
|
| 2697 |
+
"head": "capillary",
|
| 2698 |
+
"tail": "capillary action",
|
| 2699 |
+
"relation": "equivalentClass"
|
| 2700 |
+
},
|
| 2701 |
+
{
|
| 2702 |
+
"ID": "NR_f9860b14",
|
| 2703 |
+
"head": "difference",
|
| 2704 |
+
"tail": "subtraction",
|
| 2705 |
+
"relation": "equivalentClass"
|
| 2706 |
+
},
|
| 2707 |
+
{
|
| 2708 |
+
"ID": "NR_1e2b230e",
|
| 2709 |
+
"head": "atmospheric boundary layer",
|
| 2710 |
+
"tail": "boundary layer",
|
| 2711 |
+
"relation": "equivalentClass"
|
| 2712 |
+
},
|
| 2713 |
+
{
|
| 2714 |
+
"ID": "NR_8057b44d",
|
| 2715 |
+
"head": "glass",
|
| 2716 |
+
"tail": "mineral",
|
| 2717 |
+
"relation": "disjointWith"
|
| 2718 |
+
},
|
| 2719 |
+
{
|
| 2720 |
+
"ID": "NR_25702f0f",
|
| 2721 |
+
"head": "probability distribution function",
|
| 2722 |
+
"tail": "cdf",
|
| 2723 |
+
"relation": "equivalentClass"
|
| 2724 |
+
},
|
| 2725 |
+
{
|
| 2726 |
+
"ID": "NR_d16bf2f1",
|
| 2727 |
+
"head": "carbonate compensation level",
|
| 2728 |
+
"tail": "water body boundary",
|
| 2729 |
+
"relation": "equivalentClass"
|
| 2730 |
+
},
|
| 2731 |
+
{
|
| 2732 |
+
"ID": "NR_1f2bc71c",
|
| 2733 |
+
"head": "land",
|
| 2734 |
+
"tail": "surface region",
|
| 2735 |
+
"relation": "equivalentClass"
|
| 2736 |
+
},
|
| 2737 |
+
{
|
| 2738 |
+
"ID": "NR_7bb7b261",
|
| 2739 |
+
"head": "outgoing",
|
| 2740 |
+
"tail": "outward",
|
| 2741 |
+
"relation": "equivalentClass"
|
| 2742 |
+
},
|
| 2743 |
+
{
|
| 2744 |
+
"ID": "NR_dbaa4df1",
|
| 2745 |
+
"head": "reference dose",
|
| 2746 |
+
"tail": "rfd",
|
| 2747 |
+
"relation": "equivalentClass"
|
| 2748 |
+
},
|
| 2749 |
+
{
|
| 2750 |
+
"ID": "NR_14fb41fd",
|
| 2751 |
+
"head": "love wave",
|
| 2752 |
+
"tail": "lwave",
|
| 2753 |
+
"relation": "equivalentClass"
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"ID": "NR_7b308ce7",
|
| 2757 |
+
"head": "pdi",
|
| 2758 |
+
"tail": "palmer drought severity index",
|
| 2759 |
+
"relation": "equivalentClass"
|
| 2760 |
+
},
|
| 2761 |
+
{
|
| 2762 |
+
"ID": "NR_1d0bb42e",
|
| 2763 |
+
"head": "phdi",
|
| 2764 |
+
"tail": "palmer hydrological drought index",
|
| 2765 |
+
"relation": "equivalentClass"
|
| 2766 |
+
},
|
| 2767 |
+
{
|
| 2768 |
+
"ID": "NR_2953afa2",
|
| 2769 |
+
"head": "climate",
|
| 2770 |
+
"tail": "climatic average",
|
| 2771 |
+
"relation": "equivalentClass"
|
| 2772 |
+
},
|
| 2773 |
+
{
|
| 2774 |
+
"ID": "NR_7cd3b01f",
|
| 2775 |
+
"head": "curate",
|
| 2776 |
+
"tail": "curation",
|
| 2777 |
+
"relation": "equivalentClass"
|
| 2778 |
+
},
|
| 2779 |
+
{
|
| 2780 |
+
"ID": "NR_de0d5a23",
|
| 2781 |
+
"head": "csa",
|
| 2782 |
+
"tail": "combined statistical area",
|
| 2783 |
+
"relation": "equivalentClass"
|
| 2784 |
+
},
|
| 2785 |
+
{
|
| 2786 |
+
"ID": "NR_a6814aa8",
|
| 2787 |
+
"head": "substrata",
|
| 2788 |
+
"tail": "substratum",
|
| 2789 |
+
"relation": "equivalentClass"
|
| 2790 |
+
},
|
| 2791 |
+
{
|
| 2792 |
+
"ID": "NR_4c60d2a1",
|
| 2793 |
+
"head": "classification",
|
| 2794 |
+
"tail": "classify",
|
| 2795 |
+
"relation": "equivalentClass"
|
| 2796 |
+
},
|
| 2797 |
+
{
|
| 2798 |
+
"ID": "NR_f21ae0f5",
|
| 2799 |
+
"head": "critical level",
|
| 2800 |
+
"tail": "critical point",
|
| 2801 |
+
"relation": "equivalentClass"
|
| 2802 |
+
},
|
| 2803 |
+
{
|
| 2804 |
+
"ID": "NR_5413fb57",
|
| 2805 |
+
"head": "steam",
|
| 2806 |
+
"tail": "water vapor",
|
| 2807 |
+
"relation": "equivalentClass"
|
| 2808 |
+
},
|
| 2809 |
+
{
|
| 2810 |
+
"ID": "NR_6f790465",
|
| 2811 |
+
"head": "dew point",
|
| 2812 |
+
"tail": "dew point temperature",
|
| 2813 |
+
"relation": "equivalentClass"
|
| 2814 |
+
},
|
| 2815 |
+
{
|
| 2816 |
+
"ID": "NR_064e6e33",
|
| 2817 |
+
"head": "subaqueous volcano",
|
| 2818 |
+
"tail": "submarine volcano",
|
| 2819 |
+
"relation": "equivalentClass"
|
| 2820 |
+
},
|
| 2821 |
+
{
|
| 2822 |
+
"ID": "NR_f4787724",
|
| 2823 |
+
"head": "nrmi",
|
| 2824 |
+
"tail": "natural resource management index",
|
| 2825 |
+
"relation": "equivalentClass"
|
| 2826 |
+
},
|
| 2827 |
+
{
|
| 2828 |
+
"ID": "NR_35f7102f",
|
| 2829 |
+
"head": "dike",
|
| 2830 |
+
"tail": "raised bank",
|
| 2831 |
+
"relation": "equivalentClass"
|
| 2832 |
+
},
|
| 2833 |
+
{
|
| 2834 |
+
"ID": "NR_f46eee5f",
|
| 2835 |
+
"head": "acoustic wave",
|
| 2836 |
+
"tail": "sound",
|
| 2837 |
+
"relation": "equivalentClass"
|
| 2838 |
+
},
|
| 2839 |
+
{
|
| 2840 |
+
"ID": "NR_9e99962e",
|
| 2841 |
+
"head": "drift ice",
|
| 2842 |
+
"tail": "fast ice",
|
| 2843 |
+
"relation": "disjointWith"
|
| 2844 |
+
},
|
| 2845 |
+
{
|
| 2846 |
+
"ID": "NR_662f2c85",
|
| 2847 |
+
"head": "accretion",
|
| 2848 |
+
"tail": "coalescence",
|
| 2849 |
+
"relation": "equivalentClass"
|
| 2850 |
+
},
|
| 2851 |
+
{
|
| 2852 |
+
"ID": "NR_d5b99679",
|
| 2853 |
+
"head": "geometrical object 0d",
|
| 2854 |
+
"tail": "point",
|
| 2855 |
+
"relation": "equivalentClass"
|
| 2856 |
+
},
|
| 2857 |
+
{
|
| 2858 |
+
"ID": "NR_6cfef018",
|
| 2859 |
+
"head": "compression",
|
| 2860 |
+
"tail": "decompression",
|
| 2861 |
+
"relation": "disjointWith"
|
| 2862 |
+
},
|
| 2863 |
+
{
|
| 2864 |
+
"ID": "NR_d47a8c61",
|
| 2865 |
+
"head": "unsaturated zone",
|
| 2866 |
+
"tail": "vadose zone",
|
| 2867 |
+
"relation": "equivalentClass"
|
| 2868 |
+
},
|
| 2869 |
+
{
|
| 2870 |
+
"ID": "NR_e5a4895a",
|
| 2871 |
+
"head": "mact",
|
| 2872 |
+
"tail": "maximum achievable control technology",
|
| 2873 |
+
"relation": "equivalentClass"
|
| 2874 |
+
},
|
| 2875 |
+
{
|
| 2876 |
+
"ID": "NR_bf8836a3",
|
| 2877 |
+
"head": "categorical property",
|
| 2878 |
+
"tail": "quantity",
|
| 2879 |
+
"relation": "disjointWith"
|
| 2880 |
+
},
|
| 2881 |
+
{
|
| 2882 |
+
"ID": "NR_d4bd9b9b",
|
| 2883 |
+
"head": "inner core",
|
| 2884 |
+
"tail": "outer core",
|
| 2885 |
+
"relation": "disjointWith"
|
| 2886 |
+
},
|
| 2887 |
+
{
|
| 2888 |
+
"ID": "NR_d7285c44",
|
| 2889 |
+
"head": "shore platform",
|
| 2890 |
+
"tail": "wave cut platform",
|
| 2891 |
+
"relation": "equivalentClass"
|
| 2892 |
+
},
|
| 2893 |
+
{
|
| 2894 |
+
"ID": "NR_6ac19b51",
|
| 2895 |
+
"head": "episode",
|
| 2896 |
+
"tail": "episodic",
|
| 2897 |
+
"relation": "equivalentClass"
|
| 2898 |
+
},
|
| 2899 |
+
{
|
| 2900 |
+
"ID": "NR_18f829e4",
|
| 2901 |
+
"head": "instability",
|
| 2902 |
+
"tail": "unstable",
|
| 2903 |
+
"relation": "equivalentClass"
|
| 2904 |
+
},
|
| 2905 |
+
{
|
| 2906 |
+
"ID": "NR_9c5cba3a",
|
| 2907 |
+
"head": "weather",
|
| 2908 |
+
"tail": "weather condition",
|
| 2909 |
+
"relation": "equivalentClass"
|
| 2910 |
+
},
|
| 2911 |
+
{
|
| 2912 |
+
"ID": "NR_b5c0f090",
|
| 2913 |
+
"head": "pore",
|
| 2914 |
+
"tail": "pore space",
|
| 2915 |
+
"relation": "equivalentClass"
|
| 2916 |
+
},
|
| 2917 |
+
{
|
| 2918 |
+
"ID": "NR_705a3467",
|
| 2919 |
+
"head": "calibrate",
|
| 2920 |
+
"tail": "calibration",
|
| 2921 |
+
"relation": "equivalentClass"
|
| 2922 |
+
},
|
| 2923 |
+
{
|
| 2924 |
+
"ID": "NR_bbb42228",
|
| 2925 |
+
"head": "map",
|
| 2926 |
+
"tail": "mapping",
|
| 2927 |
+
"relation": "equivalentClass"
|
| 2928 |
+
},
|
| 2929 |
+
{
|
| 2930 |
+
"ID": "NR_af11011e",
|
| 2931 |
+
"head": "flipping point",
|
| 2932 |
+
"tail": "tipping point",
|
| 2933 |
+
"relation": "equivalentClass"
|
| 2934 |
+
},
|
| 2935 |
+
{
|
| 2936 |
+
"ID": "NR_2ca622a6",
|
| 2937 |
+
"head": "dike",
|
| 2938 |
+
"tail": "levee",
|
| 2939 |
+
"relation": "equivalentClass"
|
| 2940 |
+
},
|
| 2941 |
+
{
|
| 2942 |
+
"ID": "NR_a4083265",
|
| 2943 |
+
"head": "expanding",
|
| 2944 |
+
"tail": "expansion",
|
| 2945 |
+
"relation": "equivalentClass"
|
| 2946 |
+
},
|
| 2947 |
+
{
|
| 2948 |
+
"ID": "NR_b4991fa7",
|
| 2949 |
+
"head": "boundary",
|
| 2950 |
+
"tail": "face",
|
| 2951 |
+
"relation": "equivalentClass"
|
| 2952 |
+
},
|
| 2953 |
+
{
|
| 2954 |
+
"ID": "NR_ea2a9e25",
|
| 2955 |
+
"head": "akasofu epsilon",
|
| 2956 |
+
"tail": "geomagnetic index",
|
| 2957 |
+
"relation": "equivalentClass"
|
| 2958 |
+
},
|
| 2959 |
+
{
|
| 2960 |
+
"ID": "NR_2cbf1192",
|
| 2961 |
+
"head": "heat flow",
|
| 2962 |
+
"tail": "thermal flux",
|
| 2963 |
+
"relation": "equivalentClass"
|
| 2964 |
+
},
|
| 2965 |
+
{
|
| 2966 |
+
"ID": "NR_0ddd5423",
|
| 2967 |
+
"head": "acoustic",
|
| 2968 |
+
"tail": "acoustic wave",
|
| 2969 |
+
"relation": "equivalentClass"
|
| 2970 |
+
},
|
| 2971 |
+
{
|
| 2972 |
+
"ID": "NR_b069341d",
|
| 2973 |
+
"head": "time average",
|
| 2974 |
+
"tail": "time mean",
|
| 2975 |
+
"relation": "equivalentClass"
|
| 2976 |
+
},
|
| 2977 |
+
{
|
| 2978 |
+
"ID": "NR_bb88d980",
|
| 2979 |
+
"head": "dehydration",
|
| 2980 |
+
"tail": "hydration",
|
| 2981 |
+
"relation": "disjointWith"
|
| 2982 |
+
},
|
| 2983 |
+
{
|
| 2984 |
+
"ID": "NR_16023b5b",
|
| 2985 |
+
"head": "ice crystal",
|
| 2986 |
+
"tail": "ice particle",
|
| 2987 |
+
"relation": "equivalentClass"
|
| 2988 |
+
},
|
| 2989 |
+
{
|
| 2990 |
+
"ID": "NR_d13a8ed0",
|
| 2991 |
+
"head": "foehn cloud",
|
| 2992 |
+
"tail": "foehn wall",
|
| 2993 |
+
"relation": "equivalentClass"
|
| 2994 |
+
},
|
| 2995 |
+
{
|
| 2996 |
+
"ID": "NR_c5917fa4",
|
| 2997 |
+
"head": "hydrologic cycle",
|
| 2998 |
+
"tail": "hydrological cycle",
|
| 2999 |
+
"relation": "equivalentClass"
|
| 3000 |
+
},
|
| 3001 |
+
{
|
| 3002 |
+
"ID": "NR_dc93e4a9",
|
| 3003 |
+
"head": "cluster",
|
| 3004 |
+
"tail": "clustering",
|
| 3005 |
+
"relation": "equivalentClass"
|
| 3006 |
+
},
|
| 3007 |
+
{
|
| 3008 |
+
"ID": "NR_9b62c11b",
|
| 3009 |
+
"head": "percolate",
|
| 3010 |
+
"tail": "percolation",
|
| 3011 |
+
"relation": "equivalentClass"
|
| 3012 |
+
},
|
| 3013 |
+
{
|
| 3014 |
+
"ID": "NR_68bf2fca",
|
| 3015 |
+
"head": "rim",
|
| 3016 |
+
"tail": "top",
|
| 3017 |
+
"relation": "equivalentClass"
|
| 3018 |
+
},
|
| 3019 |
+
{
|
| 3020 |
+
"ID": "NR_71d0554c",
|
| 3021 |
+
"head": "mesoscale eddy",
|
| 3022 |
+
"tail": "mode eddy",
|
| 3023 |
+
"relation": "equivalentClass"
|
| 3024 |
+
},
|
| 3025 |
+
{
|
| 3026 |
+
"ID": "NR_f6c01805",
|
| 3027 |
+
"head": "attenuation coefficient",
|
| 3028 |
+
"tail": "extinction coefficient",
|
| 3029 |
+
"relation": "equivalentClass"
|
| 3030 |
+
},
|
| 3031 |
+
{
|
| 3032 |
+
"ID": "NR_0c9616e6",
|
| 3033 |
+
"head": "rock cycle",
|
| 3034 |
+
"tail": "rock cycle process",
|
| 3035 |
+
"relation": "equivalentClass"
|
| 3036 |
+
},
|
| 3037 |
+
{
|
| 3038 |
+
"ID": "NR_fc631954",
|
| 3039 |
+
"head": "body wave",
|
| 3040 |
+
"tail": "surface wave",
|
| 3041 |
+
"relation": "disjointWith"
|
| 3042 |
+
},
|
| 3043 |
+
{
|
| 3044 |
+
"ID": "NR_d5dcd240",
|
| 3045 |
+
"head": "planetary surface",
|
| 3046 |
+
"tail": "subsurface",
|
| 3047 |
+
"relation": "disjointWith"
|
| 3048 |
+
},
|
| 3049 |
+
{
|
| 3050 |
+
"ID": "NR_f568a274",
|
| 3051 |
+
"head": "radiation belt",
|
| 3052 |
+
"tail": "van allen belt",
|
| 3053 |
+
"relation": "equivalentClass"
|
| 3054 |
+
},
|
| 3055 |
+
{
|
| 3056 |
+
"ID": "NR_26e347ee",
|
| 3057 |
+
"head": "glacial process",
|
| 3058 |
+
"tail": "obsolete periglaciation",
|
| 3059 |
+
"relation": "disjointWith"
|
| 3060 |
+
},
|
| 3061 |
+
{
|
| 3062 |
+
"ID": "NR_1d62c185",
|
| 3063 |
+
"head": "cdr",
|
| 3064 |
+
"tail": "climate data record",
|
| 3065 |
+
"relation": "equivalentClass"
|
| 3066 |
+
},
|
| 3067 |
+
{
|
| 3068 |
+
"ID": "NR_efa7af36",
|
| 3069 |
+
"head": "decrease",
|
| 3070 |
+
"tail": "fall",
|
| 3071 |
+
"relation": "equivalentClass"
|
| 3072 |
+
},
|
| 3073 |
+
{
|
| 3074 |
+
"ID": "NR_0b124895",
|
| 3075 |
+
"head": "chinook wind",
|
| 3076 |
+
"tail": "foehn",
|
| 3077 |
+
"relation": "equivalentClass"
|
| 3078 |
+
},
|
| 3079 |
+
{
|
| 3080 |
+
"ID": "NR_73ae344f",
|
| 3081 |
+
"head": "consistence",
|
| 3082 |
+
"tail": "consistency",
|
| 3083 |
+
"relation": "equivalentClass"
|
| 3084 |
+
},
|
| 3085 |
+
{
|
| 3086 |
+
"ID": "NR_f6ddafc0",
|
| 3087 |
+
"head": "drainage basin",
|
| 3088 |
+
"tail": "watershed",
|
| 3089 |
+
"relation": "equivalentClass"
|
| 3090 |
+
},
|
| 3091 |
+
{
|
| 3092 |
+
"ID": "NR_2ebe93d4",
|
| 3093 |
+
"head": "walker cell",
|
| 3094 |
+
"tail": "walker circulation",
|
| 3095 |
+
"relation": "equivalentClass"
|
| 3096 |
+
},
|
| 3097 |
+
{
|
| 3098 |
+
"ID": "NR_4a0d7882",
|
| 3099 |
+
"head": "ionization energy",
|
| 3100 |
+
"tail": "ionization potential",
|
| 3101 |
+
"relation": "equivalentClass"
|
| 3102 |
+
},
|
| 3103 |
+
{
|
| 3104 |
+
"ID": "NR_69e9aea6",
|
| 3105 |
+
"head": "boundary layer",
|
| 3106 |
+
"tail": "planetary boundary layer",
|
| 3107 |
+
"relation": "equivalentClass"
|
| 3108 |
+
},
|
| 3109 |
+
{
|
| 3110 |
+
"ID": "NR_df0e3800",
|
| 3111 |
+
"head": "storage coefficient",
|
| 3112 |
+
"tail": "storativity",
|
| 3113 |
+
"relation": "equivalentClass"
|
| 3114 |
+
},
|
| 3115 |
+
{
|
| 3116 |
+
"ID": "NR_f88184bc",
|
| 3117 |
+
"head": "investigate",
|
| 3118 |
+
"tail": "investigation",
|
| 3119 |
+
"relation": "equivalentClass"
|
| 3120 |
+
},
|
| 3121 |
+
{
|
| 3122 |
+
"ID": "NR_f0273fd3",
|
| 3123 |
+
"head": "chi square",
|
| 3124 |
+
"tail": "chi square distribution",
|
| 3125 |
+
"relation": "equivalentClass"
|
| 3126 |
+
},
|
| 3127 |
+
{
|
| 3128 |
+
"ID": "NR_54263779",
|
| 3129 |
+
"head": "hydrologic cycle",
|
| 3130 |
+
"tail": "water cycle",
|
| 3131 |
+
"relation": "equivalentClass"
|
| 3132 |
+
},
|
| 3133 |
+
{
|
| 3134 |
+
"ID": "NR_23172ea4",
|
| 3135 |
+
"head": "component",
|
| 3136 |
+
"tail": "coordinate",
|
| 3137 |
+
"relation": "equivalentClass"
|
| 3138 |
+
},
|
| 3139 |
+
{
|
| 3140 |
+
"ID": "NR_c59264cd",
|
| 3141 |
+
"head": "fault",
|
| 3142 |
+
"tail": "fault line",
|
| 3143 |
+
"relation": "equivalentClass"
|
| 3144 |
+
},
|
| 3145 |
+
{
|
| 3146 |
+
"ID": "NR_091c1af6",
|
| 3147 |
+
"head": "b horizon",
|
| 3148 |
+
"tail": "subsoil",
|
| 3149 |
+
"relation": "equivalentClass"
|
| 3150 |
+
},
|
| 3151 |
+
{
|
| 3152 |
+
"ID": "NR_4eab5167",
|
| 3153 |
+
"head": "porosity",
|
| 3154 |
+
"tail": "porousness",
|
| 3155 |
+
"relation": "equivalentClass"
|
| 3156 |
+
},
|
| 3157 |
+
{
|
| 3158 |
+
"ID": "NR_47dbd916",
|
| 3159 |
+
"head": "bar",
|
| 3160 |
+
"tail": "delta bar",
|
| 3161 |
+
"relation": "equivalentClass"
|
| 3162 |
+
},
|
| 3163 |
+
{
|
| 3164 |
+
"ID": "NR_8424dd57",
|
| 3165 |
+
"head": "categorical property",
|
| 3166 |
+
"tail": "ordinal property",
|
| 3167 |
+
"relation": "disjointWith"
|
| 3168 |
+
},
|
| 3169 |
+
{
|
| 3170 |
+
"ID": "NR_195bbb38",
|
| 3171 |
+
"head": "heat flux",
|
| 3172 |
+
"tail": "thermal flux",
|
| 3173 |
+
"relation": "equivalentClass"
|
| 3174 |
+
},
|
| 3175 |
+
{
|
| 3176 |
+
"ID": "NR_38cfb539",
|
| 3177 |
+
"head": "alkalinity",
|
| 3178 |
+
"tail": "basic",
|
| 3179 |
+
"relation": "equivalentClass"
|
| 3180 |
+
},
|
| 3181 |
+
{
|
| 3182 |
+
"ID": "NR_62d1bedc",
|
| 3183 |
+
"head": "elongation",
|
| 3184 |
+
"tail": "stretch",
|
| 3185 |
+
"relation": "equivalentClass"
|
| 3186 |
+
},
|
| 3187 |
+
{
|
| 3188 |
+
"ID": "NR_4b521785",
|
| 3189 |
+
"head": "federal",
|
| 3190 |
+
"tail": "federal governing body",
|
| 3191 |
+
"relation": "equivalentClass"
|
| 3192 |
+
},
|
| 3193 |
+
{
|
| 3194 |
+
"ID": "NR_0ad633f8",
|
| 3195 |
+
"head": "subside",
|
| 3196 |
+
"tail": "subsidence",
|
| 3197 |
+
"relation": "equivalentClass"
|
| 3198 |
+
},
|
| 3199 |
+
{
|
| 3200 |
+
"ID": "NR_62d01ccd",
|
| 3201 |
+
"head": "belief",
|
| 3202 |
+
"tail": "trust",
|
| 3203 |
+
"relation": "equivalentClass"
|
| 3204 |
+
},
|
| 3205 |
+
{
|
| 3206 |
+
"ID": "NR_6c56dcef",
|
| 3207 |
+
"head": "great circle",
|
| 3208 |
+
"tail": "small circle",
|
| 3209 |
+
"relation": "disjointWith"
|
| 3210 |
+
},
|
| 3211 |
+
{
|
| 3212 |
+
"ID": "NR_a0fc13f5",
|
| 3213 |
+
"head": "simulate",
|
| 3214 |
+
"tail": "simulation",
|
| 3215 |
+
"relation": "equivalentClass"
|
| 3216 |
+
},
|
| 3217 |
+
{
|
| 3218 |
+
"ID": "NR_7a7752bb",
|
| 3219 |
+
"head": "freshwater ecosystem",
|
| 3220 |
+
"tail": "marine ecosystem",
|
| 3221 |
+
"relation": "disjointWith"
|
| 3222 |
+
},
|
| 3223 |
+
{
|
| 3224 |
+
"ID": "NR_b0c05233",
|
| 3225 |
+
"head": "shear stress",
|
| 3226 |
+
"tail": "tensile stress",
|
| 3227 |
+
"relation": "disjointWith"
|
| 3228 |
+
},
|
| 3229 |
+
{
|
| 3230 |
+
"ID": "NR_a2d331b2",
|
| 3231 |
+
"head": "decline",
|
| 3232 |
+
"tail": "decrease",
|
| 3233 |
+
"relation": "equivalentClass"
|
| 3234 |
+
},
|
| 3235 |
+
{
|
| 3236 |
+
"ID": "NR_5d717109",
|
| 3237 |
+
"head": "coh",
|
| 3238 |
+
"tail": "coefficient of haze",
|
| 3239 |
+
"relation": "equivalentClass"
|
| 3240 |
+
},
|
| 3241 |
+
{
|
| 3242 |
+
"ID": "NR_31e44c72",
|
| 3243 |
+
"head": "geodesy",
|
| 3244 |
+
"tail": "geodetic science",
|
| 3245 |
+
"relation": "equivalentClass"
|
| 3246 |
+
},
|
| 3247 |
+
{
|
| 3248 |
+
"ID": "NR_9acdefe4",
|
| 3249 |
+
"head": "methane clathrate",
|
| 3250 |
+
"tail": "methane ice",
|
| 3251 |
+
"relation": "equivalentClass"
|
| 3252 |
+
},
|
| 3253 |
+
{
|
| 3254 |
+
"ID": "NR_be8119f1",
|
| 3255 |
+
"head": "dry lake",
|
| 3256 |
+
"tail": "playa",
|
| 3257 |
+
"relation": "equivalentClass"
|
| 3258 |
+
},
|
| 3259 |
+
{
|
| 3260 |
+
"ID": "NR_13a46f1d",
|
| 3261 |
+
"head": "gravity",
|
| 3262 |
+
"tail": "gravity force",
|
| 3263 |
+
"relation": "equivalentClass"
|
| 3264 |
+
},
|
| 3265 |
+
{
|
| 3266 |
+
"ID": "NR_151f7ecc",
|
| 3267 |
+
"head": "geosphere",
|
| 3268 |
+
"tail": "solid earth",
|
| 3269 |
+
"relation": "equivalentClass"
|
| 3270 |
+
},
|
| 3271 |
+
{
|
| 3272 |
+
"ID": "NR_1de071cf",
|
| 3273 |
+
"head": "deep focus earthquake",
|
| 3274 |
+
"tail": "shallow focus earthquake",
|
| 3275 |
+
"relation": "disjointWith"
|
| 3276 |
+
},
|
| 3277 |
+
{
|
| 3278 |
+
"ID": "NR_9231603b",
|
| 3279 |
+
"head": "alkaline",
|
| 3280 |
+
"tail": "alkalinity",
|
| 3281 |
+
"relation": "equivalentClass"
|
| 3282 |
+
},
|
| 3283 |
+
{
|
| 3284 |
+
"ID": "NR_7b353b33",
|
| 3285 |
+
"head": "methane clathrate",
|
| 3286 |
+
"tail": "methane hydrate",
|
| 3287 |
+
"relation": "equivalentClass"
|
| 3288 |
+
},
|
| 3289 |
+
{
|
| 3290 |
+
"ID": "NR_74a7e6d0",
|
| 3291 |
+
"head": "digraph",
|
| 3292 |
+
"tail": "directed graph",
|
| 3293 |
+
"relation": "equivalentClass"
|
| 3294 |
+
},
|
| 3295 |
+
{
|
| 3296 |
+
"ID": "NR_9646f7c1",
|
| 3297 |
+
"head": "lfc",
|
| 3298 |
+
"tail": "level of free convection",
|
| 3299 |
+
"relation": "equivalentClass"
|
| 3300 |
+
},
|
| 3301 |
+
{
|
| 3302 |
+
"ID": "NR_be1a2d75",
|
| 3303 |
+
"head": "carbon neutral",
|
| 3304 |
+
"tail": "carbon neutrality",
|
| 3305 |
+
"relation": "equivalentClass"
|
| 3306 |
+
},
|
| 3307 |
+
{
|
| 3308 |
+
"ID": "NR_df815e5b",
|
| 3309 |
+
"head": "diffuse",
|
| 3310 |
+
"tail": "diffusion",
|
| 3311 |
+
"relation": "equivalentClass"
|
| 3312 |
+
},
|
| 3313 |
+
{
|
| 3314 |
+
"ID": "NR_8e4d5a09",
|
| 3315 |
+
"head": "discontinuity",
|
| 3316 |
+
"tail": "discontinuous",
|
| 3317 |
+
"relation": "equivalentClass"
|
| 3318 |
+
},
|
| 3319 |
+
{
|
| 3320 |
+
"ID": "NR_552faaa2",
|
| 3321 |
+
"head": "fourier",
|
| 3322 |
+
"tail": "fourier function",
|
| 3323 |
+
"relation": "equivalentClass"
|
| 3324 |
+
},
|
| 3325 |
+
{
|
| 3326 |
+
"ID": "NR_c411cffc",
|
| 3327 |
+
"head": "shore",
|
| 3328 |
+
"tail": "shoreline",
|
| 3329 |
+
"relation": "equivalentClass"
|
| 3330 |
+
},
|
| 3331 |
+
{
|
| 3332 |
+
"ID": "NR_c9290893",
|
| 3333 |
+
"head": "sic",
|
| 3334 |
+
"tail": "standard industrial classification",
|
| 3335 |
+
"relation": "equivalentClass"
|
| 3336 |
+
},
|
| 3337 |
+
{
|
| 3338 |
+
"ID": "NR_c4efc612",
|
| 3339 |
+
"head": "extraction",
|
| 3340 |
+
"tail": "resource extraction",
|
| 3341 |
+
"relation": "equivalentClass"
|
| 3342 |
+
},
|
| 3343 |
+
{
|
| 3344 |
+
"ID": "NR_12fe6ed1",
|
| 3345 |
+
"head": "rel",
|
| 3346 |
+
"tail": "reference exposure level",
|
| 3347 |
+
"relation": "equivalentClass"
|
| 3348 |
+
},
|
| 3349 |
+
{
|
| 3350 |
+
"ID": "NR_c2de5353",
|
| 3351 |
+
"head": "heat",
|
| 3352 |
+
"tail": "heat energy",
|
| 3353 |
+
"relation": "equivalentClass"
|
| 3354 |
+
},
|
| 3355 |
+
{
|
| 3356 |
+
"ID": "NR_02ad0b44",
|
| 3357 |
+
"head": "atmospheric pressure",
|
| 3358 |
+
"tail": "barometric pressure",
|
| 3359 |
+
"relation": "equivalentClass"
|
| 3360 |
+
},
|
| 3361 |
+
{
|
| 3362 |
+
"ID": "NR_58f8da96",
|
| 3363 |
+
"head": "global planetary layer",
|
| 3364 |
+
"tail": "planetary layer",
|
| 3365 |
+
"relation": "equivalentClass"
|
| 3366 |
+
},
|
| 3367 |
+
{
|
| 3368 |
+
"ID": "NR_ca3c2edb",
|
| 3369 |
+
"head": "temporal average",
|
| 3370 |
+
"tail": "time mean",
|
| 3371 |
+
"relation": "equivalentClass"
|
| 3372 |
+
},
|
| 3373 |
+
{
|
| 3374 |
+
"ID": "NR_c37838c7",
|
| 3375 |
+
"head": "hra",
|
| 3376 |
+
"tail": "health risk assessment",
|
| 3377 |
+
"relation": "equivalentClass"
|
| 3378 |
+
},
|
| 3379 |
+
{
|
| 3380 |
+
"ID": "NR_49f87e39",
|
| 3381 |
+
"head": "mountain",
|
| 3382 |
+
"tail": "orography",
|
| 3383 |
+
"relation": "equivalentClass"
|
| 3384 |
+
},
|
| 3385 |
+
{
|
| 3386 |
+
"ID": "NR_8296bdab",
|
| 3387 |
+
"head": "trl",
|
| 3388 |
+
"tail": "technology readiness level",
|
| 3389 |
+
"relation": "equivalentClass"
|
| 3390 |
+
},
|
| 3391 |
+
{
|
| 3392 |
+
"ID": "NR_f72e59ea",
|
| 3393 |
+
"head": "measurement scale",
|
| 3394 |
+
"tail": "scale",
|
| 3395 |
+
"relation": "equivalentClass"
|
| 3396 |
+
},
|
| 3397 |
+
{
|
| 3398 |
+
"ID": "NR_b4146a2c",
|
| 3399 |
+
"head": "circuit",
|
| 3400 |
+
"tail": "cycle",
|
| 3401 |
+
"relation": "equivalentClass"
|
| 3402 |
+
},
|
| 3403 |
+
{
|
| 3404 |
+
"ID": "NR_52827109",
|
| 3405 |
+
"head": "palmer drought index",
|
| 3406 |
+
"tail": "palmer drought severity index",
|
| 3407 |
+
"relation": "equivalentClass"
|
| 3408 |
+
},
|
| 3409 |
+
{
|
| 3410 |
+
"ID": "NR_d44a63cc",
|
| 3411 |
+
"head": "phase transition",
|
| 3412 |
+
"tail": "state change",
|
| 3413 |
+
"relation": "equivalentClass"
|
| 3414 |
+
},
|
| 3415 |
+
{
|
| 3416 |
+
"ID": "NR_1505341a",
|
| 3417 |
+
"head": "electricity",
|
| 3418 |
+
"tail": "power source",
|
| 3419 |
+
"relation": "equivalentClass"
|
| 3420 |
+
},
|
| 3421 |
+
{
|
| 3422 |
+
"ID": "NR_97dd864f",
|
| 3423 |
+
"head": "high pressure",
|
| 3424 |
+
"tail": "ridge",
|
| 3425 |
+
"relation": "equivalentClass"
|
| 3426 |
+
},
|
| 3427 |
+
{
|
| 3428 |
+
"ID": "NR_6f65677e",
|
| 3429 |
+
"head": "rainout",
|
| 3430 |
+
"tail": "washout",
|
| 3431 |
+
"relation": "equivalentClass"
|
| 3432 |
+
},
|
| 3433 |
+
{
|
| 3434 |
+
"ID": "NR_6f945341",
|
| 3435 |
+
"head": "reservoir",
|
| 3436 |
+
"tail": "storage",
|
| 3437 |
+
"relation": "equivalentClass"
|
| 3438 |
+
},
|
| 3439 |
+
{
|
| 3440 |
+
"ID": "NR_32aa9c1a",
|
| 3441 |
+
"head": "convergent boundary",
|
| 3442 |
+
"tail": "convergent plate boundary",
|
| 3443 |
+
"relation": "equivalentClass"
|
| 3444 |
+
},
|
| 3445 |
+
{
|
| 3446 |
+
"ID": "NR_5bdb3c10",
|
| 3447 |
+
"head": "duration",
|
| 3448 |
+
"tail": "temporal entity",
|
| 3449 |
+
"relation": "equivalentClass"
|
| 3450 |
+
},
|
| 3451 |
+
{
|
| 3452 |
+
"ID": "NR_4aad3802",
|
| 3453 |
+
"head": "electromagnetic radiation",
|
| 3454 |
+
"tail": "electromagnetic wave",
|
| 3455 |
+
"relation": "equivalentClass"
|
| 3456 |
+
},
|
| 3457 |
+
{
|
| 3458 |
+
"ID": "NR_088f53dd",
|
| 3459 |
+
"head": "integral",
|
| 3460 |
+
"tail": "integration",
|
| 3461 |
+
"relation": "equivalentClass"
|
| 3462 |
+
},
|
| 3463 |
+
{
|
| 3464 |
+
"ID": "NR_160ae0ea",
|
| 3465 |
+
"head": "planetary boundary",
|
| 3466 |
+
"tail": "planetary surface level",
|
| 3467 |
+
"relation": "equivalentClass"
|
| 3468 |
+
},
|
| 3469 |
+
{
|
| 3470 |
+
"ID": "NR_3b292e6d",
|
| 3471 |
+
"head": "crosswalk",
|
| 3472 |
+
"tail": "variable mapping",
|
| 3473 |
+
"relation": "equivalentClass"
|
| 3474 |
+
},
|
| 3475 |
+
{
|
| 3476 |
+
"ID": "NR_ad8ad1a1",
|
| 3477 |
+
"head": "glaciation",
|
| 3478 |
+
"tail": "glacier retreat",
|
| 3479 |
+
"relation": "disjointWith"
|
| 3480 |
+
},
|
| 3481 |
+
{
|
| 3482 |
+
"ID": "NR_3d0e0f3d",
|
| 3483 |
+
"head": "chemical",
|
| 3484 |
+
"tail": "chemical substance",
|
| 3485 |
+
"relation": "equivalentClass"
|
| 3486 |
+
},
|
| 3487 |
+
{
|
| 3488 |
+
"ID": "NR_bb36a276",
|
| 3489 |
+
"head": "cfc",
|
| 3490 |
+
"tail": "chlorofluorocarbon",
|
| 3491 |
+
"relation": "equivalentClass"
|
| 3492 |
+
},
|
| 3493 |
+
{
|
| 3494 |
+
"ID": "NR_744357d9",
|
| 3495 |
+
"head": "anova",
|
| 3496 |
+
"tail": "analysis of variance",
|
| 3497 |
+
"relation": "equivalentClass"
|
| 3498 |
+
},
|
| 3499 |
+
{
|
| 3500 |
+
"ID": "NR_43d02f7f",
|
| 3501 |
+
"head": "reconstruct",
|
| 3502 |
+
"tail": "reconstruction",
|
| 3503 |
+
"relation": "equivalentClass"
|
| 3504 |
+
},
|
| 3505 |
+
{
|
| 3506 |
+
"ID": "NR_f374c43a",
|
| 3507 |
+
"head": "fpar",
|
| 3508 |
+
"tail": "fraction photosynthetic active radiation",
|
| 3509 |
+
"relation": "equivalentClass"
|
| 3510 |
+
},
|
| 3511 |
+
{
|
| 3512 |
+
"ID": "NR_1b1d4dc4",
|
| 3513 |
+
"head": "fresh water",
|
| 3514 |
+
"tail": "salt water",
|
| 3515 |
+
"relation": "disjointWith"
|
| 3516 |
+
},
|
| 3517 |
+
{
|
| 3518 |
+
"ID": "NR_38c5fd5d",
|
| 3519 |
+
"head": "lwe",
|
| 3520 |
+
"tail": "liquid water equivalent",
|
| 3521 |
+
"relation": "equivalentClass"
|
| 3522 |
+
},
|
| 3523 |
+
{
|
| 3524 |
+
"ID": "NR_2268ace6",
|
| 3525 |
+
"head": "continuity",
|
| 3526 |
+
"tail": "continuous",
|
| 3527 |
+
"relation": "equivalentClass"
|
| 3528 |
+
},
|
| 3529 |
+
{
|
| 3530 |
+
"ID": "NR_206500c2",
|
| 3531 |
+
"head": "ozone depletion",
|
| 3532 |
+
"tail": "ozone hole",
|
| 3533 |
+
"relation": "equivalentClass"
|
| 3534 |
+
},
|
| 3535 |
+
{
|
| 3536 |
+
"ID": "NR_332b088f",
|
| 3537 |
+
"head": "node",
|
| 3538 |
+
"tail": "vertex",
|
| 3539 |
+
"relation": "equivalentClass"
|
| 3540 |
+
},
|
| 3541 |
+
{
|
| 3542 |
+
"ID": "NR_c9dbd242",
|
| 3543 |
+
"head": "animate",
|
| 3544 |
+
"tail": "animation",
|
| 3545 |
+
"relation": "equivalentClass"
|
| 3546 |
+
},
|
| 3547 |
+
{
|
| 3548 |
+
"ID": "NR_2341070a",
|
| 3549 |
+
"head": "transform boundary",
|
| 3550 |
+
"tail": "transform plate boundary",
|
| 3551 |
+
"relation": "equivalentClass"
|
| 3552 |
+
},
|
| 3553 |
+
{
|
| 3554 |
+
"ID": "NR_2c22f0a7",
|
| 3555 |
+
"head": "tidal wave",
|
| 3556 |
+
"tail": "tsunami",
|
| 3557 |
+
"relation": "equivalentClass"
|
| 3558 |
+
},
|
| 3559 |
+
{
|
| 3560 |
+
"ID": "NR_96b88b85",
|
| 3561 |
+
"head": "intertidal",
|
| 3562 |
+
"tail": "intertidal zone",
|
| 3563 |
+
"relation": "equivalentClass"
|
| 3564 |
+
},
|
| 3565 |
+
{
|
| 3566 |
+
"ID": "NR_48c6e478",
|
| 3567 |
+
"head": "footwall",
|
| 3568 |
+
"tail": "hanging wall",
|
| 3569 |
+
"relation": "disjointWith"
|
| 3570 |
+
},
|
| 3571 |
+
{
|
| 3572 |
+
"ID": "NR_07a7b8fd",
|
| 3573 |
+
"head": "standing wave",
|
| 3574 |
+
"tail": "traveling wave",
|
| 3575 |
+
"relation": "disjointWith"
|
| 3576 |
+
},
|
| 3577 |
+
{
|
| 3578 |
+
"ID": "NR_2274463f",
|
| 3579 |
+
"head": "device",
|
| 3580 |
+
"tail": "instrument",
|
| 3581 |
+
"relation": "equivalentClass"
|
| 3582 |
+
},
|
| 3583 |
+
{
|
| 3584 |
+
"ID": "NR_525c7685",
|
| 3585 |
+
"head": "convection zone",
|
| 3586 |
+
"tail": "stellar core",
|
| 3587 |
+
"relation": "disjointWith"
|
| 3588 |
+
},
|
| 3589 |
+
{
|
| 3590 |
+
"ID": "NR_619c3e1d",
|
| 3591 |
+
"head": "nighttime",
|
| 3592 |
+
"tail": "nocturnal",
|
| 3593 |
+
"relation": "equivalentClass"
|
| 3594 |
+
},
|
| 3595 |
+
{
|
| 3596 |
+
"ID": "NR_85e5762a",
|
| 3597 |
+
"head": "base",
|
| 3598 |
+
"tail": "bottom",
|
| 3599 |
+
"relation": "equivalentClass"
|
| 3600 |
+
},
|
| 3601 |
+
{
|
| 3602 |
+
"ID": "NR_dbd781f6",
|
| 3603 |
+
"head": "plate convergence",
|
| 3604 |
+
"tail": "plate divergence",
|
| 3605 |
+
"relation": "disjointWith"
|
| 3606 |
+
},
|
| 3607 |
+
{
|
| 3608 |
+
"ID": "NR_a3e2991e",
|
| 3609 |
+
"head": "order",
|
| 3610 |
+
"tail": "seq",
|
| 3611 |
+
"relation": "equivalentClass"
|
| 3612 |
+
},
|
| 3613 |
+
{
|
| 3614 |
+
"ID": "NR_20bfc07a",
|
| 3615 |
+
"head": "lbs",
|
| 3616 |
+
"tail": "location based service",
|
| 3617 |
+
"relation": "equivalentClass"
|
| 3618 |
+
},
|
| 3619 |
+
{
|
| 3620 |
+
"ID": "NR_c5385274",
|
| 3621 |
+
"head": "resonance",
|
| 3622 |
+
"tail": "resonant",
|
| 3623 |
+
"relation": "equivalentClass"
|
| 3624 |
+
},
|
| 3625 |
+
{
|
| 3626 |
+
"ID": "NR_58c2fe0f",
|
| 3627 |
+
"head": "georeference",
|
| 3628 |
+
"tail": "georeferencing",
|
| 3629 |
+
"relation": "equivalentClass"
|
| 3630 |
+
},
|
| 3631 |
+
{
|
| 3632 |
+
"ID": "NR_16acb824",
|
| 3633 |
+
"head": "foehn cloud",
|
| 3634 |
+
"tail": "moazagotl",
|
| 3635 |
+
"relation": "equivalentClass"
|
| 3636 |
+
},
|
| 3637 |
+
{
|
| 3638 |
+
"ID": "NR_813d5fa7",
|
| 3639 |
+
"head": "unconfined aquifer",
|
| 3640 |
+
"tail": "water table aquifer",
|
| 3641 |
+
"relation": "equivalentClass"
|
| 3642 |
+
},
|
| 3643 |
+
{
|
| 3644 |
+
"ID": "NR_6ed43c21",
|
| 3645 |
+
"head": "gyroradius",
|
| 3646 |
+
"tail": "larmor radius",
|
| 3647 |
+
"relation": "equivalentClass"
|
| 3648 |
+
},
|
| 3649 |
+
{
|
| 3650 |
+
"ID": "NR_aaeacebf",
|
| 3651 |
+
"head": "pyroxine",
|
| 3652 |
+
"tail": "pyroxene",
|
| 3653 |
+
"relation": "seeAlso"
|
| 3654 |
+
},
|
| 3655 |
+
{
|
| 3656 |
+
"ID": "NR_5abd38c8",
|
| 3657 |
+
"head": "phreatic eruption",
|
| 3658 |
+
"tail": "steam blast eruption",
|
| 3659 |
+
"relation": "equivalentClass"
|
| 3660 |
+
},
|
| 3661 |
+
{
|
| 3662 |
+
"ID": "NR_bdd8653c",
|
| 3663 |
+
"head": "orographic",
|
| 3664 |
+
"tail": "orography",
|
| 3665 |
+
"relation": "equivalentClass"
|
| 3666 |
+
},
|
| 3667 |
+
{
|
| 3668 |
+
"ID": "NR_985fd600",
|
| 3669 |
+
"head": "photodecomposition",
|
| 3670 |
+
"tail": "photolysis",
|
| 3671 |
+
"relation": "equivalentClass"
|
| 3672 |
+
},
|
| 3673 |
+
{
|
| 3674 |
+
"ID": "NR_334b1603",
|
| 3675 |
+
"head": "narrow band",
|
| 3676 |
+
"tail": "narrow spectrum",
|
| 3677 |
+
"relation": "equivalentClass"
|
| 3678 |
+
},
|
| 3679 |
+
{
|
| 3680 |
+
"ID": "NR_76510d61",
|
| 3681 |
+
"head": "riparian",
|
| 3682 |
+
"tail": "riparian zone",
|
| 3683 |
+
"relation": "equivalentClass"
|
| 3684 |
+
},
|
| 3685 |
+
{
|
| 3686 |
+
"ID": "NR_425647bc",
|
| 3687 |
+
"head": "discrete",
|
| 3688 |
+
"tail": "discrete function",
|
| 3689 |
+
"relation": "equivalentClass"
|
| 3690 |
+
},
|
| 3691 |
+
{
|
| 3692 |
+
"ID": "NR_2a7f82d8",
|
| 3693 |
+
"head": "conic",
|
| 3694 |
+
"tail": "conic section",
|
| 3695 |
+
"relation": "equivalentClass"
|
| 3696 |
+
},
|
| 3697 |
+
{
|
| 3698 |
+
"ID": "NR_28644ca3",
|
| 3699 |
+
"head": "elongate",
|
| 3700 |
+
"tail": "stretch",
|
| 3701 |
+
"relation": "equivalentClass"
|
| 3702 |
+
},
|
| 3703 |
+
{
|
| 3704 |
+
"ID": "NR_e3785f7d",
|
| 3705 |
+
"head": "geomagnetic index",
|
| 3706 |
+
"tail": "geophysical index",
|
| 3707 |
+
"relation": "equivalentClass"
|
| 3708 |
+
},
|
| 3709 |
+
{
|
| 3710 |
+
"ID": "NR_8df088ba",
|
| 3711 |
+
"head": "ice pellet",
|
| 3712 |
+
"tail": "sleet",
|
| 3713 |
+
"relation": "equivalentClass"
|
| 3714 |
+
},
|
| 3715 |
+
{
|
| 3716 |
+
"ID": "NR_6e1be50b",
|
| 3717 |
+
"head": "manned",
|
| 3718 |
+
"tail": "unmanned",
|
| 3719 |
+
"relation": "disjointWith"
|
| 3720 |
+
},
|
| 3721 |
+
{
|
| 3722 |
+
"ID": "NR_7e615d33",
|
| 3723 |
+
"head": "qbo",
|
| 3724 |
+
"tail": "quasi biennial oscillation",
|
| 3725 |
+
"relation": "equivalentClass"
|
| 3726 |
+
},
|
| 3727 |
+
{
|
| 3728 |
+
"ID": "NR_9c89e899",
|
| 3729 |
+
"head": "reanalysis",
|
| 3730 |
+
"tail": "reanalyze",
|
| 3731 |
+
"relation": "equivalentClass"
|
| 3732 |
+
},
|
| 3733 |
+
{
|
| 3734 |
+
"ID": "NR_e9bcde2a",
|
| 3735 |
+
"head": "algae",
|
| 3736 |
+
"tail": "algal",
|
| 3737 |
+
"relation": "equivalentClass"
|
| 3738 |
+
},
|
| 3739 |
+
{
|
| 3740 |
+
"ID": "NR_ffcc0603",
|
| 3741 |
+
"head": "heat",
|
| 3742 |
+
"tail": "thermal energy",
|
| 3743 |
+
"relation": "equivalentClass"
|
| 3744 |
+
},
|
| 3745 |
+
{
|
| 3746 |
+
"ID": "NR_e196d5f6",
|
| 3747 |
+
"head": "enso",
|
| 3748 |
+
"tail": "el nino southern oscillation",
|
| 3749 |
+
"relation": "equivalentClass"
|
| 3750 |
+
},
|
| 3751 |
+
{
|
| 3752 |
+
"ID": "NR_465e091f",
|
| 3753 |
+
"head": "communication",
|
| 3754 |
+
"tail": "communications",
|
| 3755 |
+
"relation": "equivalentClass"
|
| 3756 |
+
},
|
| 3757 |
+
{
|
| 3758 |
+
"ID": "NR_ed39c46c",
|
| 3759 |
+
"head": "component",
|
| 3760 |
+
"tail": "system component",
|
| 3761 |
+
"relation": "equivalentClass"
|
| 3762 |
+
},
|
| 3763 |
+
{
|
| 3764 |
+
"ID": "NR_e0914b0c",
|
| 3765 |
+
"head": "laboratory environment",
|
| 3766 |
+
"tail": "verified validated environment",
|
| 3767 |
+
"relation": "disjointWith"
|
| 3768 |
+
},
|
| 3769 |
+
{
|
| 3770 |
+
"ID": "NR_2aebdcff",
|
| 3771 |
+
"head": "ibi",
|
| 3772 |
+
"tail": "index of biological integrity",
|
| 3773 |
+
"relation": "equivalentClass"
|
| 3774 |
+
},
|
| 3775 |
+
{
|
| 3776 |
+
"ID": "NR_6b70586f",
|
| 3777 |
+
"head": "suspended load",
|
| 3778 |
+
"tail": "wash load",
|
| 3779 |
+
"relation": "disjointWith"
|
| 3780 |
+
},
|
| 3781 |
+
{
|
| 3782 |
+
"ID": "NR_10861771",
|
| 3783 |
+
"head": "chemical process",
|
| 3784 |
+
"tail": "chemical reaction",
|
| 3785 |
+
"relation": "equivalentClass"
|
| 3786 |
+
},
|
| 3787 |
+
{
|
| 3788 |
+
"ID": "NR_2f100664",
|
| 3789 |
+
"head": "crust mantle boundary",
|
| 3790 |
+
"tail": "moho",
|
| 3791 |
+
"relation": "equivalentClass"
|
| 3792 |
+
},
|
| 3793 |
+
{
|
| 3794 |
+
"ID": "NR_5ac9f9e7",
|
| 3795 |
+
"head": "atcm",
|
| 3796 |
+
"tail": "airborne toxic control measure",
|
| 3797 |
+
"relation": "equivalentClass"
|
| 3798 |
+
},
|
| 3799 |
+
{
|
| 3800 |
+
"ID": "NR_0fbc615b",
|
| 3801 |
+
"head": "emergent",
|
| 3802 |
+
"tail": "emergent phenomenon",
|
| 3803 |
+
"relation": "equivalentClass"
|
| 3804 |
+
},
|
| 3805 |
+
{
|
| 3806 |
+
"ID": "NR_b5de84c4",
|
| 3807 |
+
"head": "normal stress",
|
| 3808 |
+
"tail": "tensile stress",
|
| 3809 |
+
"relation": "equivalentClass"
|
| 3810 |
+
},
|
| 3811 |
+
{
|
| 3812 |
+
"ID": "NR_1d373e3a",
|
| 3813 |
+
"head": "budget",
|
| 3814 |
+
"tail": "budget equation",
|
| 3815 |
+
"relation": "equivalentClass"
|
| 3816 |
+
},
|
| 3817 |
+
{
|
| 3818 |
+
"ID": "NR_7388c6c0",
|
| 3819 |
+
"head": "rec",
|
| 3820 |
+
"tail": "reference exposure concentration",
|
| 3821 |
+
"relation": "equivalentClass"
|
| 3822 |
+
},
|
| 3823 |
+
{
|
| 3824 |
+
"ID": "NR_3e20de06",
|
| 3825 |
+
"head": "pdo",
|
| 3826 |
+
"tail": "pacific decadal oscillation",
|
| 3827 |
+
"relation": "equivalentClass"
|
| 3828 |
+
},
|
| 3829 |
+
{
|
| 3830 |
+
"ID": "NR_a9709766",
|
| 3831 |
+
"head": "regolith",
|
| 3832 |
+
"tail": "rock",
|
| 3833 |
+
"relation": "disjointWith"
|
| 3834 |
+
},
|
| 3835 |
+
{
|
| 3836 |
+
"ID": "NR_7c57eead",
|
| 3837 |
+
"head": "bioindicator",
|
| 3838 |
+
"tail": "indicator species",
|
| 3839 |
+
"relation": "equivalentClass"
|
| 3840 |
+
},
|
| 3841 |
+
{
|
| 3842 |
+
"ID": "NR_c1cd04ac",
|
| 3843 |
+
"head": "access",
|
| 3844 |
+
"tail": "accessing",
|
| 3845 |
+
"relation": "equivalentClass"
|
| 3846 |
+
},
|
| 3847 |
+
{
|
| 3848 |
+
"ID": "NR_c447abf2",
|
| 3849 |
+
"head": "seq",
|
| 3850 |
+
"tail": "sequence",
|
| 3851 |
+
"relation": "equivalentClass"
|
| 3852 |
+
},
|
| 3853 |
+
{
|
| 3854 |
+
"ID": "NR_73f507a2",
|
| 3855 |
+
"head": "glacial",
|
| 3856 |
+
"tail": "glaciation",
|
| 3857 |
+
"relation": "equivalentClass"
|
| 3858 |
+
},
|
| 3859 |
+
{
|
| 3860 |
+
"ID": "NR_7a00fe88",
|
| 3861 |
+
"head": "dike",
|
| 3862 |
+
"tail": "dyke",
|
| 3863 |
+
"relation": "equivalentClass"
|
| 3864 |
+
},
|
| 3865 |
+
{
|
| 3866 |
+
"ID": "NR_10f61061",
|
| 3867 |
+
"head": "swe",
|
| 3868 |
+
"tail": "snow water equivalent",
|
| 3869 |
+
"relation": "equivalentClass"
|
| 3870 |
+
},
|
| 3871 |
+
{
|
| 3872 |
+
"ID": "NR_101a3917",
|
| 3873 |
+
"head": "back arc",
|
| 3874 |
+
"tail": "rear arc",
|
| 3875 |
+
"relation": "equivalentClass"
|
| 3876 |
+
},
|
| 3877 |
+
{
|
| 3878 |
+
"ID": "NR_3dc6e5bb",
|
| 3879 |
+
"head": "benthic index",
|
| 3880 |
+
"tail": "benthic index of biological integrity",
|
| 3881 |
+
"relation": "equivalentClass"
|
| 3882 |
+
},
|
| 3883 |
+
{
|
| 3884 |
+
"ID": "NR_fb41142f",
|
| 3885 |
+
"head": "englacial",
|
| 3886 |
+
"tail": "englacial process",
|
| 3887 |
+
"relation": "seeAlso"
|
| 3888 |
+
},
|
| 3889 |
+
{
|
| 3890 |
+
"ID": "NR_6445c5da",
|
| 3891 |
+
"head": "convergent boundary",
|
| 3892 |
+
"tail": "convergent margin",
|
| 3893 |
+
"relation": "equivalentClass"
|
| 3894 |
+
},
|
| 3895 |
+
{
|
| 3896 |
+
"ID": "NR_74c36549",
|
| 3897 |
+
"head": "in situ",
|
| 3898 |
+
"tail": "on site",
|
| 3899 |
+
"relation": "equivalentClass"
|
| 3900 |
+
},
|
| 3901 |
+
{
|
| 3902 |
+
"ID": "NR_4f3279e7",
|
| 3903 |
+
"head": "jet stream",
|
| 3904 |
+
"tail": "jet stream wind",
|
| 3905 |
+
"relation": "equivalentClass"
|
| 3906 |
+
},
|
| 3907 |
+
{
|
| 3908 |
+
"ID": "NR_43eccf38",
|
| 3909 |
+
"head": "increase",
|
| 3910 |
+
"tail": "rise",
|
| 3911 |
+
"relation": "equivalentClass"
|
| 3912 |
+
},
|
| 3913 |
+
{
|
| 3914 |
+
"ID": "NR_596373f2",
|
| 3915 |
+
"head": "cme",
|
| 3916 |
+
"tail": "coronal mass ejection",
|
| 3917 |
+
"relation": "equivalentClass"
|
| 3918 |
+
},
|
| 3919 |
+
{
|
| 3920 |
+
"ID": "NR_8343da26",
|
| 3921 |
+
"head": "air pressure",
|
| 3922 |
+
"tail": "barometric pressure",
|
| 3923 |
+
"relation": "equivalentClass"
|
| 3924 |
+
},
|
| 3925 |
+
{
|
| 3926 |
+
"ID": "NR_554c7e84",
|
| 3927 |
+
"head": "ols",
|
| 3928 |
+
"tail": "ordinary least squares",
|
| 3929 |
+
"relation": "equivalentClass"
|
| 3930 |
+
},
|
| 3931 |
+
{
|
| 3932 |
+
"ID": "NR_1a5c1fef",
|
| 3933 |
+
"head": "bod",
|
| 3934 |
+
"tail": "biological oxygen demand",
|
| 3935 |
+
"relation": "equivalentClass"
|
| 3936 |
+
},
|
| 3937 |
+
{
|
| 3938 |
+
"ID": "NR_9e9d931f",
|
| 3939 |
+
"head": "aeolian",
|
| 3940 |
+
"tail": "eolian",
|
| 3941 |
+
"relation": "equivalentClass"
|
| 3942 |
+
},
|
| 3943 |
+
{
|
| 3944 |
+
"ID": "NR_770bf8e7",
|
| 3945 |
+
"head": "dike",
|
| 3946 |
+
"tail": "embankment",
|
| 3947 |
+
"relation": "equivalentClass"
|
| 3948 |
+
},
|
| 3949 |
+
{
|
| 3950 |
+
"ID": "NR_343a0797",
|
| 3951 |
+
"head": "fit",
|
| 3952 |
+
"tail": "fitting",
|
| 3953 |
+
"relation": "equivalentClass"
|
| 3954 |
+
},
|
| 3955 |
+
{
|
| 3956 |
+
"ID": "NR_db0e58b8",
|
| 3957 |
+
"head": "coefficient of thermal expansion",
|
| 3958 |
+
"tail": "thermal expansion coefficient",
|
| 3959 |
+
"relation": "equivalentClass"
|
| 3960 |
+
},
|
| 3961 |
+
{
|
| 3962 |
+
"ID": "NR_f7effb6a",
|
| 3963 |
+
"head": "rain",
|
| 3964 |
+
"tail": "rainfall",
|
| 3965 |
+
"relation": "equivalentClass"
|
| 3966 |
+
},
|
| 3967 |
+
{
|
| 3968 |
+
"ID": "NR_bca3362e",
|
| 3969 |
+
"head": "quantitative property",
|
| 3970 |
+
"tail": "quantity",
|
| 3971 |
+
"relation": "equivalentClass"
|
| 3972 |
+
},
|
| 3973 |
+
{
|
| 3974 |
+
"ID": "NR_cdde9e80",
|
| 3975 |
+
"head": "algebraic function",
|
| 3976 |
+
"tail": "transcendental function",
|
| 3977 |
+
"relation": "disjointWith"
|
| 3978 |
+
},
|
| 3979 |
+
{
|
| 3980 |
+
"ID": "NR_5e40a964",
|
| 3981 |
+
"head": "civil",
|
| 3982 |
+
"tail": "civilian",
|
| 3983 |
+
"relation": "equivalentClass"
|
| 3984 |
+
},
|
| 3985 |
+
{
|
| 3986 |
+
"ID": "NR_2215c206",
|
| 3987 |
+
"head": "interpolate",
|
| 3988 |
+
"tail": "interpolation",
|
| 3989 |
+
"relation": "equivalentClass"
|
| 3990 |
+
},
|
| 3991 |
+
{
|
| 3992 |
+
"ID": "NR_9962d32a",
|
| 3993 |
+
"head": "gravitational wave",
|
| 3994 |
+
"tail": "gravity wave",
|
| 3995 |
+
"relation": "equivalentClass"
|
| 3996 |
+
},
|
| 3997 |
+
{
|
| 3998 |
+
"ID": "NR_5221d921",
|
| 3999 |
+
"head": "bearing",
|
| 4000 |
+
"tail": "direction",
|
| 4001 |
+
"relation": "equivalentClass"
|
| 4002 |
+
},
|
| 4003 |
+
{
|
| 4004 |
+
"ID": "NR_7a13f743",
|
| 4005 |
+
"head": "finite resource",
|
| 4006 |
+
"tail": "renewable resource",
|
| 4007 |
+
"relation": "disjointWith"
|
| 4008 |
+
},
|
| 4009 |
+
{
|
| 4010 |
+
"ID": "NR_3c55f5b5",
|
| 4011 |
+
"head": "theoretical",
|
| 4012 |
+
"tail": "theory",
|
| 4013 |
+
"relation": "equivalentClass"
|
| 4014 |
+
}
|
| 4015 |
+
]
|
| 4016 |
+
}
|
sweet/type_taxonomies.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|