From 648ca6338487bb1f2b11bb71a3b02f3109ecba2f Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Fri, 1 Mar 2024 16:39:10 -0500 Subject: [PATCH] no relation graph --- src/ontology/Makefile | 72 +- src/ontology/nmdco-classes.json | 1324 +----- src/ontology/nmdco-classes.owl | 912 ++-- src/ontology/nmdco-merged-labels.ttl | 762 ++-- ...l-body-parts-and-manufactured-products.tsv | 3837 ++++++++--------- .../subsets/astronomical-body-parts.tsv | 3341 +++++++------- .../subsets/manufactured-products.tsv | 506 +-- .../subsets/non-terrestrial-biomes.tsv | 152 +- .../subsets/soil-environmental-materials.tsv | 258 +- src/ontology/subsets/terrestrial-biomes.tsv | 96 +- 10 files changed, 5110 insertions(+), 6150 deletions(-) diff --git a/src/ontology/Makefile b/src/ontology/Makefile index 874937e..2e346b6 100644 --- a/src/ontology/Makefile +++ b/src/ontology/Makefile @@ -54,7 +54,8 @@ SUBSETS := \ subsets/soil-environmental-materials.tsv \ subsets/manufactured-products.tsv -RELEASE_ARTEFACTS = $(ONT)-relation-graph.owl $(ONT).json $(ONT)-classes.json $(ONT).owl +#RELEASE_ARTEFACTS = $(ONT)-relation-graph.owl $(ONT).json $(ONT)-classes.json $(ONT).owl +RELEASE_ARTEFACTS = $(ONT).json $(ONT)-classes.json $(ONT).owl # ---------------------------------------- # Top-level targets @@ -132,33 +133,34 @@ $(ONT).owl: $(ONT)-merged.owl $(ROBOT) annotate --input $< --ontology-iri $(URIBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) \ convert -o $@.tmp.owl && mv $@.tmp.owl $@ -$(ONT)-relation-graph.owl: $(ONT).owl $(ONT)-merged-labels.ttl -# build relation-graph from nmdc-merged.ttl file -# for relation-graph see https://github.com/balhoff/relation-graph -# note, you may need to increase Java memory: export JAVA_OPTS=-Xmx16G - @echo "\n** building $@ **" - relation-graph --ontology-file $< \ - --reflexive-subclasses false \ - --equivalence-as-subclass false \ - --non-redundant-output-file $(ONT)-nonredundant.ttl \ - --redundant-output-file $(ONT)-redundant.ttl \ - --mode rdf -# merge in nmdco-merged for annotations - $(ROBOT) merge \ - --input $(word 2, $^) \ - --input $(ONT)-nonredundant.ttl \ - annotate --ontology-iri $(ONTBASE)/$@ \ - $(ANNOTATE_ONTOLOGY_VERSION) \ - --output $@ - -$(ONT).json: $(ONT)-relation-graph.owl -# convert ontology to json - @echo "\n** building $@ **" - $(ROBOT) annotate --ontology-iri $(ONTBASE)/$@ --input $< \ - $(ANNOTATE_ONTOLOGY_VERSION) \ - convert --output $@ - -$(ONT)-classes.owl: $(ONT)-relation-graph.owl $(ONT)-merged-labels.ttl +#$(ONT)-relation-graph.owl: $(ONT).owl $(ONT)-merged-labels.ttl +## build relation-graph from nmdc-merged.ttl file +## for relation-graph see https://github.com/balhoff/relation-graph +## note, you may need to increase Java memory: export JAVA_OPTS=-Xmx16G +# @echo "\n** building $@ **" +# relation-graph --ontology-file $< \ +# --reflexive-subclasses false \ +# --equivalence-as-subclass false \ +# --non-redundant-output-file $(ONT)-nonredundant.ttl \ +# --redundant-output-file $(ONT)-redundant.ttl \ +# --mode rdf +## merge in nmdco-merged for annotations +# $(ROBOT) merge \ +# --input $(word 2, $^) \ +# --input $(ONT)-nonredundant.ttl \ +# annotate --ontology-iri $(ONTBASE)/$@ \ +# $(ANNOTATE_ONTOLOGY_VERSION) \ +# --output $@ +# +#$(ONT).json: $(ONT)-relation-graph.owl +## convert ontology to json +# @echo "\n** building $@ **" +# $(ROBOT) annotate --ontology-iri $(ONTBASE)/$@ --input $< \ +# $(ANNOTATE_ONTOLOGY_VERSION) \ +# convert --output $@ + +$(ONT)-classes.owl: $(ONT).owl $(ONT)-merged-labels.ttl $(ONT)-merged-labels.ttl +#$(ONT)-classes.owl: $(ONT)-relation-graph.owl $(ONT)-merged-labels.ttl # select classes and merge with the labels @echo "\n** building $@ **" $(ROBOT) filter --input $< \ @@ -234,7 +236,7 @@ $(ONTOLOGYTERMS): $(SRC) $(OTHER_SRC) all_subsets: $(SUBSETS) -test-query: $(ONT)-relation-graph.owl .FORCE +test-query: $(ONT).owl .FORCE # a simple query to very that I can run a query $(ROBOT) query \ --input $< \ @@ -243,37 +245,37 @@ test-query: $(ONT)-relation-graph.owl .FORCE test-subsets: $(SUBSETS) .FORCE # test creating all subsets -subsets/astronomical-body-parts.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/astronomical-body-parts.sparql +subsets/astronomical-body-parts.tsv: $(ONT).owl $(SPARQLDIR)/astronomical-body-parts.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ --query $(word 2, $^) $@ -subsets/astronomical-body-parts-and-manufactured-products.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/astronomical-body-parts-and-manufactured-products.sparql +subsets/astronomical-body-parts-and-manufactured-products.tsv: $(ONT).owl $(SPARQLDIR)/astronomical-body-parts-and-manufactured-products.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ --query $(word 2, $^) $@ -subsets/non-terrestrial-biomes.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/non-terrestrial-biomes.sparql +subsets/non-terrestrial-biomes.tsv: $(ONT).owl $(SPARQLDIR)/non-terrestrial-biomes.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ --query $(word 2, $^) $@ -subsets/terrestrial-biomes.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/terrestrial-biomes.sparql +subsets/terrestrial-biomes.tsv: $(ONT).owl $(SPARQLDIR)/terrestrial-biomes.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ --query $(word 2, $^) $@ -subsets/soil-environmental-materials.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/soil-environmental-materials.sparql +subsets/soil-environmental-materials.tsv: $(ONT).owl $(SPARQLDIR)/soil-environmental-materials.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ --query $(word 2, $^) $@ -subsets/manufactured-products.tsv: $(ONT)-relation-graph.owl $(SPARQLDIR)/manufactured-products.sparql +subsets/manufactured-products.tsv: $(ONT).owl $(SPARQLDIR)/manufactured-products.sparql @echo "\n** building $@ **" $(ROBOT) query \ --input $< \ diff --git a/src/ontology/nmdco-classes.json b/src/ontology/nmdco-classes.json index 97095ec..ca0c6d3 100644 --- a/src/ontology/nmdco-classes.json +++ b/src/ontology/nmdco-classes.json @@ -4,9 +4,9 @@ "meta" : { "basicPropertyValues" : [ { "pred" : "http://www.w3.org/2002/07/owl#versionInfo", - "val" : "2024-02-16" + "val" : "2024-03-01" } ], - "version" : "http://purl.obolibrary.org/obo/nmdco/releases/2024-02-16/nmdco-classes.json" + "version" : "http://purl.obolibrary.org/obo/nmdco/releases/2024-03-01/nmdco-classes.json" }, "nodes" : [ { "id" : "http://purl.obolibrary.org/obo/BFO_0000001", @@ -13984,10 +13984,12 @@ "type" : "CLASS" }, { "id" : "http://purl.obolibrary.org/obo/ENVO_01001641", - "lbl" : "glaciation" + "lbl" : "glaciation", + "type" : "CLASS" }, { "id" : "http://purl.obolibrary.org/obo/ENVO_01001642", - "lbl" : "interglacial" + "lbl" : "interglacial", + "type" : "CLASS" }, { "id" : "http://purl.obolibrary.org/obo/ENVO_01001643", "lbl" : "ice age", @@ -35442,10 +35444,6 @@ "lbl" : "World Ocean" } ], "edges" : [ { - "sub" : "http://purl.obolibrary.org/obo/BFO_0000001", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" - }, { "sub" : "http://purl.obolibrary.org/obo/BFO_0000002", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000001" @@ -35496,7 +35494,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/BFO_0000023", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/PATO_0000001" + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/BFO_0000024", "pred" : "is_a", @@ -35549,22 +35547,6 @@ "sub" : "http://purl.obolibrary.org/obo/BFO_0000146", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000140" - }, { - "sub" : "http://purl.obolibrary.org/obo/CARO_0000000", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" - }, { - "sub" : "http://purl.obolibrary.org/obo/CARO_0000003", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" - }, { - "sub" : "http://purl.obolibrary.org/obo/CARO_0001010", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" - }, { - "sub" : "http://purl.obolibrary.org/obo/CARO_0010000", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_10545", "pred" : "is_a", @@ -36561,6 +36543,10 @@ "sub" : "http://purl.obolibrary.org/obo/CHEBI_24432", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/CHEBI_24432", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_24433", "pred" : "is_a", @@ -37773,6 +37759,10 @@ "sub" : "http://purl.obolibrary.org/obo/CHEBI_33232", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/CHEBI_33232", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_33233", "pred" : "is_a", @@ -40288,7 +40278,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_50906", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/BFO_0000017" + "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_50906", "pred" : "is_a", @@ -40321,6 +40311,10 @@ "sub" : "http://purl.obolibrary.org/obo/CHEBI_51086", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/CHEBI_51086", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/CHEBI_51129", "pred" : "is_a", @@ -41037,10 +41031,6 @@ "sub" : "http://purl.obolibrary.org/obo/CL_0000540", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/CL_0000000" - }, { - "sub" : "http://purl.obolibrary.org/obo/COB_0000121", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" }, { "sub" : "http://purl.obolibrary.org/obo/COB_0001000", "pred" : "is_a", @@ -41385,10 +41375,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_00000078", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000077" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_00000078", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00000079", "pred" : "is_a", @@ -41545,6 +41531,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_00000117", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000078" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_00000117", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00000118", "pred" : "is_a", @@ -41605,10 +41595,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_00000132", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000133" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_00000133", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001687" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00000133", "pred" : "is_a", @@ -42681,10 +42667,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_00000380", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001547" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_00000380", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00000381", "pred" : "is_a", @@ -43896,11 +43878,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002132", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_00002132", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001784" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002133", "pred" : "is_a", @@ -43985,10 +43963,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_00002149", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00002010" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_00002149", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002150", "pred" : "is_a", @@ -44024,7 +43998,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002158", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002159", "pred" : "is_a", @@ -44248,7 +44222,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002228", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_00002229", "pred" : "is_a", @@ -45432,7 +45406,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000071", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001676" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000258" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000072", "pred" : "is_a", @@ -45441,10 +45415,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000073", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000686" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000073", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001308" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000074", "pred" : "is_a", @@ -45629,10 +45599,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000108", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000686" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000108", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001308" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000109", "pred" : "is_a", @@ -46492,15 +46458,11 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000260", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000260", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001675" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000260", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001784" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000262", "pred" : "is_a", @@ -46696,7 +46658,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000301", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000302", "pred" : "is_a", @@ -46789,18 +46751,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000321", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000307" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000321", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000322", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000307" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000323", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000543" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000323", "pred" : "is_a", @@ -46853,26 +46807,14 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000335", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000355" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000335", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000336", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000355" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000336", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000337", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000355" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000337", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000338", "pred" : "is_a", @@ -46881,14 +46823,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000338", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000355" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000338", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000338", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000339", "pred" : "is_a", @@ -48193,10 +48127,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000628", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000155" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000628", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000629", "pred" : "is_a", @@ -48389,6 +48319,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000665", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01000665", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000666", "pred" : "is_a", @@ -48697,6 +48631,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000738", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_03000010" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01000739", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000254" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000739", "pred" : "is_a", @@ -48781,10 +48719,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000760", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001008" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000760", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001686" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000761", "pred" : "is_a", @@ -49401,10 +49335,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000893", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000043" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000893", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001293" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000894", "pred" : "is_a", @@ -49521,10 +49451,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000918", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00003040" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000919", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001622" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000919", "pred" : "is_a", @@ -49697,10 +49623,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01000958", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000800" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01000958", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001686" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01000959", "pred" : "is_a", @@ -49921,10 +49843,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001008" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001010", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001686" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001011", "pred" : "is_a", @@ -50213,10 +50131,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001068", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000799" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001068", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001686" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001069", "pred" : "is_a", @@ -50621,6 +50535,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001160", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000293" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001160", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001160", "pred" : "is_a", @@ -50845,6 +50763,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001207", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000078" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001207", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001208", "pred" : "is_a", @@ -51124,7 +51046,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001257", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001258", "pred" : "is_a", @@ -51297,10 +51219,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001294", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000877" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001294", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01003010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001295", "pred" : "is_a", @@ -51349,6 +51267,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001303", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001303", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001304", "pred" : "is_a", @@ -51377,6 +51299,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001310", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001673" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001310", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001677" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001311", "pred" : "is_a", @@ -51517,10 +51443,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001335", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000293" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001335", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001336", "pred" : "is_a", @@ -51772,7 +51694,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001394", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001856" + "obj" : "http://purl.obolibrary.org/obo/ENVO_03000009" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001395", "pred" : "is_a", @@ -51837,6 +51759,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001407", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000293" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001407", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001407", "pred" : "is_a", @@ -51845,10 +51771,18 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001408", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000293" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001408", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001408", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001428" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001409", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001409", "pred" : "is_a", @@ -51865,6 +51799,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001411", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001428" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001412", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001412", "pred" : "is_a", @@ -51873,6 +51811,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001412", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001690" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001413", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001413", "pred" : "is_a", @@ -51881,6 +51823,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001413", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001690" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001414", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001414", "pred" : "is_a", @@ -51945,10 +51891,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001428", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000760" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001428", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001010" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001429", "pred" : "is_a", @@ -51965,10 +51907,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001432", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001431" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001433", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001431" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001433", "pred" : "is_a", @@ -52204,7 +52142,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001483", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001784" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001484", "pred" : "is_a", @@ -52237,10 +52175,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001491", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00000176" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001492", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_02500000" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001492", "pred" : "is_a", @@ -52249,6 +52183,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001493", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001492" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001493", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_02500000" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001494", "pred" : "is_a", @@ -52257,10 +52195,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001495", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/CHEBI_15379" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001495", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001496", "pred" : "is_a", @@ -52333,10 +52267,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001508", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001506" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001508", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001509", "pred" : "is_a", @@ -52417,10 +52347,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001522", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001536" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001522", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001523", "pred" : "is_a", @@ -52653,10 +52579,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001570", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000276" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001581", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01000295" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001581", "pred" : "is_a", @@ -52729,10 +52651,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001618", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_03000009" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001619", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001617" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001619", "pred" : "is_a", @@ -52741,10 +52659,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001620", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000293" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001620", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_03000111" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001621", "pred" : "is_a", @@ -52789,10 +52703,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001632", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01000982" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001633", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001246" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001633", "pred" : "is_a", @@ -52829,6 +52739,14 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001640", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02500031" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001641", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/BFO_0000038" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001642", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/BFO_0000038" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001643", "pred" : "is_a", @@ -52965,10 +52883,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001673", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_00010504" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001673", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001677" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001674", "pred" : "is_a", @@ -52984,15 +52898,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001676", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001676", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001784" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_01001677", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001678" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001677", "pred" : "is_a", @@ -53005,6 +52911,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001679", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001677" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001680", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001678" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001680", "pred" : "is_a", @@ -53025,6 +52935,14 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_01001683", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001673" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001683", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001677" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_01001683", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/ENVO_01001678" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_01001684", "pred" : "is_a", @@ -54137,10 +54055,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000020", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000020", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000021", "pred" : "is_a", @@ -54185,10 +54099,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000029", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000029", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000030", "pred" : "is_a", @@ -54197,10 +54107,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000030", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000030", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000031", "pred" : "is_a", @@ -54217,10 +54123,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000033", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000033", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000034", "pred" : "is_a", @@ -54249,10 +54151,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000039", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000039", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000040", "pred" : "is_a", @@ -54265,10 +54163,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02000041", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02000019" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02000041", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02000042", "pred" : "is_a", @@ -54737,10 +54631,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_02500040", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_02500036" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_02500041", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_02500027" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_02500041", "pred" : "is_a", @@ -55385,10 +55275,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_03400010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01001565" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_03400011", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/BFO_0000027" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_03400012", "pred" : "is_a", @@ -55409,10 +55295,6 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_03400016", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/ENVO_01003020" - }, { - "sub" : "http://purl.obolibrary.org/obo/ENVO_03400017", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/PATO_0001595" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_03500001", "pred" : "is_a", @@ -57212,7 +57094,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_03605006", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_03605007", "pred" : "is_a", @@ -57268,7 +57150,7 @@ }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_04000007", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/ENVO_01001479" + "obj" : "http://purl.obolibrary.org/obo/ENVO_01000813" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_04000008", "pred" : "is_a", @@ -57469,6 +57351,10 @@ "sub" : "http://purl.obolibrary.org/obo/ENVO_06105109", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/BFO_0000023" + }, { + "sub" : "http://purl.obolibrary.org/obo/ENVO_06105109", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CHEBI_50906" }, { "sub" : "http://purl.obolibrary.org/obo/ENVO_06105110", "pred" : "is_a", @@ -61345,10 +61231,6 @@ "sub" : "http://purl.obolibrary.org/obo/IAO_0000033", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/IAO_0000030" - }, { - "sub" : "http://purl.obolibrary.org/obo/IAO_0000078", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" }, { "sub" : "http://purl.obolibrary.org/obo/IAO_0000100", "pred" : "is_a", @@ -62201,10 +62083,6 @@ "sub" : "http://purl.obolibrary.org/obo/NCBITaxon_9606", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/NCBITaxon_9605" - }, { - "sub" : "http://purl.obolibrary.org/obo/NMDCO_00000000", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" }, { "sub" : "http://purl.obolibrary.org/obo/OBI_0000011", "pred" : "is_a", @@ -62453,6 +62331,10 @@ "sub" : "http://purl.obolibrary.org/obo/PATO_0000386", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PATO_0002305" + }, { + "sub" : "http://purl.obolibrary.org/obo/PATO_0000402", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/PATO_0000001" }, { "sub" : "http://purl.obolibrary.org/obo/PATO_0000402", "pred" : "is_a", @@ -62797,6 +62679,10 @@ "sub" : "http://purl.obolibrary.org/obo/PATO_0001195", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PATO_0000140" + }, { + "sub" : "http://purl.obolibrary.org/obo/PATO_0001199", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/PATO_0000001" }, { "sub" : "http://purl.obolibrary.org/obo/PATO_0001199", "pred" : "is_a", @@ -63713,6 +63599,10 @@ "sub" : "http://purl.obolibrary.org/obo/PATO_0002121", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PATO_0000330" + }, { + "sub" : "http://purl.obolibrary.org/obo/PATO_0002124", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/PATO_0000001" }, { "sub" : "http://purl.obolibrary.org/obo/PATO_0002124", "pred" : "is_a", @@ -64189,10 +64079,6 @@ "sub" : "http://purl.obolibrary.org/obo/PCO_0000001", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/CARO_0001010" - }, { - "sub" : "http://purl.obolibrary.org/obo/PCO_0000001", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/OBI_0100026" }, { "sub" : "http://purl.obolibrary.org/obo/PCO_0000001", "pred" : "is_a", @@ -64277,10 +64163,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009009" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000011", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000011", "pred" : "is_a", @@ -64289,22 +64171,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000011", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025302" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000011", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000012", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000012", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000012", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000013", "pred" : "is_a", @@ -64365,18 +64235,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000031", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005046" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000032", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000032", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000032", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000033", "pred" : "is_a", @@ -64561,34 +64423,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000082", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000295" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000084", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000084", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025006" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000084", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000112", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006035" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000115", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000115", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025165" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000115", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000146", "pred" : "is_a", @@ -64657,46 +64503,22 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000252", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025059" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000256", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000256", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025164" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000256", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000258", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005708" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000262", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000262", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025164" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000262", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000263", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000263", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025164" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000263", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000272", "pred" : "is_a", @@ -64705,18 +64527,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000274", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025407" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000282", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000282", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009011" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000282", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000283", "pred" : "is_a", @@ -64733,18 +64547,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000290", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000293", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000293", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025165" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000293", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000295", "pred" : "is_a", @@ -64757,34 +64563,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0000309", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009035" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000332", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000332", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025165" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000332", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000349", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004011" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000351", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000351", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025165" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0000351", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0000352", "pred" : "is_a", @@ -65085,18 +64875,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0002000", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006035" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0002002", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0002002", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025028" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0002002", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0002003", "pred" : "is_a", @@ -65149,18 +64931,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0003022", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020131" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0003023", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0003023", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0003023", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0003024", "pred" : "is_a", @@ -65257,18 +65031,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0004517", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005848" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004518", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004518", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004518", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004519", "pred" : "is_a", @@ -65297,30 +65063,14 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0004525", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000074" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004526", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004526", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004525" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004526", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004527", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004527", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004525" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004527", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004528", "pred" : "is_a", @@ -65349,30 +65099,14 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0004534", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004532" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004535", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004535", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004535", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004536", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004536", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030114" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004536", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004537", "pred" : "is_a", @@ -65393,10 +65127,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0004542", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025029" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004543", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004543", "pred" : "is_a", @@ -65405,10 +65135,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0004543", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025522" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0004543", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0004544", "pred" : "is_a", @@ -65673,18 +65399,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0005028", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025205" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005029", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005029", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025127" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005029", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005030", "pred" : "is_a", @@ -65697,18 +65415,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0005032", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025083" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005039", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005039", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006344" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005039", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005040", "pred" : "is_a", @@ -65841,18 +65551,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0005669", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005656" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005679", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005679", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005679", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005702", "pred" : "is_a", @@ -65873,42 +65575,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0005848", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025409" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005849", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0005849", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005352" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0005849", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006000", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006000", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025023" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006000", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006001", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006001", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009008" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006001", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006002", "pred" : "is_a", @@ -65941,18 +65619,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006009", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006010", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006010", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006011", "pred" : "is_a", @@ -66165,18 +65835,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006073", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006079" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006075", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006075", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005417" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006075", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006076", "pred" : "is_a", @@ -66209,18 +65871,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006085", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009013" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006088", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006088", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006088", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006089", "pred" : "is_a", @@ -66253,18 +65907,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006203", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025059" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006204", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006204", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006204", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006205", "pred" : "is_a", @@ -66337,18 +65983,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006308", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020145" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006309", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006309", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009051" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006309", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006310", "pred" : "is_a", @@ -66429,66 +66067,26 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006330", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025395" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006331", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006331", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025498" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006331", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006332", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006332", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025498" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006332", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006333", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006333", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006333", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006334", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006334", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025117" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006334", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006336", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006336", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006336", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006338", "pred" : "is_a", @@ -66509,10 +66107,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006341", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009006" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006342", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006342", "pred" : "is_a", @@ -66521,18 +66115,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0006342", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006343", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006343", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004545" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0006343", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0006344", "pred" : "is_a", @@ -67521,18 +67107,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0008029", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000051" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0008030", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0008030", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0008030", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0008032", "pred" : "is_a", @@ -67585,34 +67163,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009000", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009001", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009001", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025496" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009001", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009002", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009011" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009005", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009005", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025004" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009005", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009006", "pred" : "is_a", @@ -67629,18 +67191,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009009", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000003" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009010", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025496" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009010", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009011", "pred" : "is_a", @@ -67793,26 +67347,14 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009045", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009054" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009046", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009046", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025082" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009046", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009047", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025029" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009049", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009049", "pred" : "is_a", @@ -67861,30 +67403,14 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009060", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025023" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009061", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009061", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025023" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009061", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009062", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009062", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025023" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009062", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009063", "pred" : "is_a", @@ -67897,18 +67423,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009065", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009066", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009066", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009066", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009067", "pred" : "is_a", @@ -67985,46 +67503,22 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009089", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009090", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009090", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0019022" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009090", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009100", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025023" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009101", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009101", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006323" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009101", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009102", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009102", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006323" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009102", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009103", "pred" : "is_a", @@ -68049,10 +67543,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009107", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009106" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009108", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009108", "pred" : "is_a", @@ -68061,10 +67551,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0009108", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0008028" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0009108", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0009109", "pred" : "is_a", @@ -68113,18 +67599,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0020002", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025309" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020003", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020003", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009008" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020003", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020004", "pred" : "is_a", @@ -68181,18 +67659,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0020028", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020029", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020029", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020029", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020030", "pred" : "is_a", @@ -68313,6 +67783,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0020061", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006048" + }, { + "sub" : "http://purl.obolibrary.org/obo/PO_0020061", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020062", "pred" : "is_a", @@ -68377,18 +67851,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0020106", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020108", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020108", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020108", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020109", "pred" : "is_a", @@ -68433,18 +67899,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0020131", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025095" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020132", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020132", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025030" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0020132", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0020133", "pred" : "is_a", @@ -68745,18 +68203,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025058", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0005421" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025059", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025059", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025059", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025060", "pred" : "is_a", @@ -68821,18 +68271,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025073", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025029" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025074", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025074", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025279" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025074", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025075", "pred" : "is_a", @@ -69013,18 +68455,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025121", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000084" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025122", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025122", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020094" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025122", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025123", "pred" : "is_a", @@ -69041,34 +68475,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025125", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025124" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025126", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025126", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025124" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025126", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025127", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009013" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025128", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025128", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025127" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025128", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025129", "pred" : "is_a", @@ -69361,18 +68779,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025194", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0006085" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025195", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025195", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025195", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025196", "pred" : "is_a", @@ -69525,18 +68935,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025226", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025224" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025227", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025227", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009007" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025227", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025228", "pred" : "is_a", @@ -69585,10 +68987,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025239", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025133" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025240", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025240", "pred" : "is_a", @@ -69597,10 +68995,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025240", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025241", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025241", "pred" : "is_a", @@ -69609,18 +69003,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025241", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025242", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025242", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025029" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025242", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025243", "pred" : "is_a", @@ -69697,18 +69083,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025261", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025030" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025262", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025262", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000030" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025262", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025263", "pred" : "is_a", @@ -69729,34 +69107,18 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025267", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004535" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025268", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025268", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000030" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025268", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025269", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025497" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025270", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025270", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025263" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025270", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025272", "pred" : "is_a", @@ -69793,22 +69155,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025280", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000003" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025281", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025281", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025280" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025281", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025282", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025282", "pred" : "is_a", @@ -69821,10 +69171,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025283", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025280" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025284", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025284", "pred" : "is_a", @@ -69833,10 +69179,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025284", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030015" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025284", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025285", "pred" : "is_a", @@ -69849,18 +69191,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025286", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025287", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025287", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020033" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025287", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025288", "pred" : "is_a", @@ -69869,18 +69203,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025288", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025289", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025289", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020034" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025289", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025290", "pred" : "is_a", @@ -69889,18 +69215,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025290", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025291", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025291", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020100" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025291", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025292", "pred" : "is_a", @@ -69909,18 +69227,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025292", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025293", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025293", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020035" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025293", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025294", "pred" : "is_a", @@ -69929,18 +69239,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025294", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025295", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025295", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0020037" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025295", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025296", "pred" : "is_a", @@ -69965,18 +69267,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025300", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025099" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025301", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025301", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004724" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025301", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025302", "pred" : "is_a", @@ -70425,30 +69719,14 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025407", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000077" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025408", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025408", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009015" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025408", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025409", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025409", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009015" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025409", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025410", "pred" : "is_a", @@ -70901,18 +70179,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025508", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025501" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025509", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025509", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025509", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025510", "pred" : "is_a", @@ -70973,18 +70243,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025523", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009005" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025524", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025524", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025524", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025525", "pred" : "is_a", @@ -71021,18 +70283,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025533", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025534", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025534", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025029" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025534", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025535", "pred" : "is_a", @@ -71325,42 +70579,22 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025604", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0004013" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025605", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025605", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000146" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025605", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025606", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009002" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025607", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025607", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009006" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025607", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025608", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000146" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025609", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025609", "pred" : "is_a", @@ -71425,18 +70659,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0025623", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025244" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025624", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025624", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025030" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0025624", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0025625", "pred" : "is_a", @@ -71509,10 +70735,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030012", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030011" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030013", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030013", "pred" : "is_a", @@ -71521,10 +70743,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030013", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030019" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030013", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030014", "pred" : "is_a", @@ -71541,18 +70759,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030017", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025117" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030018", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030018", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009006" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030018", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030019", "pred" : "is_a", @@ -71597,18 +70807,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030025", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030014" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030026", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030026", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0000058" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030026", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030027", "pred" : "is_a", @@ -71625,10 +70827,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030030", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009055" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030031", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030031", "pred" : "is_a", @@ -71645,10 +70843,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030033", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025066" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030034", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030034", "pred" : "is_a", @@ -71665,18 +70859,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030036", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025066" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030037", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030037", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030037", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030038", "pred" : "is_a", @@ -71785,18 +70971,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030064", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025319" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030065", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030065", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025606" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030065", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030066", "pred" : "is_a", @@ -71817,18 +70995,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030070", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025162" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030071", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030071", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030078" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030071", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030072", "pred" : "is_a", @@ -71845,10 +71015,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030075", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0025001" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030076", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030076", "pred" : "is_a", @@ -71865,18 +71031,10 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030078", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009011" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030079", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030079", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0030078" - }, { - "sub" : "http://purl.obolibrary.org/obo/PO_0030079", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0001062" }, { "sub" : "http://purl.obolibrary.org/obo/PO_0030080", "pred" : "is_a", @@ -72105,10 +71263,6 @@ "sub" : "http://purl.obolibrary.org/obo/PO_0030136", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PO_0009049" - }, { - "sub" : "http://purl.obolibrary.org/obo/RO_0002532", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" }, { "sub" : "http://purl.obolibrary.org/obo/RO_0002533", "pred" : "is_a", @@ -72125,6 +71279,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000010", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0011216" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0000014", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000014", "pred" : "is_a", @@ -72133,6 +71291,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000014", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0034944" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0000019", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000019", "pred" : "is_a", @@ -72233,10 +71395,18 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000078", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004121" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0000122", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000122", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0005162" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0000125", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000125", "pred" : "is_a", @@ -72261,18 +71431,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000163", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000162" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000164", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000164", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002050" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000165", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000165", "pred" : "is_a", @@ -72305,14 +71467,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000177", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000463" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000178", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000178", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000178", "pred" : "is_a", @@ -72321,10 +71475,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000179", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0006314" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000307", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000307", "pred" : "is_a", @@ -72513,6 +71663,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000930", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0013522" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0000948", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000948", "pred" : "is_a", @@ -72569,10 +71723,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0000990", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000467" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0000991", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0000991", "pred" : "is_a", @@ -72613,10 +71763,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001015", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0011216" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0001016", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001016", "pred" : "is_a", @@ -72641,10 +71787,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001041", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004921" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0001046", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001046", "pred" : "is_a", @@ -72789,10 +71931,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001474", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004765" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0001555", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001555", "pred" : "is_a", @@ -72849,6 +71987,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001766", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0006311" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0001768", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001768", "pred" : "is_a", @@ -72869,6 +72011,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001769", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004121" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0001775", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001775", "pred" : "is_a", @@ -73017,6 +72163,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0001981", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004120" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0001981", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/UBERON_0010000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0001982", "pred" : "is_a", @@ -73061,10 +72211,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0002075", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0005177" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0002090", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0002090", "pred" : "is_a", @@ -73073,6 +72219,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0002091", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0010912" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0002097", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0002097", "pred" : "is_a", @@ -73125,10 +72275,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0002201", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002049" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0002203", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0002203", "pred" : "is_a", @@ -73181,10 +72327,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0002308", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000125" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0002329", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0002329", "pred" : "is_a", @@ -73233,10 +72375,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0002390", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004120" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0002391", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0002391", "pred" : "is_a", @@ -73333,46 +72471,22 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003056", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0005291" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003059", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003059", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003059", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0006598" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003061", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003061", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0006598" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003063", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003063", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002050" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003064", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003064", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002050" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003068", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003068", "pred" : "is_a", @@ -73433,10 +72547,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003075", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0016879" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003077", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003077", "pred" : "is_a", @@ -73449,10 +72559,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003077", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0015212" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003080", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003080", "pred" : "is_a", @@ -73473,18 +72579,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003081", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0007524" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003084", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003084", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0001048" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003089", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003089", "pred" : "is_a", @@ -73609,10 +72707,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003314", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0009891" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003324", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003324", "pred" : "is_a", @@ -73725,10 +72819,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003528", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002020" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0003566", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0003566", "pred" : "is_a", @@ -73821,10 +72911,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0003947", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0010000" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004016", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004016", "pred" : "is_a", @@ -73849,26 +72935,14 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0004118", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0002203" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004119", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004119", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004120", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004120", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004121", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004121", "pred" : "is_a", @@ -73889,10 +72963,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0004128", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004121" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004139", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004139", "pred" : "is_a", @@ -74001,10 +73071,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0004288", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0034925" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004290", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004290", "pred" : "is_a", @@ -74109,10 +73175,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0004732", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000063" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0004734", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0004734", "pred" : "is_a", @@ -74433,10 +73495,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0005856", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0011585" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0005867", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0005867", "pred" : "is_a", @@ -74449,10 +73507,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0005911", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0004119" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0005944", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0005944", "pred" : "is_a", @@ -74636,11 +73690,11 @@ }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0007245", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/UBERON_0002020" + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0007282", + "sub" : "http://purl.obolibrary.org/obo/UBERON_0007245", "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" + "obj" : "http://purl.obolibrary.org/obo/UBERON_0002020" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0007282", "pred" : "is_a", @@ -74713,10 +73767,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0007719", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0005156" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0007779", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0007779", "pred" : "is_a", @@ -74861,10 +73911,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0009663", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0010314" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0009676", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0009676", "pred" : "is_a", @@ -74937,10 +73983,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0010077", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000483" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0010083", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0010083", "pred" : "is_a", @@ -74997,10 +74039,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0010303", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0005292" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0010312", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0010312", "pred" : "is_a", @@ -75017,10 +74055,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0010314", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000061" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0010316", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0010316", "pred" : "is_a", @@ -75161,10 +74195,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0011137", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0000075" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0011138", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0011138", "pred" : "is_a", @@ -75309,6 +74339,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0011863", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0011860" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0011892", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0011892", "pred" : "is_a", @@ -75501,10 +74535,6 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0015833", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0003929" - }, { - "sub" : "http://purl.obolibrary.org/obo/UBERON_0016879", - "pred" : "is_a", - "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0016879", "pred" : "is_a", @@ -75545,6 +74575,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0019204", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0010371" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0019207", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0019207", "pred" : "is_a", @@ -75617,6 +74651,10 @@ "sub" : "http://purl.obolibrary.org/obo/UBERON_0035804", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/UBERON_0013522" + }, { + "sub" : "http://purl.obolibrary.org/obo/UBERON_0035965", + "pred" : "is_a", + "obj" : "http://purl.obolibrary.org/obo/CARO_0000000" }, { "sub" : "http://purl.obolibrary.org/obo/UBERON_0035965", "pred" : "is_a", @@ -75749,10 +74787,6 @@ "sub" : "http://purl.obolibrary.org/obo/UPHENO_0001001", "pred" : "is_a", "obj" : "http://purl.obolibrary.org/obo/PATO_0000001" - }, { - "sub" : "http://xmlns.com/foaf/0.1/image", - "pred" : "is_a", - "obj" : "http://www.w3.org/2002/07/owl#Thing" } ], "equivalentNodesSets" : [ { "representativeNodeId" : "http://purl.obolibrary.org/obo/BFO_0000023", diff --git a/src/ontology/nmdco-classes.owl b/src/ontology/nmdco-classes.owl index 6d6270a..76c0556 100644 --- a/src/ontology/nmdco-classes.owl +++ b/src/ontology/nmdco-classes.owl @@ -7,8 +7,8 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> - - 2024-02-16 + + 2024-03-01 @@ -27,7 +27,6 @@ - entity @@ -37,6 +36,7 @@ + continuant @@ -55,6 +55,8 @@ + + independent continuant @@ -64,6 +66,8 @@ + + spatial region @@ -73,6 +77,9 @@ + + + temporal region @@ -100,6 +107,7 @@ + disposition @@ -109,6 +117,7 @@ + realizable realizable entity @@ -128,6 +137,7 @@ + characteristic specifically dependent continuant @@ -139,7 +149,7 @@ - + role @@ -222,6 +232,7 @@ + material entity material entity @@ -250,6 +261,7 @@ + one-dimensional continuant fiat boundary @@ -266,33 +278,25 @@ - - - + - - - + - - - + - - - + @@ -1732,6 +1736,7 @@ + biological role @@ -3667,6 +3672,7 @@ + application @@ -7719,7 +7725,7 @@ - + role @@ -7768,6 +7774,7 @@ + chemical role @@ -9132,7 +9139,6 @@ - measurement datum @@ -9408,6 +9414,7 @@ + dead cave @@ -9580,6 +9587,11 @@ + + + + + hot spring @@ -9827,7 +9839,6 @@ - farm @@ -9981,6 +9992,7 @@ + caldera @@ -10163,6 +10175,7 @@ + plantation @@ -10298,7 +10311,6 @@ - glacier @@ -10888,6 +10900,7 @@ + meromictic lake @@ -10951,6 +10964,7 @@ + marine neritic zone @@ -11979,6 +11993,7 @@ + crevasse @@ -12153,6 +12168,7 @@ + particle of sand @@ -12511,7 +12527,6 @@ - ice shelf @@ -12924,6 +12939,8 @@ + + biome @@ -14057,6 +14074,11 @@ + + + + + talik @@ -14283,6 +14305,7 @@ + rock @@ -14902,8 +14925,7 @@ - - + metalimnion @@ -15061,7 +15083,6 @@ - sea water @@ -15134,7 +15155,7 @@ - + ditch water @@ -15598,7 +15619,7 @@ - + pond water @@ -16124,6 +16145,7 @@ + clay @@ -17633,6 +17655,7 @@ + silt @@ -17761,6 +17784,7 @@ + neritic pelagic zone biome @@ -18086,7 +18110,7 @@ - + oceanic front @@ -18105,7 +18129,6 @@ - marine oligotrophic desert @@ -18424,7 +18447,6 @@ - marine cold-water sphere @@ -19847,9 +19869,8 @@ - + - nutricline within a water body @@ -19940,6 +19961,7 @@ + mudstone @@ -20052,6 +20074,7 @@ + amictic lake @@ -20070,6 +20093,8 @@ + + dimictic lake @@ -20079,6 +20104,7 @@ + polymictic lake @@ -20210,7 +20236,7 @@ - + estuarine water @@ -20394,7 +20420,6 @@ - sea water environment @@ -20412,7 +20437,6 @@ - atmospheric boundary layer @@ -20522,7 +20546,6 @@ - understory @@ -20532,7 +20555,6 @@ - shrub layer @@ -20542,7 +20564,6 @@ - herb and fern layer @@ -20553,8 +20574,6 @@ - - litter layer @@ -23185,7 +23204,6 @@ - plant litter @@ -23530,6 +23548,7 @@ + waste role @@ -24199,6 +24218,7 @@ + habitat @@ -24348,7 +24368,6 @@ - cloud @@ -24385,6 +24404,7 @@ + formal settlement @@ -24403,6 +24423,7 @@ + legal settlement @@ -25559,7 +25580,6 @@ - area of woody wetland @@ -25797,7 +25817,6 @@ - glacial ice ablation process @@ -26153,7 +26172,6 @@ - terrestrial planet @@ -26625,7 +26643,6 @@ - hydrometeor @@ -26735,6 +26752,11 @@ + + + + + natural lake @@ -27162,7 +27184,6 @@ - meteoroid @@ -28000,6 +28021,7 @@ + cirrus cloud @@ -28424,6 +28446,7 @@ + ranch @@ -28893,7 +28916,7 @@ - + saline shrimp pond water @@ -29233,7 +29256,6 @@ - convective storm @@ -29318,6 +29340,7 @@ + environmental role @@ -29373,6 +29396,7 @@ + liquid surface layer @@ -29608,7 +29632,6 @@ - anchor ice @@ -30135,7 +30158,7 @@ - + accumulation of matter on aerosolised particles @@ -30256,6 +30279,7 @@ + cirrocumulus cloud @@ -30266,6 +30290,7 @@ + cirrostratus cloud @@ -30275,6 +30300,7 @@ + altocumulus cloud @@ -30303,6 +30329,7 @@ + stratocumulus cloud @@ -30313,6 +30340,7 @@ + stratus cloud @@ -30323,6 +30351,7 @@ + cumulus cloud @@ -30451,7 +30480,6 @@ - water-based cloud @@ -30496,7 +30524,6 @@ - terrestrial mining @@ -30955,7 +30982,7 @@ - + surface of an astronomical body @@ -31036,7 +31063,6 @@ - satellite imaging @@ -31047,6 +31073,7 @@ + satellite imaging of a planet @@ -31065,7 +31092,6 @@ - dioxygen dissolved in marine water @@ -31188,7 +31214,6 @@ - anchored ice calf @@ -31321,7 +31346,6 @@ - fast ice @@ -31764,7 +31788,6 @@ - sea surface layer @@ -31903,7 +31926,6 @@ - snow and ice accumulation process @@ -31914,7 +31936,6 @@ - mass of ice and snow @@ -32006,7 +32027,6 @@ - agricultural pollution @@ -32077,6 +32097,24 @@ + + + + + glaciation + + + + + + + + + interglacial + + + + @@ -32354,7 +32392,6 @@ - fluid surface layer @@ -32382,8 +32419,7 @@ - - + marine cline @@ -32392,7 +32428,6 @@ - fluid interface layer @@ -32420,6 +32455,7 @@ + gaseous front @@ -32449,6 +32485,8 @@ + + gaseous surface layer @@ -34663,7 +34701,6 @@ - blood material @@ -34747,7 +34784,6 @@ - cerebrospinal fluid material @@ -34758,7 +34794,6 @@ - chyle material @@ -34787,7 +34822,6 @@ - pleural effusion material @@ -34843,7 +34877,6 @@ - synovial fluid material @@ -34863,7 +34896,6 @@ - lymph material @@ -35435,6 +35467,7 @@ + research nuclear reactor @@ -35885,7 +35918,6 @@ - environmental monitoring @@ -37175,7 +37207,6 @@ - hail @@ -37229,7 +37260,6 @@ - depth of water ice @@ -41119,7 +41149,7 @@ - + stream water @@ -41221,7 +41251,7 @@ - + lake water @@ -41632,6 +41662,7 @@ + litter role @@ -48420,6 +48451,7 @@ + gene product or complex activity molecular_function @@ -48916,7 +48948,6 @@ - curation status specification @@ -50826,7 +50857,6 @@ - root node @@ -51338,6 +51368,7 @@ + branched @@ -51529,6 +51560,7 @@ + closed @@ -51774,6 +51806,7 @@ + permeable @@ -51792,6 +51825,7 @@ + porous @@ -51956,6 +51990,7 @@ + elastic @@ -52000,6 +52035,7 @@ + linear @@ -52055,6 +52091,7 @@ + process quality @@ -52374,6 +52411,7 @@ + aerobic @@ -52569,6 +52607,7 @@ + distributed @@ -53184,6 +53223,7 @@ + wet @@ -53324,6 +53364,7 @@ + hydrophobicity @@ -53717,6 +53758,7 @@ + laminar @@ -53736,6 +53778,7 @@ + edible @@ -54612,7 +54655,6 @@ - population of organisms @@ -54770,10 +54812,8 @@ - - cultured somatic plant embryo @@ -54782,9 +54822,7 @@ - - apical hook @@ -54920,9 +54958,7 @@ - - tetrad of microspores @@ -54941,6 +54977,11 @@ + + + + + vascular system @@ -55169,6 +55210,10 @@ + + + + root initial cell @@ -55321,9 +55366,7 @@ - - plant sperm cell @@ -55341,9 +55384,8 @@ - - + socket cell @@ -55505,9 +55547,7 @@ - - root hair cell @@ -55525,9 +55565,7 @@ - - trichoblast @@ -55536,9 +55574,7 @@ - - non-hair root epidermal cell @@ -55565,9 +55601,7 @@ - - trichome @@ -55586,6 +55620,7 @@ + subsidiary cell @@ -55604,6 +55639,7 @@ + tracheary element @@ -55612,9 +55648,8 @@ - - + guard cell @@ -55624,6 +55659,9 @@ + + + cambial initial cell @@ -55650,9 +55688,8 @@ - - + shoot epidermal pavement cell @@ -55662,6 +55699,8 @@ + + plant epidermal initial cell @@ -55670,9 +55709,7 @@ - - guard mother cell @@ -56356,9 +56393,7 @@ - - embryo basal cell @@ -56484,9 +56519,7 @@ - - root nodule @@ -56711,9 +56744,7 @@ - - bark @@ -56785,9 +56816,7 @@ - - axial secondary xylem parenchyma cell @@ -56796,9 +56825,7 @@ - - ray secondary xylem parenchyma cell @@ -56870,9 +56897,7 @@ - - fruit placenta @@ -56881,9 +56906,7 @@ - - infructescence fruit pedicel @@ -56937,10 +56960,8 @@ - - shoot axis tuber @@ -57447,9 +57468,7 @@ - - root primordium @@ -57485,9 +57504,7 @@ - - primary thickening meristem @@ -57615,6 +57632,7 @@ + xylem @@ -57642,6 +57660,7 @@ + phloem @@ -57785,9 +57804,7 @@ - - epidermis plant epidermis @@ -57834,9 +57851,7 @@ - - primary xylem @@ -57845,9 +57860,7 @@ - - caryopsis hull @@ -57856,9 +57869,7 @@ - - phyllome @@ -57939,9 +57950,7 @@ - - primary parietal cell @@ -58403,9 +58412,7 @@ - - primary phloem @@ -58486,9 +58493,7 @@ - - primary sporogenous cell @@ -58569,9 +58574,7 @@ - - sporocyte @@ -58742,9 +58745,7 @@ - - tassel spikelet @@ -58917,9 +58918,7 @@ - - seed raphe @@ -58928,9 +58927,7 @@ - - seed funicle @@ -58939,9 +58936,7 @@ - - seed chalaza @@ -58950,9 +58945,7 @@ - - seed micropyle @@ -58961,9 +58954,7 @@ - - seed obturator @@ -59009,7 +59000,6 @@ - infructescence @@ -59020,9 +59010,7 @@ - - axillary shoot system @@ -61134,9 +61122,7 @@ - - trichome cell @@ -61246,9 +61232,7 @@ - - fruit @@ -61258,6 +61242,11 @@ + + + + + plant cell @@ -61266,9 +61255,7 @@ - - root @@ -61278,6 +61265,7 @@ + shoot system @@ -61287,6 +61275,10 @@ + + + + portion of plant tissue @@ -61313,9 +61305,7 @@ - - seed @@ -61610,9 +61600,7 @@ - - flower @@ -61630,7 +61618,6 @@ - inflorescence @@ -61705,6 +61692,7 @@ + perianth @@ -61731,9 +61719,7 @@ - - androecium @@ -61742,9 +61728,7 @@ - - gynoecium @@ -61780,9 +61764,7 @@ - - anther @@ -61954,9 +61936,7 @@ - - aril @@ -61974,9 +61954,7 @@ - - long lateral tassel branch @@ -61985,9 +61963,7 @@ - - short tassel branch @@ -62042,10 +62018,8 @@ - - inflorescence apical meristem @@ -62146,9 +62120,7 @@ - - plant ovule @@ -62275,9 +62247,7 @@ - - obturator @@ -62540,6 +62510,7 @@ + coma @@ -62692,9 +62663,7 @@ - - suspensor @@ -62802,9 +62771,7 @@ - - columella root cap cell @@ -63231,6 +63198,7 @@ + leptoid @@ -63464,9 +63432,7 @@ - - portion of ground tissue @@ -63603,9 +63569,7 @@ - - embryo sac @@ -63995,9 +63959,7 @@ - - archegonium egg cell @@ -64034,9 +63996,7 @@ - - archegonium @@ -64054,9 +64014,7 @@ - - phyllome primordium @@ -64129,6 +64087,7 @@ + free tepal @@ -64666,9 +64625,7 @@ - - pollen tube cell @@ -64963,9 +64920,7 @@ - - tetrad of megaspores @@ -65074,7 +65029,6 @@ - second order inflorescence @@ -65085,7 +65039,6 @@ - second order infructescence @@ -65096,9 +65049,7 @@ - - infructescence axis @@ -65278,9 +65229,7 @@ - - plant ovary septum @@ -65334,9 +65283,7 @@ - - fruit septum @@ -65354,9 +65301,7 @@ - - fruit locule @@ -65446,9 +65391,7 @@ - - pollen @@ -65457,7 +65400,6 @@ - archegonium megagametophyte @@ -65477,10 +65419,8 @@ - - embryo apical cell @@ -65508,9 +65448,7 @@ - - seedling coleoptile @@ -65529,9 +65467,7 @@ - - seedling coleorhiza @@ -65550,9 +65486,7 @@ - - seedling hypocotyl @@ -65571,9 +65505,7 @@ - - seedling epicotyl @@ -65592,9 +65524,7 @@ - - seedling mesocotyl @@ -65623,6 +65553,7 @@ + fruit operculum @@ -65641,9 +65572,7 @@ - - seedling hypocotyl-root junction @@ -66612,9 +66541,7 @@ - - primary vascular tissue @@ -66623,9 +66550,7 @@ - - secondary vascular tissue @@ -67539,9 +67464,7 @@ - - archegonium central cell @@ -67677,9 +67600,7 @@ - - ventral canal cell @@ -67769,9 +67690,7 @@ - - adventitious shoot axis @@ -68413,9 +68332,7 @@ - - fruit pedicel abscission zone @@ -68433,9 +68350,7 @@ - - vegetative shoot system @@ -68453,7 +68368,6 @@ - shoot axis tegument layer @@ -68590,9 +68504,7 @@ - - endodermis cell @@ -68763,10 +68675,8 @@ - - non-vascular leaf meristematic apical cell @@ -68811,9 +68721,7 @@ - - gametophore @@ -68889,9 +68797,7 @@ - - gametophore bud @@ -68936,7 +68842,6 @@ - gametophyte perianth @@ -68965,7 +68870,6 @@ - archegoniophore @@ -68994,9 +68898,7 @@ - - spore capsule calyptra @@ -69105,6 +69007,7 @@ + sporangium wall endothecium @@ -69248,9 +69151,7 @@ - - archegonium neck canal cell @@ -69304,9 +69205,7 @@ - - epidermal rhizoid @@ -69351,7 +69250,6 @@ - archegonium head @@ -69380,9 +69278,7 @@ - - protonemal rhizoid @@ -69904,7 +69800,6 @@ - sequentially ordered entity @@ -69949,6 +69844,7 @@ + zone of skin @@ -69959,6 +69855,7 @@ + @@ -70054,6 +69951,7 @@ + organ @@ -70128,6 +70026,7 @@ + neuron projection bundle @@ -70137,6 +70036,7 @@ + neural nucleus @@ -70191,7 +70091,6 @@ - primitive urogenital sinus @@ -70201,7 +70100,6 @@ - mouth @@ -70274,8 +70172,6 @@ - - blood @@ -70294,7 +70190,6 @@ - blastula @@ -70380,6 +70275,7 @@ + material anatomical entity @@ -70426,6 +70322,7 @@ + acellular anatomical structure @@ -70638,6 +70535,7 @@ + @@ -70690,6 +70588,7 @@ + skeletal joint @@ -70700,6 +70599,17 @@ + + + + + + + + + + + reproductive system @@ -70708,7 +70618,6 @@ - gonad @@ -70729,6 +70638,16 @@ + + + + + + + + + + respiratory system @@ -70738,6 +70657,15 @@ + + + + + + + + + digestive system @@ -70756,6 +70684,14 @@ + + + + + + + + circulatory system @@ -70765,6 +70701,7 @@ + adipose tissue @@ -70783,8 +70720,14 @@ - + + + + + + + nervous system @@ -70830,7 +70773,6 @@ - hindgut @@ -70994,6 +70936,7 @@ + pectoral girdle region @@ -71021,6 +70964,13 @@ + + + + + + + skeletal system @@ -71050,6 +71000,7 @@ + lymphatic vessel @@ -71059,6 +71010,8 @@ + + bone element @@ -71067,7 +71020,6 @@ - digestive tract @@ -71138,6 +71090,7 @@ + @@ -71159,6 +71112,7 @@ + ciliary body @@ -71170,6 +71124,7 @@ + optic choroid @@ -71229,6 +71184,7 @@ + anterior segment of eyeball @@ -71356,6 +71312,7 @@ + blood vessel @@ -71439,7 +71396,6 @@ - postcranial axial skeleton @@ -71458,6 +71414,7 @@ + skin of body @@ -71543,7 +71500,6 @@ - vasculature of eye @@ -71556,6 +71512,11 @@ + + + + + musculoskeletal system @@ -71565,6 +71526,7 @@ + synovial joint @@ -71621,7 +71583,6 @@ - somite @@ -71664,6 +71625,7 @@ + muscle tissue @@ -71674,6 +71636,10 @@ + + + + hematopoietic system @@ -71682,7 +71648,6 @@ - lymph @@ -71693,6 +71658,9 @@ + + + immune system @@ -71703,6 +71671,8 @@ + + integumental system @@ -71741,6 +71711,7 @@ + bone tissue @@ -71835,8 +71806,6 @@ - - presomitic mesoderm @@ -71846,7 +71815,6 @@ - blood island @@ -71856,7 +71824,6 @@ - prechordal plate @@ -71866,7 +71833,6 @@ - intermediate mesoderm @@ -71876,7 +71842,6 @@ - axial mesoderm @@ -71932,7 +71897,6 @@ - @@ -71944,7 +71908,6 @@ - anterior neural tube @@ -71966,7 +71929,6 @@ - heart primordium @@ -71976,7 +71938,6 @@ - sclerotome @@ -72128,7 +72089,6 @@ - mesenchyme of lower jaw @@ -72309,7 +72269,6 @@ - head connective tissue @@ -72348,6 +72307,7 @@ + neural tissue @@ -72469,7 +72429,6 @@ - dermatome @@ -72516,7 +72475,6 @@ - endoderm-derived structure @@ -72526,7 +72484,6 @@ - mesoderm-derived structure @@ -72536,7 +72493,6 @@ - ectoderm-derived structure @@ -72566,7 +72522,6 @@ - cardiogenic plate @@ -72722,6 +72677,7 @@ + skeleton @@ -72730,7 +72686,6 @@ - dermomyotome @@ -72780,6 +72735,7 @@ + entire sense organ system @@ -72909,7 +72865,6 @@ - gastrula @@ -73438,7 +73393,6 @@ - mandibular prominence @@ -73458,7 +73412,6 @@ - axial skeleton plus cranial skeleton @@ -73808,6 +73761,7 @@ + nuclear complex of neuraxis @@ -73817,7 +73771,6 @@ - presumptive segmental plate @@ -73940,7 +73893,6 @@ - transudate @@ -74201,7 +74153,6 @@ - early telencephalic vesicle @@ -74308,7 +74259,6 @@ - future dermis @@ -74387,7 +74337,6 @@ - immature eye @@ -74416,7 +74365,6 @@ - germ layer / neural crest @@ -74612,7 +74560,6 @@ - postcranial axial skeletal system @@ -74806,6 +74753,7 @@ + dense connective tissue @@ -74841,6 +74789,7 @@ + anterior uvea @@ -75201,7 +75150,6 @@ - future central nervous system @@ -75276,6 +75224,7 @@ + @@ -75406,6 +75355,7 @@ + wall of blood vessel @@ -75630,470 +75580,468 @@ - - - + - SIAH1, SIAH2 ubiquitinate SNCAIP + CBL-mediated ubiquitination of CIN85 - SCF(beta-TrCP) ubiquitinates p-GLI2 + Ubiquitination of cell cycle proteins targeted by the APC/C:Cdh1complex - Ubiquitination of phosphorylated Cdc25A + enabling an MF enables its parts - BIRC2/3 (cIAP1/2) is autoubiquitinated + PRKN polyubiquitinates RIPK3 - ISGylation of host protein filamin B + TRAF2,6 ubiquitinates NLRC5 - effector input is compound function input + SCF-beta-TRCP ubiquitinates p-7S-p100:RELB in active NIK:p-176,S180-IKKA dimer:p-7S-p100:SCF-beta-TRCP - inferring direct positive reg edge from input to regulatory subfunction + RNF41 ubiquitinates activated ERBB3 - MIB2 ubiquitinates CYLD at K338, K530 + enabling an MF enables its parts - CHIP (STUB1) mediates ubiquitination of ERBB2 + DDX58 is K63 polyubiquitinated - CBL binds and ubiquitinates phosphorylated Sprouty + BTRC:CUL1:SKP1 (SCF-beta-TrCP1) ubiquitinylates PER proteins - Ubiquitination of Cyclin B by phospho-APC/C:Cdc20 complex + DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:STING:TBK1:IRF3 - inferring direct positive reg edge from input to regulatory subfunction + DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:dsDNA:ZBP1:TBK1 - 'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). + Beta-TrCP ubiquitinates NFKB p50:p65:phospho IKBA complex - Input of effector is input of its parent MF + Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD+PEST domain mutants - Ubiquitination of stimulated EGFR (CBL) + Pellino ubiquitinates IRAK1 - Defective NHLRC1 does not ubiquitinate EPM2A (laforin) and PPP1R3C (PTG) (type 2B disease) + Autoubiquitination of phospho-COP1(Ser-387 ) - SMURF2 monoubiquitinates SMAD3 + Multiubiquitination of APC/C-associated Cdh1 - Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR3 stimulation + VHL:EloB,C:NEDD8-CUL2:RBX1 complex ubiquitinylates HIF-alpha - K63-linked ubiquitination of RIP1 bound to the activated TLR complex + NHLRC1 mediated ubiquitination of EPM2A (laforin) and PPP1RC3 (PTG) associated with glycogen-GYG2 - DDX41 ubiquitination by TRIM21 + Ubiquitination of PAK-2p34 - TRAF6 polyubiquitinates NRIF + ERBB4 ubiquitination by WWP1/ITCH - Ubiquitin-dependent degradation of the SMAD complex terminates TGF-beta signaling + Ubiquitin-dependent degradation of the Smad complex terminates BMP2 signalling - RNF41 ubiquitinates ERBB3 + ISGylation of E2 conjugating enzymes - Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR stimulation + Myristoylation of tBID by NMT1 - Auto-ubiquitination of TRAF3 + RIP2 induces K63-linked ubiquitination of NEMO - Polyubiquitination of substrate + RNF125 mediated ubiquitination of DDX58, IFIH1 and MAVS - MIB2 ubiquitinates CFLAR + CBL neddylates TGFBR2 - Ubiquitination of NOTCH1 by ITCH in the absence of ligand + Ubiquitination of p130 (RBL2) by SCF (Skp2) - CBL escapes CDC42-mediated inhibition by down-regulating the adaptor molecule Beta-Pix + Ubiquitination of NICD1 by FBWX7 - SIAH1:UBE2L6:Ubiquitin ubiquitinates SNCA + SPATA2:CYLD-bound LUBAC ubiquitinates RIPK1 at K627 within the TNFR1 signaling complex - Cytosolic VBC complex ubiquitinylates hydroxyprolyl-HIF-alpha + SCF betaTrCP ubiquitinates NFKB p105 within p-S927, S932-NFkB p105:TPL2:ABIN2 - 'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). + CUL5 mediates ubiquitination of ERBB2 - cIAP1,2 ubiquitinates NIK in cIAP1,2:TRAF2::TRAF3:NIK + effector input is compound function input - Activation of ISG15 by UBA7 E1 ligase + Ubiquitination of phosphorylated Cdc25A - The geminin component of geminin:Cdt1 complexes is ubiquitinated, releasing Cdt1 + BIRC2/3 (cIAP1/2) is autoubiquitinated - Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD+PEST domain mutants + CHIP (STUB1) mediates ubiquitination of ERBB2 - Pellino ubiquitinates IRAK1 + CBL binds and ubiquitinates phosphorylated Sprouty - TRAF2,6 ubiquitinates NLRC5 + 'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). - SCF-beta-TRCP ubiquitinates p-7S-p100:RELB in active NIK:p-176,S180-IKKA dimer:p-7S-p100:SCF-beta-TRCP + MIB2 ubiquitinates CYLD at K338, K530 - 'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). + SIAH1, SIAH2 ubiquitinate SNCAIP - SCF(beta-TrCP) ubiquitinates p-GLI1 + SCF(beta-TrCP) ubiquitinates p-GLI2 - Ubiquitination of cell cycle proteins targeted by the APC/C:Cdh1complex + Nuclear VBC complex ubiquitinylates HIF-alpha - PRKN polyubiquitinates RIPK3 + ARRB mediates NOTCH1 ubiquitination - CBL-mediated ubiquitination of CIN85 + ISGylation of host protein filamin B if effector directly negatively regulates X, its parent MF directly negatively regulates X - ARRB mediates NOTCH1 ubiquitination + TRAF6 ubiquitinqtes IRF7 within the activated TLR7/8 or 9 complex - Beta-TrCP ubiquitinates NFKB p50:p65:phospho IKBA complex + beta-TRCP ubiquitinates IkB-alpha in p-S32,33-IkB-alpha:NF-kB complex - Nuclear VBC complex ubiquitinylates HIF-alpha + Activated TRAF6 synthesizes unanchored polyubiquitin chains upon ALPK1:ADP-heptose stimulation - Multiubiquitination of APC/C-associated Cdh1 + Parkin promotes the ubiquitination of mitochondrial substrates - RNF41 ubiquitinates activated ERBB3 + RAF1:SGK:TSC22D3:WPP ubiquitinates SCNN channels - Autoubiquitination of phospho-COP1(Ser-387 ) + Ubiquitination of Cyclin A by APC/C:Cdc20 complex - DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:STING:TBK1:IRF3 + Ubiquitination of SKI/SKIL by RNF111/SMURF2 - DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:dsDNA:ZBP1:TBK1 + 'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). - DDX58 is K63 polyubiquitinated + Ubiquitination of stimulated EGFR (CBL) - BTRC:CUL1:SKP1 (SCF-beta-TrCP1) ubiquitinylates PER proteins + Ubiquitination of Cyclin B by phospho-APC/C:Cdc20 complex - Ubiquitination of p130 (RBL2) by SCF (Skp2) + if effector directly negatively regulates X, its parent MF directly negatively regulates X - Ubiquitination of SKI/SKIL by RNF111/SMURF2 + The geminin component of geminin:Cdt1 complexes is ubiquitinated, releasing Cdt1 - 'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). + Polyubiquitination of substrate - Ubiquitination of Cyclin A by APC/C:Cdc20 complex + MIB2 ubiquitinates CFLAR - RAF1:SGK:TSC22D3:WPP ubiquitinates SCNN channels + SIAH1:UBE2L6:Ubiquitin ubiquitinates SNCA - Parkin promotes the ubiquitination of mitochondrial substrates + SCF(beta-TrCP) ubiquitinates p-GLI1 - Activated TRAF6 synthesizes unanchored polyubiquitin chains upon ALPK1:ADP-heptose stimulation + cIAP1,2 ubiquitinates NIK in cIAP1,2:TRAF2::TRAF3:NIK - beta-TRCP ubiquitinates IkB-alpha in p-S32,33-IkB-alpha:NF-kB complex + Ubiquitination of NOTCH1 by ITCH in the absence of ligand - TRAF6 ubiquitinqtes IRF7 within the activated TLR7/8 or 9 complex + CBL escapes CDC42-mediated inhibition by down-regulating the adaptor molecule Beta-Pix - ISGylation of E2 conjugating enzymes + involved in BP - Myristoylation of tBID by NMT1 + Hh processing variants are ubiquitinated - ERBB4 ubiquitination by WWP1/ITCH + Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 PEST domain mutants - Ubiquitin-dependent degradation of the Smad complex terminates BMP2 signalling + Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR stimulation - NHLRC1 mediated ubiquitination of EPM2A (laforin) and PPP1RC3 (PTG) associated with glycogen-GYG2 + Auto-ubiquitination of TRAF3 - Ubiquitination of PAK-2p34 + Ubiquitination of CD4 by Vpu:CD4:beta-TrCP:SKP1 complex - CBL neddylates TGFBR2 + Ubiquitination of Emi1 by SCF-beta-TrCP - VHL:EloB,C:NEDD8-CUL2:RBX1 complex ubiquitinylates HIF-alpha + ITCH polyubiquitinates MLKL at K50 - inferring direct neg reg edge from input to regulatory subfunction + BRCA1:BARD1 heterodimer autoubiquitinates - RNF125 mediated ubiquitination of DDX58, IFIH1 and MAVS + Ubiquitin-dependent degradation of the SMAD complex terminates TGF-beta signaling - Ubiquitination of Securin by phospho-APC/C:Cdc20 complex + RNF41 ubiquitinates ERBB3 - RNF111 ubiquitinates SMAD7 + Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR3 stimulation - BIRC(cIAP1/2) ubiquitinates RIPK1 + DDX41 ubiquitination by TRIM21 - Auto-ubiquitination of TRAF6 + TRAF6 polyubiquitinates NRIF - TRAF6 oligomer autoubiquitinates + Cytosolic VBC complex ubiquitinylates hydroxyprolyl-HIF-alpha - Auto ubiquitination of TRAF6 bound to ALPK1:ADP-heptose:TIFA oligomer + involved in BP - inferring direct reg edge from input to regulatory subfunction + effector input is compound function input - Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 at endosome membrane + K63-linked ubiquitination of RIP1 bound to the activated TLR complex - Ubiquitination of stimulated EGFR (CBL:GRB2) + Defective NHLRC1 does not ubiquitinate EPM2A (laforin) and PPP1R3C (PTG) (type 2B disease) - Multiubiquitination of Nek2A + SMURF2 monoubiquitinates SMAD3 - SCF(beta-TrCP) ubiquitinates p-GLI3 + Activation of ISG15 by UBA7 E1 ligase - PARK2 K63-Ubiquitinates SNCAIP + Auto-ubiquitination of TRAF3 within activated TLR3 complex - LUBAC ubiquitinates RIPK1 at K627 + Cdh1:APC/C ubiquitinates EHMT1 and EHMT2 - inferring direct reg edge from input to regulatory subfunction + Ubiquitination of DLL/JAG ligands upon binding to NOTCH2 - SPATA2:CYLD-bound LUBAC ubiquitinates RIPK1 at K627 within the TNFR1 signaling complex + STING ubiquitination by TRIM32 or TRIM56 - CUL5 mediates ubiquitination of ERBB2 + Activated TRAF6 synthesizes unanchored polyubiquitin chains - Ubiquitination of NICD1 by FBWX7 + Myristoylation of Nef - RIP2 induces K63-linked ubiquitination of NEMO + Ubiquitination of NEMO by TRAF6 - SCF betaTrCP ubiquitinates NFKB p105 within p-S927, S932-NFkB p105:TPL2:ABIN2 + ISGylation of host proteins - inferring direct neg reg edge from input to regulatory subfunction + ISGylation of viral protein NS1 - MIB2 ubiquitinates RIPK1 at K377, K604, K634 + infer input from direct reg - RAD18:UBE2B or RBX1:CUL4:DDB1:DTL monoubiquitinates PCNA + TNFAIP3 (A20) ubiquitinates RIPK1 with K48-linked Ub chains - Transfer of Ub from E2 to substrate and release of E2 + Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 - K63polyUb-cIAP1,2 ubiquitinates TRAF3 + ITCH ubiquitinates DTX - NEDD4 ubiquitinates ERBB4jmAcyt1s80 dimer + E1 mediated ubiquitin activation - Ubiquitination of phospho-p27/p21 + FN3K phosphorylates ketosamines - Ubiquitination of Cyclin D1 + TRIM33 monoubiquitinates SMAD4 - SKP1:FBXL5:CUL1:NEDD8 ubiquitinylates IREB2 + Input of effector is input of its parent MF - ISGylation of IRF3 + STUB1 ubiquitinates RIPK1 at K571, K604, K627 - FN3KRP phosphorylates PsiAm, RibAm + RCHY1 monoubiquitinates POLH - CBL ubiquitinates Sprouty + K63polyUb-TRAF6 ubiquitinates TAK1 - Input of effector is input of its parent MF + SKP1:FBXL5:CUL1:NEDD8 ubiquitinylates IREB2 - Auto-ubiquitination of TRAF6 + NEDD4 ubiquitinates ERBB4jmAcyt1s80 dimer - ISGylation of protein phosphatase 1 beta (PP2CB) + inferring direct neg reg edge from input to regulatory subfunction - SMURFs/NEDD4L ubiquitinate phosphorylated TGFBR1 and SMAD7 + Ubiquitination of phospho-p27/p21 - SCF-beta-TrCp1/2 ubiquitinates phosphorylated BORA + CBL ubiquitinates Sprouty - NHLRC1 mediated ubiquitination of EPM2A and PPP1RC3 associated with glycogen-GYG1 + inferring direct reg edge from input to regulatory subfunction - infer input from direct reg + Transfer of Ub from E2 to substrate and release of E2 - Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 + K63polyUb-cIAP1,2 ubiquitinates TRAF3 - Ubiquitination of DLL/JAG ligands upon binding to NOTCH3 + MIB2 ubiquitinates RIPK1 at K377, K604, K634 - K63-linked ubiquitination of RIP1 bound to the activated TLR complex + RAD18:UBE2B or RBX1:CUL4:DDB1:DTL monoubiquitinates PCNA - if effector directly negatively regulates X, its parent MF directly negatively regulates X + Ubiquitination of IKBKG by TRAF6 - Ubiquitination of NEMO by TRAF6 + STUB1 ubiquitinates RIPK3 at K55, K363 - Ubiquitination of DLL/JAG ligands upon binding to NOTCH2 + SYVN1 ubiquitinates Hh C-terminal fragments - STING ubiquitination by TRIM32 or TRIM56 + Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD domain mutants - involved in BP + Multi-ubiquitination of APOBEC3G - Cdh1:APC/C ubiquitinates EHMT1 and EHMT2 + Self-ubiquitination of RNF41 - Myristoylation of Nef + TRAF6 is K63 poly-ubiquitinated - Auto-ubiquitination of TRAF3 within activated TLR3 complex + STUB1 (CHIP) ubiquitinates SMAD3 - ISGylation of viral protein NS1 + inferring direct reg edge from input to regulatory subfunction - FN3K phosphorylates ketosamines + SMURF2 ubiquitinates SMAD2 - ISGylation of host proteins + Input of effector is input of its parent MF - SMURF2 ubiquitinates SMAD2 + Auto ubiquitination of TRAF6 bound to ALPK1:ADP-heptose:TIFA oligomer - STUB1 (CHIP) ubiquitinates SMAD3 + RNF111 ubiquitinates SMAD7 - effector input is compound function input + K63-linked ubiquitination of RIP1 bound to the activated TLR complex - Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD domain mutants + Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 - TRAF6 is K63 poly-ubiquitinated + 'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). - STUB1 ubiquitinates RIPK3 at K55, K363 + BIRC(cIAP1/2) ubiquitinates RIPK1 - SYVN1 ubiquitinates Hh C-terminal fragments + Auto-ubiquitination of TRAF6 - Multi-ubiquitination of APOBEC3G + Ubiquitination of Securin by phospho-APC/C:Cdc20 complex - Ubiquitination of IKBKG by TRAF6 + inferring direct positive reg edge from input to regulatory subfunction - Self-ubiquitination of RNF41 + Ubiquitination of DLL/JAG ligands upon binding to NOTCH3 - Activated TRAF6 synthesizes unanchored polyubiquitin chains + NHLRC1 mediated ubiquitination of EPM2A and PPP1RC3 associated with glycogen-GYG1 - enabling an MF enables its parts + SMURFs/NEDD4L ubiquitinate phosphorylated TGFBR1 and SMAD7 - Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 PEST domain mutants + ISGylation of IRF3 - BRCA1:BARD1 heterodimer autoubiquitinates + FN3KRP phosphorylates PsiAm, RibAm - Hh processing variants are ubiquitinated + Ubiquitination of Cyclin D1 - Ubiquitination of Emi1 by SCF-beta-TrCP + inferring direct neg reg edge from input to regulatory subfunction - ITCH polyubiquitinates MLKL at K50 + SCF-beta-TrCp1/2 ubiquitinates phosphorylated BORA - STUB1 ubiquitinates RIPK1 at K571, K604, K627 + Auto-ubiquitination of TRAF6 - ITCH ubiquitinates DTX + ISGylation of protein phosphatase 1 beta (PP2CB) - E1 mediated ubiquitin activation + PARK2 K63-Ubiquitinates SNCAIP - involved in BP + LUBAC ubiquitinates RIPK1 at K627 - Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 + inferring direct positive reg edge from input to regulatory subfunction - TRIM33 monoubiquitinates SMAD4 + Multiubiquitination of Nek2A - TNFAIP3 (A20) ubiquitinates RIPK1 with K48-linked Ub chains + SCF(beta-TrCP) ubiquitinates p-GLI3 - K63polyUb-TRAF6 ubiquitinates TAK1 + Ubiquitination of stimulated EGFR (CBL:GRB2) - Ubiquitination of CD4 by Vpu:CD4:beta-TrCP:SKP1 complex + TRAF6 oligomer autoubiquitinates - RCHY1 monoubiquitinates POLH + Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 at endosome membrane - enabling an MF enables its parts + 'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties). @@ -76251,12 +76199,6 @@ Northwestern Thorn Scrub Forests - - glaciation - - - interglacial - Arctic front @@ -78833,6 +78775,42 @@ World Ocean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/nmdco-merged-labels.ttl b/src/ontology/nmdco-merged-labels.ttl index b5969e9..3aa4abf 100644 --- a/src/ontology/nmdco-merged-labels.ttl +++ b/src/ontology/nmdco-merged-labels.ttl @@ -11,6 +11,8 @@ rdfs:label "motor vehicle"@en . +[ rdfs:label "PARK2 K63-Ubiquitinates SNCAIP" ] . + rdfs:label "dry lake" . @@ -59,8 +61,6 @@ rdfs:label "material accumulation process"@en . -[ rdfs:label "TRAF6 ubiquitinqtes IRF7 within the activated TLR7/8 or 9 complex" ] . - rdfs:label "axial skeleton plus cranial skeleton" . @@ -115,6 +115,8 @@ rdfs:label "lemma development stage" . +[ rdfs:label "LUBAC ubiquitinates RIPK1 at K627" ] . + rdfs:label "plant embryo dormant stage" . @@ -199,8 +201,6 @@ rdfs:label "plant seed food product"@en . -[ rdfs:label "beta-TRCP ubiquitinates IkB-alpha in p-S32,33-IkB-alpha:NF-kB complex" ] . - rdfs:label "vegetable fat or oil"@en . @@ -243,6 +243,8 @@ rdfs:label "anatomical entity environment" . +[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI3" ] . + rdfs:label "granite" . @@ -297,8 +299,6 @@ rdfs:label "spoon"@en . -[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon ALPK1:ADP-heptose stimulation" ] . - rdfs:label "structure of soil" . @@ -437,8 +437,6 @@ rdfs:label "Theropoda" . -[ rdfs:label "Parkin promotes the ubiquitination of mitochondrial substrates" ] . - rdfs:label "safe environment for human presence"@en . @@ -481,6 +479,10 @@ rdfs:label "thermosphere" . +[ rdfs:label "Ubiquitination of stimulated EGFR (CBL:GRB2)" ] . + +[ rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ] . + rdfs:label "usage of an environment for infrastructure and utilities"@en . @@ -514,8 +516,6 @@ rdfs:label "gemma" . -[ rdfs:label "RAF1:SGK:TSC22D3:WPP ubiquitinates SCNN channels" ] . - rdfs:label "vascular tissue development stage" . @@ -615,8 +615,6 @@ rdfs:label "poricidal capsule fruit" . -[ rdfs:label "Ubiquitination of Cyclin A by APC/C:Cdc20 complex" ] . - rdfs:label "ear sessile spikelet" . @@ -632,13 +630,11 @@ rdfs:label "contaminated air"@en . - - rdfs:label "seminal root" . - rdfs:label "cultured organic material"@en . -[ rdfs:label "'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . + + rdfs:label "seminal root" . rdfs:label "rosette growth stage" . @@ -664,6 +660,8 @@ rdfs:label "craniocervical region musculature" . +[ rdfs:label "Multiubiquitination of Nek2A" ] . + rdfs:label "decreased width" . @@ -721,8 +719,6 @@ rdfs:label "packaging machine"@en . -[ rdfs:label "Ubiquitination of SKI/SKIL by RNF111/SMURF2" ] . - rdfs:label "is autoimmune trigger for"@en . @@ -861,8 +857,6 @@ rdfs:label "F four nucleate megagametophyte stage" . -[ rdfs:label "Ubiquitination of p130 (RBL2) by SCF (Skp2)" ] . - rdfs:label "boron group element atom" . @@ -1253,7 +1247,9 @@ rdfs:label "whole plant flowering stage" . -[ rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ] . +[ rdfs:label "Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 at endosome membrane" ] . + +[ rdfs:label "'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . rdfs:label "temperate mixed broadleaf forest" . @@ -1369,6 +1365,10 @@ rdfs:label "involved in negative regulation of" . +[ rdfs:label "TRAF6 oligomer autoubiquitinates" ] . + +[ rdfs:label "Input of effector is input of its parent MF" ] . + rdfs:label "has exposure receptor" . @@ -1420,8 +1420,6 @@ rdfs:label "marine salt marsh biome" . -[ rdfs:label "RNF125 mediated ubiquitination of DDX58, IFIH1 and MAVS" ] . - rdfs:label "lower glume of pedicellate spikelet of ear" . @@ -1461,6 +1459,8 @@ rdfs:label "plant embryo" . +[ rdfs:label "Auto ubiquitination of TRAF6 bound to ALPK1:ADP-heptose:TIFA oligomer" ] . + rdfs:label "trichome development stage" . @@ -1542,8 +1542,6 @@ rdfs:label "chalybeate spring"@en . -[ rdfs:label "CBL neddylates TGFBR2" ] . - rdfs:label "metabolite" . @@ -1583,6 +1581,8 @@ rdfs:label "liman" . +[ rdfs:label "BIRC(cIAP1/2) ubiquitinates RIPK1" ] . + rdfs:label "montane conifer woodland" . @@ -1628,8 +1628,6 @@ rdfs:label "propanediol" . -[ rdfs:label "VHL:EloB,C:NEDD8-CUL2:RBX1 complex ubiquitinylates HIF-alpha" ] . - rdfs:label "dinitrogen" . @@ -1672,6 +1670,8 @@ rdfs:label "frost wedging"@en . +[ rdfs:label "Auto-ubiquitination of TRAF6" ] . + rdfs:label "mouth-foregut junction" . @@ -1741,8 +1741,6 @@ rdfs:label "nucellar plant embryo" . -[ rdfs:label "NHLRC1 mediated ubiquitination of EPM2A (laforin) and PPP1RC3 (PTG) associated with glycogen-GYG2" ] . - rdfs:label "lake bottom mud" . @@ -1782,6 +1780,10 @@ rdfs:label "covered pit latrine" . +[ rdfs:label "Ubiquitination of Securin by phospho-APC/C:Cdc20 complex" ] . + +[ rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ] . + rdfs:label "concentration of residual water in soil" . @@ -1827,8 +1829,6 @@ rdfs:label "visible spectrum radiation" . -[ rdfs:label "Ubiquitination of PAK-2p34" ] . - rdfs:label "weathering of plastic"@en . @@ -1868,6 +1868,8 @@ rdfs:label "indirectly regulates activity of"@en . +[ rdfs:label "RNF111 ubiquitinates SMAD7" ] . + rdfs:label "slurry"@en . @@ -1952,8 +1954,6 @@ rdfs:label "protonema sub-apical initial cell" . -[ rdfs:label "ERBB4 ubiquitination by WWP1/ITCH" ] . - rdfs:label "secondary xylem parenchyma" . @@ -1999,6 +1999,8 @@ rdfs:label "future diencephalon" . +[ rdfs:label "K63-linked ubiquitination of RIP1 bound to the activated TLR complex" ] . + rdfs:label "polymictic lake" . @@ -2074,8 +2076,6 @@ rdfs:label "amount" . -[ rdfs:label "Ubiquitin-dependent degradation of the Smad complex terminates BMP2 signalling" ] . - rdfs:label "entanglement of organisms in marine debris"@en . @@ -2190,8 +2190,6 @@ rdfs:label "term replaced by" , "term replaced by"@en . -[ rdfs:label "ISGylation of E2 conjugating enzymes" ] . - rdfs:label "isobutyl group" . @@ -2432,8 +2430,6 @@ rdfs:label "aerial tuber storage parenchyma" . -[ rdfs:label "Myristoylation of tBID by NMT1" ] . - rdfs:label "percolation of water through soil"@en . @@ -2608,11 +2604,13 @@ rdfs:label "whole plant fruit formation stage 50 to 70%" . -[ rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ] . - rdfs:label "mesocosm"@en . +[ rdfs:label "Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2" ] . + +[ rdfs:label "'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . + rdfs:label "rice field" . @@ -2814,8 +2812,6 @@ rdfs:label "quinoa food product"@en . -[ rdfs:label "RIP2 induces K63-linked ubiquitination of NEMO" ] . - rdfs:label "heart blood vessel" . @@ -2855,6 +2851,8 @@ rdfs:label "IE.03 3/4 of inflorescence emerged from flag leaf sheath stage" . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH3" ] . + rdfs:label "sorus" . @@ -2969,6 +2967,8 @@ rdfs:label "neuron" . +[ rdfs:label "NHLRC1 mediated ubiquitination of EPM2A and PPP1RC3 associated with glycogen-GYG1" ] . + rdfs:label "connects" , "connects"@en . @@ -3005,8 +3005,6 @@ rdfs:label "tectonic plate subduction"@en . -[ rdfs:label "SCF betaTrCP ubiquitinates NFKB p105 within p-S927, S932-NFkB p105:TPL2:ABIN2" ] . - rdfs:label "pressure" . @@ -3043,6 +3041,8 @@ rdfs:label "charcoal"@en . +[ rdfs:label "SMURFs/NEDD4L ubiquitinate phosphorylated TGFBR1 and SMAD7" ] . + rdfs:label "UNEP-WCMC class 4 mountain"@en . @@ -3175,11 +3175,13 @@ rdfs:label "peroxides" . + + rdfs:label "concentration of organic nitrogen anion in soil" . + rdfs:label "pit latrine with slab floor" . - - rdfs:label "concentration of organic nitrogen anion in soil" . +[ rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ] . rdfs:label "cell condensation" . @@ -3193,6 +3195,8 @@ rdfs:label "axillary hair terminal cell" . +[ rdfs:label "SCF-beta-TrCp1/2 ubiquitinates phosphorylated BORA" ] . + rdfs:label "mutually spatially disjoint with"@en . @@ -3241,8 +3245,6 @@ rdfs:label "increased process quality" . -[ rdfs:label "CUL5 mediates ubiquitination of ERBB2" ] . - rdfs:label "abandoned fishing gear"@en . @@ -3306,6 +3308,8 @@ rdfs:label "rhizosphere" . +[ rdfs:label "Auto-ubiquitination of TRAF6" ] . + rdfs:label "pectoral girdle region" . @@ -3444,6 +3448,8 @@ rdfs:label "eye primordium" . +[ rdfs:label "ISGylation of protein phosphatase 1 beta (PP2CB)" ] . + rdfs:label "pingo scar" . @@ -3510,8 +3516,6 @@ rdfs:label "zinc atom" . -[ rdfs:label "Ubiquitination of NICD1 by FBWX7" ] . - rdfs:label "synthetic plastic"@en . @@ -3686,6 +3690,8 @@ rdfs:label "primary aerosol formation process"@en . +[ rdfs:label "ISGylation of IRF3" ] . + rdfs:label "primary root elongation zone" . @@ -3887,6 +3893,8 @@ rdfs:label "warming of a solid"@en . +[ rdfs:label "FN3KRP phosphorylates PsiAm, RibAm" ] . + rdfs:label "flaw lead"@en . @@ -4001,7 +4009,7 @@ rdfs:label "temperate environment"@en . -[ rdfs:label "inferring direct reg edge from input to regulatory subfunction" ] . +[ rdfs:label "Ubiquitination of Cyclin D1" ] . rdfs:label "bus"@en . @@ -4054,8 +4062,6 @@ rdfs:label "neritic sea surface microlayer biome" . -[ rdfs:label "SPATA2:CYLD-bound LUBAC ubiquitinates RIPK1 at K627 within the TNFR1 signaling complex" ] . - rdfs:label "compacted soil"@en . @@ -4191,8 +4197,6 @@ rdfs:label "size" . -[ rdfs:label "PARK2 K63-Ubiquitinates SNCAIP" ] . - rdfs:label "anaerobic respiration, using ammonium as electron donor" . @@ -4238,6 +4242,8 @@ rdfs:label "talus cave" . +[ rdfs:label "SKP1:FBXL5:CUL1:NEDD8 ubiquitinylates IREB2" ] . + rdfs:label "gut wall" . @@ -4286,8 +4292,6 @@ rdfs:label "household environment"@en . -[ rdfs:label "LUBAC ubiquitinates RIPK1 at K627" ] . - rdfs:label "plant ovary placenta" . @@ -4420,8 +4424,6 @@ rdfs:label "has ID digit count"@en . -[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI3" ] . - rdfs:label "bone of lower jaw" . @@ -4461,6 +4463,8 @@ rdfs:label "paraffin oil"@en . +[ rdfs:label "NEDD4 ubiquitinates ERBB4jmAcyt1s80 dimer" ] . + rdfs:label "temperate mountain"@en . @@ -4596,17 +4600,19 @@ rdfs:label "kerosene oil"@en . + + rdfs:label "copper(II) phthalocyanine" . + rdfs:label "magnetic energy" . - - rdfs:label "copper(II) phthalocyanine" . + + rdfs:label "tile" . rdfs:label "input of"@en . - - rdfs:label "tile" . +[ rdfs:label "inferring direct neg reg edge from input to regulatory subfunction" ] . rdfs:label "vetch food product"@en . @@ -4671,8 +4677,6 @@ rdfs:label "leaf mesophyll" . -[ rdfs:label "Ubiquitination of stimulated EGFR (CBL:GRB2)" ] . - rdfs:label "littering"@en . @@ -4724,6 +4728,8 @@ rdfs:label "metal allergen" . +[ rdfs:label "Ubiquitination of phospho-p27/p21" ] . + rdfs:label "iris epithelium" . @@ -4928,8 +4934,6 @@ rdfs:label "shape" . -[ rdfs:label "Multiubiquitination of Nek2A" ] . - rdfs:label "macroplastic particle"@en . @@ -5326,6 +5330,8 @@ rdfs:label "FL.00 first flower(s) open stage" . +[ rdfs:label "Transfer of Ub from E2 to substrate and release of E2" ] . + rdfs:label "tropical needleleaf forest" . @@ -5401,13 +5407,13 @@ rdfs:label "feather environment" . -[ rdfs:label "inferring direct reg edge from input to regulatory subfunction" ] . + + rdfs:label "truck"@en . rdfs:label "symbiotically interacts with" . - - rdfs:label "truck"@en . +[ rdfs:label "K63polyUb-cIAP1,2 ubiquitinates TRAF3" ] . rdfs:label "Christian J Stoeckert" . @@ -5466,8 +5472,6 @@ rdfs:label "skatole" . -[ rdfs:label "Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2 at endosome membrane" ] . - rdfs:label "piece of plastic foam"@en . @@ -5507,6 +5511,8 @@ rdfs:label "palea development stage" . +[ rdfs:label "MIB2 ubiquitinates RIPK1 at K377, K604, K634" ] . + rdfs:label "arillode" . @@ -5582,8 +5588,6 @@ rdfs:label "plant lipid food product"@en . -[ rdfs:label "TRAF6 oligomer autoubiquitinates" ] . - rdfs:label "Hapalosiphonaceae" . @@ -5629,6 +5633,8 @@ rdfs:label "ion" . +[ rdfs:label "RAD18:UBE2B or RBX1:CUL4:DDB1:DTL monoubiquitinates PCNA" ] . + rdfs:label "alkaline water" . @@ -5683,8 +5689,6 @@ rdfs:label "edibility" . -[ rdfs:label "Auto ubiquitination of TRAF6 bound to ALPK1:ADP-heptose:TIFA oligomer" ] . - rdfs:label "position" . @@ -5820,8 +5824,6 @@ rdfs:label "gonad mesenchyme" . -[ rdfs:label "BIRC(cIAP1/2) ubiquitinates RIPK1" ] . - rdfs:label "attractive environment"@en . @@ -5855,6 +5857,8 @@ rdfs:label "insect conservation process"@en . +[ rdfs:label "CBL ubiquitinates Sprouty" ] . + rdfs:label "branching part of"@en . @@ -5903,16 +5907,14 @@ rdfs:label "rosette" . - - rdfs:label "national geopolitical entity" . - rdfs:label "temporal distribution quality" . rdfs:label "sensitivity toward" . -[ rdfs:label "Auto-ubiquitination of TRAF6" ] . + + rdfs:label "national geopolitical entity" . rdfs:label "neve"@en . @@ -5983,6 +5985,9 @@ rdfs:label "information content entity"@en . + + rdfs:label "jack bean (whole)"@en . + rdfs:label "anthropogenic generation of energy" . @@ -5995,8 +6000,7 @@ rdfs:label "salt dome"@en . - - rdfs:label "jack bean (whole)"@en . +[ rdfs:label "inferring direct reg edge from input to regulatory subfunction" ] . rdfs:label "wave-cut platform" . @@ -6052,8 +6056,6 @@ rdfs:label "hardness" . -[ rdfs:label "Ubiquitination of Securin by phospho-APC/C:Cdc20 complex" ] . - rdfs:label "rhizome" . @@ -6108,6 +6110,8 @@ rdfs:label "freshwater stream ecosystem"@en . +[ rdfs:label "Multi-ubiquitination of APOBEC3G" ] . + rdfs:label "freshwater river" . @@ -6156,8 +6160,6 @@ rdfs:label "has allergic trigger"@en . -[ rdfs:label "RNF111 ubiquitinates SMAD7" ] . - rdfs:label "Cnidaria" . @@ -6296,8 +6298,6 @@ rdfs:label "capsule fruit" . -[ rdfs:label "K63-linked ubiquitination of RIP1 bound to the activated TLR complex" ] . - rdfs:label "main group element atom" . @@ -6697,6 +6697,8 @@ rdfs:label "acidification of an aquatic environment"@en . +[ rdfs:label "Ubiquitination of IKBKG by TRAF6" ] . + rdfs:label "tabular iceberg"@en . @@ -6874,8 +6876,6 @@ rdfs:label "closure" . -[ rdfs:label "Auto ubiquitination of oligo-TRAF6 bound to p-IRAK2" ] . - rdfs:label "subset_property" . @@ -6912,6 +6912,8 @@ rdfs:label "fluid astronomical body part"@en . +[ rdfs:label "STUB1 ubiquitinates RIPK3 at K55, K363" ] . + rdfs:label "seed trichome development stage" . @@ -7023,6 +7025,8 @@ rdfs:label "turlough" . +[ rdfs:label "SYVN1 ubiquitinates Hh C-terminal fragments" ] . + rdfs:label "maize field" . @@ -7062,8 +7066,6 @@ rdfs:label "ketone hydrate" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH3" ] . - rdfs:label "2 root meristem formation stage" . @@ -7100,6 +7102,8 @@ rdfs:label "hot-blast paraffin lantern"@en . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD domain mutants" ] . + rdfs:label "F bilocular anther stage" . @@ -7208,8 +7212,6 @@ rdfs:label "epitope" . -[ rdfs:label "NHLRC1 mediated ubiquitination of EPM2A and PPP1RC3 associated with glycogen-GYG1" ] . - rdfs:label "acid dune sand" . @@ -7231,17 +7233,14 @@ rdfs:label "melting"@en . - - rdfs:label "Thar Desert"@en . - rdfs:label "leaf epidermis" . rdfs:label "ash cone" . - - rdfs:label "attached to"@en . + + rdfs:label "Thar Desert"@en . rdfs:label "lignite power plant" . @@ -7249,7 +7248,8 @@ rdfs:label "environment control function"@en . -[ rdfs:label "infer input from direct reg" ] . + + rdfs:label "attached to"@en . rdfs:label "covered pit latrine with slab floor" . @@ -7266,6 +7266,8 @@ rdfs:label "mining"@en . +[ rdfs:label "TRAF6 is K63 poly-ubiquitinated" ] . + rdfs:label "keel" . @@ -7302,8 +7304,6 @@ rdfs:label "propane-1,2-diols" . -[ rdfs:label "SMURFs/NEDD4L ubiquitinate phosphorylated TGFBR1 and SMAD7" ] . - rdfs:label "sieve tube" . @@ -7343,6 +7343,8 @@ rdfs:label "organic hydride" . +[ rdfs:label "STUB1 (CHIP) ubiquitinates SMAD3" ] . + rdfs:label "europium atom" . @@ -7364,11 +7366,13 @@ rdfs:label "agricultural wastewater treatment plant" . + + rdfs:label "flower meristem transition stage" . + rdfs:label "regulated by"@en . - - rdfs:label "flower meristem transition stage" . +[ rdfs:label "inferring direct reg edge from input to regulatory subfunction" ] . rdfs:label "concentration of yttrium in water ice" . @@ -7427,8 +7431,6 @@ rdfs:label "axial secondary xylem parenchyma" . -[ rdfs:label "SCF-beta-TrCp1/2 ubiquitinates phosphorylated BORA" ] . - rdfs:label "muddy water" . @@ -7489,6 +7491,8 @@ rdfs:label "monomictic lake" . +[ rdfs:label "SMURF2 ubiquitinates SMAD2" ] . + rdfs:label "role" . @@ -7543,8 +7547,6 @@ rdfs:label "staminate inflorescence" . -[ rdfs:label "Auto-ubiquitination of TRAF6" ] . - rdfs:label "biopolymer"@en . @@ -7656,8 +7658,6 @@ rdfs:label "chloronema meristematic apical cell" . -[ rdfs:label "ISGylation of protein phosphatase 1 beta (PP2CB)" ] . - rdfs:label "noble gas atom" . @@ -7679,8 +7679,6 @@ rdfs:label "plant callus" . -[ rdfs:label "Input of effector is input of its parent MF" ] . - rdfs:label "pumice"@en . @@ -7714,6 +7712,8 @@ rdfs:label "fruit replum" . +[ rdfs:label "Self-ubiquitination of RNF41" ] . + rdfs:label "increased size" . @@ -7891,13 +7891,11 @@ rdfs:label "flower development stage" . - - rdfs:label "dissolved carbon atom in soil" . - rdfs:label "window"@en . -[ rdfs:label "ISGylation of IRF3" ] . + + rdfs:label "dissolved carbon atom in soil" . rdfs:label "soil" . @@ -8085,6 +8083,8 @@ rdfs:label "microcosm"@en . +[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains" ] . + rdfs:label "paddy field" . @@ -8136,8 +8136,6 @@ rdfs:label "EC 3.5.1.* (non-peptide linear amide C-N hydrolase) inhibitor" . -[ rdfs:label "FN3KRP phosphorylates PsiAm, RibAm" ] . - rdfs:label "concentration of chlorophyll a in liquid water" . @@ -8204,6 +8202,8 @@ rdfs:label "palisade mesophyll intercellular space" . +[ rdfs:label "Myristoylation of Nef" ] . + rdfs:label "reservoir host of" . @@ -8273,8 +8273,6 @@ rdfs:label "fonio food product"@en . -[ rdfs:label "Ubiquitination of Cyclin D1" ] . - rdfs:label "GTP" . @@ -8320,6 +8318,8 @@ rdfs:label "tropical marine semi-evergreen forest" . +[ rdfs:label "Auto-ubiquitination of TRAF3 within activated TLR3 complex" ] . + rdfs:label "chamber of eyeball" . @@ -8455,6 +8455,8 @@ rdfs:label "attached to part of"@en . +[ rdfs:label "Cdh1:APC/C ubiquitinates EHMT1 and EHMT2" ] . + rdfs:label "polar biome" . @@ -8494,8 +8496,6 @@ rdfs:label "length" . -[ rdfs:label "SKP1:FBXL5:CUL1:NEDD8 ubiquitinylates IREB2" ] . - rdfs:label "015 pulses (vd) (ccpr)"@en . @@ -8526,6 +8526,8 @@ rdfs:label "increased variability of size" . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH2" ] . + rdfs:label "paraffin lamp"@en . @@ -8694,6 +8696,8 @@ rdfs:label "axillary hair base" . +[ rdfs:label "STING ubiquitination by TRIM32 or TRIM56" ] . + rdfs:label "talus slope" . @@ -8739,8 +8743,6 @@ rdfs:label "increased object quality" . -[ rdfs:label "NEDD4 ubiquitinates ERBB4jmAcyt1s80 dimer" ] . - rdfs:label "lost fishing gear"@en . @@ -8810,6 +8812,8 @@ rdfs:label "bulk soil" . +[ rdfs:label "Ubiquitination of NEMO by TRAF6" ] . + rdfs:label "hood-shaped primordium stage" . @@ -8960,6 +8964,8 @@ rdfs:label "concentration of iron molecular entity in soil" . +[ rdfs:label "ISGylation of host proteins" ] . + rdfs:label "ice lens" . @@ -9020,8 +9026,6 @@ rdfs:label "increased quality" . -[ rdfs:label "Ubiquitination of phospho-p27/p21" ] . - rdfs:label "oxonium" . @@ -9217,6 +9221,8 @@ rdfs:label "secondary aerosol formation process"@en . +[ rdfs:label "ISGylation of viral protein NS1" ] . + rdfs:label "procambial cell" . @@ -9331,11 +9337,13 @@ rdfs:label "landfill" . + + rdfs:label "particle of silt" . + rdfs:label "methane gas emission process"@en . - - rdfs:label "particle of silt" . +[ rdfs:label "infer input from direct reg" ] . rdfs:label "carbon nanotube enriched soil" . @@ -9424,6 +9432,8 @@ rdfs:label "brown" . +[ rdfs:label "FN3K phosphorylates ketosamines" ] . + rdfs:label "shore lead"@en . @@ -9532,14 +9542,16 @@ rdfs:label "planetary moon"@en . + + rdfs:label "directly positively regulates activity of" . + rdfs:label "range of mounts" . rdfs:label "cold front"@en . - - rdfs:label "directly positively regulates activity of" . +[ rdfs:label "TRIM33 monoubiquitinates SMAD4" ] . rdfs:label "basal axillary shoot system" . @@ -9601,8 +9613,6 @@ rdfs:label "neritic epipelagic zone biome" . -[ rdfs:label "Transfer of Ub from E2 to substrate and release of E2" ] . - rdfs:label "food component" . @@ -9735,8 +9745,6 @@ rdfs:label "algal food product"@en . -[ rdfs:label "K63polyUb-cIAP1,2 ubiquitinates TRAF3" ] . - rdfs:label "androecium" . @@ -9770,6 +9778,8 @@ rdfs:label "liquefied natural gas"@en . +[ rdfs:label "Input of effector is input of its parent MF" ] . + rdfs:label "gravel pit" . @@ -9782,6 +9792,8 @@ rdfs:label "tertiary alcohol" . +[ rdfs:label "TNFAIP3 (A20) ubiquitinates RIPK1 with K48-linked Ub chains" ] . + rdfs:label "anchialine cave" . @@ -9827,13 +9839,11 @@ rdfs:label "geographic basin"@en . - - rdfs:label "water table"@en . - rdfs:label "texture" . -[ rdfs:label "MIB2 ubiquitinates RIPK1 at K377, K604, K634" ] . + + rdfs:label "water table"@en . rdfs:label "anther wall endothecium" . @@ -9949,8 +9959,6 @@ rdfs:label "has ID range allocated to"@en . -[ rdfs:label "RAD18:UBE2B or RBX1:CUL4:DDB1:DTL monoubiquitinates PCNA" ] . - rdfs:label "root vascular cylinder differentiation stage" . @@ -9984,6 +9992,8 @@ rdfs:label "natural gas"@en . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1" ] . + rdfs:label "shoot axis epidermis" . @@ -10176,8 +10186,6 @@ rdfs:label "odor" . -[ rdfs:label "CBL ubiquitinates Sprouty" ] . - rdfs:label "litter role"@en . @@ -10232,6 +10240,8 @@ rdfs:label "glaciation"@en . +[ rdfs:label "ITCH ubiquitinates DTX" ] . + rdfs:label "usage of an environment for business"@en . @@ -10421,8 +10431,6 @@ rdfs:label "external soft tissue zone" . -[ rdfs:label "Multi-ubiquitination of APOBEC3G" ] . - rdfs:label "mesoplastic particle"@en . @@ -10837,6 +10845,8 @@ rdfs:label "planetary mantle"@en . +[ rdfs:label "E1 mediated ubiquitin activation" ] . + rdfs:label "micropylar endosperm" . @@ -11023,8 +11033,6 @@ rdfs:label "temperature" . -[ rdfs:label "Ubiquitination of IKBKG by TRAF6" ] . - rdfs:label "plastic film"@en . @@ -11064,6 +11072,8 @@ rdfs:label "lodicule development stage" . +[ rdfs:label "STUB1 ubiquitinates RIPK1 at K571, K604, K627" ] . + rdfs:label "intercellular space" . @@ -11184,6 +11194,8 @@ rdfs:label "intestine environment" . +[ rdfs:label "RCHY1 monoubiquitinates POLH" ] . + rdfs:label "acidic water" . @@ -11238,8 +11250,6 @@ rdfs:label "glacial erosion process"@en . -[ rdfs:label "STUB1 ubiquitinates RIPK3 at K55, K363" ] . - rdfs:label "structure" . @@ -11393,8 +11403,6 @@ rdfs:label "aerial tuber" . -[ rdfs:label "SYVN1 ubiquitinates Hh C-terminal fragments" ] . - rdfs:label "sulfide mineral" . @@ -11443,6 +11451,8 @@ rdfs:label "pollen development stage" . +[ rdfs:label "K63polyUb-TRAF6 ubiquitinates TAK1" ] . + rdfs:label "life of whole plant stage" . @@ -11482,8 +11492,6 @@ rdfs:label "lemma apiculus" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD domain mutants" ] . - rdfs:label "strength" . @@ -11601,8 +11609,6 @@ rdfs:label "shoot axis tuber" . -[ rdfs:label "TRAF6 is K63 poly-ubiquitinated" ] . - rdfs:label "skeletal tissue" . @@ -11657,6 +11663,8 @@ rdfs:label "velvet bean food product"@en . +[ rdfs:label "Ubiquitination of CD4 by Vpu:CD4:beta-TrCP:SKP1 complex" ] . + rdfs:label "continental margin" . @@ -11708,20 +11716,18 @@ rdfs:label "stem tegument layer" . -[ rdfs:label "STUB1 (CHIP) ubiquitinates SMAD3" ] . - rdfs:label "has autoimmune trigger"@en . rdfs:label "iron group element atom" . - - rdfs:label "3-oxo steroid" . - rdfs:label "has roost"@en . + + rdfs:label "3-oxo steroid" . + rdfs:label "septate phloem fiber cell" . @@ -11782,8 +11788,6 @@ rdfs:label "dry dam" . -[ rdfs:label "effector input is compound function input" ] . - rdfs:label "IUCN national park" . @@ -11838,8 +11842,6 @@ rdfs:label "frequency" . -[ rdfs:label "SMURF2 ubiquitinates SMAD2" ] . - rdfs:label "lanthanoid atom" . @@ -11897,6 +11899,8 @@ rdfs:label "ice mass" . +[ rdfs:label "Ubiquitination of Emi1 by SCF-beta-TrCP" ] . + rdfs:label "decreased volume" . @@ -12047,8 +12051,6 @@ rdfs:label "C tetrad of megaspores stage" . -[ rdfs:label "Self-ubiquitination of RNF41" ] . - rdfs:label "environmental system determined by a material"@en . @@ -12190,6 +12192,8 @@ rdfs:label "ocean acidification"@en . +[ rdfs:label "ITCH polyubiquitinates MLKL at K50" ] . + rdfs:label "orbital region" . @@ -12364,8 +12368,6 @@ rdfs:label "marine benthic biome" . -[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains" ] . - rdfs:label "chalcogen hydride" . @@ -12384,6 +12386,8 @@ rdfs:label "apiary"@en . +[ rdfs:label "BRCA1:BARD1 heterodimer autoubiquitinates" ] . + rdfs:label "resequent stream" . @@ -12456,8 +12460,6 @@ rdfs:label "equipment frame" . -[ rdfs:label "Myristoylation of Nef" ] . - rdfs:label "concentration of divinyl chlorophyll b in liquid water" . @@ -12518,6 +12520,8 @@ rdfs:label "tarn" . +[ rdfs:label "Hh processing variants are ubiquitinated" ] . + rdfs:label "root matter" . @@ -12548,8 +12552,6 @@ rdfs:label "tuber axillary shoot" . -[ rdfs:label "Auto-ubiquitination of TRAF3 within activated TLR3 complex" ] . - rdfs:label "nitrogen compound metabolic process" . @@ -12574,7 +12576,7 @@ rdfs:label "soil cryoturbate"@en . -[ rdfs:label "involved in BP" ] . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 PEST domain mutants" ] . rdfs:label "cold-blast paraffin lantern"@en . @@ -12675,8 +12677,6 @@ rdfs:label "determinate nodule" . -[ rdfs:label "Cdh1:APC/C ubiquitinates EHMT1 and EHMT2" ] . - rdfs:label "rocky sand" . @@ -12731,6 +12731,8 @@ rdfs:label "unifacial vascular leaf" . +[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR stimulation" ] . + rdfs:label "nival" . @@ -12779,8 +12781,6 @@ rdfs:label "resin canal" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH2" ] . - rdfs:label "xylem vessel" . @@ -12835,6 +12835,8 @@ rdfs:label "mononuclear parent hydride" . +[ rdfs:label "Auto-ubiquitination of TRAF3" ] . + rdfs:label "intestinal mucosa" . @@ -12922,8 +12924,6 @@ rdfs:label "ray secondary xylem parenchyma" . -[ rdfs:label "STING ubiquitination by TRIM32 or TRIM56" ] . - rdfs:label "water scum" . @@ -12954,13 +12954,11 @@ rdfs:label "construction"@en . - - rdfs:label "leaf collar" . - rdfs:label "LP.03 three leaves visible stage" . -[ rdfs:label "if effector directly negatively regulates X, its parent MF directly negatively regulates X" ] . + + rdfs:label "leaf collar" . rdfs:label "environmental material" . @@ -12977,6 +12975,8 @@ rdfs:label "glacial summer surface"@en . +[ rdfs:label "Ubiquitin-dependent degradation of the SMAD complex terminates TGF-beta signaling" ] . + rdfs:label "cold monomictic lake" . @@ -13037,8 +13037,6 @@ rdfs:label "synthetic polymer"@en . -[ rdfs:label "Ubiquitination of NEMO by TRAF6" ] . - rdfs:label "cyclic peptide" . @@ -13165,8 +13163,6 @@ rdfs:label "gametophore bud initial cell" . -[ rdfs:label "ISGylation of host proteins" ] . - rdfs:label "tropical marine coral reef biome"@en . @@ -13185,6 +13181,9 @@ rdfs:label "epithelial vesicle" . + + rdfs:label "fruit septum" . + rdfs:label "frost heave"@en . @@ -13212,8 +13211,7 @@ rdfs:label "marine bed"@en . - - rdfs:label "fruit septum" . +[ rdfs:label "RNF41 ubiquitinates ERBB3" ] . rdfs:label "amictic lake" . @@ -13383,8 +13381,6 @@ rdfs:label "marine water body" . -[ rdfs:label "ISGylation of viral protein NS1" ] . - rdfs:label "dissolved carbon atom in water" . @@ -13547,14 +13543,17 @@ rdfs:label "chlorophyll(1-)" . + + rdfs:label "beef (dehydrated)"@en . + rdfs:label "Umezakia" . rdfs:label "desert pavement"@en . - - rdfs:label "beef (dehydrated)"@en . + + rdfs:label "vaporisation"@en . rdfs:label "periventricular zone of hypothalamus" . @@ -13574,8 +13573,7 @@ rdfs:label "has vector" . - - rdfs:label "vaporisation"@en . +[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR3 stimulation" ] . rdfs:label "marine iceberg" . @@ -13622,13 +13620,11 @@ rdfs:label "marine white smoker biome" . - - rdfs:label "concentration of chlorophyll b in liquid water" . - rdfs:label "time" . -[ rdfs:label "FN3K phosphorylates ketosamines" ] . + + rdfs:label "concentration of chlorophyll b in liquid water" . rdfs:label "derives from part of"@en . @@ -13702,17 +13698,19 @@ rdfs:label "metal oxide" . + + rdfs:label "logical macro assertion on an annotation property"@en . + rdfs:label "sloped" . - - rdfs:label "logical macro assertion on an annotation property"@en . + + rdfs:label "concentration of nitrite in sea water" . rdfs:label "salicylate enriched soil" . - - rdfs:label "concentration of nitrite in sea water" . +[ rdfs:label "effector input is compound function input" ] . rdfs:label "submerged bed" . @@ -13771,8 +13769,6 @@ rdfs:label "depositional island"@en . -[ rdfs:label "TRIM33 monoubiquitinates SMAD4" ] . - rdfs:label "anther wall tapetum" . @@ -13803,6 +13799,8 @@ rdfs:label "humid subtropical" . +[ rdfs:label "K63-linked ubiquitination of RIP1 bound to the activated TLR complex" ] . + rdfs:label "ocular refractive media" . @@ -13914,6 +13912,8 @@ rdfs:label "reproductive organ" . +[ rdfs:label "Defective NHLRC1 does not ubiquitinate EPM2A (laforin) and PPP1R3C (PTG) (type 2B disease)" ] . + rdfs:label "supplies"@en . @@ -13959,8 +13959,6 @@ rdfs:label "dioxanes" . -[ rdfs:label "TNFAIP3 (A20) ubiquitinates RIPK1 with K48-linked Ub chains" ] . - rdfs:label "17-hydroxy steroid" . @@ -13994,13 +13992,13 @@ rdfs:label "glacial retreat"@en . + + rdfs:label "flat-wick lamp"@en . + rdfs:label "C19-steroid" . -[ rdfs:label "involved in BP" ] . - - - rdfs:label "flat-wick lamp"@en . +[ rdfs:label "SMURF2 monoubiquitinates SMAD3" ] . rdfs:label "UNEP-WCMC class 6 mountain"@en . @@ -14143,6 +14141,8 @@ rdfs:label "land conversion process"@en . +[ rdfs:label "DDX41 ubiquitination by TRIM21" ] . + rdfs:label "axillary hair basal cell" . @@ -14188,8 +14188,6 @@ rdfs:label "qualitative" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1" ] . - rdfs:label "weathering"@en . @@ -14232,6 +14230,8 @@ rdfs:label "animal habitation" . +[ rdfs:label "TRAF6 polyubiquitinates NRIF" ] . + rdfs:label "central root cap of lateral root" . @@ -14373,6 +14373,8 @@ rdfs:label "lens placode" . +[ rdfs:label "Cytosolic VBC complex ubiquitinylates hydroxyprolyl-HIF-alpha" ] . + rdfs:label "latrine slab" . @@ -14427,8 +14429,6 @@ rdfs:label "decreased quality" . -[ rdfs:label "ITCH ubiquitinates DTX" ] . - rdfs:label "ghost fishing"@en . @@ -14618,6 +14618,8 @@ rdfs:label "digestive system element" . +[ rdfs:label "involved in BP" ] . + rdfs:label "root tip" . @@ -14627,6 +14629,8 @@ rdfs:label "tidal mangrove shrubland"@en . +[ rdfs:label "Activation of ISG15 by UBA7 E1 ligase" ] . + rdfs:label "leaf procambium" . @@ -14966,6 +14970,8 @@ rdfs:label "watercraft"@en . +[ rdfs:label "if effector directly negatively regulates X, its parent MF directly negatively regulates X" ] . + rdfs:label "hypodermis" . @@ -15023,8 +15029,6 @@ rdfs:label "arsenate ion" . -[ rdfs:label "E1 mediated ubiquitin activation" ] . - rdfs:label "optical quality" . @@ -15190,6 +15194,8 @@ rdfs:label "subtropical environment"@en . +[ rdfs:label "The geminin component of geminin:Cdt1 complexes is ubiquitinated, releasing Cdt1" ] . + rdfs:label "decreased rate" . @@ -15247,8 +15253,6 @@ rdfs:label "soil compaction process"@en . -[ rdfs:label "STUB1 ubiquitinates RIPK1 at K571, K604, K627" ] . - rdfs:label "plant ovule" . @@ -15387,8 +15391,6 @@ rdfs:label "aerenchyma" . -[ rdfs:label "RCHY1 monoubiquitinates POLH" ] . - rdfs:label "physical quality" . @@ -15422,8 +15424,6 @@ rdfs:label "colloid suspended in a hydrosphere"@en . -[ rdfs:label "enabling an MF enables its parts" ] . - rdfs:label "liquefied petroleum gas"@en . @@ -15436,6 +15436,8 @@ rdfs:label "thallus vegetative whole plant development stage" . +[ rdfs:label "cIAP1,2 ubiquitinates NIK in cIAP1,2:TRAF2::TRAF3:NIK" ] . + rdfs:label "erosional cave" . @@ -15580,8 +15582,6 @@ rdfs:label "peripheral" . -[ rdfs:label "K63polyUb-TRAF6 ubiquitinates TAK1" ] . - rdfs:label "skeletal element" . @@ -15633,6 +15633,8 @@ rdfs:label "interglacial"@en . +[ rdfs:label "Ubiquitination of NOTCH1 by ITCH in the absence of ligand" ] . + rdfs:label "Calyptra habitat"@en . @@ -15816,8 +15818,6 @@ rdfs:label "eco subset" . -[ rdfs:label "Ubiquitination of CD4 by Vpu:CD4:beta-TrCP:SKP1 complex" ] . - rdfs:label "nanoplastic particle"@en . @@ -15884,6 +15884,8 @@ rdfs:label "seedling coleoptile" . +[ rdfs:label "CBL escapes CDC42-mediated inhibition by down-regulating the adaptor molecule Beta-Pix" ] . + rdfs:label "shoot-borne nodal root" . @@ -16001,6 +16003,8 @@ rdfs:label "lateral root primordium" . +[ rdfs:label "involved in BP" ] . + rdfs:label "pyroclastic shield volcano" . @@ -16070,8 +16074,6 @@ rdfs:label "riverfront"@en . -[ rdfs:label "Ubiquitination of Emi1 by SCF-beta-TrCP" ] . - rdfs:label "strontium atom" . @@ -16237,6 +16239,8 @@ rdfs:label "planetary core"@en . +[ rdfs:label "Polyubiquitination of substrate" ] . + rdfs:label "chalazal cyst" . @@ -16417,8 +16421,6 @@ rdfs:label "colorless" . -[ rdfs:label "ITCH polyubiquitinates MLKL at K50" ] . - rdfs:label "plastic fragment"@en . @@ -16464,6 +16466,8 @@ rdfs:label "IE.04 inflorescence fully emerged from flag leaf sheath stage" . +[ rdfs:label "MIB2 ubiquitinates CFLAR" ] . + rdfs:label "tropical sclerophyllous dry forest" . @@ -16593,6 +16597,8 @@ rdfs:label "skin environment" . +[ rdfs:label "SIAH1:UBE2L6:Ubiquitin ubiquitinates SNCA" ] . + rdfs:label "limestone cave" . @@ -16638,8 +16644,6 @@ rdfs:label "blue ice"@en . -[ rdfs:label "BRCA1:BARD1 heterodimer autoubiquitinates" ] . - rdfs:label "thermoplastic material"@en . @@ -16778,8 +16782,6 @@ rdfs:label "OBO foundry unique label"@en . -[ rdfs:label "Hh processing variants are ubiquitinated" ] . - rdfs:label "sulfide salt" . @@ -16816,8 +16818,6 @@ rdfs:label "proper distributary of"@en . -[ rdfs:label "enabling an MF enables its parts" ] . - rdfs:label "boundary layer"@en . @@ -16830,6 +16830,8 @@ rdfs:label "C callose wall formation in pollen mother cells stage" . +[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI1" ] . + rdfs:label "collective plant organ structure development stage" . @@ -16884,8 +16886,6 @@ rdfs:label "androstanoid" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 PEST domain mutants" ] . - rdfs:label "firn"@en . @@ -17039,8 +17039,6 @@ rdfs:label "rhombencephalon neural crest" . -[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR stimulation" ] . - rdfs:label "dermal skeletal element" . @@ -17083,6 +17081,8 @@ rdfs:label "agricultural pollution"@en . +[ rdfs:label "CBL-mediated ubiquitination of CIN85" ] . + rdfs:label "chlorophyllide a(2-)" . @@ -17128,8 +17128,6 @@ rdfs:label "morphological feature" . -[ rdfs:label "Auto-ubiquitination of TRAF3" ] . - rdfs:label "EC 1.* (oxidoreductase) inhibitor" . @@ -17238,8 +17236,6 @@ rdfs:label "septicidal capsule fruit" . -[ rdfs:label "Ubiquitin-dependent degradation of the SMAD complex terminates TGF-beta signaling" ] . - rdfs:label "stem intercalary meristem" . @@ -17288,6 +17284,8 @@ rdfs:label "ectodermal placode" . +[ rdfs:label "Ubiquitination of cell cycle proteins targeted by the APC/C:Cdh1complex" ] . + rdfs:label "rhizome scale leaf" . @@ -17396,11 +17394,13 @@ rdfs:label "multipurpose dam" . + + rdfs:label "roadside" . + rdfs:label "developmentally replaces"@en . - - rdfs:label "roadside" . +[ rdfs:label "enabling an MF enables its parts" ] . rdfs:label "leaf-derived cultured plant cell" . @@ -17450,8 +17450,6 @@ rdfs:label "D megaspore degeneration stage" . -[ rdfs:label "RNF41 ubiquitinates ERBB3" ] . - rdfs:label "rhizosphere environment"@en . @@ -17590,15 +17588,18 @@ rdfs:label "has major susceptibility factor" . + + rdfs:label "developing anatomical structure" . + rdfs:label "planetary photic zone"@en . rdfs:label "lepton" . - - rdfs:label "developing anatomical structure" . - + + rdfs:label "eats" . + rdfs:label "volcanic dike" . @@ -17611,8 +17612,7 @@ rdfs:label "sepal margin" . - - rdfs:label "eats" . +[ rdfs:label "PRKN polyubiquitinates RIPK3" ] . rdfs:label "chonolith"@en . @@ -17818,8 +17818,6 @@ rdfs:label "mycotoxin" . -[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon TLR3 stimulation" ] . - rdfs:label "higher order inflorescence axis" . @@ -17862,6 +17860,8 @@ rdfs:label "thoracic cavity element" . +[ rdfs:label "TRAF2,6 ubiquitinates NLRC5" ] . + rdfs:label "limbic system" . @@ -17961,6 +17961,8 @@ rdfs:label "tidewater glacier" . +[ rdfs:label "SCF-beta-TRCP ubiquitinates p-7S-p100:RELB in active NIK:p-176,S180-IKKA dimer:p-7S-p100:SCF-beta-TRCP" ] . + rdfs:label "pasture" . @@ -18009,8 +18011,6 @@ rdfs:label "variant" . -[ rdfs:label "K63-linked ubiquitination of RIP1 bound to the activated TLR complex" ] . - rdfs:label "pnictogen oxoacid" . @@ -18041,6 +18041,8 @@ rdfs:label "glacial run"@en . +[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD+PEST domain mutants" ] . + rdfs:label "electric lamp"@en . @@ -18128,8 +18130,6 @@ rdfs:label "grape extract"@en . -[ rdfs:label "Defective NHLRC1 does not ubiquitinate EPM2A (laforin) and PPP1R3C (PTG) (type 2B disease)" ] . - rdfs:label "saturated fatty acid anion" . @@ -18184,6 +18184,8 @@ rdfs:label "calyptra calyx" . +[ rdfs:label "Pellino ubiquitinates IRAK1" ] . + rdfs:label "blastula" . @@ -18226,8 +18228,6 @@ rdfs:label "gamma-ray radiation" . -[ rdfs:label "SMURF2 monoubiquitinates SMAD3" ] . - rdfs:label "sclerid cell" . @@ -18282,6 +18282,8 @@ rdfs:label "frost jacking"@en . +[ rdfs:label "Autoubiquitination of phospho-COP1(Ser-387 )" ] . + rdfs:label "plant cell" . @@ -18372,8 +18374,6 @@ rdfs:label "fluorine atom" . -[ rdfs:label "DDX41 ubiquitination by TRIM21" ] . - rdfs:label "marine mud" . @@ -18416,6 +18416,8 @@ rdfs:label "ventilated improved pit latrine" . +[ rdfs:label "Multiubiquitination of APC/C-associated Cdh1" ] . + rdfs:label "concentration of sulfate in soil" . @@ -18461,13 +18463,11 @@ rdfs:label "synapsed_by_via_type_Ib_bouton"@en . - - rdfs:label "radio wave radiation" . - rdfs:label "plant resin" . -[ rdfs:label "TRAF6 polyubiquitinates NRIF" ] . + + rdfs:label "radio wave radiation" . rdfs:label "fimbriated" . @@ -18619,8 +18619,6 @@ rdfs:label "amphithecium" . -[ rdfs:label "Cytosolic VBC complex ubiquitinylates hydroxyprolyl-HIF-alpha" ] . - rdfs:label "tile cell" . @@ -18669,6 +18667,8 @@ rdfs:label "mussel bed"@en . +[ rdfs:label "RNF41 ubiquitinates activated ERBB3" ] . + rdfs:label "collective organ part structure" . @@ -18783,14 +18783,16 @@ rdfs:label "leat" . + + rdfs:label "argon-39 atom" . + rdfs:label "midden" . rdfs:label "lava flow" . - - rdfs:label "argon-39 atom" . +[ rdfs:label "enabling an MF enables its parts" ] . rdfs:label "volcanic field" . @@ -18843,8 +18845,6 @@ rdfs:label "fan-shaped" . -[ rdfs:label "Activation of ISG15 by UBA7 E1 ligase" ] . - rdfs:label "dissolved nitrogen atom in environmental material" . @@ -19238,6 +19238,8 @@ rdfs:label "width" . +[ rdfs:label "DDX58 is K63 polyubiquitinated" ] . + rdfs:label "arid subtropical" . @@ -19349,6 +19351,8 @@ rdfs:label "drains"@en . +[ rdfs:label "BTRC:CUL1:SKP1 (SCF-beta-TrCP1) ubiquitinylates PER proteins" ] . + rdfs:label "flood fringe" . @@ -19385,8 +19389,6 @@ rdfs:label "rye food product"@en . -[ rdfs:label "The geminin component of geminin:Cdt1 complexes is ubiquitinated, releasing Cdt1" ] . - rdfs:label "acceleration" . @@ -19405,8 +19407,6 @@ rdfs:label "hoarfrost"@en . -[ rdfs:label "'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . - rdfs:label "results in remodeling of" . @@ -19428,6 +19428,8 @@ rdfs:label "UNEP-WCMC class 7 mountain"@en . +[ rdfs:label "DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:STING:TBK1:IRF3" ] . + rdfs:label "pneumatophore" . @@ -19548,6 +19550,8 @@ rdfs:label "concentration of potassium molecular entity in soil" . +[ rdfs:label "DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:dsDNA:ZBP1:TBK1" ] . + rdfs:label "dubious for taxon"@en . @@ -19584,8 +19588,6 @@ rdfs:label "booth"@en . -[ rdfs:label "cIAP1,2 ubiquitinates NIK in cIAP1,2:TRAF2::TRAF3:NIK" ] . - rdfs:label "fungal structure" . @@ -19631,6 +19633,8 @@ rdfs:label "vanadium(0)" . +[ rdfs:label "Beta-TrCP ubiquitinates NFKB p50:p65:phospho IKBA complex" ] . + rdfs:label "UNEP-WCMC class 2 mountain"@en . @@ -19760,6 +19764,8 @@ rdfs:label "batholith"@en . +[ rdfs:label "Nuclear VBC complex ubiquitinylates HIF-alpha" ] . + rdfs:label "ubiquitin-protein transferase activity" . @@ -19823,8 +19829,6 @@ rdfs:label "decreased process quality" . -[ rdfs:label "Ubiquitination of NOTCH1 by ITCH in the absence of ligand" ] . - rdfs:label "fishing gear"@en . @@ -19888,6 +19892,8 @@ rdfs:label "glucan" . +[ rdfs:label "ARRB mediates NOTCH1 ubiquitination" ] . + rdfs:label "seedling radicle" . @@ -20002,6 +20008,8 @@ rdfs:label "active layer in a cryosphere"@en . +[ rdfs:label "ISGylation of host protein filamin B" ] . + rdfs:label "buccopharyngeal membrane" . @@ -20074,8 +20082,6 @@ rdfs:label "derives into"@en . -[ rdfs:label "CBL escapes CDC42-mediated inhibition by down-regulating the adaptor molecule Beta-Pix" ] . - rdfs:label "manufactured plastisphere"@en . @@ -20424,8 +20430,6 @@ rdfs:label "embryo plant cell" . -[ rdfs:label "Polyubiquitination of substrate" ] . - rdfs:label "shopping mall"@en . @@ -20600,6 +20604,9 @@ rdfs:label "compressed biogas"@en . + + rdfs:label "phthalocyanines" . + rdfs:label "inlet" . @@ -20609,15 +20616,14 @@ rdfs:label "saxitoxin" . - - rdfs:label "phthalocyanines" . - rdfs:label "increased rate" . rdfs:label "cyclitol carboxylic acid anion" . +[ rdfs:label "Ubiquitination of phosphorylated Cdc25A" ] . + rdfs:label "vadose cave" . @@ -20669,8 +20675,6 @@ rdfs:label "glacial ice loss"@en . -[ rdfs:label "MIB2 ubiquitinates CFLAR" ] . - rdfs:label "anther wall exothecium" . @@ -20788,8 +20792,6 @@ rdfs:label "has ID prefix"@en . -[ rdfs:label "SIAH1:UBE2L6:Ubiquitin ubiquitinates SNCA" ] . - rdfs:label "mass density" . @@ -20811,13 +20813,11 @@ rdfs:label "arid biome"@en . - - rdfs:label "is a defining property chain axiom where second argument is reflexive" . - rdfs:label "ice piedmont" . -[ rdfs:label "'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . + + rdfs:label "is a defining property chain axiom where second argument is reflexive" . rdfs:label "human dwelling"@en . @@ -20840,6 +20840,8 @@ rdfs:label "B formation of primary parietal and sporogenous cells stage" . +[ rdfs:label "BIRC2/3 (cIAP1/2) is autoubiquitinated" ] . + rdfs:label "phyllome lamina vein" . @@ -21020,8 +21022,6 @@ rdfs:label "palisade mesophyll" . -[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI1" ] . - rdfs:label "cranial bone" . @@ -21067,6 +21067,8 @@ rdfs:label "ice age"@en . +[ rdfs:label "CHIP (STUB1) mediates ubiquitination of ERBB2" ] . + rdfs:label "terrestrial mountain"@en . @@ -21265,8 +21267,6 @@ rdfs:label "chyme material" . -[ rdfs:label "CBL-mediated ubiquitination of CIN85" ] . - rdfs:label "plastisphere"@en . @@ -21309,8 +21309,6 @@ rdfs:label "fermented grain beverage"@en . -[ rdfs:label "if effector directly negatively regulates X, its parent MF directly negatively regulates X" ] . - rdfs:label "glacial ice thrusting"@en . @@ -21335,6 +21333,8 @@ rdfs:label "aerosolisation of dust"@en . +[ rdfs:label "CBL binds and ubiquitinates phosphorylated Sprouty" ] . + rdfs:label "embryo coleorhiza" . @@ -21428,11 +21428,13 @@ rdfs:label "receives input from" . + + rdfs:label "nectary epidermis" . + rdfs:label "asthenosphere"@en . - - rdfs:label "nectary epidermis" . +[ rdfs:label "'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . rdfs:label "pier" . @@ -21503,8 +21505,6 @@ rdfs:label "amniotic fluid material" . -[ rdfs:label "Ubiquitination of cell cycle proteins targeted by the APC/C:Cdh1complex" ] . - rdfs:label "plastic"@en . @@ -21814,8 +21814,6 @@ rdfs:label "oceanic epipelagic zone biome" . -[ rdfs:label "PRKN polyubiquitinates RIPK3" ] . - rdfs:label "Lamiales" . @@ -21861,6 +21859,8 @@ rdfs:label "FL.04 end of flowering stage" . +[ rdfs:label "MIB2 ubiquitinates CYLD at K338, K530" ] . + rdfs:label "temperate broadleaf evergreen forest" . @@ -21999,6 +21999,8 @@ rdfs:label "rainwater"@en . +[ rdfs:label "SIAH1, SIAH2 ubiquitinate SNCAIP" ] . + rdfs:label "drumlin" . @@ -22047,8 +22049,6 @@ rdfs:label "hydrogen molecular entity" . -[ rdfs:label "TRAF2,6 ubiquitinates NLRC5" ] . - rdfs:label "thermosetting disposition"@en . @@ -22184,8 +22184,6 @@ rdfs:label "nut food product"@en . -[ rdfs:label "SCF-beta-TRCP ubiquitinates p-7S-p100:RELB in active NIK:p-176,S180-IKKA dimer:p-7S-p100:SCF-beta-TRCP" ] . - rdfs:label "neonatal intensive care unit"@en . @@ -22237,6 +22235,8 @@ rdfs:label "plant organ development stage" . +[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI2" ] . + rdfs:label "vegetation layer" . @@ -22279,8 +22279,6 @@ rdfs:label "methane metabolic process" . -[ rdfs:label "Ubiquitination of DLL/JAG ligands upon binding to NOTCH1 HD+PEST domain mutants" ] . - rdfs:label "methanide" . @@ -22425,8 +22423,6 @@ rdfs:label "shoot-borne shoot system" . -[ rdfs:label "Pellino ubiquitinates IRAK1" ] . - rdfs:label "orange food product"@en . @@ -22463,6 +22459,8 @@ rdfs:label "agricultural landscape diversification process"@en . +[ rdfs:label "Ubiquitination of stimulated EGFR (CBL)" ] . + rdfs:label "troposphere" . @@ -22517,8 +22515,6 @@ rdfs:label "located in"@en , "located_in" . -[ rdfs:label "Autoubiquitination of phospho-COP1(Ser-387 )" ] . - rdfs:label "residential environment"@en . @@ -22645,8 +22641,6 @@ rdfs:label "coccarium capsule fruit" . -[ rdfs:label "Multiubiquitination of APC/C-associated Cdh1" ] . - rdfs:label "fruit columella" . @@ -22698,6 +22692,8 @@ rdfs:label "megagametophyte" . +[ rdfs:label "Ubiquitination of Cyclin B by phospho-APC/C:Cdc20 complex" ] . + rdfs:label "foregut epithelium" . @@ -22794,6 +22790,9 @@ rdfs:label "tailings dam"@en . + + rdfs:label "saddle dam" . + rdfs:label "root syncytium cell" . @@ -22803,8 +22802,7 @@ rdfs:label "planetary crust"@en . - - rdfs:label "saddle dam" . +[ rdfs:label "'causally downstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . rdfs:label "skin of body" . @@ -22872,8 +22870,6 @@ rdfs:label "E two nucleate megagametophyte stage" . -[ rdfs:label "RNF41 ubiquitinates activated ERBB3" ] . - rdfs:label "monoatomic trication" . @@ -23243,6 +23239,8 @@ rdfs:label "cassette player"@en . +[ rdfs:label "if effector directly negatively regulates X, its parent MF directly negatively regulates X" ] . + rdfs:label "insequent stream" . @@ -23252,6 +23250,8 @@ rdfs:label "radicle emergence stage" . +[ rdfs:label "TRAF6 ubiquitinqtes IRF7 within the activated TLR7/8 or 9 complex" ] . + rdfs:label "tropical semi-deciduous broadleaf forest" . @@ -23375,6 +23375,8 @@ rdfs:label "plateau glacier" . +[ rdfs:label "beta-TRCP ubiquitinates IkB-alpha in p-S32,33-IkB-alpha:NF-kB complex" ] . + rdfs:label "embryonic structure" . @@ -23420,8 +23422,6 @@ rdfs:label "plant organ margin" . -[ rdfs:label "DDX58 is K63 polyubiquitinated" ] . - rdfs:label "rachilla of sessile spikelet of ear" . @@ -23467,6 +23467,8 @@ rdfs:label "prophyll tendril" . +[ rdfs:label "Activated TRAF6 synthesizes unanchored polyubiquitin chains upon ALPK1:ADP-heptose stimulation" ] . + rdfs:label "temperate evergreen needleleaf forest" . @@ -23545,8 +23547,6 @@ rdfs:label "Dinosauria" . -[ rdfs:label "BTRC:CUL1:SKP1 (SCF-beta-TrCP1) ubiquitinylates PER proteins" ] . - rdfs:label "straight-chain saturated fatty acid anion" . @@ -23583,6 +23583,8 @@ rdfs:label "ribbon lake" . +[ rdfs:label "Parkin promotes the ubiquitination of mitochondrial substrates" ] . + rdfs:label "lower montane" . @@ -23628,8 +23630,6 @@ rdfs:label "food prossessing non-production area"@en . -[ rdfs:label "DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:STING:TBK1:IRF3" ] . - rdfs:label "chloride" . @@ -23678,6 +23678,8 @@ rdfs:label "frost sorting"@en . +[ rdfs:label "RAF1:SGK:TSC22D3:WPP ubiquitinates SCNN channels" ] . + rdfs:label "skeletal system" . @@ -23771,13 +23773,11 @@ rdfs:label "infructescence fruit pedicel" . - - rdfs:label "marine sludge" . - rdfs:label "fluorine molecular entity" . -[ rdfs:label "DTX4 ubiquitinates p-S172-TBK1 within NLRP4:DTX4:dsDNA:ZBP1:TBK1" ] . + + rdfs:label "marine sludge" . rdfs:label "02 vegetables (ccpr)"@en . @@ -23824,6 +23824,8 @@ rdfs:label "covered latrine" . +[ rdfs:label "Ubiquitination of Cyclin A by APC/C:Cdc20 complex" ] . + rdfs:label "concentration of exchangeable potassium in soil" . @@ -23881,8 +23883,6 @@ rdfs:label "infrared radiation" . -[ rdfs:label "Beta-TrCP ubiquitinates NFKB p50:p65:phospho IKBA complex" ] . - rdfs:label "plastic manufacturing process"@en . @@ -23943,6 +23943,8 @@ rdfs:label "primary alcohol" . +[ rdfs:label "Ubiquitination of SKI/SKIL by RNF111/SMURF2" ] . + rdfs:label "polypyrrole" . @@ -24024,8 +24026,6 @@ rdfs:label "protosporangium endothecium" . -[ rdfs:label "Nuclear VBC complex ubiquitinylates HIF-alpha" ] . - rdfs:label "sheath cell" . @@ -24080,6 +24080,8 @@ rdfs:label "allergen" . +[ rdfs:label "Ubiquitination of p130 (RBL2) by SCF (Skp2)" ] . + rdfs:label "dimictic lake" . @@ -24143,8 +24145,6 @@ rdfs:label "stratification" . -[ rdfs:label "ARRB mediates NOTCH1 ubiquitination" ] . - rdfs:label "entanglement process"@en . @@ -24265,8 +24265,6 @@ rdfs:label "dissolved nitrogen atom in soil" . -[ rdfs:label "ISGylation of host protein filamin B" ] . - rdfs:label "Eleutherozoa" . @@ -24567,8 +24565,6 @@ rdfs:label "straight-line wind"@en . -[ rdfs:label "effector input is compound function input" ] . - rdfs:label "hypocotyl emergence stage" . @@ -24698,6 +24694,8 @@ rdfs:label "bodily fluid" . +[ rdfs:label "RNF125 mediated ubiquitination of DDX58, IFIH1 and MAVS" ] . + rdfs:label "highland subtropical" . @@ -24842,6 +24840,8 @@ rdfs:label "logical macro assertion on a class"@en . +[ rdfs:label "CBL neddylates TGFBR2" ] . + rdfs:label "alluvial plain" . @@ -24884,8 +24884,6 @@ rdfs:label "mass" . -[ rdfs:label "Ubiquitination of phosphorylated Cdc25A" ] . - rdfs:label "efficiency" . @@ -24934,6 +24932,8 @@ rdfs:label "pneumatorhiza" . +[ rdfs:label "VHL:EloB,C:NEDD8-CUL2:RBX1 complex ubiquitinylates HIF-alpha" ] . + rdfs:label "dry woodland" . @@ -25057,6 +25057,8 @@ rdfs:label "present in taxon"@en . +[ rdfs:label "NHLRC1 mediated ubiquitination of EPM2A (laforin) and PPP1RC3 (PTG) associated with glycogen-GYG2" ] . + rdfs:label "herb and fern layer" . @@ -25081,8 +25083,6 @@ rdfs:label "dioxane" . -[ rdfs:label "BIRC2/3 (cIAP1/2) is autoubiquitinated" ] . - rdfs:label "root epidermal differentiation stage" . @@ -25119,6 +25119,8 @@ rdfs:label "elemental vanadium" . +[ rdfs:label "Ubiquitination of PAK-2p34" ] . + rdfs:label "pectoral lymphatic vessel" . @@ -25245,6 +25247,9 @@ rdfs:label "end, weeks post birth" . + + rdfs:label "neural plate" . + rdfs:label "riverine flood"@en . @@ -25254,8 +25259,8 @@ rdfs:label "carpel anlagen" . - - rdfs:label "neural plate" . + + rdfs:label "ice-covered lake" . rdfs:label "bare soil"@en . @@ -25263,15 +25268,14 @@ rdfs:label "fruit salad food product"@en . - - rdfs:label "ice-covered lake" . - rdfs:label "has dendrite location"@en . rdfs:label "latrine pit" . +[ rdfs:label "ERBB4 ubiquitination by WWP1/ITCH" ] . + rdfs:label "shedability" . @@ -25332,8 +25336,6 @@ rdfs:label "decreased object quality" . -[ rdfs:label "CHIP (STUB1) mediates ubiquitination of ERBB2" ] . - rdfs:label "discarded fishing gear"@en . @@ -25403,6 +25405,8 @@ rdfs:label "fruit operculum" . +[ rdfs:label "Ubiquitin-dependent degradation of the Smad complex terminates BMP2 signalling" ] . + rdfs:label "amide" . @@ -25532,6 +25536,8 @@ rdfs:label "neural rod" . +[ rdfs:label "ISGylation of E2 conjugating enzymes" ] . + rdfs:label "water ice" . @@ -25610,8 +25616,6 @@ rdfs:label "spatial pattern" . -[ rdfs:label "CBL binds and ubiquitinates phosphorylated Sprouty" ] . - rdfs:label "natural plastic"@en . @@ -25765,14 +25769,16 @@ rdfs:label "disease causes dysfunction of" . + + rdfs:label "jaw skeleton" . + rdfs:label "smog"@en . rdfs:label "polyatomic ion" . - - rdfs:label "jaw skeleton" . +[ rdfs:label "Myristoylation of tBID by NMT1" ] . rdfs:label "glacier wind"@en . @@ -26032,8 +26038,6 @@ rdfs:label "FL.01 1/4 of flowers open stage" . -[ rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ] . - rdfs:label "vertical" . @@ -26169,6 +26173,8 @@ rdfs:label "inhibitor" . +[ rdfs:label "RIP2 induces K63-linked ubiquitination of NEMO" ] . + rdfs:label "motor"@en . @@ -26226,8 +26232,6 @@ rdfs:label "placentoid" . -[ rdfs:label "MIB2 ubiquitinates CYLD at K338, K530" ] . - rdfs:label "photosynthetic photon flux density"@en . @@ -26345,8 +26349,6 @@ rdfs:label "plant used for producing extract or concentrate"@en . -[ rdfs:label "SIAH1, SIAH2 ubiquitinate SNCAIP" ] . - rdfs:label "Stramenopiles" . @@ -26377,6 +26379,9 @@ rdfs:label "heavy fraction material"@en . + + rdfs:label "awn" . + rdfs:label "socket cell" . @@ -26401,8 +26406,7 @@ rdfs:label "sausage (whole)"@en . - - rdfs:label "awn" . +[ rdfs:label "SCF betaTrCP ubiquitinates NFKB p105 within p-S927, S932-NFkB p105:TPL2:ABIN2" ] . rdfs:label "ice cave" . @@ -26584,8 +26588,6 @@ rdfs:label "phosphoric acid derivative" . -[ rdfs:label "SCF(beta-TrCP) ubiquitinates p-GLI2" ] . - rdfs:label "Schistocerca" . @@ -26625,6 +26627,10 @@ rdfs:label "composting toilet"@en . +[ rdfs:label "CUL5 mediates ubiquitination of ERBB2" ] . + +[ rdfs:label "effector input is compound function input" ] . + rdfs:label "polar mountain"@en . @@ -26820,8 +26826,6 @@ rdfs:label "blood plasma material" . -[ rdfs:label "Ubiquitination of stimulated EGFR (CBL)" ] . - rdfs:label "marine anthropogenic litter"@en . @@ -26870,8 +26874,6 @@ rdfs:label "2.07 main shoot and axillary shoots visible at seven nodes stage" . -[ rdfs:label "'causally upstream of' and 'overlaps' should be disjoint properties (a SWRL rule is required because these are non-simple properties)." ] . - rdfs:label "bud" . @@ -26884,6 +26886,8 @@ rdfs:label "atmospheric aerosolisation of dust"@en . +[ rdfs:label "Ubiquitination of NICD1 by FBWX7" ] . + rdfs:label "seedling coleorhiza" . @@ -27022,8 +27026,6 @@ rdfs:label "archeological site" . -[ rdfs:label "Input of effector is input of its parent MF" ] . - rdfs:label "results in development of"@en . @@ -27087,8 +27089,6 @@ rdfs:label "morphology" . -[ rdfs:label "Ubiquitination of Cyclin B by phospho-APC/C:Cdc20 complex" ] . - rdfs:label "megaplastic particle"@en . @@ -27455,7 +27455,7 @@ rdfs:label "IE.00 inflorescence tip just visible above flag leaf sheath stage" . -[ rdfs:label "inferring direct positive reg edge from input to regulatory subfunction" ] . +[ rdfs:label "SPATA2:CYLD-bound LUBAC ubiquitinates RIPK1 at K627 within the TNFR1 signaling complex" ] . rdfs:label "temperate freshwater swamp forest" . diff --git a/src/ontology/subsets/astronomical-body-parts-and-manufactured-products.tsv b/src/ontology/subsets/astronomical-body-parts-and-manufactured-products.tsv index 2f56a4e..4aa7253 100644 --- a/src/ontology/subsets/astronomical-body-parts-and-manufactured-products.tsv +++ b/src/ontology/subsets/astronomical-body-parts-and-manufactured-products.tsv @@ -1,2007 +1,1980 @@ ?class ?label ?definition - "Bailey bridge" - "Bathymodiolus-dominated oceanic mussel bed" - "Bathymodiolus-dominated oceanic mussel reef" - "Calyptra habitat" - "India ink" - "Kaaba" - "Karman vortex street" - "L-(+)-tartrate enriched soil" - "Mohorovicic discontinuity" - "Nye channel" - "Paramo" - "Taylor column" - "UNEP-WCMC class 1 mountain" - "UNEP-WCMC class 2 mountain" - "UNEP-WCMC class 3 mountain" - "UNEP-WCMC class 4 mountain" - "UNEP-WCMC class 5 mountain" - "UNEP-WCMC class 6 mountain" - "UNEP-WCMC class 7 mountain" - "abandoned fishing gear" - "abandoned watercourse" - "abattoir" - "abyssal clay" - "abyssal feature" - "abyssal plain" - "acetamide enriched soil" + "Bailey bridge" "A bridge which is a truss bridge, pre-fabricated, and portable." + "Bathymodiolus-dominated oceanic mussel bed" "An oceanic mussel bed which has mussel communities dominated by members of the genus Bathymodiolus." + "Bathymodiolus-dominated oceanic mussel reef" "An oceanic mussel reef which is primarily settled by mussels of the genus Bathymodiolus and primarily composed of self-adhered or conglomerated mussel shells" + "Calyptra habitat" "A habitat which supports the persistence and growth of a population of Calyptra moths and which overlaps mesic meadows and edges and clearings in vegetated areas." + "India ink" "A black or colored ink which is 1) used for writing, printing, and drawing and 2) made from fine soot (lampblack) and water." + "Kaaba" "A building which is at the center of Islam's most important mosque, the Great Mosque of Mecca." + "Karman vortex street" "A succession of swirling vortices caused by the unsteady separation of flow of a fluid around one or more blunt bodies." + "L-(+)-tartrate enriched soil" "A portion of L-(+)-tartrate enriched soil is a portion of soil with elevated levels of L-(+)-tartrate." + "Mohorovicic discontinuity" "The Mohorovicic discontinuity, usually referred to as the Moho, is the boundary between the Earth's crust and the mantle, indicating a change in composition." + "Nye channel" "A small tunnel valley." + "Paramo" "An alpine tundra ecosystem which exists above the continuous timberline but below the permanent snowline on elevated land in tropical regions." + "Taylor column" "A Taylor column is a column of deflected fluid flow which is formed in a perturbed, rotating fluid, is parallel to the axis of rotation, and extends above the obstacle perturbing the fluid in a rigid manner." + "UNEP-WCMC class 1 mountain" "A high-elevation mountain which has a maximum elevation greater than 4500 metres above sea level." + "UNEP-WCMC class 2 mountain" "A high-elevation mountain which has a maximum elevation between 3500 and 4500 metres above sea level." + "UNEP-WCMC class 3 mountain" "A high-elevation mountain which has a maximum elevation between 2500 and 3500 metres above sea level." + "UNEP-WCMC class 4 mountain" "A mid-elevation mountain which has a maximum elevation between 1500 and 2499 metres above sea level and a slope greater than or equal to two degrees." + "UNEP-WCMC class 5 mountain" "A mid-elevation mountain which has a maximum elevation between 1000 and 1499 metres above sea level and either 1) a slope greater than or equal to five degrees or 2) a local elevation range, within a 7 kilometre radius, of greater than 300 metres above sea level." + "UNEP-WCMC class 6 mountain" "A mid-elevation mountain which has a maximum elevation between 300 and 999 metres above sea level and a local elevation range, within a 7 kilometre radius, of greater than 300 metres above sea level." + "UNEP-WCMC class 7 mountain" "An elevated inner basin or plateau surrounded by mountains, but not - itself - a mountain." + "abandoned fishing gear" "Fishing gear which is not under the control of or maintained by its custodian." + "abandoned watercourse" "A former stream or distributary no longer carrying flowing water, but still evident due to lakes, wetland, topographic or vegetation patterns." + "abattoir" "A facility in which non-human animals are slaughtered and processed for human consumption." + "abyssal clay" "Clay which is part of an abyssal plain." + "abyssal feature" "Feature on the ocean floor at a depth of 3500 - 6000 meters." + "abyssal plain" "A flat or very gently sloping areas of the deep ocean basin floor." + "acetamide enriched soil" "A portion of acetamide enriched soil is a portion of soil with elevated levels of acetamide." "acid dune sand" - "acid mine drainage" - "acidic hot spring" - "acidic soil" - "acidic spring" - "acrisol" - "acrylic paint medium" - "active anaerobic enrichment culturing unit" - "active enrichment culturing unit" - "active geological fault" - "active layer in a cryosphere" - "active permafrost layer" - "active sulphate-reducing enrichment culturing unit" - "acute care facility" - "adobe" - "aeolian lake" - "aerobic bioreactor" - "aerobic sulfide-oxidizing bioreactor" - "aeroform" - "agricultural experimental station" - "agricultural fairground" - "agricultural field" - "agricultural soil" - "agricultural terrace" - "agricultural wastewater treatment plant" - "air conditioning unit" - "air filter" - "air vent" - "aircraft" - "airplane" - "airport" - "airport concourse" - "airport terminal" - "airport transit lounge" - "alas" - "albeluvisol" - "alcohol fermentation pit" - "algal bloom" - "alisol" - "alkaline flat" - "alkaline hot spring" - "alkaline salt lake" - "alkaline spring" - "all season road" - "allotment garden" - "allotment garden soil" - "alluvial fan" - "alluvial paddy field soil" - "alluvial plain" - "alluvial soil" - "alluvial swamp soil" - "along-front current" - "alpine biome" - "alpine soil" - "alpine tree line ecotone" - "alpine tundra biome" - "alpine tundra ecosystem" - "alum spring" - "ambulance" - "amenity lake" - "amictic lake" - "anabranch" - "anaerobic bioreactor" - "anaerobic dechlorinating bioreactor" - "anaerobic sludge blanket reactor" - "anaesthetics unit facility" - "anchialine cave" - "anchialine pool" - "anchor ice" - "anchored ice calf" - "andesitic volcano" - "andosol" - "animal cage" - "animal house" - "animal manure product" - "animal rescue shelter" - "animal trap" - "animal-drawn cart" - "anoxic lake" - "anthropised terrestrial environmental zone" - "anthropogenic contamination feature" - "anthropogenic geographic feature" - "anthropogenic terrestrial biome" - "anthrosol" - "apron" - "aquaduct" - "aquarium" - "aquatic biome" + "acid mine drainage" "A mine drainage with an acidic pH." + "acidic hot spring" "An acidic spring through which groundwater, heated by geothermal energy, flows." + "acidic soil" "Soil which has increased levels of molecules or ions capable of donating a hydron (proton or hydrogen ion) to other chemical entities, or, alternatively, capable of forming covalent bonds with other chemicals via the acceptance of an electron pair, resulting in a bulk pH measurement of less than 7." + "acidic spring" "A spring through which water with a low pH flows." + "acrisol" "Acrisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Acrisols have in certain depths a low base saturation and low-activity clays." + "acrylic paint medium" "A liquid, gel, or paste that can be mixed into acrylic paint to alter paint consistency and properties." + "active anaerobic enrichment culturing unit" "An active enrichment culturing unit which contains environmental material maintained under conditions with no free oxygen." + "active enrichment culturing unit" "An enrichment culturing unit which contains environmental material bearing ecological assemblages undergoing selection through experimentally imposed conditions." + "active geological fault" "An active fault is a fault that is likely to become the source of another earthquake sometime in the future. Geologists commonly consider faults to be active if there has been movement observed or evidence of seismic activity during the last 10,000 years." + "active layer in a cryosphere" "A layer of environmental material which is subject to freeze-thaw cycles." + "active permafrost layer" "A layer which is composed of ground that is 1) subject to annual thawing and freezing and 2) present in areas underlain by permafrost." + "active sulphate-reducing enrichment culturing unit" "An active enrichment culturing unit which contains environmental material maintained under conditions that favour the reduction of sulphate." + "acute care facility" "A healthcare facility which is used for short-term patient care." + "adobe" "A natural building material mode from sand, clay, water, and some kind of fibrous or organic material (sticks, straw, and/or manure)." + "aeolian lake" "A lake which fills a basin that has been dammed by wind-blown sand, formed between sand dunes oriented by winds; or formed by wind action under previously arid paleoenvironments." + "aerobic bioreactor" "A bioreactor in which the contained material is well-oxygenated." + "aerobic sulfide-oxidizing bioreactor" "An aerobic bioreactive which contains microbial communities capable of sulfide oxidation." + "aeroform" "A part of an astronomical body which is primarily composed of a continuous volume of gaseous or aerosolised material held in shape by one or more environmental processes." + "agricultural experimental station" "A research station in which food production and/or agribusinness research is performed." + "agricultural fairground" "A fairground which is used to exhibit agricultural technology, livestock, and farm-related activity." + "agricultural field" "A field which is located on land and used for agricultural purposes, such as the grazing of livestock or the cultivation of crops." + "agricultural soil" "Soil which is part of an ecosystem used for agricultural activities." + "agricultural terrace" "A terrace which is used for agricultural activities." + "agricultural wastewater treatment plant" "A wastewater treatment plant that treats agriculatural wastewater. Agricultural wastewater treatment relates to the treatment of wastewaters produced in the course of agricultural activities. Agriculture is a highly intensified industry in many parts of the world, producing a range of wastewaters requiring a variety of treatment technologies and management practices." + "air conditioning unit" "A manufactuered product which is capable of removing heat and controlling the humidity of the air within a site." + "air filter" "An air filter is a device that removes some substance from air." + "air vent" "A manufactured product consisting of a duct opening which allows air to circulate." + "aircraft" "A vehicle which is able to travel through air in an atmosphere." + "airplane" "An aircraft which 1) has fixed wings and 2) is propelled by a thrust from a jet engine, propeller, or rocket engine." + "airport" "A human construction with extended facilities from which aircraft flight operations take place." + "airport concourse" "An industrial building which provides travelers with access to airplanes." + "airport terminal" "An industrial building in an airport where passengers transfer between facilities and vehicles." + "airport transit lounge" "A room in an airport where en-route passengers can wait between flights.." + "alas" "A steep-sided depression formed by the melting of permafrost; it may contain a lake." + "albeluvisol" "Albeluvisols are soils that have, beginning within 1 m of the soil surface, a clay illuviation horizon with an irregular or broken upper boundary resulting in tonguing of bleached soil material into the illuviation horizon." + "alcohol fermentation pit" "A fermentation pit which is constructed to facilitate the fermentation of alcoholic substances." + "algal bloom" "A feature that arises from a rapid increase or accumulation in the population of algae (typically microscopic) in an aquatic system." + "alisol" "Alisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Alisols have a low base saturation at certain depths and high-activity clays throughout the argic horizon. They lack the albeluvic tonguing as in Albeluvisols. They occur predominantly in humid tropical, humid subtropical and warm temperate regions." + "alkaline flat" "A dry lakebed consisting of fine-grained sediments infused with alkali salts. Generally the shore or bed of an endorheic lake." + "alkaline hot spring" "A alkaline spring through which groundwater, heated by geothermal energy, flows." + "alkaline salt lake" "A saline lake which has a high pH." + "alkaline spring" "A mineral spring through which water with a high pH flows." + "all season road" "A road which is usable across all seasons." + "allotment garden" "A garden which is made available for individual, non-commercial gardening or growing food plants." + "allotment garden soil" "Soil which is part of an allotment garden." + "alluvial fan" "A fan-shaped deposit formed where a fast flowing stream flattens, slows, and spreads typically at the exit of a canyon onto a flatter plain." + "alluvial paddy field soil" "Alluvial soil whichi is part of a paddy field." + "alluvial plain" "A relatively flat and gently sloping landform found at the base of a range of hills or mountains, formed by the deposition of alluvial soil over a long period of time by one or more streams coming from the mountains." + "alluvial soil" "Soil which has been eroded and influenced by flowing water and redeposited in a non-marine setting." + "alluvial swamp soil" "A portion of alluvial soil which is part of a swamp ecosystem." + "along-front current" "A marine surface current that flows along an oceanic front." + "alpine biome" "A biome which is subject to alpine altitudinal conditions." + "alpine soil" "Soil which is part of an alpine environment." + "alpine tree line ecotone" "A tree line ecotone across which trees cease to grow due to the low temperatures or duration of snow cover that occur at increased elevations above mean sea level." + "alpine tundra biome" "A tundra biome which exists at high altitudes and where vegetation - dominated by a few species of dwarf shrubs, a few grasses, sedges, lichens, and mosses - is stunted due to low temperatures and high winds." + "alpine tundra ecosystem" "A tundra ecosystem which exists at high altitudes and where vegetation is stunted due to low temperatures and high winds." + "alum spring" "A spring through which water with elevated concentrations of hydrated double sulfate aluminium salts flows." + "ambulance" "A motor vehicle which is equipped with medical equipment and can be used to transport humans to treatment facilities." + "amenity lake" "A lake constructed, or modified, for the chief purpose of providing an amenity." + "amictic lake" "A lake which is permanently covered by ice, does not mix, and exhibit inverse cold water stratification whereby water temperature increases with depth below the ice surface." + "anabranch" "A section of a river or stream that diverts from the main course and rejoins later." + "anaerobic bioreactor" "A bioreactor in which the contained material is not oxygenated (i.e. void of biologically consequential free oxygen)" + "anaerobic dechlorinating bioreactor" "A device or system that supports a biologically active environment. A vessel in which is carried out a chemical process which involves organisms or biochemically active substances derived from such organisms. This process can either be aerobic or anaerobic." + "anaerobic sludge blanket reactor" "An anaerobic bioreactor which is capable of treating wastewater through the action of methanogenic microbes which form a blanket of sludge due to the upward flow in the reactor." + "anaesthetics unit facility" "A hospital unit facility which is used for anaesthetic service provision." + "anchialine cave" "An anchialine cave is a cave which contains an anchialine pool." + "anchialine pool" "An anchialine pool is a landlocked water body with a subterranean connection to the ocean and which has fresh water towards its surface with saline water in its deeper layers." + "anchor ice" "An ice mass which is attached to a bed underneath a body of water." + "anchored ice calf" "An ice calf which is frozen to the bed of an ocean or other water body." + "andesitic volcano" "A volcano which has been formed as a result of the eruption of andesitic lava." + "andosol" "Andosols are soils that develop in volcanic ejecta or glasses under almost any climate (except under hyperarid climate conditions). However, Andosols may also develop in other silicate-rich materials under acid weathering in humid and perhumid climates." + "animal cage" "A manufactured cage which may be used to confine, contain, or protect an animal." + "animal house" "A house used for sheltering non-human animals." + "animal manure product" "A product which is composed primarily of animal manure that has been heat treated and packaged as a product for commercial or consumer use." + "animal rescue shelter" "An animal house which houses stray, lost, abandoned or surrendered animals." + "animal trap" "A manufactured product which is designed to catch and hold animals." + "animal-drawn cart" "An animal-drawn cart is a cart which is attached to one or more working or draught animals." + "anoxic lake" "A lake which is primarily composed of anoxic water." + "anthropised terrestrial environmental zone" "A terrestrial zone which is bounded by constructed, manufactured, or other anthropogenic material entities." + "anthropogenic contamination feature" "An anthropogenic geographic feature which has increased levels of contaminants in its consituent materials." + "anthropogenic geographic feature" "An anthropogenic geographic feature is a geographic feature resulting from the influence of human beings on nature." + "anthropogenic terrestrial biome" "An anthropogenic terrestrial biome is a terrestrial biome which has community structures determined by human activity." + "anthrosol" "Anthrosols comprise soils that have been modified profoundly through human activities, such as addition of organic materials or household wastes, irrigation and cultivation." + "apron" "A gentle slope, with a generally smooth surface, particularly found around groups of islands and seamounts." + "aquaduct" "Structure designed to transport water from a remote source, usually by gravity." + "aquarium" "An aquarium is a vivarium which simulates the submerged portions of an aquatic environment" + "aquatic biome" "A biome which is determined by a water body and which has ecological climax communities adapted to life in or on water." "aquatic ecosystem" - "aquatic estuarine layer" - "aquatic natural environment" - "aqueous inkjet printer ink" - "arable land" - "arable or pasturable land" - "arable soil" - "archipelago" - "area of alpine tundra" - "area of attached Modiolus assemblages" - "area of attached mussel assemblages" - "area of barren land" - "area of cropland" - "area of deciduous forest" - "area of developed open space" - "area of developed space" - "area of developed space with high usage intensity" - "area of developed space with low usage intensity" - "area of developed space with medium usage intensity" - "area of drift ice" - "area of dwarf scrub" - "area of emergent herbaceous wetland" - "area of evergreen forest" - "area of gramanoid or herbaceous vegetation" - "area of high atmospheric pressure" - "area of lichen-dominated vegetation" - "area of low atmospheric pressure" - "area of mixed forest" - "area of moss-dominated vegetation" - "area of open water" - "area of pack ice" - "area of pastureland or hayfields" - "area of perennial ice or snow" - "area of perennial snow" - "area of perennial water ice" - "area of polar tundra" - "area of rocky shore" - "area of scrub" - "area of sea ice" - "area of sedge- and forb-dominated herbaceous vegetation" - "area of tundra" - "area of woody wetland" - "arenosol" - "arete" - "arid biome" - "arrugado" - "artificial channel" - "artificial harbor" - "artificial island" - "artificial lake" - "artificial pond" - "artificial reef" - "artificial satellite" - "asbestos building roof" - "ash cone" - "asphalt lake" - "asphalt road" - "assisted living facility" - "asthenosphere" - "astronomical body part" - "atmosphere and water column exposed melt pond" - "atmosphere-exposed melt pond" - "atmospheric Taylor column" - "atmospheric frontal zone" - "atoll" - "automated teller machine" - "automatic transmission fluid" - "back-arc basin" - "backwater" - "bacteria enriched soil" - "badland" - "bajada" - "bakery" - "ballast tank" + "aquatic estuarine layer" "A layer of liquid that is part of an estuary." + "aquatic natural environment" "A natural environment which is within a water body." + "aqueous inkjet printer ink" "A colorant fluid which is 1) manufactured, 2) primarily composed of water, as well as glycol, and dye, and 3) intended for use in inkjet printers." + "arable land" "Land which is regularly manipulated by human activities, such as plowing or tilling, in order to grow crops." + "arable or pasturable land" "Land which either hosts plant communities upon which animals may graze has been manipulated by tilling, ploughing, or other human activity for the purposes of seed sowing or planting crops." + "arable soil" "Soil which is capable of supporting the growth of crops." + "archipelago" "A group of geographically or geologically associated islands." + "area of alpine tundra" "An area of tundra which is present in a region subject to alpine conditions." + "area of attached Modiolus assemblages" "An area which is dominated by dense accumulations of mussels, of the genus Modiolus, attached to a substrate other than conspecifics, including the associated faunal communities and predators present on the mussels (e.g., starfish)." + "area of attached mussel assemblages" "An area which is dominated by dense accumulations of mussels attached to a substrate other than conspecifics, including the associated faunal communities and predators present on the mussels (e.g., starfish)." + "area of barren land" "An area of a planet's surface which is primarily composed of bedrock, desert pavement, scarp rock, talus, material exposed by slides, volcanic material, glacial debris, sand, material exposed during strip mining, gravel, and other accumulations of earthen material in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of cropland" "An area of a planet's surface which is partly covered either by annual crops and perennial woody crops or by actively tilled land. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of deciduous forest" "An area of a planet's surface which is primarily covered by a forest in which the majority of trees shed foliage simultaneously in response to seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed open space" "An area of a planet's surface which is primarily covered by cultivated or anthropically maintained vegetation planted for recreation, erosion control, or aesthetic purposes interspersed by constructed or manufactured objects and materials. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space" "An area of a planet's surface which is primarily covered by constructed or manufactured objects and materials, possibly interspersed with cultivated or anthropically maintained vegetation." + "area of developed space with high usage intensity" "An area of developed space used for high intensity purposes such as accommodating dense and multi-occupant residential, commercial, and industrial units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space with low usage intensity" "An area of a planet's surface which is primarily covered by cultivated or anthropically maintained vegetation and by constructed or manufactured objects and materials covering up to approximately half its extent. Such areas are used for low intensity purposes such as accommodating collections of single-family residential units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space with medium usage intensity" "An area of a planet's surface which is primarily covered by constructed or manufactured objects and materials covering from half to three-forths of its extent and by cultivated or anthropically maintained vegetation. Such areas are used for medium intensity purposes such as accommodating dense collections of single-family residential units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of drift ice" "An area in which masses of drift ice aggregate such that they cover less than 7/10ths of the surface the water body they are floating in." + "area of dwarf scrub" "An area of a planet's surface which is partly covered by shrubs with ground-hugging stems or low growth habit, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of emergent herbaceous wetland" "An area of a planet's surface which is primarily covered by perennial herbaceous vegetation and where the underlying soil or substrate is periodically saturated with or covered by water. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of evergreen forest" "An area of a planet's surface which is primarily covered by a forest in which the majority of trees maintain their foliage despite seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of gramanoid or herbaceous vegetation" "An area of a planet's surface which is primarily covered by gramanoid or herbaceous vegetation and which is not subject to intensive management by humans. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of high atmospheric pressure" "A gaseous part of an atmosphere in which gases have increased atmospheric pressure." + "area of lichen-dominated vegetation" "An area of a planet's surface which is primarily covered by fruticose or foliose lichens and which is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of low atmospheric pressure" "A gaseous part of an atmosphere in which gases have reduced atmospheric pressure." + "area of mixed forest" "An area of a planet's surface which is primarily covered by a forest in which the trees are a mixture between those that lose and retain their foliage despite seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of moss-dominated vegetation" "An area of a planet's surface which is primarily covered by mosses and which is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of open water" "An area of a planet's surface which is primarily composed of water in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of pack ice" "An area in which masses of drift ice aggregate such that they cover a minimum of 7/10ths-8/10ths of the surface the water body they are floating in." + "area of pastureland or hayfields" "An area of a planet's surface which is partly covered by planted grasses, legumes, or mixtures of grass and legumes and used for livestock grazing or the production of seed or hay crops. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial ice or snow" "An area of a planet's surface which is primarily composed of snow or water ice, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial snow" "An area of a planet's surface which is primarily composed of snow, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial water ice" "An area of a planet's surface which is primarily composed of water ice, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of polar tundra" "An area of tundra which is present in a region subject to polar conditions." + "area of rocky shore" "A rocky shore is an intertidal area of a seacoast where solid rock is the predominant substrate." + "area of scrub" "An area of a planet's surface which is primarily covered by a shrubs, young trees, or stunted trees.. The surfaces of this area are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of sea ice" "An environmental zone that overlaps that part of a water body covered or partially covered by sea ice." + "area of sedge- and forb-dominated herbaceous vegetation" "An area of a planet's surface which is primarily covered by sedges or forbs, possibly interpersed with grasses or grass-like plants. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of tundra" "A vegetated area which is part of a tundra ecosystem." + "area of woody wetland" "An area of a planet's surface which is partly covered by forest or shrubland vegetation and where the underlying soil or substrate is periodically saturated with or covered by water. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "arenosol" "Arenosols are sandy soils, including both soils developed in residual sands after in situ weathering of usually quartz-rich sediments or rock, and soils developed in recently deposited sands such as dunes in deserts and beach lands." + "arete" "A ridge which is jagged, narrow and separates glacier valleys or cirques." + "arid biome" "A biome which is subject to arid environmental conditions." + "arrugado" "An undersea area of subdued corrugations." + "artificial channel" "A channel of a watercource which has been constructed by humans or their technologies." + "artificial harbor" "A harbor constructed by human agency." + "artificial island" "An island constructed by human effort." + "artificial lake" "A lake purposefully constructed." + "artificial pond" "A pond which has been constructed by humans or their technologies." + "artificial reef" "Chains of rocks or coral at or near the surface of water constructed by man." + "artificial satellite" "A human construction that has intentionally been placed into orbit." + "asbestos building roof" "An asbestos building roof is a building roof that is built from asbestos." + "ash cone" "A cone that is composed of particles of silt to sand size. Explosive eruptions from a vent where the magma is interacting with groundwater or the sea (as in an eruption off the coast) produce steam and are called phreatic. The interaction between the magma, expanding steam, and volcanic gases results in the ejection of mostly small particles called ash. Fallen ash has the consistency of flour. The unconsolidated ash forms an ash cone which becomes a tuff cone or tuff ring once the ash consolidates." + "asphalt lake" "A lake formed of a natural deposit of alphalt, a black, highly viscous liquid or semi-solid composed of fossil hydrocarbons." + "asphalt road" "A road which is primarily composed of asphalt." + "assisted living facility" "A long-term care facility which is used to provide care for people with disabilities or for adults who cannot or who choose not to live independently." + "asthenosphere" "An asthenosphere is a layer of a terrestrial-type planet or natural satellite which is highly viscous, mechanically weak, and ductilely deforming." + "astronomical body part" "A material part of an astronomical body." + "atmosphere and water column exposed melt pond" "A melt pond which and is exposed to the atmosphere and to a lesser degree water underlying the ice mass which contains it." + "atmosphere-exposed melt pond" "A melt pond which has a surface exposed to the atmosphere." + "atmospheric Taylor column" "An atmospheric Taylor column is a Taylor column that is formed in the atmosphere. Atmospheric Taylor columns often form above islands resulting in vortex streets in the atmosphere." + "atmospheric frontal zone" "Part of an atmosphere which contains a weather front, bounded by frontal surfaces." + "atoll" "An oceanic island, often having a characteristic ring-like shape surrounding a lagoon. Atolls are formed when coral reef grows around a volcanic island that later subsides into the ocean." + "automated teller machine" "An electronic telecommunications device that enables the customers of a financial institution to perform financial transactions, particularly cash withdrawal, without the need for a human cashier, clerk or bank teller." + "automatic transmission fluid" "Fluid used for valve operation, brake band friction, and gear lubrication within an automatic vehicle transmission." + "back-arc basin" "A depression in the sea floor that results from the collision of continental plates; the weight of the sinking plate causes the overlying plate to stretch and thin, causing a basin in the overlying plate. Sometimes, the Earth's crust in these basins stretches so much it cracks, allowing magma through from the mantle beneath. Hence, basins often contain active volcanoes and hydrothermal vents." + "backwater" "An area of calm water unaffected by the current of a stream." + "bacteria enriched soil" "A portion of bacteria enriched soil is a portion of soil with elevated bacterial abundance." + "badland" "An arid terrain with clay-rich soil that has been extensively eroded by wind and water." + "bajada" "A convergence of neighboring alluvial fans into a single apron of deposits against a slope." + "bakery" "A bakery is a building in which raw flour-based food is baked in an oven to produce food products such as bread, cakes, pastries, and pies. These products are often sold from the bakery itself." + "ballast tank" "A ballast tank is a compartment within a boat, ship or other floating structure that holds water, which is used as ballast to provide stability for a vessel." "banana plantation" - "bank" - "bar" - "bare soil" - "bare soil surface layer" - "barn" - "barrier island" - "baseboard" - "batholith" - "bathroom" - "bathtub fixture" - "battery-powered electric lamp" - "bay" - "bayou" - "beach" - "beach ridge" + "bank" "The sloping margin of a watercourse, serving to confine it to its natural channel." + "bar" "A linear shoaling landform feature within a body of water. Bars tend to be long and narrow (linear) and develop where a current (or waves) promote deposition of granular material, resulting in localized shallowing (shoaling) of the water. Bars can appear in the sea, in a lake, or in a river. They are typically composed of sand, although could be of any granular matter that the moving water has access to and is capable of shifting around (for example, soil, silt, gravel, cobble, shingle, or even boulders). The grain size of the material comprising a bar is related: to the size of the waves or the strength of the currents moving the material, but the availability of material to be worked by waves and currents is also important." + "bare soil" "Soil which is directly exposed to the atmosphere - with no intervening layer of plant life or other cover - and thus the effects of weathering and erosion." + "bare soil surface layer" "A soil surface which is exposed to the troposphere, with no appreciable cover from vegetation or other material." + "barn" "An agricultural building used for crop storage or animal husbandry." + "barrier island" "An island formed by the accumulation of sand deposited by sea currents on a continental shelves" + "baseboard" "A building part consisting of a board covering the joint between the lowest part of an interior wall surface and the floor." + "batholith" "A batholith is an area of mostly continuous plutonic (igneous intrusive) rock that covers an area larger than 100 square kilometers, formed in the planetary crust, and exposed by erosion. On Earth, Batholiths are almost always made mostly of felsic or intermediate rock-types, such as granite, quartz monzonite, or diorite." + "bathroom" "A bathroom is a room which contains a washbasin or other fixture, such as a shower or bath, used for bathing by humans." + "bathtub fixture" "A plumbing fixture which may serve as a container for water in which humans or other animals may bathe." + "battery-powered electric lamp" "A battery-powered electric lamp is an electric lamp which draws its power from a device composed of two or more electrochemical cells that convert stored chemical energy into electrical energy." + "bay" "An area of water bordered by land on three sides." + "bayou" "A small, slow-moving stream or creek; usually located in low-lying areas." + "beach" "A landform consisting of loose rock particles such as sand, gravel, shingle, pebbles, cobble, or even shell fragments along the shoreline of a body of water." + "beach ridge" "A ridge of sand just inland and parallel to the beach, usually in series." "beach sand" - "beaver pond" - "bed base" - "bed frame" - "bedclothing" - "bedding-plane cave" - "beech forest soil" - "bench" - "bicycle" - "big-box store" - "bike path" - "biofilter" - "biological product" - "biomaterial containment unit" - "biomaterial culturing unit" - "biome" - "bioreactor" - "biosphere" - "bistro" - "black smoker" - "blind thrust fault" - "blowhole" - "blowout" - "bluegrass field soil" - "boat" - "body of liquid" - "booth" - "borehole" - "botanical garden" - "bottle" - "boulder field" - "boundary current front" - "boundary wall" - "bowling alley" - "brackish estuary" - "brackish lake" - "brackish pond" - "brackish water body" - "brake fluid" - "brasserie" - "breast screening unit facility" - "brewery" - "brick" - "brick building floor" - "brick exterior wall" - "brick material" - "bridge" - "brine channel" - "brine pool" - "broadleaf forest" - "broadleaf forest biome" - "broiler" - "bubble plume" - "building" - "building corridor" - "building envelope" - "building floor" - "building part" - "building roof" - "building wall" - "bulk soil" - "bunkhouse" - "buoy" - "burned soil" - "burnt brick" - "burnt-brick exterior wall" - "burrow" - "bus" - "bush area" - "business park" - "butte" - "cabinet" - "cafeteria" - "calanque" - "calcic spring" - "calcisol" - "calcite hot spring" - "caldera" - "caldera lake" - "calf shed" - "cambisol" - "campground" - "canal" - "canal head reservoir" - "canal tunnel" - "canalized stream" - "candle" - "canyon" - "car" - "carbon nanotube enriched soil" - "cart" - "carvery" - "cassette player" - "causeway" - "cave" - "cave floor" - "cave system" - "cave wall" - "cay" + "beaver pond" "A pond that has formed as a consequence of the activities of beavers, building a beaver dam." + "bed base" "A bed base is a piece of furniture which supports a mattress." + "bed frame" "A bed frame is a piece of furniture which is used to position a mattress and bed base and may include a means of supporting a canopy." + "bedclothing" "Bedclothing is a textile covering used on a bed as a sheet, blanket, or pillowcase." + "bedding-plane cave" "A cavity developed along a bedding-plane and elongate in cross-section as a result." + "beech forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Fagus." + "bench" "A bench is a piece of furniture, on which several people may sit at the same time." + "bicycle" "A bicycle is a human-powered, pedal-driven, single-track vehicle, having two wheels attached to a frame, one behind the other." + "big-box store" "A store which is physically large and is part of a retail chain." + "bike path" "A constructed pavement which is intended for bicycle traffic" + "biofilter" "A bioreactor which captures and, through the biological processes maintained in the medium it contains, degrades pollutants." + "biological product" "A biological product is an environmental substrate comprised of any virus, therapeutic serum, toxin, antitoxin, or analogous product available to prevent, treat or cure diseases or injuries in man." + "biomaterial containment unit" "A manufactured product which has been designed to contain a mass of biomaterial." + "biomaterial culturing unit" "A biomaterial containment unit which is designed to allow the growth and propagation of the biomaterial it contains." + "biome" "A biome is an ecosystem which is undergoing climactic ecological succession." + "bioreactor" "A biomaterial containment unit which is capable of 1) containing a mass of environmental material which hosts an active collection of organisms and 2) maintaining conditions which are conducive to one or more metabolic activities of the organisms it contains." + "biosphere" "An astronomical body part which includes all the living entities within the gravitational sphere of influence of that body, as well as the non-living and dead entities with which they interact." + "bistro" "A restaurant which is of French cultural origin and which has a short menu and limited seating space." + "black smoker" "A hydrothermal vent found on the ocean floor. The vents are formed in fields hundreds of meters wide when superheated water from below the Earth's crust comes through the ocean floor. The superheated water is rich in dissolved minerals from the crust, most notably sulfides, which crystallize to create a chimney-like structure around each vent. When the superheated water in the vent comes in contact with the cold ocean water, many minerals are precipitated, creating the distinctive black color. The metal sulfides that are deposited can become massive sulfide ore deposits in time." + "blind thrust fault" "A thrust fault which does not breach the surface of an astronomical body." + "blowhole" "A hole in coastal rock through which sea water is forced by a rising tide or waves and spurted through an outlet into the air." + "blowout" "A sandy depression in a sand dune ecosystem (psammosere) caused by the removal of sediments by wind." + "bluegrass field soil" "Bluegrass field soil is a soil which is found in a field of Kentucky Bluegrass (Poa pratensis)." + "boat" "A boat is a watercraft of any size which is able to float or plane on water." + "body of liquid" "A liquid astronomical body part which is continuous and is delimited by physical discontinuities or non-liquid boundaries." + "booth" "A human construction which is an enclosure or compartment designed for service provision." + "borehole" "A channel which is constructed by removing materials from land or submerged beds." + "botanical garden" "A place where a wide variety of plants primarily categorized and documented for scientific purposes." + "bottle" "A container which is typically made of glass or plastic and having a tapered neck, used primarily for holding liquids." + "boulder field" "A high altitude or high latitude bare, flat area covered with large angular rocks." + "boundary wall" "A boundary wall is a constructed barrier which is usually opaque, constructed from masonry, and of greater structural strength than a fence." + "bowling alley" "A sports facility where bowling is played." + "brackish estuary" "An estuary which is composed primarily of brackish water." + "brackish lake" "A lake which is primarily composed of brackish water, having a higher salinity than fresh water but a lower salinity than marine water." + "brackish pond" "A pond which is composed primarily of brackish water." + "brackish water body" "A body of water which is primarily composed of brackish water." + "brake fluid" "A hydraulic fluid which is 1) used in hydraulic brake and hydraulic clutch applications in vehicles to amplify braking force and 2) composed primarily of ethylene glycol, polyglycols, silicone fluids, and isobutyl alcohol." + "brasserie" "A type of restaurant which is of French cultural origin and which provides more service or food variety than a bistro." + "breast screening unit facility" "A hospital unit facility which is used for breast cancer screening." + "brewery" "A brewery is a building in which alcoholic beverages are produced by brewing, that is, steeping a starch source (commonly cereal grains) in water and fermenting the resulting sweet liquid with yeast. At times, the products are also sold from the brewery." + "brick" "A brick is a masonry unit which is composed of kneaded clay-bearing soil, expanded clay aggregate, sand and lime, or concrete material, fire-hardened or air-dried." + "brick building floor" "A brick building floor is a building floor that is composed primarily of brick material or is built from bricks." + "brick exterior wall" "A brick exterior wall is an exterior wall that is built from bricks." + "brick material" "A portion of brick material is a material derived from a brick which is composed of kneaded clay-bearing soil, expanded clay aggregate, sand and lime, or concrete that has been fire-hardened or air-dried." + "bridge" "A built structure erected over a depression or obstacle to carry traffic or some facility such as a pipeline." + "brine channel" "A channel through which brine flows." + "brine pool" "MERGED DEFINITION:\nTARGET DEFINITION: A large area of brine on the ocean basin near cold seep vents which release methane into the water. These pools are concentrations of water having an extremely high salinity as compared to the surrounding ocean, caused by the motion of large salt deposits through salt tectonics.\n--------------------\nSOURCE DEFINITION: Marine brine pools are large areas of brine on the ocean basin. These pools are bodies of water that have a salinity three to five times greater than the surrounding ocean. For deep-sea brine pools the source of the salt is the dissolution of large salt deposits through salt tectonics. The brine often contains high concentrations of methane, providing energy to chemosynthetic animals that live near the pool." + "broadleaf forest" "A forest biome which contains densely packed populations or communities of broadleaf trees, strongly limiting light penetration to the forest floor." + "broadleaf forest biome" "A broadleaf forest ecosystem which is undergoing climactic ecological succession." + "broiler" "A part of an oven or a small stove used to broil food." + "bubble plume" "A plume which is composed primarily of bubbles." + "building" "A permanent walled and roofed construction." + "building corridor" "A building part which is a narrow hall or passage in a building with rooms leading off it." + "building envelope" "A building envelope is a building part composed of those building parts which physically separate the interior of a building from its surrounding environment.\nThe building envelope provides resistance to air, water, heat, light, and noise transfer. The three basic elements of a building envelope are a weather barrier, air barrier, and thermal barrier." + "building floor" "A building floor is a surface layer which is part of a building and used for walking." + "building part" "A building part is a construction which is part of a building." + "building roof" "A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight. A roof is also the framing or structure which supports the covering" + "building wall" "Building walls are bulding parts which serve to support roofs, floors and ceilings; enclose a space as part of the building envelope; give buildings form; and to provide shelter and security." + "bulk soil" "Soil that is not penetrated by the root systems of plants." + "bunkhouse" "A residential building containing bunks or beds which are often not separated by walls." + "buoy" "A manufactured product which floats in water and can be used a navigational marker among other purposes." + "burned soil" "Soil which has been transformed through a combustion process." + "burnt brick" "A burnt brick is a brick which has been dried at an elvated temperature in a kiln, furnace, or with similar technology ." + "burnt-brick exterior wall" "A burnt brick exterior wall is an exterior wall that is built from burnt bricks." + "burrow" "A burrow is a hole or tunnel excavated into the ground by an animal to create a space suitable for habitation, temporary refuge, or as a byproduct of locomotion" + "bus" "A bus is a road vehicle designed to carry many passengers." + "bush area" "A vegetated area which has not been cleared or is sparsely settled, usually scrub-covered or forested" + "business park" "An area of developed space which is reserved for office buildings." + "butte" "An isolated hill with steep sides and a small flat top, smaller than mesas and plateaus. Buttes are formed by erosion when a cap of hard rock, usually of volcanic origin, covers a layer of softer rock that is easily worn away. This hard rock avoids erosion while the rock around it wears down." + "cabinet" "A cabinet is a roughly cuboidal piece of furniture which is used to store miscellaneous items in compartments accessible through doors or drawers." + "cafeteria" "A building which provides the site for food services with little or no waiting staff furnishing table service." + "calanque" "A deep valley with steep sides, typically of limestone, in part submerged by the sea." + "calcic spring" "A mineral spring through which water with elevated concentrations of calcium hydroxide flows." + "calcisol" "Calcisols are soils in which there is substantial secondary accumulation of lime. Calcisols are common in highly calcareous parent materials and widespread in arid and semi-arid environments." + "calcite hot spring" "A calcic spring through which groundwater, heated by geothermal energy, flows." + "caldera" "A feature formed by the collapse of land following a volcanic eruption." + "caldera lake" "A lake which is contained within a caldera." + "calf shed" "A cow shed for baby cows/bulls." + "cambisol" "Cambisols combine soils with at least an incipient subsurface soil formation. Transformation of parent material is evident from structure formation and mostly brownish discoloration, increasing clay percentage, and/or carbonate removal." + "campground" "A part of an ecosystem which may be or has been used for one or more overnight stays by humans sheltering in tents, camper vans, caravans, or improvised shelters." + "canal" "Artificial watercourse with no flow or a controlled flow used for navigation, drainage or irrigation." + "canal head reservoir" "A reservoir constructed for the purpose of maintaining water levels in a canal or canals." + "canal tunnel" "A tunnel through which a canal passes." + "canalized stream" "A stream that has been substantially ditched, diked, or straightened." + "candle" "A candle is a lamp composed of a wax within which an ignitable wick is embedded." + "canyon" "Relatively narrow, deep depression with steep sides, the bottom of which generally has a continuous slope." + "car" "A car is a wheeled motor vehicle used primarily for the transportation of human passengers. Most definitions of the term specify that cars are designed to run primarily on roads, to have seating for one to eight people, to typically have four wheels, and to be constructed principally for the transport of people rather than goods." + "carbon nanotube enriched soil" "A portion of carbon nanotube enriched soil is a portion of soil with elevated levels of carbon nanotubes." + "cart" "A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo." + "carvery" "A restaurant which provides customers with cooked meat freshly sliced to order." + "cassette player" "A cassette deck is a device capable of playing and recording audio compact cassettes." + "causeway" "A road or railway elevated by a bank, usually across a broad body of water or wetland." + "cave" "Naturally formed, subterranean open area or chamber." + "cave floor" "A solid surface layer which 1) forms part of the boundary between the cavity of a cave and its solid container and 2) is the closest solid boundary to the gravitational centre of the astronomical body of which the cave is a part." + "cave system" "A collection of caves interconnected by enterable passages or linked hydrologically or a cave with an extensive complex of chambers and passages." + "cave wall" "A solid surface layer which 1) forms part of the boundary between the cavity of a cave and its solid container and 2) is roughtly perpendicular to the cave floor." + "cay" "An island which is small, low in elevation, sandy, and located on the surface of a coral reef." "ceiling" - "cell culturing unit" - "central-draught lamp" - "chair" - "chalk soil" - "chalybeate spring" - "channel" - "channel of a watercourse" - "channel of an intermittent river" - "channel of an intermittent stream" - "chaparral area" - "chaplaincy unit facility" - "chapter house" - "charcuterie shop" - "check dam" - "cheese processing plant" - "chemical product" - "chemical toilet fixture" - "chernozem" - "chicken house" - "child care facility" - "chiropractic clinic" - "chloropicrin enriched soil" - "chonolith" - "chopstick" - "chott" - "chromate contaminated soil" - "church building" - "cinder cone" - "circalittoral zone" - "cirque" - "cirrocumulus castellanus cloud" - "cirrocumulus cloud" - "cirrostratus cloud" - "cirrostratus fibratus cloud" - "cirrus castellanus cloud" - "cirrus cloud" - "cirrus fibratus cloud" - "cirrus homogenitus cloud" - "cirrus spissatus cloud" - "cirrus uncinus cloud" - "city" - "clastic dike" - "clay fermentation pit" - "clay loam" - "clay soil" - "cleaning agent" - "cleanroom" - "cliff" - "cliff cleft" - "clinic" - "clinical patient assessment facility" - "clock" - "closed animal house" - "closed eaves" - "closed ecological system" - "cloth" - "clothes dryer" - "cloud base" - "cloud forest" - "cloud part" - "cloud top" + "cell culturing unit" "A biomaterial culturing unit which is designed to promote the growth and propagation of cells in an artificial medium." + "central-draught lamp" "A central-draught lamp is a paraffin lamp which burns a parrafin saturated, tubular wick contained between two structural tubes and supplied with oxygen by a central draught of air through the innermost of these tube." + "chair" "A chair is a piece of furniture with a raised surface commonly used to seat a single person." + "chalk soil" "Soil which has increased levels of chalk." + "chalybeate spring" "A spring through which water with elevated concentrations of iron salts flows." + "channel" "A structure which traverses a mass of one or more environmental materials, and encloses a roughly tubular site." + "channel of a watercourse" "A depressed landform which physically confines a river, slough or ocean strait, and which consists of a bed and banks." + "channel of an intermittent river" "A channel of an intermittent stream which contains a river when water supply exceeds evapotranspiration and bed seepage." + "channel of an intermittent stream" "A channel through which a directional flow of water periodically occurs, ceasing when bed seepage or evapotranspiration exceed the available water supply." + "chaparral area" "A shrubland area found primarily in regions with a Mediterranean climate (mid, wet winters and hot dry summers) often shaped by wildfires." + "chaplaincy unit facility" "A hospital unit facility which is used to provide nondemoninational religious services." + "chapter house" "A building or room that is part of a cathedral, monastery or collegiate church, in which larger meetings are held." + "charcuterie shop" "A delicatessen which prepares and sells preserved meat products." + "check dam" "A dam designed to reduce flow velocity and control soil erosion." + "cheese processing plant" "A factory for processing, packaging, labelling, handling, and storing cheese." + "chemical product" "A manufactured product that is some mixture of chemicals created through some chemical engineering process" + "chemical toilet fixture" "A chemical toilet fixture is a toilet fixture which uses chemicals to deodorise and treat excreta which is stored in the fixture." + "chernozem" "Chernozems are soils with a thick black surface layer that is rich in organic matter." + "chicken house" "An animal house where fowl are kept." + "child care facility" "A human construction in which child care services are provided to a human child by specialized staff and equipment." + "chiropractic clinic" "A medical clinic which is used to provide chiropractic services." + "chloropicrin enriched soil" "A portion of chloropicrin enriched soil is a portion of soil with elevated levels of chloropicrin." + "chonolith" "A chonolith is an igneous rock intrusion of irregular shape with a demonstrable base, absent in other types of irregularly-shaped intrusions." + "chopstick" "An eating utensil which is a thin stick used in equal length pairs to manipulate food and bring it into a mouth." + "chott" "A dry (salt) lake in the Saharan area of Africa that stays dry in the summer, but receive some water in the winter. This water may come as a groundwater discharge." + "chromate contaminated soil" "Soil which has elevated concentrations of chromate." + "church building" "A building which is primarily used for Christian religious activities." + "cinder cone" "A cone built almost entirely of loose volcanic fragments called cinders (pumice, pyroclastics, or tephra). They are built from particles and blobs of congealed lava ejected from a single vent. As the gas-charged lava is blown violently into the air, it breaks into small fragments that solidify and fall as cinders around the vent to form a circular or oval cone. Most cinder cones have a bowl-shaped crater at the summit." + "circalittoral zone" "A zone which is part of the sublittoral zone and is dominated by sessile animals such as oysters. This zone usually begins at a depth greater than the infralittoral zone." + "cirque" "A depression which is semicircular or crescent-shaped, found towards the crest of a mountain, and formed by the erosional processes caused by the motion of a glacier." + "cirrocumulus castellanus cloud" "A cirrocumulus cloud which 1) has linearly arranged cumuliform protuberances which resemble crenellated turrets or towers, some of which are taller than they are wide in some portion of their upper parts, 2) possess a lower region or base which connects these protuberances." + "cirrocumulus cloud" "A cloud which 1) has been shaped into structural elements resembling grains or ripples, 2) is almost exclusively composed of ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrostratus cloud" "A cloud which 1) occurs in the form of a smooth or fibrous veil, 2) is composed of few small ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrostratus fibratus cloud" "A cirrostratus cloud which occurs as a detached unit or a thin veil and consists of nearly straight or irregularly curved filaments that do not terminate in hooks or tufts." + "cirrus castellanus cloud" "A cirrus cloud which 1) has linearly arranged cumuliform protuberances which resemble crenellated turrets or towers, some of which are taller than they are wide in some portion of their upper parts, 2) possess a lower region or base which connects these protuberances." + "cirrus cloud" "A cloud which 1) has been shaped into detached fibrous filaments, 2) is almost exclusively composed of ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrus fibratus cloud" "A cirrus cloud which occurs as a detached unit or a thin veil and consists of nearly straight or irregularly curved filaments that do not terminate in hooks or tufts." + "cirrus homogenitus cloud" "A cloud which is cirriform and is formed by condensation events centred on an aircraft's contrail." + "cirrus spissatus cloud" "A cirrus cloud which 1) is structurally organised in patches, 2) is sufficiently dense to appear greyish when viewed towards the local star and 3) may veil, the local star, obscure its outline, or even hide it entirely." + "cirrus uncinus cloud" "A cirrus cloud which does not have grey parts and which is often shaped like a comma, terminating at its highest point in a hook, or in a tuft, the upper part of which is not in the form of a rounded protuberance." + "city" "Incorporated populated place." + "clastic dike" "A dike formed when sediment fills a pre-existing fracture in a mass of rock." + "clay fermentation pit" "A fermentation pit which is constructed from clay." + "clay loam" "Loam which has a high proportion of clay in its composition." + "clay soil" "Soil which is primarily composed of clay." + "cleaning agent" "A liquid, powder, spray, or granule used to remove dirt, including dust, stains, bad smells, and clutter on surfaces." + "cleanroom" "A building part which is maintained such that the number of foreign particulates within it is controlled." + "cliff" "A slope which is part of a rocky elevation and which has a high degree of steepness." + "cliff cleft" "A deep narrow slot, notch, or groove in a cliff." + "clinic" "A facility which is used to provide treatment, remedial work, and/or instruction." + "clinical patient assessment facility" "A healthcare facility in which patients are medically assessed." + "clock" "A clock is an instrument which may indicate, keep, and/or co-ordinate time." + "closed animal house" "An animal house which has a complete building envelope." + "closed eaves" "Eaves in which projecting roof members are not visible, being closed from view by boarding." + "closed ecological system" "A closed ecological system is a vivarium which does not rely on matter exchange with any part outside the system." + "cloth" "A textile comprised of a pliable material made usually by weaving, felting, or knitting natural or synthetic fibers and filaments." + "clothes dryer" "A dryer that is used to remove moisture from textiles." + "cloud base" "A cloud part which is closest to the surface of the astronomical body local to the cloud." + "cloud forest" "A montane forest ecosystem which 1) is evergreen, 2) present on mountains where there is frequent cloud and mist cover, 3) which has a large proportion of ferns and mosses in its plant communities, growing on all tree trunks and branches present in the ecosystem, and 3) harvests aerosolised water and adds it to the terrestrial water supply." + "cloud part" "A part of a cloud." + "cloud top" "A cloud part which is furthest from the surface of the astronomical body local to the cloud." "coal mine" "coal mine waste material" "coal power plant" "coarse beach sand" - "coast" - "coastal buoyancy current front" - "coastal dune" - "coastal flood" - "coastal inlet" - "coastal plain" - "coastal scrubland" - "coastal sea water" - "coastal shrimp pond" - "coastal upwelling" - "coastal upwelling front" - "coastal water body" + "coast" "A coast is the area where land meets the sea, ocean, or lake." + "coastal dune" "A dune which is part of a coast." + "coastal flood" "A coastal flood is a flood which is formed as a result of large amounts of water from marine water bodies or large lakes being transported to usually dry land by displacement processes such as high winds or seismic activity." + "coastal inlet" "An opening of the sea into the land." + "coastal plain" "An area of flat, low-lying land adjacent to a coast and separated from the interior by other features." + "coastal scrubland" "A coastal scrubland is a scrubland which is part of a coast." + "coastal shrimp pond" "A shrimp pond which is embedded in a coastal water body." + "coastal upwelling" "An upwelling that is near a coast." + "coastal water body" "Coastal water is a marine water body bordering a coast." "coconut plantation" "coffee plantation" - "coffeehouse" - "cold desert" - "cold monomictic lake" - "cold polymictic lake" - "cold room" - "cold seep" + "coffeehouse" "A restaurant which primarily serves coffee." + "cold desert" "A cold desert is a desert which has hot summers and cold, dry winters with temperatures below 0 degrees Celsius" + "cold monomictic lake" "A monomictic lake which is covered by ice throughout much of the year and only mixes when its surface ice melts and the lake lacks thermal stratification." + "cold polymictic lake" "A cold polymictic lake is a polymictic lake which is covered by ice in winter." + "cold room" "A room which is maintained at lower than ambient temperatures." + "cold seep" "MERGED DEFINITION:\nTARGET DEFINITION: A cold seep is a seep in which methane and other hydrocarbon-rich fluids rise to the sea floor.\n--------------------\nSOURCE DEFINITION: An area of the ocean floor where hydrogen sulfide, methane and other hydrocarbon-rich fluid seepage occurs. Cold seeps are distinct from hydrothermal vents: the former's emissions are of the same temperature as the surrounding seawater, whereas the latter's emissions are super-heated." "cold surface current" - "cold-blast paraffin lantern" - "colloid suspended in a hydrosphere" - "commercial building" - "community health centre" - "community service centre" - "compacted soil" - "complex volcano" - "compost biofilter" - "compost soil" - "composting toilet" - "compound astronomical body part" - "concentration basin mediterranean sea biome" - "concrete building floor" - "concrete exterior wall" - "concrete masonry unit" - "concrete road" - "conference room" - "conference venue" - "confluence" - "conifer woodland" - "coniferous forest biome" - "consequent stream" - "constructed barrier" - "constructed monument" - "constructed pavement" - "constructed swimming pool" - "container" - "container of an intermittent lake" - "container of an intermittent oxbow lake" - "container of an intermittent pond" - "container of an intermittent saline lake" - "container of an intermittent water body" - "contaminated land" - "contaminated soil" - "continental arc" - "continental crust" - "continental divide" - "continental island" - "continental margin" - "continental rise" - "continental shelf" - "continental slope" - "continental subsurface zone" - "control panel" - "conveyor belt" - "conveyor belt component" - "conveyor roller" - "coral reef" - "corn exchange" - "coronary care unit facility" - "cosmetic product" + "cold-blast paraffin lantern" "A cold-blast paraffin lantern is a tubular paraffin lantern which collects cool air from around the top of the lantern globe and circulates it, through metal tubes, to the burning wick." + "colloid suspended in a hydrosphere" "A colloidal suspension which is dispersed through a part of a hydrosphere." + "commercial building" "A building which is primarily used to facilitate the buying or selling of goods or services." + "community health centre" "A healthcare facility which is used by a group of general practitioners and nurses to provide healthcare services to people in a certain area." + "community service centre" "A public building in which health, recreation or other public services to a local community are provided." + "compacted soil" "A soil which has a high bulk density and/or a low porosity. A compacted soil has a reduced rate of both water infiltration and drainage" + "complex volcano" "A volcano with more than one feature. They form because changes of their eruptive characteristics or the location of multiple vents in an area. Stratovolcanoes may form complex volcanoes, because they may overlap another from explosive eruptions, lava flows, pyroclastic flows and by repeated eruptions, to make multiple summits and vents. Stratovolcanoes could also form a large caldera that gets filled in by multiple small cinder cones, lava domes and craters may also develop on the caldera's rim." + "compost biofilter" "A biofilter which contains compost and avails of the microbial communities within it to degrade pollutants." + "compost soil" "Soil which is derived from compost." + "composting toilet" "A composting toilet fixture is a dry toilet fixture in which managed, aerobic decomposition converts human excreta into organic matter suitable for the fertilisation or amendment of soils." + "compound astronomical body part" "A part of an astronomical body which is composed of a continuous medium bearing liquid, gaseous, and solid material in variable quantities." + "concentration basin mediterranean sea biome" "The concentration basin mediterranean sea biome comprises expressions of the mediterranean sea biome that have higher salinity than bordering oceans due to evaporation. Water exchange consists of inflow of the fresher oceanic water in the upper layer and outflow of the saltier mediterranean water in the lower layer of the connecting channel." + "concrete building floor" "A concrete building floor is a building floor that is composed primarily of concrete" + "concrete exterior wall" "A concrete exterior wall is an exterior wall that is composed primarily of concrete." + "concrete masonry unit" "A concrete masonry unit is a large, rectangular masonry unit primarily composed of concrete." + "concrete road" "A road which is primarily composed of concrete." + "conference room" "A room which accommodates conferences." + "conference venue" "A building which accomodates conferences." + "confluence" "The point where a tributary joins a more major river." + "conifer woodland" "A conifer woodland is a woodland which has a tree community primarily composed of coniferous trees, from the Division Pinophyta, also known as Coniferophyta or Coniferae." + "coniferous forest biome" "A coniferous forest biome is a forest biome which contains densely packed populations or communities of coniferous trees, strongly limiting light penetration to the forest floor." + "consequent stream" "A stream whose course is a direct consequence of the original slope of the surface upon which it developed, i.e., a stream that follows the slope of the original land." + "constructed barrier" "A constructed barrier is a freestanding wall, berm, or fence built to limit movement of entities across a boundary." + "constructed monument" "A human construction which serves as a memorial." + "constructed pavement" "A construction which comprises a durable surface layer overlying a solid surface intended to sustain vehicular or foot traffic." + "constructed swimming pool" "A construction which is designed to hold water in which humans may swim or perform other leisure activities." + "container" "A device that can be used to restrict the location of material entities over time" + "container of an intermittent lake" "A depression which intermittently contains a lake." + "container of an intermittent oxbow lake" "A depression which is continous with one or more abandoned meander loops of a river channel." + "container of an intermittent pond" "A container of an intermittent water body which, when filled with water, has a well-illuminated surface layer, is subject to complete mixing of the water it holds, and is smaller than the container of a lake." + "container of an intermittent saline lake" "A depression that is periodically filled with saline water, forming a saline lake." + "container of an intermittent water body" "A depression which is is periodically filled with water when water supply exceeds evapotranspiration and bed seepage." + "contaminated land" "Land which has elevated levels of some contaminants or substances that are potentially hazardous to health or the environment." + "contaminated soil" "A portion of contaminated soil is a portion of soil with elevated levels of some contaminant." + "continental arc" "A volcanic arc formed by the subduction of oceanic crust below continental crust." + "continental crust" "A layer of igneous, sedimentary, and metamorphic rocks that forms continents and the areas of shallow seabed close to their shores, known as continental shelves." + "continental divide" "A watershed such that water falling on one side of the line eventually travels to one ocean or body of water, and water on the other side travels to another, generally on the opposite side of the continent." + "continental island" "An island that lies on a continental shelf." + "continental margin" "A slope which is part of the seafloor, descends from the continental crust to the oceanic crust, and comprises the continental shelf, continental slope, and continental rise." + "continental rise" "A slope which a) bridges, and thus lies between, a continental slope and an abyssal plain, b) is formed by the accumulation of sediments transported from a continental slope by processes including turbidity currents c) has a gradient less than a continental slope yet greater than a continental shelf." + "continental shelf" "A slope which a) extends the perimeter of a continent, b) is covered by a shallow marine water body during interglacial periods, c) has a low degree of steepness relative to a continental slope or rise." + "continental slope" "A slope which 1) is part of the seafloor and 2) extends from the end of the continental shelf (the shelf break) to the continental rise." + "continental subsurface zone" "A region which overlaps parts of one or more planetary structural layers which are located below a continental landmass." + "control panel" "A manufactured product consisting of a panel on which control or monitoring instruments are set." + "conveyor belt" "A device consisting of a continuous flexible band moved by a series of rollers to transport objects or material from one place to another." + "conveyor belt component" "A manufactured product which is 1) an endless belt of flexible material stretched between two drums; 2) conveys material between drum locations." + "conveyor roller" "A manufactured product which is a cylindrical (or approximately cylindrical) item used under a heavy object to facilitate moving it." + "coral reef" "A marine reef which is composed primarily of aragonite structures produced by living organisms, found in shallow, low-nutrient waters." + "corn exchange" "A commercial building where merchants trade grains." + "coronary care unit facility" "A hospital unit facility which is used to provide cardiac patient care." + "cosmetic product" "A manufactured product which has been formulated to modifying the appearance of external human anatomical parts." "cotton plantation" - "cove" - "covered latrine" - "covered pit latrine" - "covered pit latrine with slab floor" - "cow shed" - "crater" - "crater lake" - "creamery" - "creosote" - "creosote contaminated soil" - "crevasse" - "crevice" - "crop canopy" - "cropland biome" - "cropland ecosystem" - "cryoconite hole" - "cryoform" - "cryopeg" - "cryosol" - "cryosphere" - "cryospheric layer" - "cup" - "cupboard" - "currency note" - "cut" - "cutoff" - "cyanobacterial bloom" - "dacitic volcano" - "dairy" - "dairy farm" - "dam" - "day care building" - "day care facility" - "dead cave" - "dead flame paraffin lantern" - "dedicated campground" - "deep ocean current" - "degreaser" - "delicatessen" - "dell" - "delta" - "dense settlement" - "dense settlement biome" - "dental clinic" - "depositional island" - "depressed landform" - "desert" - "desert area" - "desert biome" - "desert ecosystem" - "desert island" - "desert oasis" - "desert pavement" - "desert sand" - "desert scrubland" - "desk" - "device" - "diagnostic imaging unit facility" - "diapir" - "dike" - "dilution basin mediterranean sea biome" - "dimictic lake" - "dioxygen dissolved in marine water" - "dirt cone" - "discarded fishing gear" - "discharge unit facility" - "distributary" - "ditch" - "ditch mouth" + "cove" "A circular or round inlet with a narrow entrance." + "covered latrine" "A covered latrine is a building which comprises a latrine sheltered by an outhouse." + "covered pit latrine" "A covered pit latrine is a building which comprises a pit latrine sheltered by an outhouse." + "covered pit latrine with slab floor" "A covered pit latrine with slab is a building which comprises a pit latrine with a slab floor sheltered by an outhouse." + "cow shed" "An animal house which is used to shelter cows." + "crater" "A generally circular saucer or bowl-shaped depression caused by explosive action." + "crater lake" "A lake contained within a crater." + "creamery" "A creamery is a part of a dairy where cream is separated from whole milk." + "creosote" "The portion of chemical products obtained by the distillation of a tar that remains heavier than water, notably useful for its anti-septic and preservative properties" + "creosote contaminated soil" "Soil which has elevated concentrations of creosote." + "crevasse" "A deep fissure in snow or ice." + "crevice" "A deep fissure in rock." + "crop canopy" "A canopy which is composed of the aboveground portion, or crowns, of a community of crop plants." + "cropland biome" "A cropland ecosystem which is undergoing climactic ecological succession." + "cropland ecosystem" "An ecosystem which 1) is determined by communities of annual crops, perennial woody crops, or by actively tilled land, 2) is primarily used for agricultural activity, and 3) contains no village or larger human settlement." + "cryoconite hole" "A vertical thaw hole within an ice mass, formed as a result of ice melt associated with local temperature increases, due to increased absorption of solar radiation by cryoconite deposits." + "cryoform" "A solid astronomical body part which is primarily composed of a continuous mass of snow and/or ice." + "cryopeg" "A layer which is composed of ground that 1) remains unfrozen due to increased solute concentration and 2) is present within a mass of permafrost." + "cryosol" "Cryosols comprise mineral soils formed in a permafrost environment. Where water is present, it occurs primarily in the form of ice. Cryogenic processes are the dominant soil-forming processes." + "cryosphere" "An astronomical body part which is composed primarily of environmental materials in their frozen form." + "cryospheric layer" "A layer which is part of a cryosphere." + "cup" "A utensil which is a hand-sized container with an open top." + "cupboard" "A cupboard is a cabinet which is used indoors to store household objects such as food, crockery, textiles and liquor, and to protect them from dust and dirt" + "currency note" "A paper product which is used as legal tender in economic or other monetary trasactions." + "cut" "An excavation of the Earth's surface to provide passage for a road, railway, canal, etc." + "cutoff" "A channel formed as a result of a stream cutting through a meander neck." + "cyanobacterial bloom" "A feature which arises from a rapid multiplication of cyanobacteria, causing marked visible discoloration of the water." + "dacitic volcano" "A volcano which has been formed as a result of the eruption of dacitic lava." + "dairy" "A dairy is a building in which animal milk is harvested and, optionally, processed for human consumption." + "dam" "A barrier constructed across a watercourse to control the flow or raise the level of water." + "day care building" "A building which is used to care for a human child during the working day by a person, outside the child's immediate family, other than that child's legal guardians." + "day care facility" "A child care facility in which day care services are provided, by specialized staff and equipment, to a human child during the working day." + "dead cave" "A cave without streams or drips of water." + "dead flame paraffin lantern" "A dead-flame paraffin lantern is a paraffin lantern which has a wick housed in a glass globe with airflow channelled upwards by vents below the burning wick and an open chimney above it." + "dedicated campground" "A campground which has been modified by humans to provide and maintain facilities for camping such as fire pits, road access, latrines, and garbage bins." + "deep ocean current" "A marine current that generally occurs below the permanent thermocline (where it occurs) or below 400 m depth and that is driven by density and temperature gradients." + "degreaser" "A cleaning agent which 1) contains organic solvents and 2) dissolves oils and fats for the removal of grease." + "delicatessen" "A food shop which sells a selection of food products that are not typical dietary components of the human population it is co-located with." + "dell" "A small wooded valley, either U- or V-shaped." + "delta" "A tract of alluvium formed at the mouth of a river where the deposition ofsome of its load exceeds its rate of removal, crossed by the divergent channels (distributaries) of the river." + "dense settlement" "A settlement with a high density of buildings and inhabitants." + "dense settlement biome" "A dense settlement biome is an anthropogenic terrestrial biome which is primarily used for human habitation, recreation, and industry within built structures with little other land use." + "dental clinic" "A medical clinic which is used to provide medical services focused on maintaining and improving the oral health of clients." + "depositional island" "An island formed by deposition of solid material such as sand or small rocks where a water current loses some of its carrying capacity." + "depressed landform" "A landform sunken or depressed below the surrounding area." + "desert" "A landform which has been rendered barren or partially barren by environmental extremes, especially by low rainfall, and which loses more liquid water by evapotranspiration than is supplied by precipitation." + "desert area" "A region rendered barren or partially barren by environmental extremes, especially by low rainfall." + "desert biome" "A desert ecosystem which is undergoing climactic ecological succession." + "desert ecosystem" "An ecosystem in which the composition, structure, and function of resident ecological assemblages are primarily determined by a desert." + "desert island" "An island that is not permanently populated by humans." + "desert oasis" "A small, isolated, fertile or green area in a desert region, usually having a spring or well." + "desert pavement" "A desert surface covered with closely packed, interlocking angular or rounded rock fragments of pebble and cobble size." + "desert sand" "Sand which is part of a desert." + "desert scrubland" "A scrubland which is located in a desert." + "desk" "A desk is a table which is intended for information-manipulation tasks, including writing and use of interactive electronics." + "device" "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." + "diagnostic imaging unit facility" "A hospital unit facility which is used to provide diagnostic imaging services." + "diapir" "A diapir is a type of geologic intrusion in which a more mobile and ductily deformable material is forced into brittle overlying rocks due to its higher buoyancy." + "dike" "A sheet of rock that formed in a fracture in a pre-existing rock body." + "dilution basin mediterranean sea biome" "The dilution basin mediterranean sea biome comprises expressions of the mediterranean sea biome with lower salinity than the surrounding ocean due to freshwater gains such as rainfall and rivers. Water exchange consists of outflow of the fresher mediterranean water in the upper layer and inflow of the saltier oceanic water in the lower layer of the channel. Renewal of deep water may not be sufficient to supply oxygen to the bottom." + "dimictic lake" "A dimitic lake is a holomictic lake which mixes from top to bottom during two mixing periods each year. Mixing typically occurs during the spring and autumn, when the lake is \"isothermal\" (i.e., at the same temperature from the top to the bottom). At this time the water throughout the lake is about 4°C, and, in the absence of any temperature or density differences, the lake readily mixes from top to bottom. These lakes are common in regions with temperate climates." + "dirt cone" "A feature of a glacier, in which dirt, which has fallen into a hollow in the ice, forms a coating which insulates the ice below. The surrounding ice melts away, leaving the dirt cone." + "discarded fishing gear" "Abandoned fishing gear which was intentionally left unmaintained and uncontrolled by its custodian." + "discharge unit facility" "A hospital unit facility which houses patients ready to leave the hospital facility." + "distributary" "A stream that branches off and flows away from a main stream channel. They are a common feature of river deltas." + "ditch" "A small, human-made channel which has been dug for draining or irrigating the land." + "ditch mouth" "The exit or point of discharge of a ditch." "ditch water" - "diurnal marine tidal flow zone" - "diversionary dam" - "doline" - "doline karst" - "domestic building" - "domestic garden" - "domestic solar panel array" - "door" - "door handle" - "dormitory" - "drainage basin" - "drainage canal" - "drainage ditch" - "drawbridge" - "drift ice mass" - "drifting sea ice mass" - "drinking water pipeline network" - "drinking water reservoir" - "drinking water treatment plant" - "driveway" - "drop stone" - "drumlin" - "drumlin field" - "dry dam" - "dry lake" - "dry lake bed" - "dry market" - "dry pitfall trap" - "dry river" - "dry river valley" - "dry soil" - "dry stream" - "dry stream valley" - "dry toilet fixture" - "dry valley" - "dry woodland" - "dryer" - "dune" - "dune slack" - "dune soil" - "dung building floor" - "durisol" - "dye" - "earth-filled dam" - "eastern boundary current" - "eating utensil" - "eaves" - "ecoregion" - "ecozone" - "educational facility" - "electric lamp" - "electric power system" - "electrical switch" - "elevated landform" - "embankment dam" - "emergency unit facility" - "emergency unit room" - "enamel thinner" - "endorheic basin" - "endorheic lake" - "englacial stream" - "enriched soil" - "enrichment culturing unit" - "epeiric sea biome" - "ephemeral island" - "ephemeral spring" - "epilimnion" - "equatorial upwelling front" - "equipment frame" - "equipment leg" - "erosional cave" - "escarpment" - "esker" - "estuarine biome" - "estuarine coastal lower water column" - "estuarine coastal pycnocline" - "estuarine coastal surface layer" - "estuarine coastal upper water column" - "estuarine front" - "estuarine mud" - "estuarine open water lower water column" - "estuarine open water pycnocline" - "estuarine open water surface layer" - "estuarine open water upper water column" - "estuarine tidal riverine coastal lower water column" - "estuarine tidal riverine coastal pycnocline" - "estuarine tidal riverine coastal surface layer" - "estuarine tidal riverine coastal upper water column" - "estuarine tidal riverine open water lower water column" - "estuarine tidal riverine open water pycnocline" - "estuarine tidal riverine open water surface layer" - "estuarine tidal riverine open water upper water column" - "estuarine water" - "estuary" - "ethanol enriched soil" - "ethnic food shop" - "eucalyptus forest soil" - "eutrophic lake" - "eutrophic pond" - "exorheic lake" - "experimental forest ecosystem" - "exterior wall" - "face cream product" - "facility" - "factory" - "fairground" - "family practice clinic" - "farm" - "farm soil" - "fast ice" - "fast neutron reactor" - "fault cave" - "fault escarpment" - "fence" - "fermentation pit" - "fermentation starter" - "ferralsol" - "ferry" - "fertilized soil" - "field" - "field hospital" - "field soil" - "fire station" - "fire whirl" - "firebreak" - "fish hatchery" - "fish processing building" - "fishing gear" - "fishpond" - "fissure cave" - "fjord" - "fjord lake" - "flash flood" - "flat-wick lamp" - "flattened elevation" - "flaw lead" - "floating ice calf" - "floating ice mass" - "floeberg" - "flood" - "flood control dam" - "flood control reservoir" - "flood fringe" - "flood meadow ecosystem" - "flood plain" + "diurnal marine tidal flow zone" "A marine zone in which ocean waters undergo a diurnal (once per day) tidal oscillation - with one high and one low tide per day - due to the supression of a second daily oscillation by the geometry of the ocean basin and obstructions presented by land masses." + "diversionary dam" "A dam designed to divert all or a portion of the flow of a river from its natural course." + "doline" "A closed depression draining underground in karst, of simple but variable form, e.g. cylindrical, conical, bowl- or dish-shaped. From a few to many hundreds of metres in dimensions." + "doline karst" "Karst dominated by closed depressions, chiefly dolines, perforating a simple surface." + "domestic building" "A building which is primarily used for the long-term habitation of humans." + "domestic garden" "A garden that is associated with a human house. This association is generally one of spatial proximity or parthood." + "domestic solar panel array" "A solar panel array that is integrated into the power system of a human dwelling." + "door" "A manufactured product which is composed of a hinged, sliding, or revolving barrier which is installed at the entrance to a building, room, vehicle, or in the framework of a cabinet." + "door handle" "A manufactured product consisting of a handle used to open or close a door." + "dormitory" "A room which contains 1) a number of beds for sleeping and 2) often some other furniture and/or residential utilities." + "drainage basin" "An extent or area of land where surface water from rain and melting snow or ice converges to a single point at lower elevation, usually the exit of the basin, where the waters join another waterbody." + "drainage canal" "Artificial watercourse with no flow or a controlled flow used drainage." + "drainage ditch" "A ditch that collects water from the surrounding land." + "drawbridge" "A bridge which is hinged and can be raised." + "drift ice mass" "A floating mass of ice which is 1) unattached to land or land-fast ice and 2) moved by the action of winds or currents." + "drifting sea ice mass" "A drift ice mass which is composed primarily of sea ice." + "drinking water pipeline network" "A pipeline network which is used to transport drinking water to consumers." + "drinking water reservoir" "A reservoir constructed for the purpose of providing drinking water." + "drinking water treatment plant" "An industrial building in which water undergoes a purification process to make it fit for human consumption." + "driveway" "A road which is used for local access to one or more structures, and is privately owned and maintained by an individual or group." + "drop stone" "A piece of rock which fell vertically through the water column into finer-grained water-deposited sedimentary rocks." + "drumlin" "An elongated whale-shaped hill formed by glacial action. Its long axis is parallel with the movement of the ice, with the blunter end facing into the glacial movement. Drumlins are sometimes compared to kames, but their formation is distinctively different. A drumlin is not originally shaped by meltwater, but by the ice itself and has a quite regular shape. It occurs in fine grained material, such as clay or shale, not in sands and gravels. And drumlins usually have concentric layers of material, as the ice successively plasters new layers in its movement." + "drumlin field" "A cluster of dozens to hundreds of similarly shaped, sized and oriented drumlins." + "dry dam" "A dam designed to control flooding. It normally holds back no water and allows the channel to flow freely, except during periods of intense flow that would otherwise cause flooding downstream." + "dry lake" "A lake that has either permanently or temporally lost its water." + "dry lake bed" "A lake bed which is dry. That is, the bed of a dry lake." + "dry market" "A market which is used for the sale and purchase of durable goods." + "dry pitfall trap" "A pitfall trap in which a glass, plastic, or metal container devoid of accumulations of any liquid is used to contain any animal that falls inside." + "dry river" "A dry stream channel through which a river had flowed, but now contains no appreciable accumulations of water." + "dry river valley" "A dry stream valley which was formed as a result of erosion due to river formation and flow." + "dry soil" "Soil which has little to no water content and in which minerals and other soluble chemical entities have either bonded or become adsorbed to sold particles due to insufficient water availability." + "dry stream" "A stream channel through which no water flows and which has dried, containing no appreciable accumulations of water." + "dry stream valley" "A dry valley which was formed as a result of erosion due to stream formation and flow." + "dry toilet fixture" "A toilet fixture which uses little to no water; excreta is removed manually or composted in situ." + "dry valley" "A valley which no longer has water flowing or accumulating over its surface." + "dry woodland" "A dry woodland is a woodland which occurs in areas of rain shadow in a tropical marine climate, receives very little rainfall, typically has rapidly draining soils and trees which have adaptations to dry climates such as thick bark, small leaves, and the disposition to shed their leaves." + "dryer" "A device designed to remove water or humidity." + "dune" "A hill of sand built by eolian processes." + "dune slack" "A valley or trough between two dunes." + "dune soil" "Soil which is part of some dune." + "dung building floor" "A dung building floor is a building floor which is composed primarily of dried animal feces." + "durisol" "Durisols are associated mainly with old surfaces in arid and semi-arid environments and accommodate very shallow to moderately deep, moderately well- to well-drained soils that contain cemented secondary silica (SiO2) within 100 cm of the soil surface." + "dye" "A coloured substance that chemically bonds to the substrate to which it is being applied" + "earth-filled dam" "An embankment dam which is primarily composed of compacted earth." + "eastern boundary current" "A cold water, broad marine surface current flowing from high latitudes to the equator at speeds between 3 and 7 kilometers per day." + "eating utensil" "A utensil used for consuming food." + "eaves" "A part of a building roof which overhangs the face of a wall and, normally, projects beyond the side of a building." + "ecoregion" "A large unit of land or water containing a geographically distinct assemblage of species, natural communities, and environmental conditions." + "ecozone" "Ecozones delineate large areas of a planetary surface within which organisms have been evolving in relative isolation over long periods of time, separated from one another by geographic features, such as oceans, broad deserts, or high mountain ranges, that constitute barriers to migration." + "educational facility" "A human construction in which people are educated." + "electric lamp" "An electric lamp is a lamp which produces light from electricity." + "electric power system" "An electric power system is a network of electrical components used to supply, transfer and use electric power." + "electrical switch" "A manufactured product which is capable of connecting or disconnecting the conducting path in an electrical circuit, interrupting the electric current or diverting it from one conductor to another." + "elevated landform" "A landform elevated above the surrounding area." + "embankment dam" "A dam which is created by the placement and compaction of a complex semi-plastic mound of various compositions of soil, sand, clay, or rock." + "emergency unit facility" "A hospital unit facility which is used to provide emergency medicine services." + "emergency unit room" "A room in which emergency medical care is provided." + "enamel thinner" "A paint thinner specific for altering the viscosity of enamel paints." + "endorheic basin" "A drainage basin from which there is no outflow of water, either on the surface as rivers, or underground by flow or diffusion through rock or permeable material." + "endorheic lake" "A lake from which there is no outflow of water, either on the surface as rivers, or underground by flow or diffusion through rock or permeable material." + "englacial stream" "A stream which is primarily composed of meltwater and which flows within a glacier or ice sheet." + "enriched soil" "A portion of enriched soil is a portion of soil with elevated levels of some material entity." + "enrichment culturing unit" "A biomaterial culturing unit which is designed to promote the growth of selected cell populations (often at the expense of others) within a community by altering the conditions of the environment within its confines." + "epeiric sea biome" "The epeiric sea (also known as an epicontinental sea) biome comprises a shallow seas that extend over part of a continent. Epeiric seas are usually associated with the marine transgressions of the geologic past, which have variously been due to either global eustatic sea level changes, local tectonic deformation, or both, and are occasionally semi-cyclic." + "ephemeral island" "An island, usually the consequence of the activity of a submarine volcano, that only exists for a short period or short periods of time after its formation, then being eroded or otherwise disappearing beneath the surface of a body of water." + "ephemeral spring" "A spring through which fluid intermittently flows." + "epilimnion" "The top-most layer in a thermally stratified lake, occurring above the deeper hypolimnion. It is warmer and typically has a higher pH and dissolved oxygen concentration than the hypolimnion." + "equipment frame" "A manufactured product which is a structural system on which equipment components are mounted." + "equipment leg" "A manufactured product which positions a piece of equipment above a surface." + "erosional cave" "A cave formed by erosion caused by flowing streams carrying rocks or sediments." + "escarpment" "A slope which separates different physiogeographic provinces that are typically composed of rocks of different age and compositoin." + "esker" "A long, winding ridge of stratified sand and gravel which occur in glaciated and formerly glaciated regions of Europe and North America." + "estuarine biome" "Expressions of the estuarine biome occur at wide lower courses of a rivers where they flow into a sea. Estuaries experience tidal flows and their water is a changing mixture of fresh and salt." + "estuarine coastal lower water column" "A layer of estuarine water which extends from an estuarine pycnocline or mid-depth to the estuarine bed and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal pycnocline" "A pycnocline which is part of an estuarine water body, spanning from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal surface layer" "A layer of estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal upper water column" "A layer of estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine mud" "Mud which is part of an estuary." + "estuarine open water lower water column" "A layer of estuarine water which extends from an estuarine pycnocline or mid-depth to the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters to end of the estuary most distal from the coast." + "estuarine open water pycnocline" "A pycnocline which is part of an estuarine water body, spanning from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine open water surface layer" "A layer of estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine open water upper water column" "A layer of estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine tidal riverine coastal lower water column" "A layer of fresh estuarine water which extends from an estuarine pycnocline or mid-depth to the estuarine bed and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine coastal pycnocline" "An estuarine coastal pycnocline which is composed primarily of fresh tidal water." + "estuarine tidal riverine coastal surface layer" "A layer of fresh estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine coastal upper water column" "A layer of fresh estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine open water lower water column" "A layer of fresh estuarine water which extends from an estuarine pycnocline or mid-depth to the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters to end of the estuary most distal from the coast." + "estuarine tidal riverine open water pycnocline" "An estuarine open water pycnocline which is composed primarily of fresh tidal water." + "estuarine tidal riverine open water surface layer" "A layer of fresh, tidal estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine tidal riverine open water upper water column" "A layer of fresh, tidal estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine water" "Brackish water which is part of an estuary." + "estuary" "A semi-enclosed coastal body of water with one or more rivers or streams flowing into it, and with a free connection to the open sea." + "ethanol enriched soil" "A portion of ethanol enriched soil is a portion of soil with elevated levels of ethanol." + "ethnic food shop" "A food shop in which the food products on offer are restricted to those produced in a region and cultural setting other than that of the shop's locality." + "eucalyptus forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Eucalyptus." + "eutrophic lake" "A lake which has nutrient-rich water." + "eutrophic pond" "A pond which has nutrient-rich water." + "exorheic lake" "A lake from which water constantly flows out of under almost all climatic circumstances, maintaining low concentrations of dissolved solid relative to endorheic lakes." + "experimental forest ecosystem" "A forest ecosystem which is designated for research." + "exterior wall" "An exterior wall is a building wall which separates the interior of a building from the buildings surrounding environment." + "face cream product" "A cosmetic product which has been formulated 2) to have a viscous, fatty, liquid consistency resembling the fat-rich component of milk and 2) to be applied to human facial skin to modify its appearance or functioning." + "facility" "A human construction specially designed for a specific purpose." + "factory" "A factory (previously manufactory) or manufacturing plant is an industrial site, usually consisting of buildings and machinery, or more commonly a complex having several buildings, where workers manufacture goods or operate machines processing one product into another." + "fairground" "A part of an ecosystem which has been allocated to host a gathering of people for multiple entertainment or commercial activities." + "family practice clinic" "A medical clinic which is used to provide family medicine services." + "farm soil" "A portion of soil which is part of a cropland or a rangeland biome." + "fast ice" "A mass of sea ice which 1) is less than 2 meters in thickness and 2) forms along the coast, where it is attached to the shore, to an ice wall, to an ice front, or between shoals or grounded icebergs." + "fast neutron reactor" "A nuclear reactor in which the fission chain reaction is sustained by fast neutrons." + "fault cave" "A cave developed along a fault or fault zone, either by movement of the fault or by preferential solution along it." + "fault escarpment" "An escarpment resulting from a fault." + "fence" "A fence is a constructed barrier which is generally of lighter construction than a wall and used to provide visual sectioning of spaces." + "fermentation pit" "A pit which has been constructed for use in fermentation processes that will yield alcoholic spirits." + "fermentation starter" "A manufactured product which assists starting a fermentation process which is intended to prepare foods and alcoholic drinks." + "ferralsol" "Ferralsols represent the classical, deeply weathered, red or yellow soils of the humid tropics. These soils have diffuse horizon boundaries, a clay assemblage dominated by low-activity clays (mainly kaolinite) and a high content of sesquioxides." + "ferry" "A merchant vessel which is used to carry passengers, vehicles, or cargo across a body of water." + "fertilized soil" "Soil which has been amended with fertilizers." + "field" "An unbroken expanse (as of ice)" + "field hospital" "A healthcare facility which is a temporary hospital or mobile medical unit that takes care of casualties on-site before they can be safely transported to more permanent facilities." + "field soil" "Soil which is part of an agricultural field." + "fire station" "An institutional building in which firefighting apparati are stored, and which may include staff living spaces." + "fire whirl" "A fire whirl is a whirlwind induced by the contraction and rotation of intense, rising heat and turbulent, eddying air masses resulting from a large fire and made up of a core of burning matter surrounded by a rotating pocket of air." + "firebreak" "A woodland clearing which is large enough to starve land fires of fuel, impeding their progress through wooded areas." + "fish hatchery" "A hatchery in which the eggs of fish are hatched under artificial conditions." + "fish processing building" "A building in which fish are subject to a series of operations to prepare them for human consumption." + "fishing gear" "A manufactured product which is used for fishing." + "fishpond" "A pond or lake used for the artificial culture of fish." + "fissure cave" "A narrow, vertical cave passage, often developed along a joint but not necessarily so. Usually due to solution but sometimes to tension." + "fjord" "A long and narrow sea inlet with high steeply sloped walled sides. A fjord is a landform created during a period of glaciation." + "fjord lake" "A lake in a glacially eroded valley, which has been eroded below sea level." + "flash flood" "A flash flood is a flood formed by the rapid flooding of geomorphic low-lying areas. It may be caused by heavy rain associated with a severe thunderstorm, hurricane, tropical storm, or meltwater from ice or snow flowing over ice sheets or snowfields. Flash floods may also occur after the collapse of a natural ice or debris dam, or a human structure such as a man-made dam. Flash floods are distinguished from a regular flood by a timescale of less than six hours." + "flat-wick lamp" "A flat-wick lamp is a simple type of paraffin lamp, which burns paraffin drawn up through a wick by capillary action." + "flattened elevation" "An elevation which is flattened across its highest surface." + "flaw lead" "An ice lead between a mass of fast ice and a mass of pack ice." + "floating ice calf" "An ice calf which is suspended in a water mass, being partially exposed to an atmosphere." + "floating ice mass" "An ice mass which is suspended in a water body, being sufficiently buoyant for part of the mass to breach the surface of that water body." + "floeberg" "An ice mass which is composed of a large amount of sea ice in the form of a hummock or a group of such hummocks, frozen together and separated from any surrounding ice by sea water." + "flood" "An unusual accumulation of water above the ground caused by high tide, heavy rain, melting snow or rapid runoff from paved areas." + "flood control dam" "A dam constructed for the purpose of controlling flooding." + "flood control reservoir" "A reservoir constructed for the purpose of containing a flood, an overflow of water from a body of water that sumerges land." + "flood fringe" "Area of a flood plane covered by the flood, but which does not experience a strong current." + "flood meadow ecosystem" "An area of grassland or pasture beside a river, subject to seasonal flooding." + "flood plain" "An area which is subject to periodic flooding." "flooded grassland" "flooded grassland biome" - "flooded savanna biome" - "floodway" - "flower strip" - "flower-rich field margin strip" - "fluid astronomical body part" - "flume" - "flush toilet fixture" - "fluvisol" - "food kiosk" - "food processing building" - "food shop" - "food truck" - "footbridge" - "ford" - "forest biome" + "flooded savanna biome" "A flooded savanna biome is a savanna biome which has very wet to saturated soil moisture content." + "floodway" "The stream channel and adjacent areas that carry flood flows in a flood plain." + "flower strip" "A vegetated area which includes a community of flowering plants that provide food for local pollinators." + "flower-rich field margin strip" "A flower strip which is present at the margins of cultivated fields." + "fluid astronomical body part" "A part of an astronomical body which is primarily composed of fluid." + "flume" "An open artificial water channel, that leads water from a diversion dam or weir completely aside a natural flow, often an elevated box structure (typically wood) that follows the natural contours of the land." + "flush toilet fixture" "A toilet fixture which uses water to flush liquid and solid excreta into a sewage containment or processing facility through a drainpipe." + "fluvisol" "Fluvisols accommodate genetically young, azonal soils in alluvial deposits." + "food kiosk" "A kiosk from which food products are sold." + "food processing building" "A food processing building is a building in which materials that contain or consist of essential body nutrients - such as carbohydrates, fats, proteins, vitamins, or minerals - and may be ingested and assimilated by an organism to produce energy, stimulate growth, and maintain life are converted alternative forms." + "food shop" "A shop in which a business offers food products for sale or trade." + "food truck" "A truck which is equipped to cook and sell food." + "footbridge" "A bridge designed solely for pedestrians." + "ford" "The shallow part of a stream which can be easily crossed." + "forest biome" "A forest ecosystem which is undergoing climactic ecological succession." "forest canopy" - "forest ecosystem" - "forest floor" - "forest soil" - "forested area" - "fork" - "formal settlement" - "fossil fuel power plant" - "fossil worm burrow" - "fountain" - "fountain pen ink" - "fracking liquid" - "framed bed" - "fresh water aquarium" - "fresh water body" - "freshwater algal bloom" - "freshwater biome" + "forest ecosystem" "An ecosystem which is determined by communities of plants with a tree growth form and in which members of those communities form continuous or discontinuous regions of canopy cover." + "forest floor" "Land which is present within a forest biome." + "forest soil" "A portion of soil which is found in a forested area." + "forested area" "An area with a high density of trees. A small forest may be called a wood." + "fork" "An eating utensil with spikes used to put solid food into the mouth, or to hold food down while cutting." + "formal settlement" "A settlement which has been established and is managed through officially sanctioned processes and is recognised as legal by a competent authority." + "fossil fuel power plant" "A power station which burns a fossil fuel such as coal, natural gas, or petroleum to produce electricity." + "fossil worm burrow" "A channel which was formed as a result of an annelid burrowing through soil, where organic residues lining the burrow have subsequently initiated fossilization." + "fountain" "A human construction which supplies drinking water by squirting it into a basin or jets water into the air for a decorative or dramatic effect." + "fountain pen ink" "Water based ink intended for use with fountain ink pens." + "fracking liquid" "A liquid environmental material which is composed primarily of water ammended with thickening agents and proppants." + "framed bed" "A framed bed is a piece of furniture which is composed of a mattress supported by a bed base and held in place by a bed frame." + "fresh water aquarium" "A fresh water aquarium is an aquarium which contains fresh water as its primary ecological medium." + "fresh water body" "A body of water which is primarily composed of freshwater, with low solute content." + "freshwater algal bloom" "An algal bloom that is located in freshwater. Freshwater algal blooms are the result of an excess of nutrients, particularly some phosphates." + "freshwater biome" "An aquatic biome which is determined by a body of freshwater." "freshwater ecosystem" - "freshwater lake" - "freshwater lake biome" - "freshwater littoral zone" - "freshwater river" - "freshwater river biome" - "freshwater seep riverine anchor ice" - "freshwater spring" - "freshwater stream" - "freshwater stream biome" - "freshwater stream ecosystem" - "friable-frozen soil" - "frost heave" - "frost-formed hummock" - "frost-susceptible soil" - "frozen compost soil" - "frozen land" - "frozen lead" - "frozen soil" - "fumarole" - "fumarole-derived ice tower" - "game reserve" - "garden" - "garden soil" + "freshwater lake" "A lake of whose water contains low concentrations of salts." + "freshwater lake biome" "A biome which is determined by a freshwater lake." + "freshwater littoral zone" "A freshwater littoral zone is a littoral zone which extends offshore from the shore of a freshwater body of water to the limit of occupancy of rooted plants." + "freshwater river" "A river where fresh water flows." + "freshwater river biome" "A freshwater biome which is determined by a freshwater river." + "freshwater seep riverine anchor ice" "Anchor ice which is attached to a riverbed where a river flows into a marine water body and which is formed by the freezing of freshwater seeping out of the riverbed's sediments." + "freshwater spring" "A spring through which fresh water flows." + "freshwater stream" "A stream which is composed primarily of fresh water." + "freshwater stream biome" "A freshwater stream ecosystem which is undergoing climactic ecological succession." + "freshwater stream ecosystem" "An ecosystem in which the composition, structure, and function of resident ecological assemblages are primarily determined by a freshwater stream." + "friable-frozen soil" "Frozen soil which has very low total water content and is not cemented by ice; its compressibility is the same as that of unfrozen soils having the same composition, total water content and density." + "frost heave" "An elevation which is formed as an ice mass forms under soil, resulting in upwards deformation of the land surface." + "frost-formed hummock" "A hummock which is primarily composed of soil that has been pushed up by frost action." + "frost-susceptible soil" "Soil in which segregated ice will form (causing frost heave) under the required conditions of moisture supply and temperature." + "frozen compost soil" "Compost soil which is frozen." + "frozen land" "Land which is below the freezing point of water." + "frozen lead" "An ice lead within which new, nilas, and young ice has formed." + "frozen soil" "Soil which is below the freezing point of water." + "fumarole" "A hole in the Earth's crust from which steam and gases are emitted." + "fumarole-derived ice tower" "A hollow tower of ice formed by the freezing of steam escaping a fumarole." + "game reserve" "A terrestrial environmental zone where wild animals live safely or are hunted in a controlled way for sport." + "garden" "An enclosure for displaying selected plant or animal life." + "garden soil" "A portion of soil which is found in a garden." "gas power station" - "gas well" - "gaseous astronomical body part" - "gaseous part of an atmosphere" - "gastroenterology unit facility" - "gel ink" - "general surgery unit facility" - "geographic basin" - "geographic feature" - "geographic sill" - "geological fault" - "geological fracture" - "geological joint" - "geothermal power plant" - "geothermally active field" - "geothermally heated river" - "geriatric care unit facility" - "geriatric intensive care unit facility" - "geyser" - "glacial lake" - "glacial valley" - "glacier cave" - "glacier ice field" - "glacier snout" - "glass building floor" - "glaze ice layer" - "gleysol" + "gas well" "A well which has been drilled in order to extract natrual gas from subterranean reservoirs and bring it to the surface." + "gaseous astronomical body part" "A part of an astronomical body which is primarily composed of gaseous material." + "gaseous part of an atmosphere" "That part of an atmosphere which is composed of gaseous material." + "gastroenterology unit facility" "A hospital unit facility which is used to provide gastroenterology medical services." + "gel ink" "A colorant fluid which is 1) manufactured and 2) composed of copper phthalocyanine, iron oxides, water, and biopolymers." + "general surgery unit facility" "A hospital unit facility which is used to provide surgical services." + "geographic basin" "A depression which is part of a planetary crust, is of geographic scale, and is partially or completely enclosed." + "geographic feature" "An astrononmical body part which delimited by physical discontinuities with its surroundings." + "geographic sill" "The low part of a gap or saddle separating basins." + "geological fault" "A geological fault is a planar fracture or discontinuity in a volume of rock, across which there has been significant displacement as a result of rock mass movement." + "geological fracture" "A geological fracture is any separation in a geologic formation, such as a joint or a fault that divides a mass of rock into two or more pieces." + "geological joint" "A joint is a geological fracture which has no measureable shear displacement" + "geothermal power plant" "A geothermal power plant is a power plant which uses heat generated by the decay of radioactive isotopes in the Earth's mantle and crust as well as primordial heat left over from the formation of the Earth to drive its generators." + "geothermally active field" "A field in which geothermal processes occur." + "geothermally heated river" "A river which is heated by geothermal processes such as heat exchange with lava or hydrothermal percolation." + "geriatric care unit facility" "A hospital unit facility which is used to provide geriatric medical services." + "geriatric intensive care unit facility" "An intensive care unit facility which is used to provide care of critically ill elderly patients." + "geyser" "A hot spring that erupts periodically, ejecting a column of hot water and steam into the air." + "glacial lake" "A lake which is primarily composed of glacial meltwater and which fills a depression formed as a result of a glacial erosion process." + "glacial valley" "A valley that contains, or contained, a glacier and was formed by glacial activity. Typically U-shaped in cross-section." + "glacier cave" "A glacier cave is a cave formed within or under a glacier." + "glacier ice field" "An ice field which is constituted by a continuous accumulation of snow and glacier ice that completely fills a mountain basin or covers a low-relief mountain plateau." + "glacier snout" "An ice mass which constitutes that part of a glacier which has the lowest elevation." + "glass building floor" "A glass building floor is a building floor which is composed primarily of glass." + "glaze ice layer" "A glaze ice layer is a smooth, transparent and homogeneous ice layer which coats some surface and which is formed when freezing rain or drizzle hits that surface." + "gleysol" "Gleysols are wetland soils that, unless drained, are saturated with groundwater for long enough periods to develop a characteristic gleyic colour pattern. This pattern is essentially made up of reddish, brownish or yellowish colours at ped surfaces and/or in the upper soil layer or layers, in combination with greyish/bluish colours inside the peds and/or deeper in the soil." "gold mine" - "gold mine drainage" - "graben" + "gold mine drainage" "Mine drainage which is formed as a result of the mining of gold." + "graben" "A depressed block of land bordered by parallel faults. A graben is the result of a block of land being downthrown producing a valley with a distinct scarp on each side. Grabens often occur side-by-side with horsts. Horst and graben structures are indicative of tensional forces and crustal stretching." "grain of acid dune sand" "grain of beach sand" "grain of desert sand" - "grassland area" - "grassland biome" - "grassland ecosystem" - "grassland soil" - "gravel field" - "gravel pit" - "gravelly slope" - "grease ice layer" - "greasy spoon" - "greenhouse" - "greenhouse soil" - "grocery store" - "ground moraine" - "group home facility" - "guyot" - "gynaecology unit facility" - "gypsisol" - "habitat" - "hadalpelagic zone" - "haematology unit facility" - "hail stone" - "halite" - "hand tool" - "hangar" - "hanging valley" - "harbour" - "hard-frozen soil" - "hatchery" - "headwater" - "healthcare facility" - "heat stressed soil" - "heath" - "hedge" - "herb and fern layer" - "high dependency unit facility" - "high tide zone" - "high-elevation mountain" - "highly stratified estuary" - "hill" - "hill range" - "hillock" - "hillside" - "histosol" - "holomictic lake" - "homeless shelter" - "horst" - "hospice" - "hospital" - "hospital unit facility" - "hot spring" - "hot tub" - "hot-blast paraffin lantern" - "hotel" - "house" - "human construction" - "human dwelling" + "grassland area" "An area in which grasses (Graminae) are a significant component of the vegetation." + "grassland biome" "A grassland ecosystem in which dominant ecological communities have reached their climax successional state." + "grassland ecosystem" "An ecosystem in which grasses (Graminae) are the dominant form of vegetation and determine the system's structure and dynamics." + "grassland soil" "A portion of soil which is found in a grassland." + "gravel field" "A field which is composed primarily of gravel." + "gravel pit" "A quarry from which gravel is extracted." + "gravelly slope" "A gravelly slope is a slope which has a surface primarily composed of gravel." + "grease ice layer" "A layer which consists of a thin aggregate of frazil ice crystals, which float upon the surface of a water body." + "greasy spoon" "A restaurant which is small, inexpensive, and typically specializing in fried foods and/or home-cooked meals." + "greenhouse" "A human construction which provides regulated climatic conditions for the growth of plants and whose walls and roof are made chiefly of transparent material, such as glass." + "greenhouse soil" "A portion of soil which is found in a greenhouse." + "grocery store" "A food shop in which food products are the primary offer for sale or trade." + "ground moraine" "A till covered area with irregular topography and no ridges, often forming gently rolling hills or plains. Forms by the accumulation of till under the ice by lodgement, but may also be deposited as the glacier retreats." + "group home facility" "A long-term care facility which is used to provide care for people with complex health needs, and which typically has at least one caregiver in attendance twenty four hours a day." + "guyot" "A flat-topped seamount." + "gynaecology unit facility" "A hospital unit facility which is used to provide gynaecologic medical services." + "gypsisol" "Gypsisols are soils with substantial secondary accumulation of gypsum (calcium sulfate). These soils are found in the driest parts of the arid climate zone." + "habitat" "An environmental system which can sustain and allow the growth of an ecological population." + "hadalpelagic zone" "The zone of an ocean in oceanic trenches, lying between 6000m and 10,000m." + "haematology unit facility" "A hospital unit facility which is used to provide haematological medical services." + "hail stone" "An ice mass which 1) occurs in a ball-shape or irregular lump, 2) has a minimum diameter of 5 millimeters (or 0.2 inches), and 3) is formed within convective clouds." + "halite" "A salt mass which consists of isometric crystals of sodium chloride (NaCl)." + "hand tool" "A manufactured product which has been designed to 1) allow a human to do work more efficiently and 2) be used in a hand-held fashion." + "hangar" "A transport feature consisting of a closed building structure to hold aircraft or spacecraft." + "hanging valley" "A tributary valley with the floor at a higher relief than the main channel into which it flows. They are most commonly associated with U-shaped valleys when a tributary glacier flows into a glacier of larger volume." + "harbour" "A landform which provides shelter from atmospheric weather and marine currents, waves, and other dynamics." + "hard-frozen soil" "Frozen soil which is firmly cemented by water ice, is subject to brittle failure, and exhibits practically no consolidation under load." + "hatchery" "A construction in which eggs are hatched under artificial conditions." + "headwater" "The upper part of a river system, denoting the upper basin and source streams of a river." + "healthcare facility" "A human construction in which healthcare is provided." + "heat stressed soil" "Soil which is has been heated such that its chemical, physical, or biological properties are destabilised." + "heath" "An upland moor or sandy area dominated by low shrubby vegetation including heather." + "hedge" "A dense growth of shrubbery planted as a fence or boundary." + "high dependency unit facility" "A hospital unit facility which is used to provide high dependency care." + "high tide zone" "The tide zone that is flooded during high tide only, and is a highly saline environment." + "high-elevation mountain" "A mountain which has a maximum elevation greater than 2500 metres above sea level." + "highly stratified estuary" "An estuary whose river output and marine input are more even, with river flow still dominant; turbulence induces more mixing of salt water upward than the reverse." + "hill" "A rounded elevation of limited extent rising above the surrounding land with local relief of less than 300m." + "hill range" "A range of mounts which is dominated by hills." + "hillock" "A hill which is small and usually separated from a larger group of hills such as a range." + "hillside" "A hillside is a slope that is part of a hill." + "histosol" "Histosols comprise soils formed in organic material. These vary from soils developed in predominantly moss peat in boreal, arctic and subarctic regions, via moss peat, reeds/ sedge peat (fen) and forest peat in temperate regions to mangrove peat and swamp forest peat in the humid tropics. Histosols are found at all altitudes, but the vast majority occurs in lowlands." + "holomictic lake" "A holomictic lake is a lake which mixes at least once per year. Mixing is caused by a uniform temperature distribution from the upper to lower layers of the lake." + "homeless shelter" "An institutional building which temporarily houses homeless people." + "horst" "The raised fault block bounded by normal faults. The raised block is a portion of the Earth's crust that has remained stationary while the land has sunk on either side of it or has been crushed by a mountain range against it." + "hospice" "A healthcare facility which provides palliative care for the terminally ill." + "hospital" "A hospital is a building in which health care services are provided by specialized staff and equipment." + "hospital unit facility" "A healthcare facility which 1) is located in part of a hospital and 2) is used by an organizational unit within a hospital." + "hot spring" "A spring through which groundwater, heated by geothermal energy, flows." + "hot tub" "A manufactured product which may hold a volume of heated water suitable for one or more humans to bathe in, usually for the purposes of hydrotherapy or pleasure." + "hot-blast paraffin lantern" "A hot-blast paraffin lantern is a tubular paraffin lantern which collects hot air from the top of the lantern globe and circulates it, through metal tubes, to the burning wick." + "hotel" "A building which 1) containing multiple dwellings of pre-furnished accomodation and 2) is rented on a short term and/or longer-term basis." + "house" "A house is a building that provides a dwelling-place for a living entity." + "human construction" "A construction that has been assembled by deliberate human effort." + "human dwelling" "A self-contained constructed feature used by one or more households as a home, such as a house, apartment, mobile home, houseboat or other 'substantial' structure. A dwelling typically includes nearby outbuildings, sheds etc. within the curtilage of the property, excluding any 'open fields beyond'. It has significance in relation to search and seizure, conveyancing of real property, burglary, trespass, and land use planning." "human house" - "human nursery" - "human settlement" - "humic lake" - "hummock" - "humpback bridge" - "humus" - "humus-rich acidic ash soil" - "hydraulic fluid" - "hydroelectric dam" - "hydroelectric reservoir" - "hydroform" - "hydrographic feature" - "hydrosphere" - "hydrothermal field" - "hydrothermal seep" - "hydrothermal vent" - "hypereutrophic lake" - "hypersaline lake" - "hypodermic needle" - "hypolimnion" - "hypoxic lake" - "ice calf" - "ice cap" - "ice cap depression" - "ice cap dome" - "ice cap ridge" - "ice cave" - "ice field" - "ice floe" - "ice lead" - "ice lens" - "ice mass" - "ice pellet" - "ice rise" - "ice shelf" - "ice tongue" - "ice wedge" - "ice-covered lake" - "ice-encased melt pond" - "iceberg" - "icefall" - "igneous extrusion" - "igneous intrusion" - "illegal informal settlement" - "illegal settlement" - "illuminated biosphere part" - "impact crater" - "impact crater lake" - "impromptu campground" - "indoor kitchen" - "indoor toilet" - "industrial building" - "industrial park" - "industrial wastewate treatment plant" - "inflationary cave" - "informal settlement" - "infralittoral zone" - "inland cliff" - "inland sea" - "inlet" + "human nursery" "A child care facility in which child care services are provided to young children and babies." + "human settlement" "An anthropised ecosystem which is determined by the presence of humans and their constructions." + "humic lake" "A lake which is composed primarily water with high concentrations of humic substances and organic acids, resulting in brown- or tea-coloured colouration." + "hummock" "A patch of ground, distinct from and slightly above the surrounding plain or wetland. Often occurs in groups." + "humpback bridge" "A bridge which arches in the center, and has a span which is higher than the ramps on either side, forming a hump-like arrangement." + "humus" "Organic matter in soil which has reached a point of stability, where it will break down no further and might, if conditions do not change, remain essentially as it is for centuries, or millennia." + "humus-rich acidic ash soil" "Soil which 1) has increased levels of humus, 2) has low pH levels, 3) has increased levels of mineral ash." + "hydraulic fluid" "A medium by which power is transferred in hydraulic machinery." + "hydroelectric dam" "A dam constructed for the purpose of generating electricity from the water stored behind it." + "hydroelectric reservoir" "A reservoir constructed for the purpose of generating electricity." + "hydroform" "A liquid astronomical body part which is primarily composed of a continuous volume of liquid water and is held in shape or sustained by an environmental process." + "hydrographic feature" "A geographical feature associated with water." + "hydrosphere" "An astronomical body part which is composed of the combined mass of water found on, under, and over the surface of a planet." + "hydrothermal field" "A geothermally active field within which geothermally heated aqueous fluids are discharged from the the surface of a rocky planet." + "hydrothermal seep" "A hydrothermal seep is a seep in which diffuse flow of geothermally heated fluids with high methane concentrations. This seep has been proposed as an intermediate between cold seeps and hydrothermal vents." + "hydrothermal vent" "A fissure in the Earths's surface from which geothermally heated water issues." + "hypereutrophic lake" "A lake which is composed primarily of water with very high nutrient concentrations." + "hypersaline lake" "A lake which is primarily composed of water with a concentration of dissolved salts greater than that of ocean water." + "hypodermic needle" "A hypodermic needle is a medical instrument made from a hollow needle. It is commonly used with a syringe to inject substances into the body of an organism." + "hypolimnion" "The dense, bottom layer of water in a thermally-stratified lake. It is the layer that lies below the thermocline." + "hypoxic lake" "A lake which is primarily composed of hypoxic water." + "ice calf" "An ice mass which has calved off an larger mass of ice." + "ice cap" "A dome-shaped ice mass that covers less than 50,000 km2 of land area (usually covering a highland area)." + "ice cap depression" "A depression which is part of an ice cap." + "ice cap dome" "A comparatively elevated area on an icecap." + "ice cap ridge" "A linear elevation on an icecap." + "ice cave" "An ice cave is a bedrock cave which contains year-round ice formations." + "ice field" "A field of ice, formed in regions of perennial frost." + "ice floe" "An ice mass which forms a cohesive and contiguous sheet of water ice, floating upon the surface of a water body." + "ice lead" "A surface layer of a water body which has been formed as the result of surface ice fracturing and moving apart." + "ice lens" "An ice mass which is formed when moisture, diffused within soil or rock, accumulates and freezes in a localized zone, wedging soil or rock apart." + "ice mass" "A mass of water ice." + "ice pellet" "An ice mass which is 1) transparent or translucent, 2) rounded, spherically, or cylindrically shaped, and 3) less than 5 milimetres in diameter." + "ice rise" "An ice rise is an elevation which is part of an ice shelf, typically dome shared, and formed by the ice shelf overriding an obstruction in the seabed. An ice rise may be adjacent only to an ice shelf, or to an ice shelf and a sea. For some features, properly ice rises, the term island has become established through usage." + "ice shelf" "An ice mass which 1) is attached to the coast 2) at least 2 meters in thickness 3) forms where a glacier or ice mass flows down to a coastline and onto the ocean surface and 4) grows by annual snow accumulation or by the seaward extension of land glaciers." + "ice tongue" "A long and narrow sheet of ice projecting out from the coastline. An ice tongue forms when a valley glacier moves very rapidly out into the ocean or a lake." + "ice wedge" "A geological fracture which is formed during winter months by a narrow or thin piece of ice." + "ice-covered lake" "A lake permanently covered by ice." + "ice-encased melt pond" "A melt pond which is completely encased in ice and thus not directly exposed to the atmosphere or underlying water." + "iceberg" "An ice mass which has broken away from a larger ice mass on land, such as a glacier or ice shelf, and may be either afloat or aground." + "icefall" "A portion of a glacier characterized by rapid flow, a chaotic crevassed surface, and a pronounced, at times vertical, slope." + "igneous extrusion" "A mass of igneous rock formed when hot magma flows out (extrudes) onto a planetary surface as lava or explodes violently into the atmosphere to fall back as pyroclastics or tuff." + "igneous intrusion" "An igneous intrusion is a mass of rock and minerals formed when magma cools, solidifies, and undergoes fractional crystallisation without reaching the surface." + "illegal informal settlement" "A populated place where groups of housing units have been constructed on land that the occupants have no legal claim to, or occupy illegally, or where dwellings are not in compliance with current planning and building regulations." + "illegal settlement" "A settlement on land that the inhabitants have no legal claim to or occupy illegally." + "illuminated biosphere part" "An astronomical body part which includes those parts of a biosphere that are, at least periodically, illuminated and in which photosynthesis may occur." + "impact crater" "A crater which was formed as a result of the impact of one astronomical body on another." + "impact crater lake" "A lake which is contained in a crater formed by an impact event." + "impromptu campground" "A campground which has no pre-existing facilities installed or maintained by humans, usually found outside of anthropised ecosystems." + "indoor kitchen" "An indoor kitchen is a room or part of a room primarily used for cooking or food preparation, but which may have other funcitons such as dining, food storage, dishwashing, or laundry." + "indoor toilet" "An indoor toilet is a room which contains a sanitation fixture used primarily for the disposal of human urine and faeces." + "industrial building" "An industrial building is a building within which goods are produced and, optionally, stored or within which services are rendered." + "industrial park" "A human construction which is used for the purpose of industrial development." + "industrial wastewate treatment plant" "A wastewater treatment plant that treates industrial wastewater. Industrial wastewater treatment covers the mechanisms and processes used to treat waters that have been contaminated in some way by anthropogenic industrial or commercial activities prior to its release into the environment or its re-use." + "inflationary cave" "A cave that is formed by the action of pressurised lava pushing against surrounding rock and then draining away." + "informal settlement" "A settlement which is not associated with or directed by official planning processes and which typically lacks municipal services and infrastructure such as sanitation, water services, and waste management services." + "infralittoral zone" "A zone which is part of the sublittoral zone and is dominated by algae. This zone usually extends up to five metres below the low water mark." + "inland cliff" "A cliff which is not adjacent to a major water body." + "inland sea" "A sea which shalowly covers central areas of continents during periods of high sea level that result in marine transgressions." + "inlet" "An opening of the sea into the land, or of a lake into its shore." "inner planetary core" - "insecure housing" - "insequent stream" - "institutional building" - "intensive care unit" - "intensive care unit facility" - "intensive care unit room" - "interfluve" - "intermittent estuary" + "insecure housing" "A human dwelling which may be unsustainable over the long term for an inhabitant because of financial, livability, overcrowding or other factors." + "insequent stream" "A stream that has an almost random drainage often forming dendritic patterns. These are typically tributaries and have developed by a headward erosion on a horizontally stratified belt or on homogeneous rocks. These streams follow courses that apparently were not controlled by the original slope of the surface, its structure or the type of rock." + "institutional building" "A building which is used by an organization which serves a long-established role in human society." + "intensive care unit" "A building part which has been constructed to support the provision of intensive care medicine to patients with severe or life-threatening illnesses and injuries." + "intensive care unit facility" "A hospital unit facility which is used to provide intensive medical care." + "intensive care unit room" "A room in which intensive medical care is provided." + "interfluve" "A relatively undissected upland between adjacent stream valleys." + "intermittent estuary" "An estuary which varies dramatically in its volume as a result of intermittent freshwater input, and is capable of changing from a wholly marine embayment to any other type of estuary." "intermittent saline evaporation pond" - "intermittently filled reservoir" - "intertidal ecosystem" - "intertidal zone" - "intraglacial lake" - "intrusion" - "inverse estuary" + "intermittently filled reservoir" "A reservoir that is not permanently filled with water, at times being dry." + "intertidal ecosystem" "An ecosystem which overlaps those areas of the foreshore and seabed that are exposed to the air at low tide and submerged at high tide." + "intertidal zone" "The area of the foreshore and seabed that is exposed to the air at low tide and submerged at high tide, i.e., the area between tide marks." + "intraglacial lake" "A lake which is comprised of meltwater located underneath or within a glacier." + "intrusion" "A mass of environmental material which has been formed as the result of its transport into an existing mass of another material." + "inverse estuary" "An estuary which is located in regions where evaporation greatly exceeds the inflow of fresh water, forming a zone of maximum salinity towards which both riverine and marine water masses flow, before sinking and spreading along the bottom in both seaward and landward directions." "iron mine" - "iron sheet" - "irrigation canal" - "irrigation dam" - "irrigation ditch" - "irrigation reservoir" - "island" - "island arc" - "isthmus" - "joint-plane cave" - "jungle soil" - "juniper woodland" - "kame" - "kame terrace" - "karst" - "karst cave" - "karst field" - "kastanozem" - "kelp forest" - "kettle" - "kiosk" - "kipuka" - "knackery" - "kynurenate enriched soil" - "laboratory facility" - "laccolith" - "lacquer" - "lacustrine beach" - "lacustrine plain" - "lake" - "lake bed" - "lake bottom mud" - "lake channel" - "lake coast" - "lake inlet" - "lake island" - "lake layer" - "lake shore" + "iron sheet" "An iron sheet is a mass of iron which has been forged into a roughly planar form of less than 6 millimetres in thickness." + "irrigation canal" "Artificial watercourse with no flow or a controlled flow used irrigation." + "irrigation dam" "A dam constructed for the purpose of holding water in a reservoir for irrigation." + "irrigation ditch" "A ditch that supplies water to surrounding land." + "irrigation reservoir" "A reservoir constructed for the purpose of providing water for irrigation." + "island" "Area of dry or relatively dry land surrounded by water or low wetland." + "island arc" "A volcanic arc formed by the subduction of oceanic crust other oceanic crust on an adjacent tectonic plate." + "isthmus" "Narrow section of land in a body of water connecting two larger land areas." + "joint-plane cave" "A cavity developed along a joint and elongate in cross-section." + "jungle soil" "Soil which is part of a densely forested area subject to tropical climate patterns." + "juniper woodland" "A juniper woodland is a woodland which has a tree community primarily composed of trees of the genus Juniperus." + "kame" "An irregularly shaped hill or mound composed of sorted or stratified sand and gravel that is deposited in contact with the glacial ice. It can have an irregular shape. Kames are often associated with kettles, and this is referred to as kame and kettle topography. When the ice retreats further, the delta kame often collapses. Kame terraces are frequently found along the side of a glacial valley and are the deposits of meltwater streams flowing between the ice and the adjacent valley side." + "kame terrace" "A terrace associated with a kame." + "karst" "A surface landform which is formed by the dissolution of a soluble layer or layers of bedrock." + "karst cave" "A cave which is part of a karst formation." + "karst field" "A large flat plain in karst territory with areas usually 5 to 400 sqaure kilometres." + "kastanozem" "Kastanozems are dry grassland soils, among them the zonal soils of the short-grass steppe belt, south of the Eurasian tall-grass steppe belt with Chernozems. Kastanozems have a similar profile to that of Chernozems but the humus-rich surface horizon is thinner and not as dark as that of the Chernozems and they show more prominent accumulation of secondary carbonates." + "kelp forest" "Kelp forests are underwater areas with a high density of kelp. They are recognized as one of the most productive and dynamic ecosystems on Earth. Smaller areas of anchored kelp are called kelp beds." + "kettle" "A fluvioglacial landform occurring as the result of blocks of ice calving from the front of a receding glacier and becoming partially to wholly buried by glacial outwash. Glacial outwash is generated when sediment laden streams of meltwater flow away from the glacier and are deposited to form broad outwash plains called sandurs. When the ice blocks melt, holes are left in the sandur." + "kiosk" "A booth with an open window on one side." + "kipuka" "An elevated area such as a hill, ridge or old lava dome inside or downslope from an area of active volcanism. New lava flows will cover the surrounding land, isolating the kipuka so that it appears as a (usually) forested island in a barren lava flow." + "knackery" "A facility in which non-human animals are slaughtered and processed, but not for human consumption." + "kynurenate enriched soil" "A portion of kynurenate enriched soil is a portion of soil with elevated levels of kynurenate." + "laboratory facility" "A research facility in which systems of manufactured products control internal conditions and in which scientific or technological research, experiments, and measurement may be performed." + "laccolith" "A sheet intrusion (or concordant pluton) that has been injected between two layers of sedimentary rock. The pressure of the magma is high enough that the overlying strata are forced upward, giving the laccolith a dome or mushroom-like form with a generally planar base." + "lacquer" "A category of hard and potentially shiny (clear or colored) finishes which can be applied to materials including wood or metal." + "lacustrine beach" "A beach which is part of a lake shore." + "lacustrine plain" "A plain that originally formed in a lacustrine environment, that is, as the bed of a lake, but from which the water has disappeared, by natural drainage, evaporation or other geophysical processes." + "lake" "A body of water or other liquid of considerable size contained in a depression on a landmass." + "lake bed" "The ground surface that lies beneath a lake." + "lake bottom mud" "Mud which constitutes the bed of a lake." + "lake channel" "A channel of a watercourse which contains lake water." + "lake coast" "The general region of indefinite width that extends from a lake inland to the first major change in terrain features." + "lake inlet" "An opening of a lake into its shore." + "lake island" "An island that lies in a lake." + "lake layer" "A layer which is part of a lake." + "lake shore" "That part of the land in immediate contact with a lake." "lake surface" - "lake water" - "lake with a hypoxic hypolimnion" - "lake with an anoxic hypolimnion" - "lake with an oxic hypolimnion" - "lamp" - "land" - "land bridge" - "land ice mass" - "land-tied island" - "landfill" - "landform" - "landline telephone" - "landlocked sea" - "landmass" - "landslide" - "landslide lake" - "landspout" - "lantern" - "large freshwater lake biome" - "large river biome" - "large river delta biome" - "large river headwater biome" - "lateral moraine" - "latrine" - "latrine pit" - "latrine slab" - "lava field" - "lava flow" - "lava tunnel" - "lawn soil" - "leafy wood soil" - "leat" - "leather dye" - "legal settlement" - "leisure centre" - "lentic water body" - "leptosol" - "letter paper" - "levee" - "lichen woodland" - "light switch" + "lake water" "Water which is part of a lake." + "lake with a hypoxic hypolimnion" "A lake which has a hypolimnion composed primarily of hypoxic water." + "lake with an anoxic hypolimnion" "A lake which has a hypolimnion composed primarily of anoxic water." + "lake with an oxic hypolimnion" "A lake which has a hypolimnion composed primarily of oxic water." + "lamp" "A lamp is an object which generates heat, light, or any other form of radiation." + "land" "A surface layer of an astronomical body which is primarily composed of solid material and is not covered by oceans or other bodies of water." + "land bridge" "An isthmus or other land connection between what at other times are separate land masses which allows animals and plants to cross and colonise new lands. Land bridges are commonly created by regression, in which sea levels fall exposing previously submerged sections of continental shelf. Land bridges are also formed by: (a) upthrust at the edge of continental plates; and (b) glacial retreat alleviating pressure on shallow marine formations." + "land ice mass" "An ice mass which has formed over land." + "land-tied island" "A continental island connected to its adjacent land by a natural feature, such as a causeway." + "landfill" "A depression which contains objects and materials discarded by humans or their technologies." + "landform" "A solid astronomical body part which has been formed from and is composed primarily of the matter of that astronomical body." + "landline telephone" "A landline telephone is a telephone which is connected to a telephone network with wires through which electronic signals are carried." + "landlocked sea" "A sea that is not connected with an ocean." + "landmass" "A large continuous area of land, either surrounded by sea or contiguous with another landmass." + "landslide" "A mound of earth material, at the base of a slope and the associated scoured area." + "landslide lake" "A lake which fills a depression where drainage is blocked by solid material transported by a landslide." + "landspout" "A tornado which a) is not associated with a mesocyclone and is thus relatively weak and short-lived, b) is centred on a small, smooth condensation funnel which often does not reach the planetary surface, and c) forms a distinctively laminar cloud of dust when it makes contact with the land." + "lantern" "A lantern is a portable device or mounted fixture comprising a light source protected by a translucent case." + "large freshwater lake biome" "A freshwater biome which is determined by a large lake." + "large river biome" "A freshwater river biome which is determined by a large river." + "large river delta biome" "A freshwater river biome which is determined by the delta of a large river." + "large river headwater biome" "A freshwater river biome which is determined by the headwaters of a large river." + "lateral moraine" "The parallel ridges of till deposited along the sides of an alglacier. The unconsolidated debris is deposited on top of the glacier by frost shattering of the valley walls and from tributary streams flowing into the valley. The till is carried along the glacial margin until the glacier melts." + "latrine" "A latrine is a toilet which is of simple construction (relative to a flush or chemical toilet) and typically intended for communal use." + "latrine pit" "A latrine pit is an artificial hole or cavity in the ground used to collect human excreta." + "latrine slab" "A latrine slab is a broad, flat, thick piece of solid material (typically stone or concrete) used as the floor of a latrine and which includes a hole through which excreta are deposited into a latrine pit." + "lava field" "A lava field is an expanse of flat-lying lava flows. Such features are generally composed of highly fluid basalt lava, and can extend for tens or even hundreds of miles across the underlying terrain." + "lava flow" "A lava flow is a moving outpouring of lava, which is created during a non-explosive effusive eruption." + "lava tunnel" "A tunnel formed by the flow of molten lava, which has subsequently drained out." + "lawn soil" "Soil which is formulated to promote the growth of grasses or other plants used to establish managed areas of vegetation." + "leafy wood soil" "Soil which is part of a woodland dominated by leafy trees." + "leat" "A man-made watercourse, or makeshift aqueduct, often an artificial channel which supplies water to a watermill or its mill pond, collecting water from upstream of the mill so that the natural level of the driving water is above the level of the stream at the mill. Alternatively to may deliver water for mineral washing and concentration, irrigation or to a dye works." + "leather dye" "Pigments carried by solvents or water which are applied to leather to be absorbed into the pores of the leather to deposit coloration." + "legal settlement" "A settlement on land that the inhabitants have a legal claim to." + "leisure centre" "A public building or site which provides facilities used by people to keep fit or relax." + "lentic water body" "A lentic water body is a water body in which the accumulated water, in its totality, has very little to no directed flow." + "leptosol" "Leptosols are very shallow soils over continuous rock and soils that are extremely gravelly and/or stony. Leptosols are azonal soils and particularly common in mountainous regions." + "letter paper" "A paper product which has been manufactured to facilitate the writing of letters." + "levee" "An artificial slope or wall, usually earthen, which parallels the course of a river, built for the purpose of containing the river." + "lichen woodland" "A woodland which has an understory partially covered by lichen mats and tundra-like vegetation." + "light switch" "A switch which turns a light on or off." "lignite power plant" - "liman" - "limed soil" - "limestone cave" - "limestone pavement" - "liquid astronomical body part" - "liquid planetary core" + "liman" "A lake or estuary that is formed at the mouth of a river where flow is blocked by a bar of sediments. It can be maritime (the bar being created by the current of a sea) or fluvial (the bar being created by the flow of a bigger river at the confluence)." + "limed soil" "Soil which has been amended with mineral additives to increase its pH." + "limestone cave" "A cave formed in limestone, usually by dissolution of limestone by acidic groundwater." + "limestone pavement" "A natural karst landform consisting of a flat, incised surface of exposed limestone that resembles artificial pavement." + "liquid astronomical body part" "A part of an astronomical body which is primarily composed of liquid material." + "liquid planetary core" "A liquid planetary core is a planetary core which is primarily composed of liquid material." "liquid planetary surface" - "liquid surface of an astronomical body" - "listed building" - "lithia spring" - "lithosphere" - "litter layer" - "littoral zone" - "live cave" - "livestock house" - "living room" - "lixisol" - "loam" - "lock" - "locker" - "long-term care facility" - "lopolith" - "lost fishing gear" - "lost stream" - "lotic water body" - "low tide zone" - "luvisol" - "maar" - "machair" - "maelstrom" - "maize field" - "man-made tunnel" - "mangrove biome" - "mangrove biome soil" - "mangrove island" - "mantle lamp" - "manufactured cage" - "manufactured plastisphere" - "manufactured product" - "manufacturing equipment" - "manure pit" - "manured soil" - "marginal ice zone front" - "marginal sea biome" - "marine Taylor column" - "marine abyssal zone biome" - "marine abyssalpelagic zone" - "marine algal bloom" - "marine anoxic zone" - "marine anthropogenic litter" - "marine aphotic zone" - "marine basaltic hydrothermal vent biome" - "marine bathyal zone biome" - "marine bathypelagic zone" - "marine bed" - "marine benthic biome" - "marine benthic storm" - "marine biome" - "marine black smoker biome" - "marine channel" - "marine chemocline" - "marine cline" - "marine cold seep biome" - "marine cold-water sphere" + "liquid surface of an astronomical body" "A surface of an astronomical body which is part of a water body present on that body." + "listed building" "A building that has been placed on one of the four statutory lists maintained by Historic England in England, Historic Environment Scotland in Scotland, Cadw in Wales, and the Northern Ireland Environment Agency in Northern Ireland." + "lithia spring" "A mineral spring through which water with elevated concentrations of lithium salts flows." + "lithosphere" "A lithosphere is the outermost shell of a terrestrial-type planet or natural satellite that is defined by its rigid mechanical properties." + "littoral zone" "An aquatic environment which is the part of a sea, lake, or river that is close to the shore." + "live cave" "A cave containing a stream or active speleothems." + "livestock house" "An animal house used for housing livestock." + "living room" "A living room is a room in a human house which is used for social and domestic leisure activities." + "lixisol" "Lixisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Lixisols have a high base saturation and low-activity clays at certain depths." + "loam" "A soil which is composed of approximately equal proportions of sand and silt, with a smaller proportion of clay." + "lock" "A device for raising and lowering boats between stretches of water of different levels on river and canal waterways. The distinguishing feature of a lock is a fixed chamber whose water level can be varied." + "locker" "A manufactured product which is a storage compartment with a lock." + "long-term care facility" "A residential building which is used to provides long-term care for residents." + "lopolith" "A large igneous intrusion which is lenticular in shape with a depressed central region." + "lost fishing gear" "Abandoned fishing gear which was unintentionally left unmaintained and uncontrolled by its custodian." + "lost stream" "A surface stream that disappears into an underground channel, or dries up in an arid area." + "lotic water body" "A lotic water body is a water body in which the accumulated water, in its totality, is flowing." + "low tide zone" "The tidal zone that is mostly submerged, only being exposed at the point of low tide and for a longer period of time during extremely low tides." + "luvisol" "Luvisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Luvisols have high-activity clays throughout the argic horizon and a high base saturation at certain depths." + "maar" "A broad, low relief crater that results from a phreatic eruption or explosion caused by groundwater contact with hot lava or magma. The maar typically fills with water to form a relatively shallow crater lake." + "machair" "A fertile low-lying raised beach found on the some of the coastlines of Ireland and Scotland, in particular in the Outer Hebrides." + "maelstrom" "A very powerful whirlpool." + "maize field" "A field used for the cultivation of corn or related crop plants." + "man-made tunnel" "A tunnel constructed by human means." + "mangrove biome" "A mangrove biome is a terrestrial biome which includes, across its spatial extent, mangrove plants (Rhizophoraceae). Mangrove plants are able to withstand high levels of salinity as well as regions of anoxia and frequent tidal inundation. Mangrove biomes often occur near tropical and sub-tropical estuaries and depositional marine coastal environments where fine sediments (often with high organic content) collect in areas protected from high energy wave action." + "mangrove biome soil" "Soil which is located in a mangrove biome." + "mangrove island" "An island formed of trees and shrubs that grow in saline coastal habitats in the tropics and subtropics." + "mantle lamp" "A mantle lamp is a central-draught lamp which includes a pear-shaped, fabric mesh containing thorium or other rare-earth salts placed over the burner. On first use the fabric burns away and the rare-earth salts are converted to oxides, leaving a very fragile structure which incandesces (glows brightly) upon exposure to the heat of the burner flame." + "manufactured cage" "A manufactured structure made of interspaced structural elements such as metal or wooden bars or wires held together such that they may be used to confine, contain, or protect something." + "manufactured plastisphere" "A plastisphere which is composed primarily of manufactured plastic." + "manufactured product" "A material entity that has been processed by humans or their technology in any way, including intermediate products as well as final products." + "manufacturing equipment" "A manufactured product which is capable of some manufacturing process." + "manure pit" "A pit which is used for the collection and storage of manure." + "manured soil" "Soil which has, as a part, a portion of either fresh or processed animal manure." + "marginal sea biome" "The marginal sea biome comprises parts of an ocean partially enclosed by land such as islands, archipelagos, or peninsulas. Unlike mediterranean seas, marginal seas have ocean currents caused by ocean winds. Many marginal seas are enclosed by island arcs that were formed from the subduction of one oceanic plate beneath another." + "marine Taylor column" "A marine Taylor column is a Taylor column that is formed in a marine body of water. Currents flowing over shoaling topography such as seamounts are accelerated and destabilised, resulting in Taylor columns. Eddies and internal waves are generated downstream of the topological feature and may extend 1000 m or so above them. This may result in a localised increase in primary production where the Taylor column reaches surface waters." + "marine abyssal zone biome" "The marine abyssal zone biome comprises regions of the marine benthic biome between approximately 2500 m and 6000 m depth. This zone generally coincides with the continental rise and the abyssal plain." + "marine abyssalpelagic zone" "The zone of the ocean below the bathypelagic zone, with its lowest boundary at about 6000m." + "marine algal bloom" "A marine algal bloom is a rapid increase or accumulation in the population of algae in a marine system. Typically, only one or a small number of phytoplankton species are involved. Although there is no officially recognized threshold level, algae can be considered to be blooming at concentrations of hundreds to thousands of cells per milliliter, depending on the severity." + "marine anoxic zone" "Marine anoxic zones are areas of marine water that are depleted of dissolved oxygen. This condition is generally found in areas that have restricted water exchange. In most cases, oxygen is prevented from reaching the deeper levels by a physical barrier (sill) as well as by a pronounced density stratification. Anoxic conditions will occur if the rate of oxidation of organic matter by bacteria is greater than the supply of dissolved oxygen." + "marine anthropogenic litter" "Anthropogenic litter which is present in the marine environment." + "marine aphotic zone" "The zone of an ocean below 200m, in which photosynthesis cannot occur due to the lack of light." + "marine basaltic hydrothermal vent biome" "A marine basaltic hydrothermal vent biome comprises regions of the marine hydrothermal vent biome hosted on basaltic rocks. Basalt generally has a composition of 45 to 55 wt % SiO2, 2 to 6 wt % total alkalis, 0.5 to 2.0 wt % TiO2, 5 to 14 wt % FeO and 14 wt % or more Al2O3. Contents of CaO are commonly near 10 wt %, those of MgO commonly in the range 5 to 12 wt %." + "marine bathyal zone biome" "The marine bathyal zone biome comprises regions of the marine benthic biome between approximately 200 m and 3000 m depth. This zone generally coincides with the continental slope." + "marine bathypelagic zone" "The one of an ocean below the 10degC thermocline down to a temperature of 4degC." + "marine bed" "A submerged bed which underlies a marine water body." + "marine benthic biome" "The marine benthic biome (benthic meaning 'bottom') encompasses the seafloor and includes such areas as shores, littoral or intertidal areas, marine coral reefs, and the deep seabed." + "marine benthic storm" "Benthic storms are strong benthic (near bottom) currents transporting sediment, created by the input of energy (largely kinetic) to the seabed. In regions with high mesoscale eddy activity, benthic storms are frequent and can create isohaline and isothermal conditions extending as much as 1000m above the seafloor." + "marine biome" "An aquatic biome which is determined by a marine water body." + "marine black smoker biome" "A marine black smoker biome comprises regions of the marine hydrothermal vent biome characterised by a black vent plume. This black plume is a consequence of dissolved metals and minerals forming complexes with sulphide and indicates polymetallic sulphide mineral deposits beneath the surface." + "marine channel" "A channel of a watercourse which contains marine water." + "marine chemocline" "A marine chemocline is a marine cline caused by a strong, vertical chemistry gradient within a body of marine water. Chemoclines most commonly occur where local conditions favor the formations of anoxic bottom water." + "marine cline" "A cline which is part of a marine water body." + "marine cold seep biome" "A marine benthic biome which is determined by a cold seep." + "marine cold-water sphere" "The marine cold-water sphere describes a water mass extending from the polar seas and across low latitudes at depths of ca. 800 to 1000 m, which is separated from the marine warm-water sphere by the permanent marine thermocline" "marine coral reef back reef" - "marine coral reef biome" + "marine coral reef biome" "The marine coral reef biome comprises constructional wave-resistant entities which are primarily built by corals and are often cemented together. The growth of these structures is aided by zooxanthellae, algae that are symbiotic with the reef-building corals." "marine coral reef buttress zone" "marine coral reef crest" "marine coral reef deep fore reef" "marine coral reef flat zone" "marine coral reef fore reef" - "marine current" - "marine downwelling" + "marine current" "A water current which is maintained by a continuous, directed movement of marine water, generated by forces caused by breaking waves, wind, Coriolis force, temperature and salinity differences, and tides caused by the gravitational pull of astronomical bodies. Depth contours, shoreline configurations and interaction with other currents influence a current's direction and strength." + "marine downwelling" "A marine downwelling describes a net current of marine surface water towards deeper regions of the water column. Marine downwellings are usually caused by differences in the density (and hence, temperature and salinity) of seawater." "marine ecosystem" - "marine environment" - "marine environmental zone" - "marine eulittoral zone" - "marine faunal bed" - "marine hadal zone biome" - "marine hydrothermal plume" - "marine hydrothermal vent" - "marine hydrothermal vent biome" - "marine hydrothermal vent chimney" - "marine iceberg" - "marine lake" - "marine layer" - "marine littoral zone" - "marine mesopelagic zone" - "marine mesoscale eddy field" - "marine mud" - "marine neritic benthic zone biome" - "marine neritic zone" - "marine nutricline" - "marine oligotrophic desert" - "marine oxygen minimum zone" - "marine pelagic biome" - "marine pelagic zone" - "marine photic zone" - "marine pockmark" - "marine pycnocline" - "marine reef" - "marine reef biome" - "marine salt marsh biome" - "marine sponge reef" - "marine sponge reef biome" - "marine streamer" - "marine sub-littoral zone" - "marine subtidal rocky reef" - "marine subtidal rocky reef biome" - "marine supra-littoral zone" - "marine surface current" - "marine terrace" - "marine thermocline" - "marine tidal flow" - "marine tidal flow zone" - "marine ultramafic hydrothermal vent biome" - "marine upwelling biome" - "marine warm-water sphere" - "marine water body" - "marine water mass" - "marine white smoker biome" - "marine wind mixed layer" - "market" - "masonry unit" - "mass of ice and snow" - "massage therapy clinic" - "massif" - "maternity unit facility" - "mattress" - "mausoleum" - "meadow ecosystem" - "meadow soil" - "meander" - "meander neck" - "meat processing plant" - "medial moraine" - "medical clinic" - "medical instrument" - "mediterranean biome" - "mediterranean forest" - "mediterranean forest biome" - "mediterranean grassland" - "mediterranean grassland biome" - "mediterranean savanna biome" - "mediterranean sea biome" - "mediterranean shrubland biome" - "mediterranean woodland biome" - "melt pond" - "membrane bioreactor" - "merchant vessel" - "meromictic lake" - "meromictic pond" - "mesa" - "mesocosm" - "mesophilic sulfur spring" - "mesoscale marine eddy" - "mesotrophic lake" - "metal contaminated soil" - "metalimnion" - "meteor impact crater" - "meteorite lake" - "methane-releasing thermokarst lake" - "methyl cellulose paste" - "micobiology unit facility" - "microcontinental island" - "microcosm" - "microfracture" - "mid-elevation mountain" - "mid-ocean ridge" - "mid-shelf fronts" - "midden" - "military training area" - "mine" - "mine drainage" - "mineral deposit" - "mineral spring" - "mixed forest" - "mixed forest biome" - "mixed grassland" - "moatan" - "mobile intensive care ambulance" - "mobile phone" - "mofetta" - "monadnock" - "monogenetic volcanic field" - "monomictic lake" - "montane biome" - "montane conifer woodland" - "montane desert biome" + "marine environment" "A marine environment and enviroment which is determined by a marine water body." + "marine environmental zone" "An astronomical body part which is part of a marine environment." + "marine eulittoral zone" "The eulittoral zone extends from the spring high tide line, which is rarely inundated, to the spring low tide line, which is rarely not inundated. The wave action and turbulence of recurring tides shapes and reforms cliffs, gaps, and caves, offering a huge range of habitats for sedentary organisms." + "marine faunal bed" "A marine bed which is covered by animals which have benthic habitats, including attached, clinging, sessile, infaunal, burrowing, laying, interstitial, and slow-moving animals, but not animals that have created substrate." + "marine hadal zone biome" "The marine hadal zone biome describes sea floor deeper than 6000 m such as that of the oceanic trenches." + "marine hydrothermal plume" "A marine hydrothermal vent plume, part of a marine hydrothermal vent, is a high temperature water jet laden with dissolved metals and minerals that is driven by heat generated due to tectonic activity below the vent." + "marine hydrothermal vent" "A marine hydrothermal vent is a marine benthic feature where heat generated due to tectonic activity, either at divergent plate boundaries or convergent ocean plates where back-arc spreading occurs, is released or 'vented' to the surface. The resultant high temperature water jets are laden with dissolved metals and minerals." + "marine hydrothermal vent biome" "The marine hydrothermal vent biome comprises regions of the marine benthic biome where heat generated due to tectonic activity, either at divergent plate boundaries or convergent ocean plates where back-arc spreading occurs, is released or 'vented' to the surface. The resultant high temperature water jets are laden with dissolved metals and minerals." + "marine hydrothermal vent chimney" "A column of solid material which has been progressively deposited around a hydrothermal vent." + "marine iceberg" "A large mass of detached land ice in the sea or stranded in shallow water." + "marine lake" "A lake which is connected to a marine water body via tunnels or cracks in the soil." + "marine layer" "A layer that is part of a marine water body." + "marine littoral zone" "The marine littoral zone is a littoral zone which extends, approximately, from the spray region above the high tide mark to the edge of the coninental shelf." + "marine mesopelagic zone" "The zone of an ocean immediately below the photic zone down to a depth where the water temperature is 10degC (the thermocline)." + "marine mesoscale eddy field" "A mesoscale eddy field is an expanse of marine water which includes coherent vortices, as well as a rich cascade of other structures such as filaments, squirts and spirals and is characterized by temperature and salinity anomalies with associated flow anomalies that are nearly in geostrophic balance. Although only the surface expression of mesoscale eddies is visible in satellite images of sea surface height or temperature, they are in fact three dimensional structures that reach down into the pycnocline." + "marine mud" "Mud which is part of a marine ecosystem." + "marine neritic benthic zone biome" "The marine neritic zone biome comprises sea floor from the high tide mark to a continental shelf break. This zone generally extends to 200 m below average sea level." + "marine neritic zone" "The water mass of an ocean directly above a continental shelf." + "marine nutricline" "A nutricline which is part of a marine water body." + "marine oligotrophic desert" "A marine water mass which is composed primarily of water with low concentrations of nutrients." + "marine oxygen minimum zone" "A marine water mass which is characterized by having much lower than normal dissolved oxygen concentrations persistently." + "marine pelagic biome" "The marine pelagic biome (pelagic meaning open sea) is that of the marine water column, from the surface to the greatest depths." + "marine pelagic zone" "An open ocean region." + "marine photic zone" "The zone of an ocean from the surface to where photosynthesis can occur, due to the penetration of light." + "marine pockmark" "Pockmarks are craters in the seabed resulting from the release of gas or liquid. Generally, they are formed in soft, fine-grained seabed sediments by the escape of fluids (gas or water, but mainly methane) into the water column." + "marine pycnocline" "A pycnocline which is part of a marine water body and composed primarily of sea water." + "marine reef" "A reef which is located in a marine water body." + "marine reef biome" "A biome expressed by strips or ridges of rocks, sand, or coral that rises to or near the surface of a body of marine water." + "marine salt marsh biome" "The marine salt marsh biome comprises marshes that are transitional intertidals between land and salty or brackish marine water (e.g.: sloughs, bays, estuaries). It is dominated by halophytic (salt tolerant) herbaceous plants. The daily tidal surges bring in nutrients, which tend to settle in roots of the plants within the salt marsh. The natural chemical activity of salty (or brackish) water and the tendency of algae to bloom in the shallow unshaded water also allow for great biodiversity." + "marine sponge reef" "A marine sponge reef is marine reefs primarily built by marine sponges. The primary frame-building sponges are all members of the order Hexactinosa. They are found only in glacier-scoured troughs of low-angle continental shelf. The seafloor is stable and consists of rock, coarse gravel, and large boulders." + "marine sponge reef biome" "The marine sponge reef biome comprises marine reefs primarily built by marine sponges. The primary frame-building sponges are all members of the order Hexactinosa. They are found only in glacier-scoured troughs of low-angle continental shelf. The seafloor is stable and consists of rock, coarse gravel, and large boulders." + "marine streamer" "Marine streamers are tongues of cold water that extend > 100 km offshore from upwelling regions. Enhanced primary productivity may occur in these waters as they are typically more nutrient rich than marine surface waters." + "marine sub-littoral zone" "The marine sublittoral zone is part of the marine littoral zone which is permanently covered by seawater. In physical oceanography, the sublittoral zone refers to coastal regions with significant tidal flows and energy dissipation, including non-linear flows, internal waves, river outflows and oceanic fronts. In practice, this typically extends to the edge of the continental shelf, with depths around 200 meters. In marine biology, the sublittoral refers to the areas where sunlight reaches the ocean floor, that is, where the water is never so deep as to take it out of the photic zone." + "marine subtidal rocky reef" "A rocky reef which is located in the subtidal zone of a marine water body." + "marine subtidal rocky reef biome" "The marine rocky subtidal reef biome comprises regions of the marine reef biome composed mainly of rock and which harbour abundant communities of algae and invertebrates. These reefs are often very patchy, with alterations of rocks dominated by rich invertebrate assemblages and turf-forming calcareous red algae." + "marine supra-littoral zone" "The supralittoral zone is the area above the spring high tide line that is regularly splashed, but not submerged by ocean water. Seawater penetrates these elevated areas only during storms with high tides." + "marine surface current" "A marine current bordered by the surface of the water column and the permanent thermocline, where it occurs. Surface currents are mostly wind driven and mostly limited to the top 400 m of the water column. Ocean currents are driven by the circulation of wind above surface waters. Frictional stress at the interface between the ocean and the wind causes the water to move in the direction of the wind. Large ocean currents are a response of the atmosphere and ocean to the flow of energy from the tropics to polar regions. In some cases, currents are transient features and affect only a small area. Other ocean currents are essentially permanent and extend over large horizontal distances." + "marine terrace" "A terrace which is located in a marine water body." + "marine thermocline" "A thermocline which is part of a marine water body." + "marine tidal flow" "A marine current which is maintained by a tidal flow process." + "marine tidal flow zone" "An environmental zone in which varying gravitational forces from astronomical bodies, combined with the rotation of the astronomical body containing the zone, cause marine waters to undergo periodic depth oscillations (tides)." + "marine ultramafic hydrothermal vent biome" "A marine ultramafic hydrothermal vent biome comprises regions of themarine hydrothermal vent biome hosted on ultramafic (also referred to as ultrabasic) rocks. Ultramafic rocks are igneous and meta-igneous rocks with very low silica content (less than 45%), generally >18% MgO, high FeO, low potassium, and are composed of usually greater than 90% mafic minerals (dark colored, high magnesium and iron content). The Earth's mantle is composed of ultramafic rocks." + "marine upwelling biome" "A marine biome which contains communities adapted to living in an environment determined by an upwelling process." + "marine warm-water sphere" "The marine warm-water sphere describes a water mass extending to depths of ca. 800 to 1000 m in low and middle latitudes. It is separated from the marine cold-water sphere by the permanent marine thermocline" + "marine water body" "A lentic water body which is composed primarily of marine water." + "marine water mass" "A mass of marine water." + "marine white smoker biome" "A marine white smoker biome comprises regions of the marine hydrothermal vent biome characterised by lightly hued plumes, typically containing barium, calcium, and silicon. These vents tend to have lower temperature plumes when compared to black smoker environments." + "marine wind mixed layer" "The upper part of the marine water column with generally uniform properties resulting from wind-driven mixing." + "market" "A part of an ecosystem where people gather for the purchase and sale of provisions, livestock, and other goods." + "masonry unit" "A masonry unit is a solid piece of material, usually with a regular shape, used as a component in the construction of buildings. Masonry units are usually composed of brick, stone, marble, granite, travertine, limestone, cast stone, concrete block, glass block, stucco, tile, or cob." + "mass of ice and snow" "A object which is composed primarily of water-based snow and ice." + "massage therapy clinic" "A medical clinic which is used to provide massage therapy services." + "massif" "A section of the Earths's crust that is demarcated by faults or flexures. In the movement of the crust, a massif tends to retain its internal structure while being displaced as a whole." + "maternity unit facility" "A hospital unit facility which is used to provide materinity care." + "mattress" "A mattress is a mass of material which is able to cushion and support a reclining body and is used as or on a bed." + "mausoleum" "A public building constructed as a external, free-standing monument enclosing the interment space or burial chamber of a deceased person or people." + "meadow ecosystem" "A grassland ecosystem which contains a variety of annual, biennial and perennial plants growing on rolling or flat terrain." + "meadow soil" "Soil which is part of a meadow." + "meander" "A bend in a stream. A stream flowing through a wide valley or flat plain will tend to form a meanders as it alternatively erodes and deposits sediments along its course." + "meander neck" "A landform which is the narrowest part of a meander." + "meat processing plant" "A processing plant for slaughtering, processing, packaging, labelling, handling, and storing of food animal carcasses, parts of carcasses, and meat products." + "medial moraine" "A moriane formed when the inside lateral moraines of two glaciers merge together. They form a ridge down the center of the combined glaciers." + "medical clinic" "A healthcare facility which is used to provide outpatient health care services." + "medical instrument" "A manufactured product which has been designed for use in one or more medical procedures." + "mediterranean biome" "A biome which is subject to mediterranean climatic conditions." + "mediterranean forest" "A forest ecosystem which includes communities adapted to 1) hot to warm, dry summers, 2) mild to cold, rainy winters, and 3) the influence of large, usually marine, bodies of water." + "mediterranean forest biome" "A mediterranean forest in which dominant ecological communities have reached their climax successional state." + "mediterranean grassland" "A grassland which is subject to mediterranean climatic conditions." + "mediterranean grassland biome" "A subtropical grassland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean savanna biome" "A savanna biome which is subject to mediterranean climate patterns." + "mediterranean sea biome" "The mediterranean sea biome comprises mostly enclosed seas that have limited exchange of deep water with outer oceans and where the water circulation is dominated by salinity and temperature differences rather than winds." + "mediterranean shrubland biome" "A mediterranean shrubland biome is a subtropical shrubland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean woodland biome" "A subtropical woodland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "melt pond" "A water body which forms as a result of localised melting taking place on the surface of a glacier or a mass of sea ice and which is contained in the cavity formed by such melting." + "membrane bioreactor" "A bioreactor which has a membrane as a part" + "merchant vessel" "A transport boat which can be hired." + "meromictic lake" "A lake which has layers of water which do not intermix." + "meromictic pond" "A pond which has layers of water that do not intermix." + "mesa" "An elevated area of land with a flat top and sides that are usually steep cliffs. Mesas form in areas where horizontally layered rocks are uplifted by tectonic activity." + "mesocosm" "A mesocosm is a vivarium that is embedded within a natural environment and is used to place a relatively small part of that environment under experimental control for the purposes of scientific investigation." + "mesophilic sulfur spring" "A sulfur spring through which water at a temperature optimal for the growth of mesophillic microorganism (approximately 20 to 45 degrees Celsius) flows." + "mesoscale marine eddy" "Mesoscale marine eddies are characterized by currents which flow in a roughly circular motion around the center of the eddy. The sense of rotation of these currents may either be cyclonic or anticyclonic. Ocean eddies are also usually made of water masses that are different to those outside of the eddy. Marine mesoscale eddies are between about 10 and 500 km in diameter, and persist for periods of days to months. They may be formed when an ocean current develops an instability. This instability grows, causing the current to meander, and eventually an eddy is pinched off from the meander." + "mesotrophic lake" "A lake with medium nutrient levels, which allow moderate productivity." + "metal contaminated soil" "Soil which has elevated concentrations of metals." + "metalimnion" "A cline which is part of a lake and across which temperature changes rapidly with depth." + "meteor impact crater" "A crater caused by the impact of a meteor." + "meteorite lake" "A lake which is contained in a crater formed by a meteorite impact." + "methane-releasing thermokarst lake" "A thermokarst lake through which methane gas released from thawing permafrost, or other methane stores, rises and escapes to the atmosphere." + "methyl cellulose paste" "An environmental material which is 1) composed primarily of methyl cellulose and water, and 2) formulated to fix wallpaper to walls." + "micobiology unit facility" "A hospital unit facility which is used to provide medical microbiology services." + "microcontinental island" "An island created when a continent is rifted." + "microcosm" "A microcosm is a vivarium within which a simple ecosystem is artificially established and used to simulate and predict the behaviour of natural ecosystems under controlled conditions." + "microfracture" "A microfracture is a small fracture which is found in a portion of solid material along which further fracturing tends to occur. Microfractures are considered imperfections which to pre-exist any fractures formed by the application of stress to a material." + "mid-elevation mountain" "A mountain which has a maximum elevation between 300 and 2499 metres above sea level and slopes greater than or equal to two degrees of inclination." + "mid-ocean ridge" "An underwater mountain range, formed by plate tectonics. This uplifting of the ocean floor occurs when convection currents rise in the mantle beneath the oceanic crust and create magma where two tectonic plates meet at a divergent boundary. The mid-ocean ridges of the world are connected and form a single global mid-oceanic ridge system that is part of every ocean." + "midden" "A dump for domestic waste. A term used to describe any kind of feature containing waste products relating to day-to-day human life." + "military training area" "A region in which military personnel train." + "mine" "An excavation in the Earth for the purpose of extracting earth materials." + "mine drainage" "The outflow of water from a mine." + "mineral deposit" "A mineral deposit is a physiographic feature which has unusually high concentrations of one or more minerals." + "mineral spring" "A spring which water contains a significant amount of dissolved minerals, that derive from the rocks through which the water flows." + "mixed forest" "A forest ecosystem which contains densely packed populations or communities of broadleaf and coniferous trees, strongly limiting light penetration to the forest floor." + "mixed forest biome" "A mixed forest in which dominant ecological communities have reached their climax successional state." + "mixed grassland" "A grassland which contains a mixture of tall and short grasses." + "moatan" "An annular depression that may not be continuous, located at the base of many seamounts, islands, and other isolated elevations." + "mobile intensive care ambulance" "An ambulance which is equiped to enable intensive care service provision." + "mobile phone" "A mobile phone is a telephone which transmits sound information to a mobile phone network via radio transmissions." + "mofetta" "A geological fracture, found near volacnoes in the final phase of thier activity, chiefly discharging carbon dioxide and possibly other vapors." + "monadnock" "An isolated hill, knob, ridge, or small mountain that rises abruptly from a gently sloping or virtually level surrounding plain." + "monogenetic volcanic field" "A volcanic field of small, scattered volcanic vents. These volcanic fields, containing numerous monogenetic volcanoes, are noted for having only one short eruptive event. Monogenetic fields occur only where the magma supply to the volcano is low or where vents are not close enough or large enough to develop plumbing systems for continuous feeding of magma." + "monomictic lake" "A monomictic lake is a holomictic lake which mixes from top to bottom during one mixing period each year." + "montane biome" "A biome which is subject to montane altitudinal conditions." + "montane conifer woodland" "A montane conifer woodland is a conifer woodland which is located within an altitude range that falls between mid-altitude forests and the tree line." + "montane desert biome" "A montane desert biome is a desert biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." "montane forest" "montane grassland" - "montane grassland biome" - "montane savanna biome" - "montane shrubland biome" - "moraine" - "mosque" - "motor" - "motor boat" - "motor oil" - "motor vehicle" - "motorcycle" - "motorscooter" - "mound" - "mount" - "mountain" - "mountain forest soil" - "mountain pass" - "mountain range" - "mountain spur" - "mouth" - "mouth of liquid discharge conduit" - "movie theater" - "mud exterior wall" - "mud volcano" - "muddy soil" - "multiple vortex tornado" - "multipurpose dam" - "mussel bed" - "mussel reef" - "naphtha" - "natural arch" - "natural gas processing plant" - "natural harbor" - "natural lake" - "natural nuclear fission reactor" - "navigation canal" + "montane grassland biome" "A montane grassland biome is a grassland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane savanna biome" "A montane savanna biome is a savanna biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane shrubland biome" "A montane shrubland biome is a shrubland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "moraine" "An accumulation of boulders, stones, or other debris carried and deposited by a glacier." + "mosque" "A building which is a place of worship for Muslims." + "motor" "A motor is a machine designed to convert one or more forms of energy into mechanical energy." + "motor boat" "A motor boat is a boat which is propelled by a motor." + "motor oil" "A lubricant for internal combustion engines which 1) reduces friction and wear 2) cleans the engine 3) neutralizes acids 4) improves sealing of piston rings, and 5) cools the engine." + "motor vehicle" "A motor vehicle is a vehicle which is propelled by an engine or motor and that does not operate on rails." + "motorcycle" "A motorcycle is a two- or three-wheeled motor vehicle." + "motorscooter" "A scooter or motor scooter is a motorcycle with step-through frame and a platform for the rider's feet." + "mound" "A rounded elevated area." + "mount" "A mountain or a hill." + "mountain" "A landform that extends above the surrounding terrain in a limited area." + "mountain forest soil" "Soil which is part of a forest growing on a mountain." + "mountain pass" "A lower point that allows easier access through a mountain range. A pass has the general form of a saddle between two mountains." + "mountain range" "A range of mounts which is dominated by mountains." + "mountain spur" "A spur which is part of a mountain." + "mouth" "The exit or point of discharge of a stream into another stream, lake or sea." + "mouth of liquid discharge conduit" "A site at the terminus of a liquid conveyance conduit where the liquid carried is discharged into the sea or a river." + "movie theater" "A commercial building which contains auditoria for viewing films." + "mud exterior wall" "A mud exterior wall is an exterior wall that is composed primarily of mud." + "mud volcano" "A volcano created by geologically excreted liquids and gases, although there are several different processes which may cause such activity. Temperatures are much cooler than igneous processes." + "muddy soil" "Soil which is composed of a large proportion of mud, thus having properties resembling mud." + "multiple vortex tornado" "A tornado which comprises two or more columns of spinning air rotating about their own axis and at the same time around a common center." + "multipurpose dam" "A dam constructed for more than one purpose." + "mussel bed" "A marine faunal bed which is dominated by mussels of the Mytilus or Modiolus genera either 1) resting on the sediment surface, 2) partially embedded in the sediment, 3) attached to conspecifics (by using their byssal threads), or 4) attached to a piece of gravel in slightly gravelly fine sediments." + "mussel reef" "A marine reef which is primarily composed of self-adhered or conglomerated mussel shells." + "naphtha" "A flammable liquid hydrocarbon mixture produced from natural gas condensates, petroleum distillates, and the distillation of coal tar and peat." + "natural arch" "A natural formation where a rock arch forms, with a natural passageway through underneath." + "natural gas processing plant" "A refinery which is capable of processing natural gas. Natural-gas processing encompasses a range of industrial processes designed to purify raw natural gas by removing impurities, contaminants and higher molecular mass hydrocarbons to produce what is known as pipeline quality dry natural gas" + "natural harbor" "A harbor which is formed by a natural landform where a part of a body of water is protected and deep enough to furnish anchorage." + "natural lake" "A lake which has formed as the result of processes that are not or are only minimally driven by human activity." + "natural nuclear fission reactor" "A uranium deposit where self-sustaining nuclear chain reactions have occurred." + "navigation canal" "Artificial watercourse with no flow or a controlled flow used navigation." "needleleaf forest" - "neonatal intensive care unit" - "neonatal intensive care unit facility" - "neonatal unit facility" - "nephrology unit facility" - "neritic epipelagic zone biome" - "neritic mesopelagic zone biome" - "neritic mussel bed" - "neritic mussel reef" - "neritic pelagic zone biome" - "neritic sea surface microlayer biome" - "neurology unit facility" - "neutral hot spring" - "neutral spring" - "nilas" - "nitisol" - "nuclear power plant" - "nuclear power reactor" - "nuclear reactor" - "nuclear weapons test site" - "nunatak" - "nurse call button" - "nursing home" - "nutricline within a water body" - "nutrition and dietetics unit facility" - "oak woodland" - "oasis" - "oast house" - "obsequent stream" - "occupational therapy unit facility" - "ocean" - "ocean basin" - "ocean biome" - "ocean current" - "ocean floor" - "ocean strait" + "neonatal intensive care unit" "An intensive care unit (ICU) specializing in the care of ill or premature newborn infants." + "neonatal intensive care unit facility" "A hospital unit facility which is used to provide intensive neonatal medical care." + "neonatal unit facility" "A hospital unit facility which is used to provide neonatal medical services." + "nephrology unit facility" "A hospital unit facility which is used to provide nephrological medical services." + "neritic epipelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column that occurs above a continental shelf and extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The epipelagic zone encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "neritic mesopelagic zone biome" "The neritic mesopelagic zone biome comprises the marine column that occurs above a continental shelf and extends from approximately 200 to 1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "neritic mussel bed" "A mussel bed which is located in benthic regions that are part of a continental shelf." + "neritic mussel reef" "A marine reef which is located on a shelf (i.e. in the neritic zone) and primarily composed of self-adhered or conglomerated mussel shells." + "neritic pelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column above a continental shelf." + "neritic sea surface microlayer biome" "The neritic sea surface microlayer (SML) biome comprises the top 1000 micrometers of marine surface waters occurring above a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "neurology unit facility" "A hospital unit facility which is used to provide neurological medical services." + "neutral hot spring" "A neutral spring through which groundwater, heated by geothermal energy, flows." + "neutral spring" "A spring through which water with a neutral pH flows." + "nilas" "A sea ice floe which is thin, elastic, continuous, and of a transparent gray color, which results from the freezing of new ice." + "nitisol" "Nitisols are deep, well-drained, red, tropical soils with diffuse horizon boundaries and a subsurface horizon with more than 30 percent clay and moderate to strong angular blocky structure elements that easily fall apart into characteristic shiny, polyhedric (nutty) elements. Weathering is relatively advanced but Nitisols are far more productive than most other red, tropical soils." + "nuclear power plant" "A nuclear power plant is a power plant which uses heat generated by a radioactive decay in a nuclear reactor to convert water into steam in order to drive turbines in electrical generators through pressure." + "nuclear power reactor" "A nuclear reactor which is used as a source of power." + "nuclear reactor" "A human construction which is used to initiate and control a fission nuclear chain reaction or nuclear fusion reactions." + "nuclear weapons test site" "A weapons test site at which nuclear weapons are, or have been, tested." + "nunatak" "The exposed summit of a ridge, mountain, or peak not covered with ice or snow within an ice field or glacier. The term is typically used in areas where a permanent ice mass is present." + "nurse call button" "A switch which allows patients in health care settings to alert a nurse or other health care staff member." + "nursing home" "A building in which nursing aides and skilled nurses provide care and treatment to residents who have significant difficulty coping with the required activities of daily living." + "nutricline within a water body" "A nutricline which is part of a water body." + "nutrition and dietetics unit facility" "A hospital unit facility which is used to provide nutrition and dietetics services." + "oak woodland" "An oak woodland is a woodland which has a tree community primarily composed of oak trees." + "oasis" "An oasis is a vegetated area located in a desert, supplied with water from a water source which it surrounds, and surrounded by arid soil, sand, or rock." + "oast house" "A commercial building designed for kilning (drying) hops." + "obsequent stream" "A stream flowing in the opposite direction of the consequent drainage." + "occupational therapy unit facility" "A hospital unit facility which is used to provide occupational therapy." + "ocean" "A marine water body which is constitutes the majority of an astronomical body's hydrosphere." + "ocean basin" "A structural basin that is below sea level." + "ocean biome" "A marine biome which is determined by an ocean." + "ocean current" "The region occupied by any more or less continuous, directed movement of ocean water that flows in one of the Earth's oceans. Ocean Currents are rivers of hot or cold water within the ocean. The currents are generated from the forces acting upon the water like the earth's rotation, the wind, the temperature and salinity differences and the gravitation of the moon. The depth contours, the shoreline and other movements influence the direction and strength of the movements of water that forms a given current." + "ocean floor" "A marine bed which lies below an ocean." + "ocean strait" "An ocean strait is a strait which connects two oceans." "ocean thermal power station" - "ocean time series station" - "ocean trench" - "oceanic abyssopelagic zone biome" - "oceanic bathypelagic zone biome" - "oceanic benthopelagic zone biome" - "oceanic crust" - "oceanic epipelagic zone biome" - "oceanic front" - "oceanic gyre" - "oceanic hadal pelagic zone biome" - "oceanic island" - "oceanic mesopelagic zone biome" - "oceanic mussel bed" - "oceanic mussel reef" - "oceanic pelagic zone biome" - "oceanic sea surface microlayer biome" - "oceanic subsurface zone" - "oceanic zone" - "office" - "office building" - "oil contaminated soil" - "oil mill" - "oil paint thinner" + "ocean time series station" "A research facility consisting of instruments that measure the properties of the oceans over time. Usually of at least approximately fixed location." + "ocean trench" "Hemispheric-scale long but narrow topographic depressions of the sea floor. They are the deepest parts of the ocean floor." + "oceanic abyssopelagic zone biome" "The abyssopelagic zone biome comprises the marine water column below the bathypelagic zone biome at approximately 2500 -2700 m and extends either to the hadal pelagic zone biome (at approximately 6000 m) or to the benthopelagic zone biome within ca. 100 m of the seafloor. The depth of 2700 m may be critical for physiological reasons as the change in hydrostatic pressure across this depth may preclude organism migration." + "oceanic bathypelagic zone biome" "The bathypelagic zone biome comprises the marine water column below approximately 1000 m water depth - the maximum depth to which detectable daylight penetrates in all but the clearest oligotrophic waters - and extends to about 2500 - 2700 m water depth. In the temperate Atlantic, the beginning of the bathypelagic zone biome approximates to the deep oxygen minimum and the base of the permanent thermocline." + "oceanic benthopelagic zone biome" "The benthopelagic zone biome comprises regions of the marine water column which usually coincide with the benthic boundary layer (BBL) - the layer of isothermal and isohaline water contiguous to the sea floor. A general reversal in the declining gradient of pelagic biomass may be observed here, perhaps explained by viable nutrition on the sea floor being resuspended by bottom currents. This zone typically extends 100 m above the seafloor, but may reach upto1000 m during benthic storms." + "oceanic crust" "Oceanic crust is the uppermost layer of the oceanic portion of a tectonic plate." + "oceanic epipelagic zone biome" "The oceanic epipelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The oceanic epipelagic zone biome encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "oceanic gyre" "A gyre in oceanography is any large system of rotating ocean currents, particularly those involved with large wind movements. Gyres are caused by the Coriolis Effect; planetary vorticity along with horizontal and vertical friction, which determine the circulation patterns from the wind curl (torque)." + "oceanic hadal pelagic zone biome" "The oceanic hadal pelagic zone biome comprises the water column in oceanic trenches occurring at depths between 6000m and 10,000m." + "oceanic island" "An island that does not sit on a continental shelf, and is of volcanic origin." + "oceanic mesopelagic zone biome" "The oceanic mesopelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends through the water column from approximately 200-1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "oceanic mussel bed" "A mussel bed which is located in benthic regions beyond (offshore to) a continental shelf." + "oceanic mussel reef" "A marine reef which is present in the depths beyond (offshore relative to) the continental shelf and primarily composed of self-adhered or conglomerated mussel shells." + "oceanic pelagic zone biome" "The oceanic epipelagic zone biome comprises the marine water column offshore, beyond a continental shelf." + "oceanic sea surface microlayer biome" "The oceanic sea surface microlayer (SML) biome comprises the top 1000 micrometers of the marine surface waters occurring offshore, away from a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "oceanic subsurface zone" "A region which overlaps parts of one or more planetary structural layers which are located below an oceanic plate." + "oceanic zone" "The water mass of an ocean that is not above a continental shelf." + "office" "A building part within which administrative work is done by an organisations users in order to support and realise the objectives of that organization." + "office building" "A commercial building which contains parts used as workplaces primarily for administrative and managerial workers." + "oil contaminated soil" "Soil which has elevated concentrations of oil." + "oil mill" "An industrial building in which oil-bearing seeds or vegetable materials are crushed and pressed with a grinding mill in order to extract oils." + "oil paint thinner" "A solvent used to thin oil-based paints or clean up after their use." "oil palm plantation" - "oil pipeline network" - "oil refinery" - "oil reservoir" - "oil seep" - "oil spill" - "oil tank" - "oil well" - "oligotrophic lake" + "oil pipeline network" "A pipeline network which is used to transport oil to consumers." + "oil refinery" "An industrial building in which crude oil is transformed and refined into useful products." + "oil reservoir" "A subsurface landform which contains fluid hydrocarbons in porous or fractured rock formations." + "oil seep" "The result of the release of natural hydrocarbons to the surface of the earth, including beneath the sea, by natural geological processes." + "oil spill" "The result of the unintentional release of liquid petroleum hydrocarbon into the environment as a result of human activity." + "oil tank" "A manufactured container within which oil or other petrochemical products are stored and which these products are usually transported to end users or further storage facilities." + "oil well" "A well which has been drilled in order to extract petroleum oil from subterranean reservoirs and bring it to the surface." + "oligotrophic lake" "A lake which has nutrient-poor water." "olive grove" - "oncology unit facility" - "open animal house" - "open cage mariculture facility" - "open eaves" - "open-pit mine" - "ophiolites" - "ophthalmology clinic" - "ophthalmology unit facility" - "optometry clinic" - "orangery" - "orchard" - "orchard soil" - "orchid soil" - "organic farm" - "ornithogenic soil" - "orthopaedics unit facility" - "outcrop" + "oncology unit facility" "A hospital unit facility which provides treatment for cancer." + "open animal house" "An animal house which is only partially surrounded by a building envelope." + "open cage mariculture facility" "A construction which contains the equipment needed to perform mariculture in open cages - permitting the exchange of material with the surrounding marine water." + "open eaves" "Overhanging eaves where the rafters and underside of the roof are visible from below." + "open-pit mine" "A surface mine that utilizes a technique of extracting rock or minerals from the earth by their removal from an open pit or borrow." + "ophiolites" "A planetary structural layer which consists of oceanic crust and the underlying upper mantle and has been uplifted and exposed above sea level." + "ophthalmology clinic" "A medical clinic which is used to provide ophthalmology services." + "ophthalmology unit facility" "A hospital unit facility which is used to provide ophthalmological services." + "optometry clinic" "A medical clinic which is used to provide optometry services." + "orangery" "A building that formed a very large fruit tree green house, or conservatory, on the grounds of fashionable residences from the 17th to the 19th centuries." + "orchard" "An intentional planting of trees or shrubs maintained for food, typically fruit, production." + "orchard soil" "Soil in which trees from an orchard grow." + "orchid soil" "Soil which has properties to which plants in the Family Orchidaceae have adapted, including increased levels of aeration and drainage." + "ornithogenic soil" "Soil which is formed from avian fecal matter." + "orthopaedics unit facility" "A hospital unit facility in which orthopaedic medicine is performed." + "outcrop" "A portion of environmental material which protrudes through a surface layer." "outer planetary core" - "outflow cave" - "outhouse" - "outwash fan" - "overflow structure" - "overpass" - "oxbow lake" - "oxic lake" - "pack ice mass" - "packaging equipment" - "packaging machine" - "paddy field" - "paddy field soil" - "pain clinic" - "pain management unit facility" - "paint thinner" - "pallet" - "palsa" - "pancake ice" - "pantothenate enriched soil" - "paper dye" - "paper product" - "paraffin lamp" - "paraffin lantern" - "park" - "part of a landmass" - "particle of snow" - "passenger train" - "pasturable land" - "pasture" - "pasture soil" - "paternoster lake" - "pathogen-suppressive soil" - "patient room" - "patio" - "paved parking lot" - "peak" - "peat cut" - "peat soil" - "peaty paddy field soil" - "pediatric intensive care unit facility" - "pediatric unit facility" - "pedosphere" - "peeler" - "pelagic isohaline surface" - "pelagic isopycnal surface" - "pelagic isothermal surface" - "peninsula" - "penplain" - "periglacial lake" - "permafrost crater derived from a methane explosion" - "permanent hair dye" - "permanent marine thermocline" - "permanent spring" - "petroleum oil refinery" - "petting zoo" - "phacolith" - "phaeozem" - "pharmaceutical ink" - "pharmacy" - "pharmacy unit facility" - "photobioreactor" - "photosphere" - "photovoltaic system" - "phreatic zone" - "physician office" - "physiotherapy clinic" - "physiotherapy unit facility" - "piece of furniture" - "pier" - "piggery" - "pingo" - "pingo scar" - "pinnacle" - "pinyon juniper woodland" - "pipeline network" - "pit" - "pit latrine" - "pit latrine with slab floor" - "pitfall trap" - "place of worship" - "plain" - "planetary core" - "planetary crust" - "planetary cryosphere" - "planetary landmass" - "planetary mantle" - "planetary photic zone" - "planetary structural layer" - "planetary subsurface zone" - "planetary surface" - "planosol" - "plant pot" - "plantation" - "planted forest" - "plastic-frozen soil" - "plastisphere" - "plateau" + "outflow cave" "A cave from which a stream flows or formerly did so and which cannot be followed upstream to the surface." + "outhouse" "An outhouse is a small structure, separate from a main building, which covers a pit latrine or a dry toilet." + "outwash fan" "A fan-shaped body of sediments deposited by braided streams from a melting glacier." + "overflow structure" "A structure which is built into the container of a water body which allows water to flow out of the container when the volume of the water contained exceeds that of its cavity." + "overpass" "A bridge which is used for transportaiton, and which crosses over another road or railway." + "oxbow lake" "A lake which is formed when a wide meander from a stream or a river is cut off to form a lake. They are called oxbow lakes due to the distinctive curved shape that results from this process." + "oxic lake" "A lake which is primarily composed of oxic water." + "pack ice mass" "A drift ice mass which has an ice concentration above or equal to 7/10: which covers 70% or more of a given area of a water body." + "packaging equipment" "A manufacturing equipment piece which is used to package material." + "packaging machine" "A device used in packaging operations." + "paddy field" "A flooded parcel of arable land used for growing rice and other semiaquatic crops." + "paddy field soil" "Soil which is part of a paddy field." + "pain clinic" "A medical clinic which is used to provide pain management services." + "pain management unit facility" "A hospital unit facility which is used to provide pain management." + "paint thinner" "A solvent that can dissolve paint and reduce viscosity of paint or \"thin\" it." + "pallet" "A manufactured product which is a flat transport structure that supports goods in a stable fashion while being lifted and/or moved." + "palsa" "A frost heave which is formed as the result of a perennial ice lens forming under soil, pushing a roughly oval portion land surface upwards." + "pancake ice" "A sea ice floe which has a rounded or circular shape and raised rims." + "pantothenate enriched soil" "A portion of pantothenate enriched soil is a portion of soil with elevated levels of pantothenate." + "paper dye" "Dyes used for the coloration or brightening of paper." + "paper product" "A product which is composed primarily of paper." + "paraffin lamp" "A paraffin lamp is a type of lighting device which burns paraffin to generate light and heat." + "paraffin lantern" "A paraffin lantern is a lantern which houses a parrafin lamp in a structure of soldered or crimped-together sheet metal stampings and glass or other translucent material." + "park" "A bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation." + "part of a landmass" "A solid astronomical body part which is part of the landmass of that body." + "particle of snow" "A particle which is 1) primarily compposed of water ice, 2) on the order of 1 milimeter or less, 3) has a white and opaque appearance, and 4) is formed as a result of water droplets freezing during precipitation." + "passenger train" "A train which is capable of and used for passenger transport." + "pasturable land" "Land which hosts a community of herbaceous plants - such as grasses and forbs - upon which animals may graze." + "pasture" "A grassland ecosystem which is used for grazing of ungulate livestock as part of a farm or ranch." + "pasture soil" "Soil which is found in a pasture and in which vegetation, such as the grass used for the grazing of ungulates, grows." + "paternoster lake" "One of a series of glacial lakes connected by a single stream or a braided stream system." + "pathogen-suppressive soil" "Soil which has properties that restrict a pathogen's ability to establish itself, persist, or cause disease that results in long-term harm." + "patient room" "A room which is used for patient care during a patient's visit or stay in a healthcare facility." + "patio" "A patio is a paved outdoor area, adjacent to a human house, and used for dining or recreation." + "paved parking lot" "A constructed pavement which is used for parking vehicles." + "peak" "The summit of a mount." + "peat cut" "An artificial working of peatland to remove the peat." + "peat soil" "A histosol which is formed by the decomposition of vegetation or organic matter." + "peaty paddy field soil" "Paddy field soil which has increased levels of peat." + "pediatric intensive care unit facility" "A hospital unit facility which is used to provide pediatric intensive care." + "pediatric unit facility" "A hospital unit facility which is used to provide pediatric services." + "pedosphere" "An astronomical body part which is composed of soil, subject to soil formation processes, and found on the surface of a lithosphere." + "peeler" "A hand tool used to remove the outer layer of vegetables and fruit, consisting of a handle attached to a metal blade with a slot with a sharp edge." + "pelagic isohaline surface" "A roughly planar, pelagic region characterised by equal salinity." + "pelagic isopycnal surface" "A roughly planar, pelagic region characterised by equal water density." + "pelagic isothermal surface" "A roughly planar, pelagic region characterised by equal water temperature." + "peninsula" "A body of land jutting out into and nearly surrounded by water." + "penplain" "A region of low topographic relief as a consequence of erosion by streams." + "periglacial lake" "A lake, part of whose margin is formed by an ice mass, ice cap or glacier, the ice having obstructed the natural drainage of the land." + "permafrost crater derived from a methane explosion" "A crater which is found in permafrost and formed as a result of an explosion fuelled by methane formerly contained in that permafrost." + "permanent hair dye" "An environmental material which is 1) manufactured and 2) primarily composed of hydrogen peroxide and ammonia, and 3) when applied to hair, can alter the natural hair pigments for 6-8 weeks." + "permanent marine thermocline" "A marine thermocline which separates the marine cold-water sphere from the marine warm-water sphere and which does not dissipate seasonally." + "permanent spring" "A spring whose flow is continuous." + "petroleum oil refinery" "A refinery which is capable of processing petroleum oil." + "petting zoo" "A petting zoo is a zoological garden which contains domesticated non-human animals and some wild non-human animals that are docile enough for humans to touch and feed." + "phacolith" "A phacolith is an intrusion parallel to the bedding plane or foliation of folded country rock. More specifically, it is a typically lens-shaped intrusion that occupies either the crest of an anticline or the trough of a syncline." + "phaeozem" "Phaeozems accommodate soils of relatively wet grassland and forest regions in moderately continental climates. Phaeozems are much like Chernozems and Kastanozems but are leached more intensively. Consequently, they have dark, humus rich surface horizons that, in comparison with Chernozems and Kastanozems, are less rich in bases. Phaeozems may or may not have secondary carbonates but have a high base saturation in the upper metre of the soil." + "pharmaceutical ink" "A colorant fluid which is 1) manufactured and 2) composed of alcohol, titanium dioxide, and propylene glycol." + "pharmacy" "A healthcare facility which is used to prepare, dispense, or sell medical drugs." + "pharmacy unit facility" "A hospital unit facility which is used to provide pharmacy services." + "photobioreactor" "A bioreactor which utilizes a light source to cultivate phototrophic microorganisms." + "photosphere" "An astronomical body part which is composed of those parts of a star, distal from the star's core, from which light is radiated into space." + "photovoltaic system" "A photovoltaic system is a power system designed to supply usable solar power by means of photovoltaics. It consists of an arrangement of several components, including solar panels to absorb and convert sunlight into electricity, a solar inverter to change the electric current from DC to AC, as well as mounting, cabling and other electrical accessories to set up a working system." + "phreatic zone" "A compound astronomical body part which is located beneath the land surface and in which all interstices are filled with water that has a hydraulic head greater than atmospheric pressure due to the weight of overlying groundwater." + "physician office" "A healthcare facility which is the office of a physician." + "physiotherapy clinic" "A medical clinic which is used to provide physical therapy services." + "physiotherapy unit facility" "A hospital unit facility which is used to provide physiotherapy." + "piece of furniture" "A piece of furniture is a movable object intended to support various human activities such as seating (e.g., chairs, stools and sofas) and sleeping (e.g., beds)." + "pier" "A raised walkway over water, supported by piles or pillars." + "piggery" "An animal house which is used to house pigs." + "pingo" "A mound of earth-covered ice found in the Arctic, subarctic, and Antarctica that can reach up to 70 metres in height and up to 2 kilometres in diameter." + "pingo scar" "A depression caused by the collapse of a pingo." + "pinnacle" "A tall, slender, spire-shaped rock projecting from a level or more gently sloping surface." + "pinyon juniper woodland" "A pinyon juniper woodland is a conifer woodland which has a tree community primarily composed of trees of the subsection Cembroides of the genus Pinus and the genus Juniperus." + "pipeline network" "A human construction which is used to transport a material which is primarily composed of liquid or gas through a system of pipes." + "pit" "A depression in the ground resembling a hole or cavity, either natural or anthropogenic." + "pit latrine" "A pit latrine is a latrine which is constructed by digging a hole in the ground." + "pit latrine with slab floor" "A pit latrine with a slab floor is a pit latrine which has a latrine slab as a floor." + "pitfall trap" "An animal trap which consists of a container set flush with the ground such that animals moving along the ground may fall in and be available for examination or collection." + "place of worship" "A human construction in which individuals or a group of people such as a congregation come to perform acts of devotion, veneration, or religious study." + "plain" "A region of general uniform slope, comparatively level, and of considerable extent." + "planetary core" "A planetary core is the innermost structural layer or layers of a planet. The core may be entirely liquid, entirely solid, or have both liquid and solid parts." + "planetary crust" "A planetary crust is the outermost solid shell of a rocky planet or natural satellite, which is chemically distinct from the underlying mantle." + "planetary cryosphere" "A cryosphere which is part of a planet." + "planetary landmass" "A landmass which is part of a planet." + "planetary mantle" "A planetary mantle is a planetary layer which is an interior part of a terrestrial planet or other rocky body large enough to have differentiation by density." + "planetary photic zone" "A planetary part which is exposed, at least periodically, to light." + "planetary structural layer" "A planetary structural layer is laminar part of a terrestrial planet or other rocky body large enough to have differentiation by density. Planetary layers have differing physicochemical properties and composition." + "planetary subsurface zone" "Regions of a planet which are not exposed to the planet's atmosphere or space, often comprising parts of one or more planetary structural layers." + "planetary surface" "A planetary surface is a surface layer where the solid or liquid material of a planet comes into contact with an atmosphere or outer space." + "planosol" "Planosols are soils with a light-coloured, surface horizon that shows signs of periodic water stagnation and abruptly overlies a dense, slowly permeable subsoil with significantly more clay than the surface horizon." + "plant pot" "A manufactured product which is designed to function as a container for growing plants." + "plantation" "An intentional planting of a crop, on a large scale, usually for uses other than cereal production or pasture. The term is currently most often used for plantings of trees and shrubs. The term tends also to be used for plantings maintained on economic bases other than that of subsistence farming." + "planted forest" "A forest that has been intentionally established by human intervention." + "plastic-frozen soil" "Frozen soil which is cemented by water ice but has viscous properties due to its high, unfrozen water content and therefore will compress and deform under load." + "plastisphere" "A part of an astronomical body which includes, as parts, all the entities which are composed primarily of plastic and which are within the gravitational sphere of influence of that body." + "plateau" "An elevated and comparatively level expanse of land." "platinum mine" - "playground" - "plinthosol" - "plumbing drain" - "plumbing fixture" - "plume" - "plume front" - "plunge pool" - "pockmark field" - "podzol" - "polar biome" - "polar desert biome" - "polar mountain" - "polar tundra ecosystem" - "polder" - "pole-reinforced mud exterior wall" - "police station" - "polje" - "polling booth" - "polling place" - "polling station" - "polluted lake" - "polluted river" - "poly-beta-hydroxybutyrate enriched soil" - "polygenetic volcanic field" - "polygonal karst" - "polymetallic nodule ecosystem" - "polymictic lake" - "polynya" - "polytunnel" - "pond" - "pond bed" - "pond soil" + "playground" "A park which has been designed for the recreation of children." + "plinthosol" "Plinthosols are soils with plinthite, petroplinthite or pisoliths. Plinthite is an Fe-rich (in some cases also Mn-rich), humus-poor mixture of kaolinitic clay (and other products of strong weathering such as gibbsite) with quartz and other constituents that changes irreversibly to a layer with hard nodules, a hardpan or irregular aggregates on exposure to repeated wetting and drying. Petroplinthite is a continuous, fractured or broken sheet of connected, strongly cemented to indurated nodules or mottles. Pisoliths are discrete strongly cemented to indurated nodules. Both petroplinthite and pisoliths develop from plinthite by hardening." + "plumbing drain" "An artificial channel which transports unwanted water or waste liquids away from their source, either to a more useful area, a receptacle, or into sewers or stormwater mains as waste discharge to be released or processed." + "plumbing fixture" "An exchangeable device which can be connected to a plumbing system to deliver and drain water." + "plume" "A fluid astronomical body part which is plume shaped." + "plunge pool" "A hollow eroded by the force of the falling water at the base of a waterfall, particularly by the eddying effect." + "pockmark field" "A pockmark field is an undersea feature formed by shallow seabed depressions, typically several tens of metres across and a few metres deep. Generally, they are formed in soft, fine-grained seabed sediments by the escape of fluids (gas or water, but mainly methane) into the water column." + "podzol" "Podzols are soils with a typically ash-grey upper subsurface horizon, bleached by loss of organic matter and iron oxides, on top of a dark accumulation horizon with brown, reddish or black illuviated humus and/or reddish Fe compounds. Podzols occur in humid areas in the boreal and temperate zones and locally also in the tropics." + "polar biome" "A biome which is subject to polar climatic conditions." + "polar desert biome" "A polar desert biome is a desert biome which is subject to low levels of insolation, annual precipitation less than 250 millimeters, and a mean temperature less than 10 degrees Celsius during its warmest month. Temperature changes in polar deserts frequently cross the freezing point of water." + "polar mountain" "A mountain that is part of a polar environment." + "polar tundra ecosystem" "A tundra ecosystem which is subject to polar climatic conditions." + "polder" "An area reclaimed from the sea by diking and draining." + "pole-reinforced mud exterior wall" "A pole-reinforced mud exterior wall is a mud exterior wall which is supported and reinforced by poles." + "police station" "An institutional building which is used to provide policing services." + "polje" "A large closed depression draining underground, with a flat floor across which there may be an intermittent or perennial stream and which may be liable to flood and become a lake. The floor makes a sharp break with parts of surrounding slopes." + "polling booth" "A booth which enables a voter to vote confidentially." + "polling place" "A human construction which contains one or more polling stations" + "polling station" "A human construction which is that part of a polling place where voters cast their ballot" + "polluted lake" "A lake which has concentrations of environmental contaminants high enough to harm the ecosystems associated with it." + "polluted river" "A river which has elevated levels of contaminants." + "poly-beta-hydroxybutyrate enriched soil" "A portion of poly-beta-hydroxybutyrate enriched soil is a portion of soil with elevated levels of poly-beta-hydroxybutyrate." + "polygenetic volcanic field" "A volcanic field of scattered volcanic vents. These volcanic fields, containing numerous polygenetic volcanoes, are noted for having more than one eruptive event from the same vent(s), rather than the more common monogenetic volcanic field. Polygenetic volcanic fields generally occur where there is a high-level magma chamber. These volcanic fields may show lithological discontinuities due to major changes in magma chemistry, volcanotectonic events, or long erosional intervals, and may last >10 million year period." + "polygonal karst" "Karst completely pitted by closed depressions so that divides between them form a crudely polygonal network." + "polymetallic nodule ecosystem" "An ecosystem which is determined by the presence of rounded mineral concretions primarily composed of manganese hydroxides on the seafloor." + "polymictic lake" "A polymictic lake is a holomictic lake which is too shallow to allow thermal stratification and which can mix from top to bottom through the ice-free period of the year." + "polynya" "A sea surface layer which is 1) not covered by ice and 2) laterally surrounded by either pack ice or land and pack ice." + "polytunnel" "An industrial building made from steel and covered in polyethylene used for plant cultivation." + "pond" "A body of water, usually of smaller size than a lake." + "pond bed" "The ground surface that lies beneath a pond." + "pond soil" "Soil which is adjacent to a pond." "pond water" - "post-anesthesia care unit facility" - "poultry hatchery" - "pour-flush pit latrine" - "pour-flush toilet fixture" - "power plant" - "prairie" - "preprocessing plant" - "pressure lamp" - "primary cave" - "primary forest" - "prison facility" - "private prison" - "private swimming pool" - "processed tobacco" - "processing plant" - "proglacial lake" - "pseudocrater" - "psychiatric intensive care unit facility" - "psychiatric unit facility" - "public building" - "public bus" - "public ferry" - "public infrastructure" - "public park" - "public prison" - "public road" - "public sports field" - "public subway train" - "public swimming pool" - "public toilet" - "public train" - "public transit system" - "public transport hub" - "public utility line" - "public-private prison" - "puddle of water" - "pump" + "post-anesthesia care unit facility" "A hospital unit facility which is used to provide care for patients recovering from anesthesia." + "poultry hatchery" "A hatchery in which the eggs of poultry are hatched under artificial conditions." + "pour-flush pit latrine" "A pit latrine which includes a water seal (U-trap or siphon) used over one or two offset pits instead of a plain hole or seat. Water is manually poured through the trap to flush excreta into the latrine pit." + "pour-flush toilet fixture" "A flush toilet fixture into which water is manually poured to dispose of excreta." + "power plant" "A power plant is a building which contains one or more generators which convert mechanical energy into electrical energy through the relative motion between a magnetic field and a conductor. The energy source harnessed to turn the generator varies widely." + "prairie" "An area of land of low topographic relief that historically supported grasses and herbs, with few trees, and having generally a mesic (moderate or temperate) climate. Dominated by tall grasses (contrast steppe)." + "preprocessing plant" "A factory where raw or preprocessed materials are transformed into finished parts or products." + "pressure lamp" "A pressure lamp is a portable paraffin or oil lamp in which fuel is forced up into the mantle or burner by air pressure in the reservoir, which can be increased by pumping with a plunger." + "primary cave" "A cave formed at the same time as the surrounding rock." + "primary forest" "Forest which originally covered a region before changes in the environment brought about by people. (Source: PHC)" + "prison facility" "A human construction which is used to forcibly confine humans." + "private prison" "A prison facility which is owned and operated by a private corporation." + "private swimming pool" "A constructed swimming pool which is owned by a non-governmental legal entity or a collective of such entities." + "processed tobacco" "A manufactured product which is produced by curing, subsequent aging, slow oxidation and degradation of carotenoids in tobacco leaves." + "processing plant" "A factory where raw materials are treated or prepared for final processing." + "proglacial lake" "A lake formed either by the damming action of a moraine or ice dam during the retreat of a melting glacier, or one formed by meltwater trapped against an ice mass due to isostatic depression of the crust around the ice." + "pseudocrater" "A volcanic landform which resembles a true volcanic crater, but differs in that it is not an actual vent from which lava has erupted. A pseudocrater is characterised by the absence of any magma conduit which connects below the surface of the earth. Pseudocraters are formed by steam explosions as flowing hot lava crosses over a wet surface, such as a swamp, a lake, or a pond. The explosive gases break through the lava surface in a manner similar to a phreatic eruption, and the tephra builds up crater-like forms which can appear very similar to real volcanic craters." + "psychiatric intensive care unit facility" "A hospital unit facility which is used to provide intensive psychiatric care." + "psychiatric unit facility" "A hospital unit facility which is used to provide psychiatric medicine." + "public building" "A building which is publically accessible." + "public bus" "A bus which is part of public infrastructure." + "public ferry" "A ferry which is owned by a government or other form of public representation." + "public infrastructure" "The system of public works in a country, state or region, including roads, utility lines and public buildings." + "public park" "A park which is owned by a governmental or state entity and which is accessible by its citizenry (i.e. the public)." + "public prison" "A prison facility which is owned and operated by a state." + "public road" "A road which is publically accessible." + "public sports field" "A sports facility which has been constructed for sports that require large outdoor spaces and is owned by a governmental or state entity and which is accessible by its citizenry (i.e. the public)." + "public subway train" "A subway train which is owned by a government or other form of public representation." + "public swimming pool" "A constructed swimming pool which is owned by a governmental or state entity." + "public toilet" "An indoor toilet that is available for public use." + "public train" "A train which is owned by a government or other form of public representation." + "public transit system" "A constructed transport system which is owned by a government or other form of public representation." + "public transport hub" "A transport hub which is part of public infrastructure." + "public utility line" "A utility line which services the public power grid." + "public-private prison" "A prison facility which is owned by the state and operated by a private corporation." + "puddle of water" "A puddle is a small accumulation of water, on a surface. It can form either by pooling in a depression on the surface, or by surface tension upon a flat surface." + "pump" "A device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action." "pyritic acid mine drainage" - "pyroclastic cone" - "pyroclastic shield volcano" - "quarry" - "quinate enriched soil" - "raceway pond" - "radio device" - "radioactive spring" - "radiotherapy unit facility" - "railway" - "raised beach" - "ranch" - "range of mounts" - "range of seamounts" - "rangeland biome" - "rapid transit system" - "rapids" - "ravine" - "recreational cruise ship" - "red soil" + "pyroclastic cone" "A cone made of material ejected from a volcano. The material can range from finest particles. In comparison, cinder cones are more uniform. They are usually found in or on larger features, such as stratovolcanoes, shield volcanoes and can be found inside calderas, however they can also be an independent feature. They can range from a few metres in height and are usually formed by a single eruption." + "pyroclastic shield volcano" "A shield volcano that is formed mostly of pyroclastic and highly explosive eruptions rather than relatively fluid basaltic lava issuing from vents or fissures on the surface of the volcano. They typically display low-angle flank slopes and have little or no central collapse, although a shallow sag in the shield is commonly observed. Lava is commonly extruded after the cessation of explosive activity commonly superposes the vent region." + "quarry" "An open-pit mine from which rock or minerals are extracted." + "quinate enriched soil" "A portion of quinate enriched soil is a portion of soil with elevated levels of quinate." + "raceway pond" "A pond which humans have constructed for the cultivation of algae." + "radio device" "A device capable of receiving and/or transmitting information encoded in electromagnetic radiation through wave modulation." + "radioactive spring" "A mineral spring through which water with elevated levels of radioactive material flows." + "radiotherapy unit facility" "A hospital unit facility which is used to provide radiation therapy." + "railway" "A permanent way having one or more rails which provides a track for cars." + "raised beach" "A beach or wave cut platform raised above the shore line by a relative fall in the sea level." + "ranch" "An area of land used for the herding and grazing of livestock." + "range of mounts" "A field which includes at least two mounts connected by high ground and arranged in an approximately linear fashion." + "range of seamounts" "A mountain range which is submerged under a marine water body." + "rangeland biome" "A rangeland biome is an anthropogenic terrestrial biome which is primarily used for the rearing and grazing of livestock." + "rapid transit system" "A public transit system which is owned by a government or other form of public representation." + "rapids" "An area of broken, fast flowing water in a stream, where the slope of the bed increases (but without a prominent break of slope which might result in a waterfall), or where a gently dipping bar of harder rock outcrops." + "ravine" "A ravine is a small, narrow, steep-sided valley that is larger than a gully and smaller than a canyon and that is usually worn by running water." + "recreational cruise ship" "A boat which provides short-term residential and entertainment facilities to passengers." + "red soil" "Soil which has 1) low concentrations of nutrients and humus, 2) low water retention capacity, 3) textural variation from sand to clay, 4) a porous and friable structure, and 5) low concentrations of soluble salts." "reef" - "refined asphalt" - "refinery" - "refrigerator" - "regosol" - "research facility" - "research nuclear reactor" - "research station" - "resequent stream" - "reservoir" - "reservoir bed" - "residential backyard" - "residential building" - "resin (gum) varnish" - "restaurant" - "rheumatology unit facility" - "rhizosphere" - "ria" - "ribbon lake" - "rice field" - "ridge" - "riffle" - "rift lake" - "rift valley" - "rift zone" - "rill" - "rincon" - "river" - "river bank" - "river bed" - "river channel" - "river island" - "river mouth" - "river plume" - "river valley" + "refined asphalt" "Refined asphalt is a sticky, black, and highly viscous liquid or semi-solid with a boiling point above 500 degrees Celsius, obtained from the fractional distillation of crude oil." + "refinery" "A human construction which is used to process materials into forms that have increased value or utility in downstream processes." + "refrigerator" "A refrigerator is a device which consists of a thermally insulated compartment and a mechanical, chemical, or electronic heat pump that transfers heat from the inside of the fridge to its external environment such that the inside of the fridge is cooled to a temperature below the ambient temperature of the room" + "regosol" "Regosols form a taxonomic remnant group containing all soils that could not be accommodated in any of the other RSGs. In practice, Regosols are very weakly developed mineral soils in unconsolidated materials that do not have a mollic or umbric horizon, are not very shallow or very rich in gravels (Leptosols), sandy (Arenosols) or with fluvic materials (Fluvisols). Regosols are extensive in eroding lands, particularly in arid and semi-arid areas and in mountainous terrain." + "research facility" "A facility, permanent or temporary, on land, in air, space or water, where scientific research or measurements can be undertaken." + "research nuclear reactor" "A nuclear reactor which serves primarily as a neutron source for purposes other than power." + "research station" "A building or collection of co-located buildings constructed for the purpose of undertaking scientific research." + "resequent stream" "A stream whose course follows the original relief, but at a lower level than the original slope (e.g., flows down a course determined by the underlying strata in the same direction). These streams develop later and are generally a tributary to a subsequent stream." + "reservoir" "An artificial body of water, often contained by a dam, constructed for the purpose of water storage." + "reservoir bed" "The ground surface that lies beneath a reservoir." + "residential backyard" "A yard which consists of land immediately adjacent to the back of a residential building" + "residential building" "A human house which serves as a long-term shelter for its inhabitants and within which they store personal property." + "resin (gum) varnish" "A varnish containing a natural, plant- or insect-derived substance dissolved in a solvent, called spirit varnish or solvent varnish." + "restaurant" "A building within which food and drink are prepared and served to customers in exchange for money or other goods and/or services." + "rheumatology unit facility" "A hospital unit facility which is used to provide rheumatic medical services." + "rhizosphere" "The narrow region of soil that is directly influenced by root secretions and associated soil microorganisms." + "ria" "A submergent coastal landform that forms where sea levels rise relative to the land either as a result of eustatic sea level change; where the global sea levels rise or isostatic sea level change; where the land sinks. When this happens valleys which were previously at sea level become submerged." + "ribbon lake" "A lake that is long, narrow, and finger-shaped, usually found in a glacial trough. Its formation begins when a glacier moves over an area containing alternate bands of hard and soft bedrock. The sharp-edged boulders carried at the bottom of the glacier erode the softer rock more quickly by abrasion, thus creating a hollow called a rock basin. On either side of the rock basin, the more resistant rock is eroded less and these outcrops of harder rock are known as rock bars, which act as dams between which rainwater may accumulate after the retreat of the ice age, filling up the rock basin and creating a ribbon lake. A ribbon lake may also form behind a terminal or recessional moraine, both of which also act as dams, enabling water to accumulate behind them. A ribbon lake may also occur if a tributary glacier joins a main glacier. The increase in power can create a trough, which is filled with water from a river/meltwater to create a ribbon lake." + "rice field" "A paddy field for the cultivation of rice." + "ridge" "A long and narrow elevation with steep sides." + "riffle" "A shallow stretch of a river or stream, where the current is above the average stream velocity and where the water forms small rippled waves as a result. It often consists of a rocky bed of gravels or other small stones." + "rift lake" "A lake which fills a depression that has formed as a result of subsidence along a a rift zone, an area of extensional tectonics in the continental crust." + "rift valley" "A valley created by the formation of a rift, i.e. place where a planet's lithosphere is being pulled apart by tectonic forces." + "rift zone" "A compound astronomical body part in which extensional tectonic processes occur and where the lithosphere is being pulled apart." + "rill" "A narrow and shallow incision into soil resulting from erosion by overland flow that has been focused into a thin thread by soil surface roughness. Rilling, the process of rill formation, is common on agricultural land and unvegetated ground." + "rincon" "An incised meander on a river." + "river" "A stream which, through permanent or seasonal flow processes, moves from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply." + "river bank" "The sloping margin of a river, serving to confine it to its natural channel." + "river bed" "The channel bottom of a river; the physical confine of the normal water flow." + "river channel" "A stream channel which contains a river." + "river island" "An island that lies in a river." + "river mouth" "The end of a stream where it enters a standing water body such as a lake, sea or ocean." + "river valley" "A valley that contains, and has been formed by, a river." "river water" - "riverfront" - "riverine anchor ice" - "riverine flood" + "riverfront" "A shore along a river." + "riverine anchor ice" "Anchor ice which is attached to a riverbed." + "riverine flood" "A riverine flood is a flood which is formed as a result of a river's flow rate exceeding the capacity of its channel." "riverine pothole" - "road" - "road cut" - "roadside" - "roadside soil" - "rock intrusion" - "rock shelter" - "rockfall" - "rockslide lake" - "rocky desert" - "rocky reef" - "rocky slope" - "room" - "rubber cement" - "rubber plantation" + "road" "An open way for the passage of vehicles, persons, or animals on land." + "road cut" "A cut to provide passage for a road." + "roadside" "An environmental zone of varying area which is adjacent to a road." + "roadside soil" "A portion of soil which is found in a roadside area." + "rock intrusion" "An intrusion which is primarily composed of rock which has been formed within a pre-existing fracture in a larger mass of rock." + "rock shelter" "A shallow cave-like opening at the base of a bluff or cliff." + "rockfall" "An irregular mass of fallen rock at the base of a cliff or steep slope." + "rockslide lake" "A lake which fills a depression where drainage is blocked by solid material transported by a rockslide." + "rocky desert" "A desert plain characterized by a surface veneer of rock." + "rocky reef" "A ridge of rocks, lying near the surface of the sea, which may be visible at low tide, but is usually covered by water." + "rocky slope" "A rocky slope is a slope which has a surface primarily composed of rock." + "room" "A building part which is separated from other building parts by one or more interior walls and, optionally, outdoor areas by one or more exterior walls." + "rubber cement" "An environmental material which is composed of elastic polymers mixed in a solvent." + "rubber plantation" "A plantation which is used to grow Hevea brasiliensis or other species from which natural latex is harvested." "rubber plantation soil" - "rural area" - "rural settlement" - "sabkha" - "saddle dam" - "sake brewery" - "salicylate enriched soil" - "saline evaporation pond" - "saline hydrographic feature" - "saline lake" - "saline pan" - "saline shrimp pond water" - "saline water aquarium" - "saline water body" - "saline wedge estuary" - "salt contaminated soil" - "salt dome" - "salt glacier" - "salt mass" - "salt spring" - "sand pit quarry" - "sandur" - "sandy beach" - "sandy building floor" - "sandy clay loam" - "sandy desert" - "sandy loam" - "sarcosine enriched soil" - "savanna" - "savanna biome" - "savanna soil" - "sawah soil" - "sawmill" - "school building" + "rural area" "An area which is outside of a town, city, or urban area. Rural areas are primarily used for agriculture or pastoralism and may contain rural settlements." + "rural settlement" "A settlement which has lower population density than a town, city, or other urban environment and is primarily used for agricultural or pastoral activity." + "sabkha" "An alkaline flat, in the context of a marine environment." + "saddle dam" "An auxiliary dam constructed to confine the reservoir created by a primary dam either to permit a higher water elevation and storage or to limit the extent of a reservoir for increased efficiency." + "sake brewery" "A sake brewery is a brewery which produces rice wine by fermenting rice which has been polished to remove the bran." + "salicylate enriched soil" "A portion of salicylate enriched soil is a portion of soil with elevated levels of salicylate." + "saline evaporation pond" "A pond which is 1) shallow, 2) man-made, and 3) designed to produce salt from seawater through evaporation." + "saline hydrographic feature" "A geographical feature associated with water with a halinity above 30 ppt (roughly 35 g/L)." + "saline lake" "A lake whose water contains a considerable concentration of dissolved salts." + "saline pan" "A flat expanse of ground covered with salt and other minerals, usually shining white under the sun. A salt pan is formed where water pools. A saline pan would be a lake or a pond if it were located in a climate where the rate of water evaporation were not faster than the rate of water precipitation, i.e., if it were not in a desert. If the water is unable to drain into the ground, it remains on the surface until it evaporates, leaving behind whatever minerals were dissolved. Over thousands of years, the minerals (usually salts) accumulate on the surface." + "saline shrimp pond water" "Saline water which is derived from sea water and used during the cultivation of crustaceans." + "saline water aquarium" "A saline water aquarium is an aquarium which contains saline water as its primary ecological medium." + "saline water body" "A body of water which is primarily composed of saline water." + "saline wedge estuary" "An estuary in which river output greatly exceeds marine input, resulting in little mixing and thus a sharp contrast between fresh surface water and saline bottom water." + "salt contaminated soil" "Soil which has elevated concentrations of sodium chloride." + "salt dome" "A dome-shaped mass of salt formed when a thick bed of evaporite minerals (mainly salt, or halite) found at depth intrudes vertically into surrounding rock strata, forming a diapir." + "salt glacier" "A mass of salt which has erupted onto a planetary surface, usually through sedimentary rock." + "salt mass" "An accumulation of a salt, typically sodium chloride." + "salt spring" "A mineral spring through which water with elevated concentrations of sodium, calcium, or magnesium salts flows." + "sand pit quarry" "A quarry from which sand is extracted." + "sandur" "The plain formed by the large amounts of silt and sediment, picked up as a glacier erodes the underlying rocks as it moves slowly downhill, and at the snout of the glacier, meltwater can carry this sediment away from the glacier and deposit it on a broad plain. The material in the outwash plain is often size-sorted by the water runoff of the melting glacier with the finest materials, like silt, being the most distantly re-deposited, whereas larger boulders are the closest to the original terminus of the glacier." + "sandy beach" "A beach which is primarily composed of sand." + "sandy building floor" "A sandy building floor is a building floor that is composed primarily of sand." + "sandy clay loam" "Clay loam which has a high proportion of sand in its composition." + "sandy desert" "A desert plain characterized by a surface veneer of sand." + "sandy loam" "Loam which has a high proportion of sand in its composition." + "sarcosine enriched soil" "A portion of sarcosine enriched soil is a portion of soil with elevated levels of sarcosine." + "savanna" "A grassland of the tropics or subtropics with scattered trees." + "savanna biome" "A woodland biome which has seasonal water availability and includes trees spaced sufficiently far apart to allow an unbroken layer of grass, sedge (Cyperaceae) or rush (Juncaceae) communities to live." + "savanna soil" "A portion of soil which is found in a savanna." + "sawah soil" "Soil which is part of a sawah, a wet or irrigated rice field." + "sawmill" "A building within which logs are cut into lumber products." + "school building" "An institutional building in which students are educated." "sclerophyllous forest" - "scroll plane" - "scrubland area" - "sea" - "sea beach" - "sea cave" - "sea cliff" - "sea coast" - "sea floor" - "sea grass bed" - "sea ice field" - "sea ice floe" - "sea ice hummock" - "sea ice mass" - "sea shore" - "sea surface layer" - "sea water" - "sea water environment" - "sea-ice lead" - "seamount" - "seasonal marine thermocline" - "sedimentary intrusion" - "seep" + "scroll plane" "A plain where a stream meanders across an area with a very low gradient, usually with a fairly continuous discharge. In addition to meanders, scroll plains are also characterised by many oxbow lakes." + "scrubland area" "Area covered with low-growing or stunted perennial vegetation and usually not mixed with trees." + "sea" "A large expanse of saline water usually connected with an ocean." + "sea beach" "A beach which is part of a sea shore." + "sea cave" "A cave in present-day or emerged sea cliffs, formed by wave attack or solution." + "sea cliff" "A cliff that is a margin of a sea or ocean." + "sea coast" "The general region of indefinite width that extends from the sea inland to the first major change in terrain features." + "sea floor" "A marine bed which lies below a sea." + "sea grass bed" "A bed of a marine, saline water body which is covered by one or more speices of seagrass typically belonging to the families Posidoniaceae, Zosteraceae, Hydrocharitaceae, or Cymodoceaceae." + "sea ice field" "An ice field which is primarily composoed of sea ice floes greater than 10 kilometers across." + "sea ice floe" "An ice floe which is formed from frozen sea water, and floats upon the surface of a marine water body." + "sea ice hummock" "An elevation which is formed by pressure at the point of contact between ice floes, resulting in a conglomeration of broken ice." + "sea ice mass" "An ice mass which is composed primarily of sea ice." + "sea shore" "That part of the land in immediate contact with a sea, including the intertidal zone." + "sea surface layer" "A surface layer which is part of an ocean or sea." + "sea-ice lead" "An ice lead which occurs in a marine water body and is bounded by sea ice." + "seamount" "A mountain rising from the ocean seafloor that does not reach to the water's surface (sea level), and thus is not an island. Typically formed from volcanoes that rise abruptly and are usually found rising from a seafloor of 1,000 - 4,000 meters depth. Independent features that rise to at least 1,000 meters above the seafloor." + "seasonal marine thermocline" "A marine thermocline which is present below the marine wind mixed layer." + "sedimentary intrusion" "A rock intrusion which is composed primarily of sedimentary rock." + "seep" "A seep is a spring in which water has filtered through permeable earth to the surface." "self-heating coal mine waste material" - "semi-diurnal marine tidal flow zone" - "sewage plant" - "sewing table" - "shear fracture" - "sheet of paper" - "sheet-iron building roof" - "sheet-iron exterior wall" - "shelf-slope/shelf-break front" - "shield volcano" - "shingle beach" - "shop" - "shopping center" - "shopping mall" - "shore" - "shore lead" - "shower curtain" - "shower fixture" - "shredder" - "shrimp pond" - "shrub layer" - "shrubland biome" - "sidewalk" - "sill" - "silty clay loam" - "silty loam" - "sink fixture" - "sinkhole" + "semi-diurnal marine tidal flow zone" "A marine tidal flow zone in which ocean waters undergo a semi-diurnal (twice per day) tidal oscillation - with two high and two low tides per day of roughly equal amplitude." + "sewage plant" "A waste treatment plant which equipped to treat sewage such that its potential for environmental contamination is reduced." + "sewing table" "A manufactured product consisting of a table or desk used for sewing." + "shear fracture" "A geological fracture across which shear displacement has occurred" + "sheet of paper" "A paper product which is a thin sheet material made of processed cellulose fibres." + "sheet-iron building roof" "A sheet-iron building roof is a building roof that is built from sheets of iron." + "sheet-iron exterior wall" "A sheet-iron exterior wall is an exterior wall that is built from sheets of iron." + "shield volcano" "A large volcano with shallowly-sloping sides." + "shingle beach" "A beach which is armoured with pebbles or small to medium sized cobbles." + "shop" "A building in which a business presents a selection of goods and offers to trade or sell them to customers for money or other goods." + "shopping center" "A commercial building in which the majority of commerical activity occurs in shops occupying parts of the building." + "shopping mall" "A shopping center in which a large indoor pedestrian promenade provides access to stores and other facilities." + "shore" "That part of the land in immediate contact with a body of water including the area between high and low water lines." + "shore lead" "An ice lead which occurs between the shore and pack ice." + "shower curtain" "A manufactured product which is composed of flexible material and is intended to be hung such that it impedes the spray of water between a shower fixture and the rest of a room." + "shower fixture" "A plumbing fixture within which a human or other animal may bathe under a spray of water." + "shredder" "A manufactured product which is used for cutting crops, vegetables, wood, metal, paper documents, etc into small pieces." + "shrimp pond" "A lentic water body which is used for the artificial culture of shrimp." + "shrubland biome" "A shrubland biome is a terrestrial biome which includes, across its entire spatial extent, dense groups of shrubs." + "sidewalk" "A constructed pavement which is built on the side of a road and intended for foot traffic." + "sill" "A tabular sheet intrusion that has intruded between older layers of sedimentary rock, beds of volcanic lava or tuff, or along the direction of foliation in metamorphic rock." + "silty clay loam" "Clay loam which has a high proportion of silt in its composition." + "silty loam" "Loam which has a high proportion of silt in its composition." + "sink fixture" "A plumbing fixture which is bowl-shaped and used for washing hands, dishwashing, and other purposes." + "sinkhole" "A natural depression or hole in the surface topography caused by the removal of soil or bedrock, often both, by water. Sinkholes may vary in size from less than a meter to several hundred meters both in diameter and depth, and vary in form from soil-lined bowls to bedrock-edged chasms." "sisal plantation" - "skatole enriched soil" - "skerry" - "skyscraper" - "sleet pellet" - "slightly stratified estuary" - "slope" - "slum" - "slush ice layer" - "small freshwater lake biome" - "small river biome" - "smokeless tobacco" - "snow field" - "snow layer" - "snow-covered land" - "soda spring" - "sofa" - "soil" - "soil biocrust" - "soil cryoturbate" - "soil environment" - "soil organic matter" - "soil surface layer" - "solar panel array" + "skatole enriched soil" "A portion of skatole enriched soil is a portion of soil with elevated levels of skatole." + "skerry" "An island which is small, principally composed of rock, and usually too small for human habitation." + "skyscraper" "A building which historically has at least 10 floors." + "sleet pellet" "An ice mass which is primarily composed of frozen or mostly frozen raindrops or refrozen partially melted snowflakes." + "slightly stratified estuary" "An estuary in which river output is less than the marine input, resulting in the mixing of the whole water column by current-induced turbulence, such that salinity varies more longitudinally rather than vertically." + "slope" "A solid astronomical body part which is part of the planetary surface between the peak of an elevation or the bottom of a depression and relatively flat surrounding land." + "slum" "A slum is a heavily populated urban informal settlement with substandard housing in which households lack any one of the following: access to improved water, access to improved sanitation, sufficient-living area, durability of housing, or security of tenure." + "slush ice layer" "A layer which consists of slush ice." + "small freshwater lake biome" "A freshwater lake biome which is determined by a small lake." + "small river biome" "A freshwater river biome which is determined by a small river." + "smokeless tobacco" "Processed tobacco which has been treated for use by placing it between the gum and cheek or lip, chewed, or sniffed, but not smoked." + "snow field" "A region of permanent snow in mountainous areas or high latitudes." + "snow layer" "A cryospheric layer which is primarily composed of snow." + "snow-covered land" "Land which is covered or partially covered by snow." + "soda spring" "A mineral spring through which water with elevated levels of dissolved carbon dioxide gas flows." + "sofa" "A sofa is a bench which is partially or entirely upholstered, and often fitted with springs and tailored cushions." + "soil" "An environmental material which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms." + "soil biocrust" "A biocrust which is formed by photosynthetic microbial assemblages colonising the surface layer of a portion of arid soil. Through their successional dynamics, these communities reduce the soil surface's albedo, impart it with stability against erosion, modify its hydrology, and promote its fertility." + "soil cryoturbate" "A mass of soil moved or disturbed by frost action." + "soil environment" "An environmental system which has its properties and dynamics determined by soil." + "soil organic matter" "Organic material in soil, which consists of plant and animal residues at various stages of decomposition, cells and tissues of soil organisms, and substances synthesized by soil organisms." + "soil surface layer" "A surface layer which is composed primarily of soil." + "solar panel array" "A group of solar panels, typically belonging to the same photovoltaic system, arranged to maximise interception of solar radiation." "solar power station" - "solfatara" - "solid astronomical body part" - "solid planetary core" - "solonchak" - "solonetz" - "solutional cave" - "somma volcano" - "sound" - "soy ink" - "space station" - "spacecraft" - "sparsely populated settlement" - "spatter cone" - "speleothem" - "spit" - "spoon" - "sports facility" - "spring" - "spruce forest soil" - "spur" - "squeegee" - "stable bandage" - "stack" - "stagnosol" - "stain" - "stainless steel" - "stalactite" - "stalagmite" - "steakhouse" - "steel" - "step pool" - "steppe" - "steppe soil" - "stock" - "stone building floor" - "stone exterior wall" - "stony desert" - "storm surge" - "strait" - "strand crack" - "stratovolcano" - "straw exterior wall" - "stream" - "stream bank" - "stream bed" - "stream channel" - "stream mouth" - "stream pool" - "stream run" - "stream valley" - "stream water" - "structural basin" - "subalpine biome" - "subglacial lake" - "subglacial volcano" - "subjacent karst" - "submarine canyon" - "submerged bed" - "submerged landform" - "subpolar biome" - "subpolar coniferous forest biome" + "solfatara" "A fumarole that emits sulfurous gases." + "solid astronomical body part" "A part of an astronomical body which is primarily composed of solid material." + "solid planetary core" "A solid planetary core is a planetary core which is primarily composed of solid material." + "solonchak" "Solonchaks are soils that have a high concentration of soluble salts at some time in the year. Solonchaks are largely confined to the arid and semi-arid climate zones and to coastal regions in all climates." + "solonetz" "Solonetz are soils with a dense, strongly structured, clayey subsurface horizon that has a high proportion of adsorbed Na and/or Mg ions. Solonetz that contain free soda (Na2CO3) are strongly alkaline (field pH > 8.5)." + "solutional cave" "A cave formed by the dissolution of soluble rock or other solid material such as limestone, chalk, dolomite, gypsum, salt or marble." + "somma volcano" "A volcanic caldera that has been partially filled by a new central cone." + "sound" "A large sea or ocean inlet larger than a bay, deeper than a bight, wider than a fjord, or it may identify a narrow sea or ocean channel between two bodies of land." + "soy ink" "A colorant fluid which is 1) manufactured and 2) primarily composed of soybean oil, as well as pigment, resin, and wax." + "space station" "A spacecraft which is capable of supporting a human crew in orbit for an extended period of time." + "spacecraft" "A vehicle designed to fly in outer space." + "sparsely populated settlement" "A settlement with a low density of buildings and inhabitants." + "spatter cone" "A volcanic cone formed of molten lava ejected from a vent somewhat like taffy. Expanding gases in the lava fountains tear the liquid rock into irregular gobs that fall back to earth, forming a heap around the vent. The still partly liquid rock splashed down and over the sides of the developing mound is called spatter. Because spatter is not fully solid when it lands, the individual deposits are very irregular in shape and weld together as they cool, and in this way particularly differ from cinder and ash." + "speleothem" "A secondary mineral deposit formed in caves, most commonly calcite." + "spit" "A deposition landform found off coasts. A spit is a type of bar or beach that develops where a re-entrant occurs, such as at a cove, bay, ria, or river mouth. Spits are formed by the movement of sediment (typically sand) along a shore by a process known as longshore drift. Where the direction of the shore turns inland (reenters) the longshore current spreads out or dissipates. No longer able to carry the full load, much of the sediment is dropped. This causes a bar to build out from the shore, eventually becoming a spit." + "spoon" "An eating utensil with a scooped end and a long handle." + "sports facility" "A building or region where sports activities can be carried out." + "spring" "A surface landform which provides an egress for groundwater or steam to flow out of the ground." + "spruce forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Picea." + "spur" "A slope of land descending laterally from a hill, mountain or main crest of a ridge." + "squeegee" "A tool with a flat, smooth rubber blade, used to remove or control the flow of liquid on a flat surface." + "stable bandage" "A bandage wrap used on the lower legs of a horse." + "stack" "A geological landform consisting of a steep and often vertical column or columns of rock in the sea near a coast." + "stagnosol" "Stagnosols are soils with a perched water table showing redoximorphic features caused by surface water. Stagnosols are periodically wet and mottled in the topsoil and subsoil, with or without concretions and/or bleaching." + "stain" "A preparation with dye or pigment used to deposit coloration to a substrate." + "stainless steel" "Steel which is composed primarily of a corrosion resistant alloy of iron and chromium." + "stalactite" "A speleothem hanging downwards from a roof or wall, of cylindrical or conical form, usually with a central hollow tube." + "stalagmite" "A speleothem projecting vertically upwards from a cave floor and formed by precipitation from drips." + "steakhouse" "A restaurant which specializes in serving steaks and pork chops." + "steel" "A manufactured product which is an alloy of iron and which typically contains a few tenths of a percent of carbon." + "step pool" "A stream pool which is formed as a result of high-gradient, steep streams where water cascades over a rock or woody snag." + "steppe" "A plain without trees (apart from those near rivers and lakes); it is similar to a prairie, although a prairie is generally considered as being dominated by tall grasses, while short grasses are said to be normal in the steppe. It may be semi-desert, or covered with grass or shrubs or both, depending on the season and latitude." + "steppe soil" "A portion of soil which is found in a steppe." + "stock" "A stock is a discordant igneous intrusion having a surface exposure of less than 100 square kilometres. Stocks differ from batholiths only in being smaller." + "stone building floor" "A stone building floor is a building floor that is composed primarily of rock." + "stone exterior wall" "A stone exterior wall is an exterior wall that is composed primarily of rock." + "stony desert" "A desert plain characterized by a surface veneer of gravel or stones." + "storm surge" "A storm surge is a coastal flood which is caused by low-pressure weather systems such as tropical cyclones and strong extratropical cyclones, the severity of which is affected by the shallowness and orientation of the water body relative to storm path, and the timing of tides." + "strait" "A narrow channel of water that connects two larger bodies of water, and thus lies between two land masses." + "strand crack" "Fissure at the junction between an inland ice sheet, ice piedmont or ice rise and an ice shelf, the latter being subject to the rise and fall of the tide." + "stratovolcano" "A tall, conical volcano composed of many layers of hardened lava, tephra, and volcanic ash. These volcanoes are characterized by a steep profile and periodic, explosive eruptions. The lava that flows from them is viscous, and cools and hardens before spreading very far. The source magma of this rock is classified as acidic, or high in silica to intermediate (rhyolite, dacite, or andesite)." + "straw exterior wall" "A straw exterior wall is an exterior wall that is composed primarily of straw." + "stream" "A watercourse which is linear and flows across the solid portion of a planetary surface." + "stream bank" "The sloping margin of a stream, serving to confine it to its natural channel." + "stream bed" "The channel bottom of a stream; the physical confine of the normal water flow." + "stream channel" "A channel of a watercourse which contains a stream." + "stream mouth" "The place where a stream discharges into a lagoon, lake, or the sea." + "stream pool" "A water body which is created in a stream by local scour or impoundment and has some structural control." + "stream run" "A hydroform which is that part of a stream where water flows swiftly and uniformly with low surface water agitation." + "stream valley" "A valley that contains, and has been formed by, a stream." + "stream water" "Water which is part of a stream." + "structural basin" "A structural basin is a geological depression formed by tectonic warping of previously flat lying rock strata." + "subalpine biome" "A biome which is subject to subapline altitudinal conditions." + "subglacial lake" "A lake which is situated beneath a glacier." + "subglacial volcano" "A volcano produced by subglacial eruptions or eruptions beneath the surface of a lake melted into a glacier or ice mass by the rising lava." + "subjacent karst" "Karst developed in soluble beds underlying other rock formations; the surface may or may not be affected by the karst development." + "submarine canyon" "A steep-sided valley on the sea floor of the continental slope. Many submarine canyons are found as extensions to large rivers; however there are many that have no such association. Canyons cutting the continental slopes have been found at depths greater than 2 km below sea level. Many submarine canyons continue as submarine channels across continental rise areas and may extend for hundreds of kilometers." + "submerged bed" "The portion of the ground surface which lies below water." + "submerged landform" "A landform which is submerged underneath a body of liquid." + "subpolar biome" "A biome which is subject to subpolar climatic conditions." + "subpolar coniferous forest biome" "A coniferous forest biome which includes communities adapted to subpolar conditions." "subpolar grassland" - "subsequent stream" + "subsequent stream" "A stream whose course has been determined by selective headward erosion along weak strata. These streams have generally developed after the original stream. Subsequent streams developed independently of the original relief of the land and generally follow paths determined by the weak rock belts." "subsurface landform" - "subsurface zone of an astronomical body" - "subtropical biome" - "subtropical broadleaf forest" - "subtropical broadleaf forest biome" - "subtropical coniferous forest biome" - "subtropical convergence front" - "subtropical desert biome" - "subtropical dry broadleaf forest" - "subtropical dry broadleaf forest biome" - "subtropical forest" - "subtropical grassland" - "subtropical grassland biome" - "subtropical moist broadleaf forest" - "subtropical moist broadleaf forest biome" - "subtropical savanna biome" - "subtropical shrubland biome" - "subtropical woodland biome" - "subway train" + "subsurface zone of an astronomical body" "An environmental zone which includes those regions of an astronomical body which are not exposed to its atmosphere or space." + "subtropical biome" "A biome which is subject to subtropical climatic conditions." + "subtropical broadleaf forest" "A broadleaf forest which is subject to subtropical climate conditions." + "subtropical broadleaf forest biome" "A subtropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical coniferous forest biome" "A coniferous forest biome which is subject to subtropical climate patterns." + "subtropical desert biome" "A subtropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, high insolation (but lower than that of a tropical desert biome), inhibited cloud formation, and very low precipitation. Subtropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "subtropical dry broadleaf forest" "A subtropical broadleaf forest which 1) s subject to a year-round warm climate 2) may receive several hundred centimeters or rain per year and 3) are subject to long dry seasons which last several months." + "subtropical dry broadleaf forest biome" "A subtropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical forest" "A forest ecosystem which is subject to subtropical climate conditions." + "subtropical grassland" "A grassland which is subject to subtropical climatic conditions." + "subtropical grassland biome" "A subtropical grassland in which dominant ecological communities have reached their climax successional state." + "subtropical moist broadleaf forest" "A subtropical broadleaf forest which 1) has low variability in annual temperature, 2) high levels of rainfall (>200 centimeter annually), and 3) has tree communities dominated by semi-evergreen and evergreen species." + "subtropical moist broadleaf forest biome" "A subtropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical savanna biome" "A savanna biome which is subject to subtropical climate patterns." + "subtropical shrubland biome" "A shrubland biome which is subject to subtropical climate patterns." + "subtropical woodland biome" "A woodland biome which is subject to subtropical climate patterns." + "subway train" "A passenger train which runs along an undergroud rail system." "sugar plantation" - "sugar refinery" - "sugarcane vinasse" - "sulfur spring" - "supermarket" - "supraglacial lake" - "surface convergence" - "surface landform" - "surface layer of a water body" - "surface of an astronomical body" - "surface soil" - "surgical intensive care unit facility" - "suspended colloidal sediment" - "suspension bridge" - "swale" - "swamp area" + "sugar refinery" "A refinery which is capable of processing raw sugar. Raw sugar is processed from cane or beets into white refined sugar." + "sugarcane vinasse" "Vinasse which is produced during the rectification and distillation of ethanol from sugar cane." + "sulfur spring" "A spring through which water with elevated levels of dissolved derivatives of sulfur flows." + "supermarket" "A self-service shop offering a wide variety of food, beverages and household products, organized into sections." + "supraglacial lake" "A water body which is located in a depression within the surface of a glacier." + "surface landform" "A landform which occurs on the surface of an astronomical body." + "surface layer of a water body" "A water surface that is part of a water body." + "surface of an astronomical body" "A surface layer where the solid or liquid material of an astronomical body comes into contact with an atmosphere or outer space." + "surface soil" "A soil consisting of the upper layer of soil on the surface consisting of loose material capable of supporting life composed of a mixture of mineral and organic matter." + "surgical intensive care unit facility" "An intensive care unit facility which is used to provide surgical services for critically ill patients." + "suspended colloidal sediment" "Colloidal sediment which is suspended in a part of the hydrosphere." + "suspension bridge" "A bridge which has its deck hung on vertical suspenders via suspension cables." + "swale" "A depression which comprises a low tract of land, especially when moist or marshy." + "swamp area" "An area of wetland which overlaps a swamp ecosystem." "swamp forest" - "swing bridge" - "switch" - "syngenetic karst" - "table" - "tabular iceberg" - "tailings dam" - "tailings pond" - "take-out restaurant" - "talik" - "talus cave" - "talus slope" - "tannery" - "tarn" - "taxicab" + "swing bridge" "A bridge which is movable and has a vertical locating pin as its primary structural support, and a support ring about which it can pivot horizontally." + "switch" "A device which can connect, disconnect, or divert current in an electrical circuit." + "syngenetic karst" "Karst developed in eolian calcarenite when the development of karst features has taken place at the same time as the lithification of dune sand." + "table" "A table is a form of furniture with a flat horizontal upper surface used to support objects, for storage, show, and/or manipulation." + "tabular iceberg" "An iceberg which 1) has a flat upper surface, 2) is derived from an ice shelf, ice tongue, or floating tidewater glacier via detachment." + "tailings dam" "An earth-filled dam which is used for the storage of mining operations byproducts, after separating the ore from the gangue." + "tailings pond" "A human construction which is used as a storage area for mining tailings." + "take-out restaurant" "A restaurant which provides prepared meals or other food products that the purchaser must eat off its premises." + "talik" "An area of unfrozen ground surrounded by permafrost." + "talus cave" "A talus cave is a cave formed by the openings between large boulders which have fallen into a random heap." + "talus slope" "A talus slope is a slope which has a surface layer composed of scree." + "tannery" "A tannery is a building in which the skins of animals are treated with chemicals to alter the structure of their constituent proteins, creating leather." + "tarn" "A mountain lake that is formed in a cirque excavated by a glacier. A moraine may form a natural dam below a tarn." + "taxicab" "A taxicab is a car which may be hired, along with its operator, to transport passengers between locations of their choosing." "tea plantation" - "technosol" - "technosphere" - "tectonic lake" - "tectonic plate" - "telephone" - "television set" - "temperate biome" - "temperate broadleaf evergreen forest" - "temperate broadleaf forest" - "temperate broadleaf forest biome" - "temperate coniferous forest biome" - "temperate deciduous broadleaf forest" - "temperate deciduous needleleaf forest" - "temperate desert biome" - "temperate evergreen needleleaf forest" - "temperate forest" - "temperate freshwater swamp forest" + "technosol" "Technosols are soils whose properties and pedogenesis are dominated by their technical origin. They contain a significant amount of artefacts (something in the soil recognizably made or extracted from the earth by humans), or are sealed by technic hard rock (material created by humans, having properties unlike natural rock). They include soils from wastes (landfills, sludge, cinders, mine spoils and ashes), pavements with their underlying unconsolidated materials, soils with geomembranes and constructed soils in human-made materials." + "technosphere" "A part of an astronomical body which includes, as parts, all the entities which have been constructed or manufactured by humans or their technology and which are within the gravitational sphere of influence of that body." + "tectonic lake" "A lake which is contained in a depression formed by the deformation and resulting lateral and vertical movements of a lithosphere." + "tectonic plate" "A part of a lithosphere which is separated by other such parts by geographic faults or similar geomorphological discontinuities." + "telephone" "A telephone is a telecommunications device which converts sound into electronic signals suitable for transmission via cables or other transmission media, and reconverts such signals into sound waves." + "television set" "A television set is a device that combines a tuner, display, and loudspeakers for the purpose of converting digital or analog information signals into moving images and sound." + "temperate biome" "A biome which is subject to temperate climatic conditions." + "temperate broadleaf evergreen forest" "A broadleaf evergreen forest which is subject to temperate climate patterns." + "temperate broadleaf forest" "A broadleaf forest which is subject to temperate climate conditions." + "temperate broadleaf forest biome" "A broadleaf forest which is subject to temperate climate patterns." + "temperate coniferous forest biome" "A coniferous forest biome which is subject to temperate climate patterns." + "temperate deciduous broadleaf forest" "A deciduous broadleaf forest which is subject to temperate climate patterns." + "temperate deciduous needleleaf forest" "A deciduous needleleaf forest which is subject to temperate climate patterns." + "temperate desert biome" "A temperate desert biome is a desert biome which has communities adapted to intermediate insolation, low rainfall, and large temperature variations between winter and summer. Winter temperatures may fall below 0 degrees Celsius. Some precipitation in this biome may fall as snow." + "temperate evergreen needleleaf forest" "An evergreen needleleaf forest which is subject to temperate climate patterns." + "temperate forest" "A forest ecosystem which is subject to temperate climate conditions." + "temperate freshwater swamp forest" "A freshwater swamp forest which is subject to temperate climate patterns." "temperate grassland" "temperate grassland biome" - "temperate marginal sea biome" - "temperate marine upwelling biome" - "temperate mediterranean sea biome" - "temperate mixed broadleaf forest" - "temperate mixed forest" - "temperate mixed forest biome" - "temperate mixed needleleaf forest" - "temperate mountain" - "temperate savanna biome" - "temperate sclerophyllous dry forest" - "temperate shrubland biome" - "temperate woodland biome" - "temple" - "temporary residence" - "tended pasturable land" - "tenement" - "terminal moraine" - "terrace" - "terracette" - "terrarium" - "terrestrial biome" - "terrestrial ecoregion" - "terrestrial ecosystem" - "terrestrial environmental zone" - "terrestrial ice calf" - "terrestrial mountain" - "terrestrial natural environment" - "tertiary referral hospital" - "testosterone enriched soil" - "textile" - "textile dye" - "thatched building roof" - "thatched exterior wall" - "thaw hole" - "thermal nuclear reactor" - "thermokarst" - "thermokarst depression" - "thermokarst lake" - "thermophilic anaerobic methanogenic reactor" - "threonine enriched soil" - "thrust fault" - "tidal creek" - "tidal mangrove shrubland" - "tidal mixing front" - "tidal pool" + "temperate marginal sea biome" "A marginal sea biome which is located in a region with a temperate climate." + "temperate marine upwelling biome" "A marine upwelling biome which is located in a region subject to temperate climate patterns." + "temperate mediterranean sea biome" "A mediterranean sea biome which is subject to temperate climate patterns." + "temperate mixed broadleaf forest" "A temperate mixed forest which has communities of trees composed primarily of species with broad leaves." + "temperate mixed forest" "A mixed forest which is subject to temperate climatic conditions." + "temperate mixed forest biome" "A temperate mixed forest in which dominant ecological communities have reached their climax successional state." + "temperate mixed needleleaf forest" "A temperate mixed forest which has communities of trees composed primarily of species with needle-like leaves (e.g. conifers)." + "temperate mountain" "A mountain that is part of a temperate environment." + "temperate savanna biome" "A savanna biome which is subject to temperate climate patterns." + "temperate sclerophyllous dry forest" "A sclerophyllous forest which is subject to temperate climate patterns." + "temperate shrubland biome" "A shrubland biome which is subject to temperate climate patterns." + "temperate woodland biome" "A woodland biome which is subject to temperate climate patterns." + "temple" "A building reserved in which religious or spiritual rituals and activities such as prayer and sacrifice are performed." + "temporary residence" "A human dwelling which is provided to one or more persons on a short-term basis." + "tended pasturable land" "Pasturable land which is maintained by human activities in order to provide grazing oppoturnities for livestock." + "tenement" "A residential building shared by multiple dwellings, typically with flats or apartments on each floor and with shared entrance stairway access." + "terminal moraine" "Ridges of unconsolidated debris deposited at the snout or end of the glacier. They usually reflect the shape of the glacier's terminus." + "terrace" "A step-like feature between higher and lower ground: a relatively flat or gently inclined shelf of earth, backed and fronted by steep slopes or manmade detaining walls." + "terracette" "A ridge on a hillside formed when saturated soil particles expand, then contract as they dry, causing them to move slowly downhill." + "terrarium" "A terrarium is a vivarium which simulates a terrestrial environment." + "terrestrial biome" "A biome which is primarily or completely situated on a landmass." + "terrestrial ecoregion" "An ecoregion which is located on a landmass." + "terrestrial ecosystem" "An ecosystem which primarily occurs on land." + "terrestrial environmental zone" "An environmental zone which is bounded by material parts of a land mass or the atmosphere or space adjacent to it." + "terrestrial ice calf" "An ice calf which rests on land." + "terrestrial mountain" "A mountain which is located on land and which is bounded by an atmosphere or outer space." + "terrestrial natural environment" "A natural environment which is located on a land mass." + "tertiary referral hospital" "A hospital which is used to provide tertiary care." + "testosterone enriched soil" "A portion of testosterone enriched soil is a portion of soil with elevated levels of testosterone." + "textile" "A textile is a manufactured product comprised of a network of natural or artificial fibers (often referred to as thread or yarn)." + "textile dye" "Dyes utilized for coloring textiles such as wool or cellulose fibers." + "thatched building roof" "A thatched building roof is a building roof that is built by thatching (or out of thatch)." + "thatched exterior wall" "A thatched exterior wall is an exterior wall that is composed primarily of thatch." + "thaw hole" "A channel which traverses an ice mass floating on a water body and bridges the atmosphere to the underlying water through its internal cavity." + "thermal nuclear reactor" "A nuclear reactor which uses a neutron moderator to slow neutrons until they approach the average kinetic energy of the surrounding particles." + "thermokarst" "An irregular land surface which consists of marshy hollows, hummocks, thermokarst depressions and thermokarst lakes formed from the erosion of ice-rich thawing permafrost areas." + "thermokarst depression" "A geographic basin which is formed due to the erosion of thermokarst by meltwater released from thawing permafrost." + "thermokarst lake" "A freshwater lake which fills a depression formed by the erosion of thermokarst caused by permafrost thaw." + "thermophilic anaerobic methanogenic reactor" "An anaerobic biorector which uses elevated temperatures and appropriate chemical substrates to support the production of methane by microbial communities." + "threonine enriched soil" "A portion of threonine enriched soil is a portion of soil with elevated levels of threonine." + "thrust fault" "A fault across which older rocks are pushed above (away from the core of an astronomical body) younger rocks." + "tidal creek" "A tidal water channel. Creeks may often dry to a muddy channel with little or no flow at low tide, but often with significant depth of water at high tide." + "tidal mangrove shrubland" "A shrubland biome which is densely vegetated by dwarf or short mangroves (and associates) that are generally less than 6 meters in height, is tidally influenced, is located in tropical or subtropical areas." + "tidal pool" "Pools formed as a high tide comes in over a rocky shore. Water fills depressions in the ground, which turn into isolated pools as the tide retreats." "tidal power plant" - "tidal watercourse" - "tile" - "tiled building roof" - "till plain" - "tissue paper" - "tobacco warehouse" - "toilet bowl" - "toilet fixture" - "tombolo" - "topographic upwelling front" - "tornado" - "tote bag" - "tote bin" - "touchscreen" - "town hall" - "track" - "train" - "train car" - "transport boat" - "transport feature" - "transport hub" - "transvasement" - "trattoria" - "traumatic intensive care unit facility" - "tray" - "trench" - "tributary" - "trimethylamine enriched soil" - "tropical biome" - "tropical broadleaf forest" - "tropical broadleaf forest biome" - "tropical coniferous forest biome" - "tropical deciduous broadleaf forest" - "tropical desert biome" - "tropical dry broadleaf forest" - "tropical dry broadleaf forest biome" - "tropical forest" - "tropical freshwater swamp forest" - "tropical grassland" + "tidal watercourse" "A watercourse which has the intensity and direction of its flow primarily determined by the tides." + "tile" "A tile is a manufactured piece of hard-wearing material such as ceramic, stone, metal, or even glass, generally used for covering roofs, floors, walls, showers, or other objects such as tabletops. Alternatively, tile can sometimes refer to similar units made from lightweight materials such as perlite, wood, and mineral wool, typically used for wall and ceiling applications." + "tiled building roof" "A tile building roof is a building roof that is built using tiles." + "till plain" "An extensive flat plain of glacial till that forms when a sheet of ice becomes detached from the main body of a glacier and melts in place depositing the sediments it carried." + "tissue paper" "A paper product which is thin translucent paper." + "tobacco warehouse" "A tobacco warehouse is a warehouse used to store cured leaves of plants from the genus Nicotiana, primarily N. tabacum and N. rustica." + "toilet bowl" "A plumbing fixture which is bowl-shaped, part of a toilet fixture, and capable of contain human waste until it is disposed of." + "toilet fixture" "A fixture which is used primarily for the collection and, in some cases, disposal of human urine and feces." + "tombolo" "A deposition landform such as a spit or bar which forms a narrow piece of land between an island or offshore rock and a mainland shore, or between two islands or offshore rocks. They usually form because the island causes wave refraction, depositing sand and shingle moved by longshore drift in each direction around the island where the waves meet. Eustatic sea level rise may also contribute to accretion as material is pushed up with rising sea levels." + "tornado" "A tornado is an aeroform consisting of at least one rapidly rotating column of air that is in contact with both the surface of an astronomical body and pendant from within or beneath a cumulonimbus or cumulus cloud." + "tote bag" "A large bag with parallel handles that emerge from the sides of its pouch." + "tote bin" "A portable, box-type industrial storage product used for the storage and handling or parts and materials, that may collapse to conserve space when not in use." + "touchscreen" "A manufactured product which is used to give input or control to an information processing system by touching a display screen with a special stylus or one or more fingers." + "town hall" "An office building which is the chief administrative building of a city, town, or other municipality." + "track" "A small road, generally not paved." + "train" "A vehicle which locomotes using rails and consists of a series of connected compartments used to transport passengers or cargo." + "train car" "A vehicle which is used for carrying cargo or passengers on a rail transport system." + "transport boat" "A boat which is used to transport cargo or carry passengers." + "transport feature" "A construction which enables the movement of humans, their animals or their vehicles." + "transport hub" "A place where passengers and cargo are exchanged between vehicles or/and between transport modes." + "transvasement" "An aquaduct to transport water from one river basin to another one, to solve problems of hydrographic imbalance. It can decrease floods, moving the water to lands with droughts." + "trattoria" "A restaurant which is of Italian cultural origin and which is generally less formal than an Italian ristorante, but more formal than an osteria." + "traumatic intensive care unit facility" "An intensive care unit facility which is used to provide medical care for trauma patients." + "tray" "A manufactured product consisting of a shallow platform designed for the carrying of items." + "trench" "A trench is a type of excavation or depression in the ground that is generally deeper than it is wide (as opposed to a wider gully or ditch), and narrow compared to its length (as opposed to a simple hole)." + "tributary" "A stream or river which flows into another river (a parent river) or body of water but which may not flow directly into the sea." + "trimethylamine enriched soil" "A portion of trimethylamine enriched soil is a portion of soil with elevated levels of trimethylamine." + "tropical biome" "A biome which is subject to tropical climatic conditions." + "tropical broadleaf forest" "A broadleaf forest which is subject to tropical climate conditions." + "tropical broadleaf forest biome" "A tropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical coniferous forest biome" "A coniferous forest biome which is subject to tropical climate patterns." + "tropical deciduous broadleaf forest" "A deciduous broadleaf forest which is subject to tropical climate patterns." + "tropical desert biome" "A tropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, very high insolation due to inhibited cloud formation, and very low precipitation. Tropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "tropical dry broadleaf forest" "A tropical broadleaf forest which 1) s subject to a year-round warm climate 2) may receive several hundred centimeters or rain per year and 3) are subject to long dry seasons which last several months." + "tropical dry broadleaf forest biome" "A tropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical forest" "A forest ecosystem which is subject to tropical climate conditions." + "tropical freshwater swamp forest" "A freshwater swamp forest which is subject to tropical climate patterns." + "tropical grassland" "A grassland ecosystem which is subject to tropical climatic conditions." "tropical grassland biome" - "tropical lower montane forest" - "tropical lowland evergreen broadleaf rain forest" + "tropical lower montane forest" "A montane forest which is located in a region subject to tropical climate patterns modulated by sufficient elevation to encounter lower montane climatic patterns." + "tropical lowland evergreen broadleaf rain forest" "A broadleaf forest which is subject to tropical climate patterns with high rainfall, is located in a lowland area, and is dominated by plants which retain their leaves throughout the year." "tropical mangrove" - "tropical marginal sea biome" - "tropical marine coral reef biome" - "tropical marine semi-evergreen forest" - "tropical marine upwelling biome" - "tropical mixed broadleaf forest" - "tropical mixed forest" - "tropical mixed forest biome" - "tropical mixed needleleaf forest" - "tropical moist broadleaf forest" - "tropical moist broadleaf forest biome" - "tropical mountain" - "tropical needleleaf forest" - "tropical savanna biome" - "tropical sclerophyllous dry forest" - "tropical semi-deciduous broadleaf forest" + "tropical marginal sea biome" "A marginal sea biome which is located in a region with a tropical climate." + "tropical marine coral reef biome" "A marine coral reef biome which is located in a region with a tropical climate." + "tropical marine semi-evergreen forest" "A semi-evergreen forest is a forest which undergoes a long dry season and, as a consequence, has a two-storey layer structure, a dry canopy, a leaf litter layer that only decays during moist periods trees with very small leaves or which shed their leaves to conserve water and which flower during the dry season and grow during the wet season." + "tropical marine upwelling biome" "A marine upwelling biome which is subject to tropical climate patterns." + "tropical mixed broadleaf forest" "A tropical mixed broadleaf forest which has communities of trees composed primarily of species with broad leaves." + "tropical mixed forest" "A mixed forest which is subject to tropical climatic conditions." + "tropical mixed forest biome" "A tropical mixed forest in which dominant ecological communities have reached their climax successional state." + "tropical mixed needleleaf forest" "A mixed needleleaf forest which has communities of trees composed primarily of species with needle-like leaves (e.g. conifers)." + "tropical moist broadleaf forest" "A tropical broadleaf forest which 1) has low variability in annual temperature, 2) high levels of rainfall (>200 centimeter annually), and 3) has tree communities dominated by semi-evergreen and evergreen species." + "tropical moist broadleaf forest biome" "A tropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical mountain" "A mountain that is part of a tropical environment." + "tropical needleleaf forest" "A needleleaf forest which is subject to tropical climate patterns." + "tropical savanna biome" "A savanna biome which is subject to tropical climate patterns." + "tropical sclerophyllous dry forest" "A sclerophyllous forest which is subject to tropical climate patterns." + "tropical semi-deciduous broadleaf forest" "A semi-deciduous broadleaf forest which is subject to tropical climate patterns." "tropical semi-evergreen moist broadleaf forest" - "tropical shrubland biome" - "tropical soil" + "tropical shrubland biome" "A shrubland biome which is subject to tropical climate patterns." + "tropical soil" "Soil which is part of a tropical environment." "tropical thorn forest" - "tropical upper montane forest" - "tropical woodland biome" - "trough" - "truck" - "tube well" - "tubular paraffin lantern" - "tuff cone" - "tundra biome" - "tundra ecosystem" - "tunnel" - "tunnel valley" - "turbulent aquatic surface layer" - "turlough" - "turpentine" - "tuya" - "ultisol" - "umbrella" - "umbrisol" - "unburnt brick" - "unburnt-brick exterior wall" - "underground irrigation canal" - "underground lake" - "underground river" - "underground stream" - "underground water body" - "undersea feature" - "undersea trough" - "understory" - "unexploded-ordnance dump" - "university building" - "university campus" - "upland soil" - "upwelling" - "uranium deposit" + "tropical upper montane forest" "A montane forest which is located in a region subject to tropical climate patterns modulated by sufficient elevation to encounter upper montane climate patterns." + "tropical woodland biome" "A woodland biome which is subject to tropical climate patterns." + "trough" "A linear structural depression that extends laterally over a distance, while being less steep than a trench. A trough can be a narrow basin or a geologic rift. There are various oceanic troughs, troughs found under oceans; examples include the rift along the mid-oceanic ridge and the Cayman Trough." + "truck" "A truck is a motor vehicle which, as its primary funcion, transports cargo rather than human passangers." + "tube well" "A water well in which a long, 100–200 millimetres-wide, stainless steel tube or pipe is bored into an underground aquifer to lift water using a pump." + "tubular paraffin lantern" "A tubular paraffin lantern is a paraffin lantern which includes metal tubes in its casing that direct air to the burning wick." + "tuff cone" "A cone that is composed of consolidated volcanic ash." + "tundra biome" "A tundra ecosystem which is undergoing climactic ecological succession." + "tundra ecosystem" "An ecosystem which 1) typically has monthly average temperatures below 10 degrees Celsius 2) has a low evapotranspiration ratio 3) is dominated by treeless terrain, covered by communities of low-growing vegetation such as dwarf shrubs, sedges and grasses, mosses, and lichens, 4) contains areas of soil underlain by permafrost with a thin active layer and 5) occurs in both polar and alpine regions (i.e., both high latitudes and high altitudes), and 5) does not have permanent snow or ice cover." + "tunnel" "An underground or underwater passage." + "tunnel valley" "A deep but narrow valley with a 'U' shaped cross-section and frequently a 'U' shaped plan which is usually found filled with glacial till. It is formed when the edge of an ice mass advances up a slope. Its length may be appropriately measured in centimetres or kilometres, depending on the circumstances of formation." + "turbulent aquatic surface layer" "A turbulent surface layer of a water body maintained by strong currents setting over submerged ridges or shoals or by winds opposing a current." + "turlough" "A container of an intermittent lake unique to the limestone areas of Ireland, mostly west of the River Shannon. Most turloughs flood in the autumn, usually some time in October, and then dry up some time between April and July." + "turpentine" "A fluid obtained by the distillation of resin harvested from living trees, primarily used as a solvent." + "tuya" "A distinctive, flat-topped, steep-sided volcano formed when lava erupts through a thick glacier or ice sheet." + "ultisol" "A soil which has high mineral content and which contain no calcareous material, have less than 10% weatherable minerals its surface layer, and have less than 35% base saturation throughout its volume." + "umbrella" "A canopy designed to protect against precipitation or sunlight." + "umbrisol" "Umbrisols are soils in which organic matter has accumulated within the mineral surface soil (in most cases with low base saturation) to the extent that it significantly affects the behaviour and utilization of the soil." + "unburnt brick" "An unburnt brick is a brick which has been air dried rather than dried at an elvated temperature in a kiln, furnace, or with similar technology ." + "unburnt-brick exterior wall" "An unburnt brick exterior wall is an exterior wall that is built from unburnt bricks." + "underground irrigation canal" "A gently inclined underground tunnel bringing water for irrigation from an aquifer." + "underground lake" "A lake which is formed under the surface of the Earth. Such a lake may be associated with caves and aquifers and springs." + "underground river" "A river that is under the surface of the Earth." + "underground stream" "A stream that is under the surface of the Earth." + "underground water body" "A geographical feature associated with water that is under the surface of the earth." + "undersea feature" "A hydrographic feature which is located below the surface of a marine water body." + "undersea trough" "An undersea trough is a trough which is below a marine water body." + "unexploded-ordnance dump" "A dump which contains ammunition, or other material intended for use during combat, that still has the potential to explode." + "university building" "An institutional building in which university services are performed." + "university campus" "An area of land on which a college or university and related institutional buildings are situated." + "upland soil" "Soil which is part of some elevated land." + "upwelling" "MERGED DEFINITION:\nTARGET DEFINITION: An oceanographic feature that involves wind-driven motion of dense, cooler, and usually nutrient-rich water towards the ocean surface, replacing the warmer, usually nutrient-deplete surface water.\n--------------------\nSOURCE DEFINITION: A marine upwelling is a net flow of marine water to the surface of the water column from deeper regions. This is often a result of surface water displacement off continental coasts by wind action. Localised upwellings may also occur along divergent fronts around eddies and along some of the major oceanographic features. Deeper waters often have higher nutrient content; consequently blooms of primary producers, such as planktonic algae, are generally observed around upwelling zones." + "uranium deposit" "A mineral deposit that contains uranium ore." "uranium mine" - "urban biome" - "urea enriched soil" - "urology unit facility" - "utensil" - "utility line" - "vacuum cleaner" - "vadose cave" - "valley" - "varnish" - "vegetable garden soil" - "vegetated area" - "vegetated hill" - "vehicle" - "vein" - "ventilated improved pit latrine" - "vertisol" - "veterinary facility" - "village" - "village biome" - "vinasse" - "vineyard" - "vitreous enamel" - "vivarium" - "volcanic arc" - "volcanic cave" - "volcanic cone" - "volcanic crater" - "volcanic crater lake" - "volcanic dike" - "volcanic feature" - "volcanic field" - "volcanic fissure" - "volcanic soil" - "volcano" - "wadi" - "wadi mouth" - "walk-in clinic" - "warehouse" - "warehouse" - "warm monomictic lake" - "warm polymictic lake" + "urban biome" "An urban biome is a dense settlement biome which has been urbanised." + "urea enriched soil" "A portion of urea enriched soil is a portion of soil with elevated levels of urea." + "urology unit facility" "A hospital unit facility which is used to provide urological medicine services." + "utensil" "A hand tool for domestic use, especially in the kitchen." + "utility line" "A cable used to trasmit electricity from its point of production to its point of consumption." + "vacuum cleaner" "A device that causes suction in order to remove debris from surfaces." + "vadose cave" "A cave which is within a vadose zone." + "valley" "A depression which has been formed as a result of erosion by water or ice and which is low-lying, bordered by higher ground, and especially elongate." + "varnish" "A clear transparent hard protective film or finish, primarily used for wood finishing applications." + "vegetable garden soil" "Garden soil which is part of a garden used for the cultivation of vegetables." + "vegetated area" "A vegetated area is a geographic feature which has ground cover dominated by plant communities." + "vegetated hill" "A hill which has a surface that is partially or wholly covered by plant communities." + "vehicle" "A vehicle is a mobile machine which transports people or cargo." + "vein" "A vein is a geological fracture which is filled with minerals precipitated out of an aqueous solution." + "ventilated improved pit latrine" "A ventilated improved pit latrine is a pit latrine which includes a vent pipe fitted to the pit with a flyscreen covering the pipe's outlet. Air currents moving across the outlet of the vent pipe create a vaccum which draws odors out of the latrine's superstructure." + "vertisol" "A soil in which there is a high content of expansive clay known as montmorillonite that forms deep cracks in drier seasons or years. Alternate shrinking and swelling causes self-mulching, where the soil material consistently mixes itself, causing vertisols to have an extremely deep A horizon and no B horizon." + "veterinary facility" "A healthcare facility which is used to provide healthcare services to animals." + "village" "A village is a clustered human settlement or community, larger than a hamlet but smaller than a town, with a population ranging from a few hundred to a few thousand. Though often located in rural areas, the term urban village is also applied to certain urban neighbourhoods. Villages are normally permanent, with fixed dwellings; however, transient villages can occur. Further, the dwellings of a village are fairly close to one another, not scattered broadly over the landscape, as a dispersed settlement." + "village biome" "A village biome is an anthropogenic terrestrial biome which contains settlements such as villages, towns, and/or small cities and which is primarily used for agricultural activity." + "vinasse" "A manufactured product which is formed as a liquid byproduct generated during the rectification and distillation of ethanol." + "vineyard" "A place where grapes are grown for making wine, raisins or table grapes." + "vitreous enamel" "A smooth, durable vitreous coating which is made by fusing powdered glass to a substrate." + "vivarium" "A vivarium is an enclosure for keeping and raising organisms for observation or research. Often, a portion of the ecosystem for a particular species is simulated on a smaller scale, with controls for environmental conditions." + "volcanic arc" "A chain of volcanic islands or mountains formed by plate tectonics as an oceanic tectonic plate subducts under another tectonic plate and produces magma." + "volcanic cave" "A cave formed in volcanic rock." + "volcanic cone" "Built by fragments (called ejecta) thrown up (ejected) from a volcanic vent, piling up around the vent in the shape of a cone with a central crater." + "volcanic crater" "A crater formed by a volcano, within which occurs a vent (or vents) from which magma erupts as gases, lava, and ejecta." + "volcanic crater lake" "A lake contained within a volcanic crater." + "volcanic dike" "An intrusive igneous body. Its thickness is usually much smaller than its other two dimensions. Thickness can vary from sub-centimeter scale to many meters in thickness and the lateral dimensions can extend over many kilometers. A dike is an intrusion into a cross-cutting fissure, meaning a dike cuts across other pre-existing layers or bodies of rock, this means that a dike is always younger than the rocks that contain it. Dikes are usually high angle to near vertical in orientation, but subsequent tectonic deformation may rotate the sequence of strata through which the dike lies so that the latter becomes horizontal." + "volcanic feature" "A part of an astronomical body associated with a volcano - an opening, or rupture, in that body's surface or crust - which allows hot, molten rock, ash and gases to escape from deep below the surface." + "volcanic field" "A geothermal field which is prone to localized volcanic activity." + "volcanic fissure" "A linear volcanic vent through which lava erupts, usually without any explosive activity. The vent is usually a few meters wide and may be many kilometers long. Fissure vents can cause large flood basalts and hannels. The volcano can usually be seen as a crack in the ground or on the ocean floor. Narrow fissures can be filled in with lava that hardens." + "volcanic soil" "An andosol which derives its silica content from glass and tephra ejected during a volcanic eruption." + "volcano" "An opening, or rupture, in the Earth's surface or crust, which allows hot, molten rock, ash and gases to escape from deep below the surface." + "wadi" "A valley or ravine, bounded by relatively steep banks, which in the rainy season becomes a watercourse." + "wadi mouth" "The lower terminus of a wadi where it widens into an adjoining floodplain, depression, or water body." + "walk-in clinic" "A medical clinic which is used to provide services to walk-in patients." + "warehouse" "A warehouse is a building which is used for the storage of goods." + "warehouse" "An industrial building which is used to store goods." + "warm monomictic lake" "A monomictic lake which does not freeze and is thermally stratified throughout most of the year, only mixing in winter when cooler temperatures ease stratification." + "warm polymictic lake" "A warm polymictic lake is a polymictic lake which is not covered by ice at any point during the year." "warm seep" "warm surface current" - "waste stabilization pond" + "waste stabilization pond" "A human construction which confines wastewater in a depression enclosed by earthen structures." "waste treatment plant" "wastewater treatment plant" - "water body" - "water column" - "water column exposed melt pond" - "water current" - "water filter" - "water ice core" - "water ice layer" - "water ice surface layer" - "water intake" - "water mass" - "water mass front" - "water table" - "water tank" - "water tap" - "water trough" - "water truck" - "water well" + "water body" "An accumulation of water of varying size." + "water column" "A liquid astronomical body part which 1) vertically spans a water body and 2) has fiat boundaries approximating a columnar shape." + "water column exposed melt pond" "A melt pond which is formed close to that part of an ice mass which is in contact with some underlying water body, and which has channels connecting it to that water body." + "water current" "A hydroform which is maintained by a continuous, directed movement of water, generated by disequilibria in a water mass." + "water filter" "A manufactured product which is used to remove contaminants from water impeding the flow of particles or solutes." + "water ice core" "An ice mass which has been drilled from an accumulation of snow and ice that has built up over many years and that has recrystallized and has trapped air bubbles from previous time periods." + "water ice layer" "A solid layer which is primarily composed of some water-based ice." + "water ice surface layer" "An ice surface layer which is primarily composed of water ice." + "water intake" "A hydraulic-engineering installation which transports water - in specified amounts, of a specified quality, and in accordance with a water-consumption plan - from a source of supply into a conduit." + "water mass" "A mass of water." + "water table" "A surface layer which is 1) part of a phreatic zone in contact with a vadose zone and 2) contains interstitial water with a pressure head equal to atmospheric pressure." + "water tank" "A container for storing water." + "water tap" "A manufactured product which is controls the flow of water." + "water trough" "An anthropogenic geographic feature consisting of a receptacle intended to provide drinking water to animals." + "water truck" "A water truck is a truck which transports water." + "water well" "A well which provides access to groundwater held in an aquifer." "water-based planetary surface" - "watercourse" - "watercraft" - "waterfall" - "waterhole" - "watershed" - "waterspout" - "wave-cut platform" - "weapons test site" - "weir" - "well" - "well-mixed estuary" - "western boundary current" - "wet market" - "wet meadow ecosystem" - "wet pitfall trap" - "wetland area" - "wheel" - "whirlpool" - "white smoker" - "wind farm" - "window" - "wing dam" - "winter sports facility" - "wood stain" - "wooden building floor" - "wooden building roof" - "woodland area" - "woodland biome" - "woodland canopy" - "woodland clearing" - "woodland ecosystem" - "wrench" - "xeric basin biome" + "watercourse" "A flowing body of water." + "watercraft" "A watercraft is a vehicle which is able to travel on or through water." + "waterfall" "A sudden descent of water over a step or ledge in the bed of a river." + "waterhole" "A pond, often temporary or seasonal, used as a drinking place by mammals and birds." + "watershed" "The separation between neighbouring drainage basins (catchments). In hilly country, the divide lies along topographical peaks and ridges, but in flat country or on a high plateau (especially where the ground is marshy) the divide may be invisible - just a more or less notional line on the ground on either side of which falling raindrops will start a journey to different rivers, and even to different sides of a country or continent." + "waterspout" "A tornado which connects a cumulus or cumulonimbus cloud to a body of water, often transporting water from that water body along the spiraling winds constituting its vortex." + "wave-cut platform" "The narrow flat area often seen at the base of a sea cliff caused by the action of the waves." + "weapons test site" "A region at which weapons, typically military, are tested." + "weir" "A low obstruction built across the path of s stream to raise its level." + "well" "A cylindrical hole, pit, or tunnel drilled or dug down to a depth from which water, oil, or gas can be pumped or brought to the surface." + "well-mixed estuary" "An estuary in which mixing by tidal forcing exceeds the force of riverine output, resulting in thorough homogenisation of the estuary's water column and the disappearance of a vertical salinity gradient and the freshwater-seawater boundary." + "western boundary current" "A warm water, narrow marine surface current flowing from the equator to high latitudes at speeds between 40 and 120 kilometers per day. Western boundary currents are the deepest ocean surface flows, usually extending 1000 meters below the ocean surface." + "wet market" "A market which is used for the sale and purchase of perishable goods." + "wet meadow ecosystem" "A wet meadow is a type of wetland with soils that are saturated with water for part or all of the growing season." + "wet pitfall trap" "A pitfall trap in which the container used to hold trapped animals is filled with a liquid solution formulated to hold, kill, and preserve any animal or animals which falls within it." + "wetland area" "An vegetated area which overlaps a wetland ecosystem." + "wheel" "A manufactured product consisting of a disk-shaped material that rotates around an axle bearing placed through a hole in its center." + "whirlpool" "A large, swirling body of water produced by ocean tides." + "white smoker" "A hydrothermal vent found on the ocean floor which emits lighter-hued minerals, such as those containing barium, calcium and silicon. These alkaline hydrothermal vents also continuously generate acetyl thioesters, providing both the starting point for more complex organic molecules and the energy needed to produce them." + "wind farm" "A power plant which is a group of wind turbines in the same location used to produce electricity." + "window" "A manufactured product which is composed of one or more glass or other transparent or semi-transparent materials set inside a frame, and installed in wall, door, roof or vehicle surfaces to allow the passage of light, and sometimes air." + "wing dam" "A dam that only partly restricts a waterway, creating a faster channel that resists the accumulation of sediment." + "winter sports facility" "A sports facility constructed for skiing and allied sports that require snow and/or ice." + "wood stain" "A stain which has colorants dissolved and/or suspended in a vehicle or solvent, used to add color to wood." + "wooden building floor" "A wooden building floor is a building floor that is composed primarily of wood." + "wooden building roof" "A wooden building roof is a building roof that is built from wood." + "woodland area" "Land having a cover of trees, shrubs, or both." + "woodland biome" "A woodland biome is a terrestrial biome which includes, across its entire spatial extent, woody plants spaced sufficiently far apart to allow light penetration to support communities of herbaceous plants or shrubs living closer to the woodland floor." + "woodland canopy" "A canopy which is part of a woodland ecosystem." + "woodland clearing" "A tract of land which has few or no trees and is surrounded by more heavily wooded areas." + "woodland ecosystem" "An ecosystem which is determined by communities of plants with a tree growth form and in which members of those communities are spaced sufficiently far apart to allow sunlight to illuminate the understory." + "wrench" "A hand tool for making rotational adjustments." + "xeric basin biome" "A biome which has little permanent surface water and a low relative abundance of springs." "xeric shrubland biome" - "xylene contaminated soil" - "yard" - "young ice" - "zoological garden" + "xylene contaminated soil" "Soil which has elevated concentrations of xylene." + "yard" "An anthropogenic geographic feature which consists of land immediately adjacent to a building or a group of buildings." + "young ice" "A sea ice floe which is inflexible and thicker than nilas." + "zoological garden" "A facility in which animals are confined within enclosures and displayed to the public, and in which they may also be bred." diff --git a/src/ontology/subsets/astronomical-body-parts.tsv b/src/ontology/subsets/astronomical-body-parts.tsv index 869437b..773653e 100644 --- a/src/ontology/subsets/astronomical-body-parts.tsv +++ b/src/ontology/subsets/astronomical-body-parts.tsv @@ -1,1759 +1,1732 @@ ?class ?label ?definition - "Bailey bridge" - "Bathymodiolus-dominated oceanic mussel bed" - "Bathymodiolus-dominated oceanic mussel reef" - "Calyptra habitat" - "Kaaba" - "Karman vortex street" - "L-(+)-tartrate enriched soil" - "Mohorovicic discontinuity" - "Nye channel" - "Paramo" - "Taylor column" - "UNEP-WCMC class 1 mountain" - "UNEP-WCMC class 2 mountain" - "UNEP-WCMC class 3 mountain" - "UNEP-WCMC class 4 mountain" - "UNEP-WCMC class 5 mountain" - "UNEP-WCMC class 6 mountain" - "UNEP-WCMC class 7 mountain" - "abandoned watercourse" - "abattoir" - "abyssal clay" - "abyssal feature" - "abyssal plain" - "acetamide enriched soil" + "Bailey bridge" "A bridge which is a truss bridge, pre-fabricated, and portable." + "Bathymodiolus-dominated oceanic mussel bed" "An oceanic mussel bed which has mussel communities dominated by members of the genus Bathymodiolus." + "Bathymodiolus-dominated oceanic mussel reef" "An oceanic mussel reef which is primarily settled by mussels of the genus Bathymodiolus and primarily composed of self-adhered or conglomerated mussel shells" + "Calyptra habitat" "A habitat which supports the persistence and growth of a population of Calyptra moths and which overlaps mesic meadows and edges and clearings in vegetated areas." + "Kaaba" "A building which is at the center of Islam's most important mosque, the Great Mosque of Mecca." + "Karman vortex street" "A succession of swirling vortices caused by the unsteady separation of flow of a fluid around one or more blunt bodies." + "L-(+)-tartrate enriched soil" "A portion of L-(+)-tartrate enriched soil is a portion of soil with elevated levels of L-(+)-tartrate." + "Mohorovicic discontinuity" "The Mohorovicic discontinuity, usually referred to as the Moho, is the boundary between the Earth's crust and the mantle, indicating a change in composition." + "Nye channel" "A small tunnel valley." + "Paramo" "An alpine tundra ecosystem which exists above the continuous timberline but below the permanent snowline on elevated land in tropical regions." + "Taylor column" "A Taylor column is a column of deflected fluid flow which is formed in a perturbed, rotating fluid, is parallel to the axis of rotation, and extends above the obstacle perturbing the fluid in a rigid manner." + "UNEP-WCMC class 1 mountain" "A high-elevation mountain which has a maximum elevation greater than 4500 metres above sea level." + "UNEP-WCMC class 2 mountain" "A high-elevation mountain which has a maximum elevation between 3500 and 4500 metres above sea level." + "UNEP-WCMC class 3 mountain" "A high-elevation mountain which has a maximum elevation between 2500 and 3500 metres above sea level." + "UNEP-WCMC class 4 mountain" "A mid-elevation mountain which has a maximum elevation between 1500 and 2499 metres above sea level and a slope greater than or equal to two degrees." + "UNEP-WCMC class 5 mountain" "A mid-elevation mountain which has a maximum elevation between 1000 and 1499 metres above sea level and either 1) a slope greater than or equal to five degrees or 2) a local elevation range, within a 7 kilometre radius, of greater than 300 metres above sea level." + "UNEP-WCMC class 6 mountain" "A mid-elevation mountain which has a maximum elevation between 300 and 999 metres above sea level and a local elevation range, within a 7 kilometre radius, of greater than 300 metres above sea level." + "UNEP-WCMC class 7 mountain" "An elevated inner basin or plateau surrounded by mountains, but not - itself - a mountain." + "abandoned watercourse" "A former stream or distributary no longer carrying flowing water, but still evident due to lakes, wetland, topographic or vegetation patterns." + "abattoir" "A facility in which non-human animals are slaughtered and processed for human consumption." + "abyssal clay" "Clay which is part of an abyssal plain." + "abyssal feature" "Feature on the ocean floor at a depth of 3500 - 6000 meters." + "abyssal plain" "A flat or very gently sloping areas of the deep ocean basin floor." + "acetamide enriched soil" "A portion of acetamide enriched soil is a portion of soil with elevated levels of acetamide." "acid dune sand" - "acid mine drainage" - "acidic hot spring" - "acidic soil" - "acidic spring" - "acrisol" - "active geological fault" - "active layer in a cryosphere" - "active permafrost layer" - "acute care facility" - "aeolian lake" - "aeroform" - "agricultural experimental station" - "agricultural fairground" - "agricultural field" - "agricultural soil" - "agricultural terrace" - "agricultural wastewater treatment plant" - "airport" - "airport concourse" - "airport terminal" - "airport transit lounge" - "alas" - "albeluvisol" - "alcohol fermentation pit" - "algal bloom" - "alisol" - "alkaline flat" - "alkaline hot spring" - "alkaline salt lake" - "alkaline spring" - "all season road" - "allotment garden" - "allotment garden soil" - "alluvial fan" - "alluvial paddy field soil" - "alluvial plain" - "alluvial soil" - "alluvial swamp soil" - "along-front current" - "alpine biome" - "alpine soil" - "alpine tree line ecotone" - "alpine tundra biome" - "alpine tundra ecosystem" - "alum spring" - "amenity lake" - "amictic lake" - "anabranch" - "anaesthetics unit facility" - "anchialine cave" - "anchialine pool" - "anchor ice" - "anchored ice calf" - "andesitic volcano" - "andosol" - "animal house" - "animal rescue shelter" - "anoxic lake" - "anthropised terrestrial environmental zone" - "anthropogenic contamination feature" - "anthropogenic geographic feature" - "anthropogenic terrestrial biome" - "anthrosol" - "apron" - "aquaduct" - "aquatic biome" + "acid mine drainage" "A mine drainage with an acidic pH." + "acidic hot spring" "An acidic spring through which groundwater, heated by geothermal energy, flows." + "acidic soil" "Soil which has increased levels of molecules or ions capable of donating a hydron (proton or hydrogen ion) to other chemical entities, or, alternatively, capable of forming covalent bonds with other chemicals via the acceptance of an electron pair, resulting in a bulk pH measurement of less than 7." + "acidic spring" "A spring through which water with a low pH flows." + "acrisol" "Acrisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Acrisols have in certain depths a low base saturation and low-activity clays." + "active geological fault" "An active fault is a fault that is likely to become the source of another earthquake sometime in the future. Geologists commonly consider faults to be active if there has been movement observed or evidence of seismic activity during the last 10,000 years." + "active layer in a cryosphere" "A layer of environmental material which is subject to freeze-thaw cycles." + "active permafrost layer" "A layer which is composed of ground that is 1) subject to annual thawing and freezing and 2) present in areas underlain by permafrost." + "acute care facility" "A healthcare facility which is used for short-term patient care." + "aeolian lake" "A lake which fills a basin that has been dammed by wind-blown sand, formed between sand dunes oriented by winds; or formed by wind action under previously arid paleoenvironments." + "aeroform" "A part of an astronomical body which is primarily composed of a continuous volume of gaseous or aerosolised material held in shape by one or more environmental processes." + "agricultural experimental station" "A research station in which food production and/or agribusinness research is performed." + "agricultural fairground" "A fairground which is used to exhibit agricultural technology, livestock, and farm-related activity." + "agricultural field" "A field which is located on land and used for agricultural purposes, such as the grazing of livestock or the cultivation of crops." + "agricultural soil" "Soil which is part of an ecosystem used for agricultural activities." + "agricultural terrace" "A terrace which is used for agricultural activities." + "agricultural wastewater treatment plant" "A wastewater treatment plant that treats agriculatural wastewater. Agricultural wastewater treatment relates to the treatment of wastewaters produced in the course of agricultural activities. Agriculture is a highly intensified industry in many parts of the world, producing a range of wastewaters requiring a variety of treatment technologies and management practices." + "airport" "A human construction with extended facilities from which aircraft flight operations take place." + "airport concourse" "An industrial building which provides travelers with access to airplanes." + "airport terminal" "An industrial building in an airport where passengers transfer between facilities and vehicles." + "airport transit lounge" "A room in an airport where en-route passengers can wait between flights.." + "alas" "A steep-sided depression formed by the melting of permafrost; it may contain a lake." + "albeluvisol" "Albeluvisols are soils that have, beginning within 1 m of the soil surface, a clay illuviation horizon with an irregular or broken upper boundary resulting in tonguing of bleached soil material into the illuviation horizon." + "alcohol fermentation pit" "A fermentation pit which is constructed to facilitate the fermentation of alcoholic substances." + "algal bloom" "A feature that arises from a rapid increase or accumulation in the population of algae (typically microscopic) in an aquatic system." + "alisol" "Alisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Alisols have a low base saturation at certain depths and high-activity clays throughout the argic horizon. They lack the albeluvic tonguing as in Albeluvisols. They occur predominantly in humid tropical, humid subtropical and warm temperate regions." + "alkaline flat" "A dry lakebed consisting of fine-grained sediments infused with alkali salts. Generally the shore or bed of an endorheic lake." + "alkaline hot spring" "A alkaline spring through which groundwater, heated by geothermal energy, flows." + "alkaline salt lake" "A saline lake which has a high pH." + "alkaline spring" "A mineral spring through which water with a high pH flows." + "all season road" "A road which is usable across all seasons." + "allotment garden" "A garden which is made available for individual, non-commercial gardening or growing food plants." + "allotment garden soil" "Soil which is part of an allotment garden." + "alluvial fan" "A fan-shaped deposit formed where a fast flowing stream flattens, slows, and spreads typically at the exit of a canyon onto a flatter plain." + "alluvial paddy field soil" "Alluvial soil whichi is part of a paddy field." + "alluvial plain" "A relatively flat and gently sloping landform found at the base of a range of hills or mountains, formed by the deposition of alluvial soil over a long period of time by one or more streams coming from the mountains." + "alluvial soil" "Soil which has been eroded and influenced by flowing water and redeposited in a non-marine setting." + "alluvial swamp soil" "A portion of alluvial soil which is part of a swamp ecosystem." + "along-front current" "A marine surface current that flows along an oceanic front." + "alpine biome" "A biome which is subject to alpine altitudinal conditions." + "alpine soil" "Soil which is part of an alpine environment." + "alpine tree line ecotone" "A tree line ecotone across which trees cease to grow due to the low temperatures or duration of snow cover that occur at increased elevations above mean sea level." + "alpine tundra biome" "A tundra biome which exists at high altitudes and where vegetation - dominated by a few species of dwarf shrubs, a few grasses, sedges, lichens, and mosses - is stunted due to low temperatures and high winds." + "alpine tundra ecosystem" "A tundra ecosystem which exists at high altitudes and where vegetation is stunted due to low temperatures and high winds." + "alum spring" "A spring through which water with elevated concentrations of hydrated double sulfate aluminium salts flows." + "amenity lake" "A lake constructed, or modified, for the chief purpose of providing an amenity." + "amictic lake" "A lake which is permanently covered by ice, does not mix, and exhibit inverse cold water stratification whereby water temperature increases with depth below the ice surface." + "anabranch" "A section of a river or stream that diverts from the main course and rejoins later." + "anaesthetics unit facility" "A hospital unit facility which is used for anaesthetic service provision." + "anchialine cave" "An anchialine cave is a cave which contains an anchialine pool." + "anchialine pool" "An anchialine pool is a landlocked water body with a subterranean connection to the ocean and which has fresh water towards its surface with saline water in its deeper layers." + "anchor ice" "An ice mass which is attached to a bed underneath a body of water." + "anchored ice calf" "An ice calf which is frozen to the bed of an ocean or other water body." + "andesitic volcano" "A volcano which has been formed as a result of the eruption of andesitic lava." + "andosol" "Andosols are soils that develop in volcanic ejecta or glasses under almost any climate (except under hyperarid climate conditions). However, Andosols may also develop in other silicate-rich materials under acid weathering in humid and perhumid climates." + "animal house" "A house used for sheltering non-human animals." + "animal rescue shelter" "An animal house which houses stray, lost, abandoned or surrendered animals." + "anoxic lake" "A lake which is primarily composed of anoxic water." + "anthropised terrestrial environmental zone" "A terrestrial zone which is bounded by constructed, manufactured, or other anthropogenic material entities." + "anthropogenic contamination feature" "An anthropogenic geographic feature which has increased levels of contaminants in its consituent materials." + "anthropogenic geographic feature" "An anthropogenic geographic feature is a geographic feature resulting from the influence of human beings on nature." + "anthropogenic terrestrial biome" "An anthropogenic terrestrial biome is a terrestrial biome which has community structures determined by human activity." + "anthrosol" "Anthrosols comprise soils that have been modified profoundly through human activities, such as addition of organic materials or household wastes, irrigation and cultivation." + "apron" "A gentle slope, with a generally smooth surface, particularly found around groups of islands and seamounts." + "aquaduct" "Structure designed to transport water from a remote source, usually by gravity." + "aquatic biome" "A biome which is determined by a water body and which has ecological climax communities adapted to life in or on water." "aquatic ecosystem" - "aquatic estuarine layer" - "aquatic natural environment" - "arable land" - "arable or pasturable land" - "arable soil" - "archipelago" - "area of alpine tundra" - "area of attached Modiolus assemblages" - "area of attached mussel assemblages" - "area of barren land" - "area of cropland" - "area of deciduous forest" - "area of developed open space" - "area of developed space" - "area of developed space with high usage intensity" - "area of developed space with low usage intensity" - "area of developed space with medium usage intensity" - "area of drift ice" - "area of dwarf scrub" - "area of emergent herbaceous wetland" - "area of evergreen forest" - "area of gramanoid or herbaceous vegetation" - "area of high atmospheric pressure" - "area of lichen-dominated vegetation" - "area of low atmospheric pressure" - "area of mixed forest" - "area of moss-dominated vegetation" - "area of open water" - "area of pack ice" - "area of pastureland or hayfields" - "area of perennial ice or snow" - "area of perennial snow" - "area of perennial water ice" - "area of polar tundra" - "area of rocky shore" - "area of scrub" - "area of sea ice" - "area of sedge- and forb-dominated herbaceous vegetation" - "area of tundra" - "area of woody wetland" - "arenosol" - "arete" - "arid biome" - "arrugado" - "artificial channel" - "artificial harbor" - "artificial island" - "artificial lake" - "artificial pond" - "artificial reef" - "artificial satellite" - "asbestos building roof" - "ash cone" - "asphalt lake" - "asphalt road" - "assisted living facility" - "asthenosphere" - "astronomical body part" - "atmosphere and water column exposed melt pond" - "atmosphere-exposed melt pond" - "atmospheric Taylor column" - "atmospheric frontal zone" - "atoll" - "back-arc basin" - "backwater" - "bacteria enriched soil" - "badland" - "bajada" - "bakery" + "aquatic estuarine layer" "A layer of liquid that is part of an estuary." + "aquatic natural environment" "A natural environment which is within a water body." + "arable land" "Land which is regularly manipulated by human activities, such as plowing or tilling, in order to grow crops." + "arable or pasturable land" "Land which either hosts plant communities upon which animals may graze has been manipulated by tilling, ploughing, or other human activity for the purposes of seed sowing or planting crops." + "arable soil" "Soil which is capable of supporting the growth of crops." + "archipelago" "A group of geographically or geologically associated islands." + "area of alpine tundra" "An area of tundra which is present in a region subject to alpine conditions." + "area of attached Modiolus assemblages" "An area which is dominated by dense accumulations of mussels, of the genus Modiolus, attached to a substrate other than conspecifics, including the associated faunal communities and predators present on the mussels (e.g., starfish)." + "area of attached mussel assemblages" "An area which is dominated by dense accumulations of mussels attached to a substrate other than conspecifics, including the associated faunal communities and predators present on the mussels (e.g., starfish)." + "area of barren land" "An area of a planet's surface which is primarily composed of bedrock, desert pavement, scarp rock, talus, material exposed by slides, volcanic material, glacial debris, sand, material exposed during strip mining, gravel, and other accumulations of earthen material in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of cropland" "An area of a planet's surface which is partly covered either by annual crops and perennial woody crops or by actively tilled land. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of deciduous forest" "An area of a planet's surface which is primarily covered by a forest in which the majority of trees shed foliage simultaneously in response to seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed open space" "An area of a planet's surface which is primarily covered by cultivated or anthropically maintained vegetation planted for recreation, erosion control, or aesthetic purposes interspersed by constructed or manufactured objects and materials. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space" "An area of a planet's surface which is primarily covered by constructed or manufactured objects and materials, possibly interspersed with cultivated or anthropically maintained vegetation." + "area of developed space with high usage intensity" "An area of developed space used for high intensity purposes such as accommodating dense and multi-occupant residential, commercial, and industrial units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space with low usage intensity" "An area of a planet's surface which is primarily covered by cultivated or anthropically maintained vegetation and by constructed or manufactured objects and materials covering up to approximately half its extent. Such areas are used for low intensity purposes such as accommodating collections of single-family residential units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of developed space with medium usage intensity" "An area of a planet's surface which is primarily covered by constructed or manufactured objects and materials covering from half to three-forths of its extent and by cultivated or anthropically maintained vegetation. Such areas are used for medium intensity purposes such as accommodating dense collections of single-family residential units. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of drift ice" "An area in which masses of drift ice aggregate such that they cover less than 7/10ths of the surface the water body they are floating in." + "area of dwarf scrub" "An area of a planet's surface which is partly covered by shrubs with ground-hugging stems or low growth habit, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of emergent herbaceous wetland" "An area of a planet's surface which is primarily covered by perennial herbaceous vegetation and where the underlying soil or substrate is periodically saturated with or covered by water. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of evergreen forest" "An area of a planet's surface which is primarily covered by a forest in which the majority of trees maintain their foliage despite seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of gramanoid or herbaceous vegetation" "An area of a planet's surface which is primarily covered by gramanoid or herbaceous vegetation and which is not subject to intensive management by humans. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of high atmospheric pressure" "A gaseous part of an atmosphere in which gases have increased atmospheric pressure." + "area of lichen-dominated vegetation" "An area of a planet's surface which is primarily covered by fruticose or foliose lichens and which is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of low atmospheric pressure" "A gaseous part of an atmosphere in which gases have reduced atmospheric pressure." + "area of mixed forest" "An area of a planet's surface which is primarily covered by a forest in which the trees are a mixture between those that lose and retain their foliage despite seasonal change. The surfaces of this area (including the surface of the forest canopy) are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of moss-dominated vegetation" "An area of a planet's surface which is primarily covered by mosses and which is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of open water" "An area of a planet's surface which is primarily composed of water in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of pack ice" "An area in which masses of drift ice aggregate such that they cover a minimum of 7/10ths-8/10ths of the surface the water body they are floating in." + "area of pastureland or hayfields" "An area of a planet's surface which is partly covered by planted grasses, legumes, or mixtures of grass and legumes and used for livestock grazing or the production of seed or hay crops. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial ice or snow" "An area of a planet's surface which is primarily composed of snow or water ice, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial snow" "An area of a planet's surface which is primarily composed of snow, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of perennial water ice" "An area of a planet's surface which is primarily composed of water ice, present throughout multiple years, in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of polar tundra" "An area of tundra which is present in a region subject to polar conditions." + "area of rocky shore" "A rocky shore is an intertidal area of a seacoast where solid rock is the predominant substrate." + "area of scrub" "An area of a planet's surface which is primarily covered by a shrubs, young trees, or stunted trees.. The surfaces of this area are in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of sea ice" "An environmental zone that overlaps that part of a water body covered or partially covered by sea ice." + "area of sedge- and forb-dominated herbaceous vegetation" "An area of a planet's surface which is primarily covered by sedges or forbs, possibly interpersed with grasses or grass-like plants. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "area of tundra" "A vegetated area which is part of a tundra ecosystem." + "area of woody wetland" "An area of a planet's surface which is partly covered by forest or shrubland vegetation and where the underlying soil or substrate is periodically saturated with or covered by water. This area is in contact with an atmospheric column extending from the planetary boundary layer to the planet's exosphere with little to no physical obstruction." + "arenosol" "Arenosols are sandy soils, including both soils developed in residual sands after in situ weathering of usually quartz-rich sediments or rock, and soils developed in recently deposited sands such as dunes in deserts and beach lands." + "arete" "A ridge which is jagged, narrow and separates glacier valleys or cirques." + "arid biome" "A biome which is subject to arid environmental conditions." + "arrugado" "An undersea area of subdued corrugations." + "artificial channel" "A channel of a watercource which has been constructed by humans or their technologies." + "artificial harbor" "A harbor constructed by human agency." + "artificial island" "An island constructed by human effort." + "artificial lake" "A lake purposefully constructed." + "artificial pond" "A pond which has been constructed by humans or their technologies." + "artificial reef" "Chains of rocks or coral at or near the surface of water constructed by man." + "artificial satellite" "A human construction that has intentionally been placed into orbit." + "asbestos building roof" "An asbestos building roof is a building roof that is built from asbestos." + "ash cone" "A cone that is composed of particles of silt to sand size. Explosive eruptions from a vent where the magma is interacting with groundwater or the sea (as in an eruption off the coast) produce steam and are called phreatic. The interaction between the magma, expanding steam, and volcanic gases results in the ejection of mostly small particles called ash. Fallen ash has the consistency of flour. The unconsolidated ash forms an ash cone which becomes a tuff cone or tuff ring once the ash consolidates." + "asphalt lake" "A lake formed of a natural deposit of alphalt, a black, highly viscous liquid or semi-solid composed of fossil hydrocarbons." + "asphalt road" "A road which is primarily composed of asphalt." + "assisted living facility" "A long-term care facility which is used to provide care for people with disabilities or for adults who cannot or who choose not to live independently." + "asthenosphere" "An asthenosphere is a layer of a terrestrial-type planet or natural satellite which is highly viscous, mechanically weak, and ductilely deforming." + "astronomical body part" "A material part of an astronomical body." + "atmosphere and water column exposed melt pond" "A melt pond which and is exposed to the atmosphere and to a lesser degree water underlying the ice mass which contains it." + "atmosphere-exposed melt pond" "A melt pond which has a surface exposed to the atmosphere." + "atmospheric Taylor column" "An atmospheric Taylor column is a Taylor column that is formed in the atmosphere. Atmospheric Taylor columns often form above islands resulting in vortex streets in the atmosphere." + "atmospheric frontal zone" "Part of an atmosphere which contains a weather front, bounded by frontal surfaces." + "atoll" "An oceanic island, often having a characteristic ring-like shape surrounding a lagoon. Atolls are formed when coral reef grows around a volcanic island that later subsides into the ocean." + "back-arc basin" "A depression in the sea floor that results from the collision of continental plates; the weight of the sinking plate causes the overlying plate to stretch and thin, causing a basin in the overlying plate. Sometimes, the Earth's crust in these basins stretches so much it cracks, allowing magma through from the mantle beneath. Hence, basins often contain active volcanoes and hydrothermal vents." + "backwater" "An area of calm water unaffected by the current of a stream." + "bacteria enriched soil" "A portion of bacteria enriched soil is a portion of soil with elevated bacterial abundance." + "badland" "An arid terrain with clay-rich soil that has been extensively eroded by wind and water." + "bajada" "A convergence of neighboring alluvial fans into a single apron of deposits against a slope." + "bakery" "A bakery is a building in which raw flour-based food is baked in an oven to produce food products such as bread, cakes, pastries, and pies. These products are often sold from the bakery itself." "banana plantation" - "bank" - "bar" - "bare soil" - "bare soil surface layer" - "barn" - "barrier island" - "baseboard" - "batholith" - "bathroom" - "bay" - "bayou" - "beach" - "beach ridge" + "bank" "The sloping margin of a watercourse, serving to confine it to its natural channel." + "bar" "A linear shoaling landform feature within a body of water. Bars tend to be long and narrow (linear) and develop where a current (or waves) promote deposition of granular material, resulting in localized shallowing (shoaling) of the water. Bars can appear in the sea, in a lake, or in a river. They are typically composed of sand, although could be of any granular matter that the moving water has access to and is capable of shifting around (for example, soil, silt, gravel, cobble, shingle, or even boulders). The grain size of the material comprising a bar is related: to the size of the waves or the strength of the currents moving the material, but the availability of material to be worked by waves and currents is also important." + "bare soil" "Soil which is directly exposed to the atmosphere - with no intervening layer of plant life or other cover - and thus the effects of weathering and erosion." + "bare soil surface layer" "A soil surface which is exposed to the troposphere, with no appreciable cover from vegetation or other material." + "barn" "An agricultural building used for crop storage or animal husbandry." + "barrier island" "An island formed by the accumulation of sand deposited by sea currents on a continental shelves" + "baseboard" "A building part consisting of a board covering the joint between the lowest part of an interior wall surface and the floor." + "batholith" "A batholith is an area of mostly continuous plutonic (igneous intrusive) rock that covers an area larger than 100 square kilometers, formed in the planetary crust, and exposed by erosion. On Earth, Batholiths are almost always made mostly of felsic or intermediate rock-types, such as granite, quartz monzonite, or diorite." + "bathroom" "A bathroom is a room which contains a washbasin or other fixture, such as a shower or bath, used for bathing by humans." + "bay" "An area of water bordered by land on three sides." + "bayou" "A small, slow-moving stream or creek; usually located in low-lying areas." + "beach" "A landform consisting of loose rock particles such as sand, gravel, shingle, pebbles, cobble, or even shell fragments along the shoreline of a body of water." + "beach ridge" "A ridge of sand just inland and parallel to the beach, usually in series." "beach sand" - "beaver pond" - "bedding-plane cave" - "beech forest soil" - "big-box store" - "bike path" - "biome" - "biosphere" - "bistro" - "black smoker" - "blind thrust fault" - "blowhole" - "blowout" - "bluegrass field soil" - "body of liquid" - "booth" - "borehole" - "botanical garden" - "boulder field" - "boundary current front" - "boundary wall" - "bowling alley" - "brackish estuary" - "brackish lake" - "brackish pond" - "brackish water body" - "brasserie" - "breast screening unit facility" - "brewery" - "brick building floor" - "brick exterior wall" - "bridge" - "brine channel" - "brine pool" - "broadleaf forest" - "broadleaf forest biome" - "bubble plume" - "building" - "building corridor" - "building envelope" - "building floor" - "building part" - "building roof" - "building wall" - "bulk soil" - "bunkhouse" - "burned soil" - "burnt-brick exterior wall" - "burrow" - "bush area" - "business park" - "butte" - "cafeteria" - "calanque" - "calcic spring" - "calcisol" - "calcite hot spring" - "caldera" - "caldera lake" - "calf shed" - "cambisol" - "campground" - "canal" - "canal head reservoir" - "canal tunnel" - "canalized stream" - "canyon" - "carbon nanotube enriched soil" - "carvery" - "causeway" - "cave" - "cave floor" - "cave system" - "cave wall" - "cay" + "beaver pond" "A pond that has formed as a consequence of the activities of beavers, building a beaver dam." + "bedding-plane cave" "A cavity developed along a bedding-plane and elongate in cross-section as a result." + "beech forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Fagus." + "big-box store" "A store which is physically large and is part of a retail chain." + "bike path" "A constructed pavement which is intended for bicycle traffic" + "biome" "A biome is an ecosystem which is undergoing climactic ecological succession." + "biosphere" "An astronomical body part which includes all the living entities within the gravitational sphere of influence of that body, as well as the non-living and dead entities with which they interact." + "bistro" "A restaurant which is of French cultural origin and which has a short menu and limited seating space." + "black smoker" "A hydrothermal vent found on the ocean floor. The vents are formed in fields hundreds of meters wide when superheated water from below the Earth's crust comes through the ocean floor. The superheated water is rich in dissolved minerals from the crust, most notably sulfides, which crystallize to create a chimney-like structure around each vent. When the superheated water in the vent comes in contact with the cold ocean water, many minerals are precipitated, creating the distinctive black color. The metal sulfides that are deposited can become massive sulfide ore deposits in time." + "blind thrust fault" "A thrust fault which does not breach the surface of an astronomical body." + "blowhole" "A hole in coastal rock through which sea water is forced by a rising tide or waves and spurted through an outlet into the air." + "blowout" "A sandy depression in a sand dune ecosystem (psammosere) caused by the removal of sediments by wind." + "bluegrass field soil" "Bluegrass field soil is a soil which is found in a field of Kentucky Bluegrass (Poa pratensis)." + "body of liquid" "A liquid astronomical body part which is continuous and is delimited by physical discontinuities or non-liquid boundaries." + "booth" "A human construction which is an enclosure or compartment designed for service provision." + "borehole" "A channel which is constructed by removing materials from land or submerged beds." + "botanical garden" "A place where a wide variety of plants primarily categorized and documented for scientific purposes." + "boulder field" "A high altitude or high latitude bare, flat area covered with large angular rocks." + "boundary wall" "A boundary wall is a constructed barrier which is usually opaque, constructed from masonry, and of greater structural strength than a fence." + "bowling alley" "A sports facility where bowling is played." + "brackish estuary" "An estuary which is composed primarily of brackish water." + "brackish lake" "A lake which is primarily composed of brackish water, having a higher salinity than fresh water but a lower salinity than marine water." + "brackish pond" "A pond which is composed primarily of brackish water." + "brackish water body" "A body of water which is primarily composed of brackish water." + "brasserie" "A type of restaurant which is of French cultural origin and which provides more service or food variety than a bistro." + "breast screening unit facility" "A hospital unit facility which is used for breast cancer screening." + "brewery" "A brewery is a building in which alcoholic beverages are produced by brewing, that is, steeping a starch source (commonly cereal grains) in water and fermenting the resulting sweet liquid with yeast. At times, the products are also sold from the brewery." + "brick building floor" "A brick building floor is a building floor that is composed primarily of brick material or is built from bricks." + "brick exterior wall" "A brick exterior wall is an exterior wall that is built from bricks." + "bridge" "A built structure erected over a depression or obstacle to carry traffic or some facility such as a pipeline." + "brine channel" "A channel through which brine flows." + "brine pool" "MERGED DEFINITION:\nTARGET DEFINITION: A large area of brine on the ocean basin near cold seep vents which release methane into the water. These pools are concentrations of water having an extremely high salinity as compared to the surrounding ocean, caused by the motion of large salt deposits through salt tectonics.\n--------------------\nSOURCE DEFINITION: Marine brine pools are large areas of brine on the ocean basin. These pools are bodies of water that have a salinity three to five times greater than the surrounding ocean. For deep-sea brine pools the source of the salt is the dissolution of large salt deposits through salt tectonics. The brine often contains high concentrations of methane, providing energy to chemosynthetic animals that live near the pool." + "broadleaf forest" "A forest biome which contains densely packed populations or communities of broadleaf trees, strongly limiting light penetration to the forest floor." + "broadleaf forest biome" "A broadleaf forest ecosystem which is undergoing climactic ecological succession." + "bubble plume" "A plume which is composed primarily of bubbles." + "building" "A permanent walled and roofed construction." + "building corridor" "A building part which is a narrow hall or passage in a building with rooms leading off it." + "building envelope" "A building envelope is a building part composed of those building parts which physically separate the interior of a building from its surrounding environment.\nThe building envelope provides resistance to air, water, heat, light, and noise transfer. The three basic elements of a building envelope are a weather barrier, air barrier, and thermal barrier." + "building floor" "A building floor is a surface layer which is part of a building and used for walking." + "building part" "A building part is a construction which is part of a building." + "building roof" "A roof is the covering on the uppermost part of a building which provides protection from animals and weather, notably rain, but also heat, wind and sunlight. A roof is also the framing or structure which supports the covering" + "building wall" "Building walls are bulding parts which serve to support roofs, floors and ceilings; enclose a space as part of the building envelope; give buildings form; and to provide shelter and security." + "bulk soil" "Soil that is not penetrated by the root systems of plants." + "bunkhouse" "A residential building containing bunks or beds which are often not separated by walls." + "burned soil" "Soil which has been transformed through a combustion process." + "burnt-brick exterior wall" "A burnt brick exterior wall is an exterior wall that is built from burnt bricks." + "burrow" "A burrow is a hole or tunnel excavated into the ground by an animal to create a space suitable for habitation, temporary refuge, or as a byproduct of locomotion" + "bush area" "A vegetated area which has not been cleared or is sparsely settled, usually scrub-covered or forested" + "business park" "An area of developed space which is reserved for office buildings." + "butte" "An isolated hill with steep sides and a small flat top, smaller than mesas and plateaus. Buttes are formed by erosion when a cap of hard rock, usually of volcanic origin, covers a layer of softer rock that is easily worn away. This hard rock avoids erosion while the rock around it wears down." + "cafeteria" "A building which provides the site for food services with little or no waiting staff furnishing table service." + "calanque" "A deep valley with steep sides, typically of limestone, in part submerged by the sea." + "calcic spring" "A mineral spring through which water with elevated concentrations of calcium hydroxide flows." + "calcisol" "Calcisols are soils in which there is substantial secondary accumulation of lime. Calcisols are common in highly calcareous parent materials and widespread in arid and semi-arid environments." + "calcite hot spring" "A calcic spring through which groundwater, heated by geothermal energy, flows." + "caldera" "A feature formed by the collapse of land following a volcanic eruption." + "caldera lake" "A lake which is contained within a caldera." + "calf shed" "A cow shed for baby cows/bulls." + "cambisol" "Cambisols combine soils with at least an incipient subsurface soil formation. Transformation of parent material is evident from structure formation and mostly brownish discoloration, increasing clay percentage, and/or carbonate removal." + "campground" "A part of an ecosystem which may be or has been used for one or more overnight stays by humans sheltering in tents, camper vans, caravans, or improvised shelters." + "canal" "Artificial watercourse with no flow or a controlled flow used for navigation, drainage or irrigation." + "canal head reservoir" "A reservoir constructed for the purpose of maintaining water levels in a canal or canals." + "canal tunnel" "A tunnel through which a canal passes." + "canalized stream" "A stream that has been substantially ditched, diked, or straightened." + "canyon" "Relatively narrow, deep depression with steep sides, the bottom of which generally has a continuous slope." + "carbon nanotube enriched soil" "A portion of carbon nanotube enriched soil is a portion of soil with elevated levels of carbon nanotubes." + "carvery" "A restaurant which provides customers with cooked meat freshly sliced to order." + "causeway" "A road or railway elevated by a bank, usually across a broad body of water or wetland." + "cave" "Naturally formed, subterranean open area or chamber." + "cave floor" "A solid surface layer which 1) forms part of the boundary between the cavity of a cave and its solid container and 2) is the closest solid boundary to the gravitational centre of the astronomical body of which the cave is a part." + "cave system" "A collection of caves interconnected by enterable passages or linked hydrologically or a cave with an extensive complex of chambers and passages." + "cave wall" "A solid surface layer which 1) forms part of the boundary between the cavity of a cave and its solid container and 2) is roughtly perpendicular to the cave floor." + "cay" "An island which is small, low in elevation, sandy, and located on the surface of a coral reef." "ceiling" - "chalk soil" - "chalybeate spring" - "channel" - "channel of a watercourse" - "channel of an intermittent river" - "channel of an intermittent stream" - "chaparral area" - "chaplaincy unit facility" - "chapter house" - "charcuterie shop" - "check dam" - "cheese processing plant" - "chernozem" - "chicken house" - "child care facility" - "chiropractic clinic" - "chloropicrin enriched soil" - "chonolith" - "chott" - "chromate contaminated soil" - "church building" - "cinder cone" - "circalittoral zone" - "cirque" - "cirrocumulus castellanus cloud" - "cirrocumulus cloud" - "cirrostratus cloud" - "cirrostratus fibratus cloud" - "cirrus castellanus cloud" - "cirrus cloud" - "cirrus fibratus cloud" - "cirrus homogenitus cloud" - "cirrus spissatus cloud" - "cirrus uncinus cloud" - "city" - "clastic dike" - "clay fermentation pit" - "clay loam" - "clay soil" - "cleanroom" - "cliff" - "cliff cleft" - "clinic" - "clinical patient assessment facility" - "closed animal house" - "closed eaves" - "cloud base" - "cloud forest" - "cloud part" - "cloud top" + "chalk soil" "Soil which has increased levels of chalk." + "chalybeate spring" "A spring through which water with elevated concentrations of iron salts flows." + "channel" "A structure which traverses a mass of one or more environmental materials, and encloses a roughly tubular site." + "channel of a watercourse" "A depressed landform which physically confines a river, slough or ocean strait, and which consists of a bed and banks." + "channel of an intermittent river" "A channel of an intermittent stream which contains a river when water supply exceeds evapotranspiration and bed seepage." + "channel of an intermittent stream" "A channel through which a directional flow of water periodically occurs, ceasing when bed seepage or evapotranspiration exceed the available water supply." + "chaparral area" "A shrubland area found primarily in regions with a Mediterranean climate (mid, wet winters and hot dry summers) often shaped by wildfires." + "chaplaincy unit facility" "A hospital unit facility which is used to provide nondemoninational religious services." + "chapter house" "A building or room that is part of a cathedral, monastery or collegiate church, in which larger meetings are held." + "charcuterie shop" "A delicatessen which prepares and sells preserved meat products." + "check dam" "A dam designed to reduce flow velocity and control soil erosion." + "cheese processing plant" "A factory for processing, packaging, labelling, handling, and storing cheese." + "chernozem" "Chernozems are soils with a thick black surface layer that is rich in organic matter." + "chicken house" "An animal house where fowl are kept." + "child care facility" "A human construction in which child care services are provided to a human child by specialized staff and equipment." + "chiropractic clinic" "A medical clinic which is used to provide chiropractic services." + "chloropicrin enriched soil" "A portion of chloropicrin enriched soil is a portion of soil with elevated levels of chloropicrin." + "chonolith" "A chonolith is an igneous rock intrusion of irregular shape with a demonstrable base, absent in other types of irregularly-shaped intrusions." + "chott" "A dry (salt) lake in the Saharan area of Africa that stays dry in the summer, but receive some water in the winter. This water may come as a groundwater discharge." + "chromate contaminated soil" "Soil which has elevated concentrations of chromate." + "church building" "A building which is primarily used for Christian religious activities." + "cinder cone" "A cone built almost entirely of loose volcanic fragments called cinders (pumice, pyroclastics, or tephra). They are built from particles and blobs of congealed lava ejected from a single vent. As the gas-charged lava is blown violently into the air, it breaks into small fragments that solidify and fall as cinders around the vent to form a circular or oval cone. Most cinder cones have a bowl-shaped crater at the summit." + "circalittoral zone" "A zone which is part of the sublittoral zone and is dominated by sessile animals such as oysters. This zone usually begins at a depth greater than the infralittoral zone." + "cirque" "A depression which is semicircular or crescent-shaped, found towards the crest of a mountain, and formed by the erosional processes caused by the motion of a glacier." + "cirrocumulus castellanus cloud" "A cirrocumulus cloud which 1) has linearly arranged cumuliform protuberances which resemble crenellated turrets or towers, some of which are taller than they are wide in some portion of their upper parts, 2) possess a lower region or base which connects these protuberances." + "cirrocumulus cloud" "A cloud which 1) has been shaped into structural elements resembling grains or ripples, 2) is almost exclusively composed of ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrostratus cloud" "A cloud which 1) occurs in the form of a smooth or fibrous veil, 2) is composed of few small ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrostratus fibratus cloud" "A cirrostratus cloud which occurs as a detached unit or a thin veil and consists of nearly straight or irregularly curved filaments that do not terminate in hooks or tufts." + "cirrus castellanus cloud" "A cirrus cloud which 1) has linearly arranged cumuliform protuberances which resemble crenellated turrets or towers, some of which are taller than they are wide in some portion of their upper parts, 2) possess a lower region or base which connects these protuberances." + "cirrus cloud" "A cloud which 1) has been shaped into detached fibrous filaments, 2) is almost exclusively composed of ice crystals, 3) is located in the high level of the atmosphere (high étage)." + "cirrus fibratus cloud" "A cirrus cloud which occurs as a detached unit or a thin veil and consists of nearly straight or irregularly curved filaments that do not terminate in hooks or tufts." + "cirrus homogenitus cloud" "A cloud which is cirriform and is formed by condensation events centred on an aircraft's contrail." + "cirrus spissatus cloud" "A cirrus cloud which 1) is structurally organised in patches, 2) is sufficiently dense to appear greyish when viewed towards the local star and 3) may veil, the local star, obscure its outline, or even hide it entirely." + "cirrus uncinus cloud" "A cirrus cloud which does not have grey parts and which is often shaped like a comma, terminating at its highest point in a hook, or in a tuft, the upper part of which is not in the form of a rounded protuberance." + "city" "Incorporated populated place." + "clastic dike" "A dike formed when sediment fills a pre-existing fracture in a mass of rock." + "clay fermentation pit" "A fermentation pit which is constructed from clay." + "clay loam" "Loam which has a high proportion of clay in its composition." + "clay soil" "Soil which is primarily composed of clay." + "cleanroom" "A building part which is maintained such that the number of foreign particulates within it is controlled." + "cliff" "A slope which is part of a rocky elevation and which has a high degree of steepness." + "cliff cleft" "A deep narrow slot, notch, or groove in a cliff." + "clinic" "A facility which is used to provide treatment, remedial work, and/or instruction." + "clinical patient assessment facility" "A healthcare facility in which patients are medically assessed." + "closed animal house" "An animal house which has a complete building envelope." + "closed eaves" "Eaves in which projecting roof members are not visible, being closed from view by boarding." + "cloud base" "A cloud part which is closest to the surface of the astronomical body local to the cloud." + "cloud forest" "A montane forest ecosystem which 1) is evergreen, 2) present on mountains where there is frequent cloud and mist cover, 3) which has a large proportion of ferns and mosses in its plant communities, growing on all tree trunks and branches present in the ecosystem, and 3) harvests aerosolised water and adds it to the terrestrial water supply." + "cloud part" "A part of a cloud." + "cloud top" "A cloud part which is furthest from the surface of the astronomical body local to the cloud." "coal mine" "coal mine waste material" "coal power plant" "coarse beach sand" - "coast" - "coastal buoyancy current front" - "coastal dune" - "coastal flood" - "coastal inlet" - "coastal plain" - "coastal scrubland" - "coastal sea water" - "coastal shrimp pond" - "coastal upwelling" - "coastal upwelling front" - "coastal water body" + "coast" "A coast is the area where land meets the sea, ocean, or lake." + "coastal dune" "A dune which is part of a coast." + "coastal flood" "A coastal flood is a flood which is formed as a result of large amounts of water from marine water bodies or large lakes being transported to usually dry land by displacement processes such as high winds or seismic activity." + "coastal inlet" "An opening of the sea into the land." + "coastal plain" "An area of flat, low-lying land adjacent to a coast and separated from the interior by other features." + "coastal scrubland" "A coastal scrubland is a scrubland which is part of a coast." + "coastal shrimp pond" "A shrimp pond which is embedded in a coastal water body." + "coastal upwelling" "An upwelling that is near a coast." + "coastal water body" "Coastal water is a marine water body bordering a coast." "coconut plantation" "coffee plantation" - "coffeehouse" - "cold desert" - "cold monomictic lake" - "cold polymictic lake" - "cold room" - "cold seep" + "coffeehouse" "A restaurant which primarily serves coffee." + "cold desert" "A cold desert is a desert which has hot summers and cold, dry winters with temperatures below 0 degrees Celsius" + "cold monomictic lake" "A monomictic lake which is covered by ice throughout much of the year and only mixes when its surface ice melts and the lake lacks thermal stratification." + "cold polymictic lake" "A cold polymictic lake is a polymictic lake which is covered by ice in winter." + "cold room" "A room which is maintained at lower than ambient temperatures." + "cold seep" "MERGED DEFINITION:\nTARGET DEFINITION: A cold seep is a seep in which methane and other hydrocarbon-rich fluids rise to the sea floor.\n--------------------\nSOURCE DEFINITION: An area of the ocean floor where hydrogen sulfide, methane and other hydrocarbon-rich fluid seepage occurs. Cold seeps are distinct from hydrothermal vents: the former's emissions are of the same temperature as the surrounding seawater, whereas the latter's emissions are super-heated." "cold surface current" - "colloid suspended in a hydrosphere" - "commercial building" - "community health centre" - "community service centre" - "compacted soil" - "complex volcano" - "compost soil" - "compound astronomical body part" - "concentration basin mediterranean sea biome" - "concrete building floor" - "concrete exterior wall" - "concrete road" - "conference room" - "conference venue" - "confluence" - "conifer woodland" - "coniferous forest biome" - "consequent stream" - "constructed barrier" - "constructed monument" - "constructed pavement" - "constructed swimming pool" - "container of an intermittent lake" - "container of an intermittent oxbow lake" - "container of an intermittent pond" - "container of an intermittent saline lake" - "container of an intermittent water body" - "contaminated land" - "contaminated soil" - "continental arc" - "continental crust" - "continental divide" - "continental island" - "continental margin" - "continental rise" - "continental shelf" - "continental slope" - "continental subsurface zone" - "coral reef" - "corn exchange" - "coronary care unit facility" + "colloid suspended in a hydrosphere" "A colloidal suspension which is dispersed through a part of a hydrosphere." + "commercial building" "A building which is primarily used to facilitate the buying or selling of goods or services." + "community health centre" "A healthcare facility which is used by a group of general practitioners and nurses to provide healthcare services to people in a certain area." + "community service centre" "A public building in which health, recreation or other public services to a local community are provided." + "compacted soil" "A soil which has a high bulk density and/or a low porosity. A compacted soil has a reduced rate of both water infiltration and drainage" + "complex volcano" "A volcano with more than one feature. They form because changes of their eruptive characteristics or the location of multiple vents in an area. Stratovolcanoes may form complex volcanoes, because they may overlap another from explosive eruptions, lava flows, pyroclastic flows and by repeated eruptions, to make multiple summits and vents. Stratovolcanoes could also form a large caldera that gets filled in by multiple small cinder cones, lava domes and craters may also develop on the caldera's rim." + "compost soil" "Soil which is derived from compost." + "compound astronomical body part" "A part of an astronomical body which is composed of a continuous medium bearing liquid, gaseous, and solid material in variable quantities." + "concentration basin mediterranean sea biome" "The concentration basin mediterranean sea biome comprises expressions of the mediterranean sea biome that have higher salinity than bordering oceans due to evaporation. Water exchange consists of inflow of the fresher oceanic water in the upper layer and outflow of the saltier mediterranean water in the lower layer of the connecting channel." + "concrete building floor" "A concrete building floor is a building floor that is composed primarily of concrete" + "concrete exterior wall" "A concrete exterior wall is an exterior wall that is composed primarily of concrete." + "concrete road" "A road which is primarily composed of concrete." + "conference room" "A room which accommodates conferences." + "conference venue" "A building which accomodates conferences." + "confluence" "The point where a tributary joins a more major river." + "conifer woodland" "A conifer woodland is a woodland which has a tree community primarily composed of coniferous trees, from the Division Pinophyta, also known as Coniferophyta or Coniferae." + "coniferous forest biome" "A coniferous forest biome is a forest biome which contains densely packed populations or communities of coniferous trees, strongly limiting light penetration to the forest floor." + "consequent stream" "A stream whose course is a direct consequence of the original slope of the surface upon which it developed, i.e., a stream that follows the slope of the original land." + "constructed barrier" "A constructed barrier is a freestanding wall, berm, or fence built to limit movement of entities across a boundary." + "constructed monument" "A human construction which serves as a memorial." + "constructed pavement" "A construction which comprises a durable surface layer overlying a solid surface intended to sustain vehicular or foot traffic." + "constructed swimming pool" "A construction which is designed to hold water in which humans may swim or perform other leisure activities." + "container of an intermittent lake" "A depression which intermittently contains a lake." + "container of an intermittent oxbow lake" "A depression which is continous with one or more abandoned meander loops of a river channel." + "container of an intermittent pond" "A container of an intermittent water body which, when filled with water, has a well-illuminated surface layer, is subject to complete mixing of the water it holds, and is smaller than the container of a lake." + "container of an intermittent saline lake" "A depression that is periodically filled with saline water, forming a saline lake." + "container of an intermittent water body" "A depression which is is periodically filled with water when water supply exceeds evapotranspiration and bed seepage." + "contaminated land" "Land which has elevated levels of some contaminants or substances that are potentially hazardous to health or the environment." + "contaminated soil" "A portion of contaminated soil is a portion of soil with elevated levels of some contaminant." + "continental arc" "A volcanic arc formed by the subduction of oceanic crust below continental crust." + "continental crust" "A layer of igneous, sedimentary, and metamorphic rocks that forms continents and the areas of shallow seabed close to their shores, known as continental shelves." + "continental divide" "A watershed such that water falling on one side of the line eventually travels to one ocean or body of water, and water on the other side travels to another, generally on the opposite side of the continent." + "continental island" "An island that lies on a continental shelf." + "continental margin" "A slope which is part of the seafloor, descends from the continental crust to the oceanic crust, and comprises the continental shelf, continental slope, and continental rise." + "continental rise" "A slope which a) bridges, and thus lies between, a continental slope and an abyssal plain, b) is formed by the accumulation of sediments transported from a continental slope by processes including turbidity currents c) has a gradient less than a continental slope yet greater than a continental shelf." + "continental shelf" "A slope which a) extends the perimeter of a continent, b) is covered by a shallow marine water body during interglacial periods, c) has a low degree of steepness relative to a continental slope or rise." + "continental slope" "A slope which 1) is part of the seafloor and 2) extends from the end of the continental shelf (the shelf break) to the continental rise." + "continental subsurface zone" "A region which overlaps parts of one or more planetary structural layers which are located below a continental landmass." + "coral reef" "A marine reef which is composed primarily of aragonite structures produced by living organisms, found in shallow, low-nutrient waters." + "corn exchange" "A commercial building where merchants trade grains." + "coronary care unit facility" "A hospital unit facility which is used to provide cardiac patient care." "cotton plantation" - "cove" - "covered latrine" - "covered pit latrine" - "covered pit latrine with slab floor" - "cow shed" - "crater" - "crater lake" - "creamery" - "creosote contaminated soil" - "crevasse" - "crevice" - "crop canopy" - "cropland biome" - "cropland ecosystem" - "cryoconite hole" - "cryoform" - "cryopeg" - "cryosol" - "cryosphere" - "cryospheric layer" - "cut" - "cutoff" - "cyanobacterial bloom" - "dacitic volcano" - "dairy" - "dairy farm" - "dam" - "day care building" - "day care facility" - "dead cave" - "dedicated campground" - "deep ocean current" - "delicatessen" - "dell" - "delta" - "dense settlement" - "dense settlement biome" - "dental clinic" - "depositional island" - "depressed landform" - "desert" - "desert area" - "desert biome" - "desert ecosystem" - "desert island" - "desert oasis" - "desert pavement" - "desert sand" - "desert scrubland" - "diagnostic imaging unit facility" - "diapir" - "dike" - "dilution basin mediterranean sea biome" - "dimictic lake" - "dioxygen dissolved in marine water" - "dirt cone" - "discharge unit facility" - "distributary" - "ditch" - "ditch mouth" + "cove" "A circular or round inlet with a narrow entrance." + "covered latrine" "A covered latrine is a building which comprises a latrine sheltered by an outhouse." + "covered pit latrine" "A covered pit latrine is a building which comprises a pit latrine sheltered by an outhouse." + "covered pit latrine with slab floor" "A covered pit latrine with slab is a building which comprises a pit latrine with a slab floor sheltered by an outhouse." + "cow shed" "An animal house which is used to shelter cows." + "crater" "A generally circular saucer or bowl-shaped depression caused by explosive action." + "crater lake" "A lake contained within a crater." + "creamery" "A creamery is a part of a dairy where cream is separated from whole milk." + "creosote contaminated soil" "Soil which has elevated concentrations of creosote." + "crevasse" "A deep fissure in snow or ice." + "crevice" "A deep fissure in rock." + "crop canopy" "A canopy which is composed of the aboveground portion, or crowns, of a community of crop plants." + "cropland biome" "A cropland ecosystem which is undergoing climactic ecological succession." + "cropland ecosystem" "An ecosystem which 1) is determined by communities of annual crops, perennial woody crops, or by actively tilled land, 2) is primarily used for agricultural activity, and 3) contains no village or larger human settlement." + "cryoconite hole" "A vertical thaw hole within an ice mass, formed as a result of ice melt associated with local temperature increases, due to increased absorption of solar radiation by cryoconite deposits." + "cryoform" "A solid astronomical body part which is primarily composed of a continuous mass of snow and/or ice." + "cryopeg" "A layer which is composed of ground that 1) remains unfrozen due to increased solute concentration and 2) is present within a mass of permafrost." + "cryosol" "Cryosols comprise mineral soils formed in a permafrost environment. Where water is present, it occurs primarily in the form of ice. Cryogenic processes are the dominant soil-forming processes." + "cryosphere" "An astronomical body part which is composed primarily of environmental materials in their frozen form." + "cryospheric layer" "A layer which is part of a cryosphere." + "cut" "An excavation of the Earth's surface to provide passage for a road, railway, canal, etc." + "cutoff" "A channel formed as a result of a stream cutting through a meander neck." + "cyanobacterial bloom" "A feature which arises from a rapid multiplication of cyanobacteria, causing marked visible discoloration of the water." + "dacitic volcano" "A volcano which has been formed as a result of the eruption of dacitic lava." + "dairy" "A dairy is a building in which animal milk is harvested and, optionally, processed for human consumption." + "dam" "A barrier constructed across a watercourse to control the flow or raise the level of water." + "day care building" "A building which is used to care for a human child during the working day by a person, outside the child's immediate family, other than that child's legal guardians." + "day care facility" "A child care facility in which day care services are provided, by specialized staff and equipment, to a human child during the working day." + "dead cave" "A cave without streams or drips of water." + "dedicated campground" "A campground which has been modified by humans to provide and maintain facilities for camping such as fire pits, road access, latrines, and garbage bins." + "deep ocean current" "A marine current that generally occurs below the permanent thermocline (where it occurs) or below 400 m depth and that is driven by density and temperature gradients." + "delicatessen" "A food shop which sells a selection of food products that are not typical dietary components of the human population it is co-located with." + "dell" "A small wooded valley, either U- or V-shaped." + "delta" "A tract of alluvium formed at the mouth of a river where the deposition ofsome of its load exceeds its rate of removal, crossed by the divergent channels (distributaries) of the river." + "dense settlement" "A settlement with a high density of buildings and inhabitants." + "dense settlement biome" "A dense settlement biome is an anthropogenic terrestrial biome which is primarily used for human habitation, recreation, and industry within built structures with little other land use." + "dental clinic" "A medical clinic which is used to provide medical services focused on maintaining and improving the oral health of clients." + "depositional island" "An island formed by deposition of solid material such as sand or small rocks where a water current loses some of its carrying capacity." + "depressed landform" "A landform sunken or depressed below the surrounding area." + "desert" "A landform which has been rendered barren or partially barren by environmental extremes, especially by low rainfall, and which loses more liquid water by evapotranspiration than is supplied by precipitation." + "desert area" "A region rendered barren or partially barren by environmental extremes, especially by low rainfall." + "desert biome" "A desert ecosystem which is undergoing climactic ecological succession." + "desert ecosystem" "An ecosystem in which the composition, structure, and function of resident ecological assemblages are primarily determined by a desert." + "desert island" "An island that is not permanently populated by humans." + "desert oasis" "A small, isolated, fertile or green area in a desert region, usually having a spring or well." + "desert pavement" "A desert surface covered with closely packed, interlocking angular or rounded rock fragments of pebble and cobble size." + "desert sand" "Sand which is part of a desert." + "desert scrubland" "A scrubland which is located in a desert." + "diagnostic imaging unit facility" "A hospital unit facility which is used to provide diagnostic imaging services." + "diapir" "A diapir is a type of geologic intrusion in which a more mobile and ductily deformable material is forced into brittle overlying rocks due to its higher buoyancy." + "dike" "A sheet of rock that formed in a fracture in a pre-existing rock body." + "dilution basin mediterranean sea biome" "The dilution basin mediterranean sea biome comprises expressions of the mediterranean sea biome with lower salinity than the surrounding ocean due to freshwater gains such as rainfall and rivers. Water exchange consists of outflow of the fresher mediterranean water in the upper layer and inflow of the saltier oceanic water in the lower layer of the channel. Renewal of deep water may not be sufficient to supply oxygen to the bottom." + "dimictic lake" "A dimitic lake is a holomictic lake which mixes from top to bottom during two mixing periods each year. Mixing typically occurs during the spring and autumn, when the lake is \"isothermal\" (i.e., at the same temperature from the top to the bottom). At this time the water throughout the lake is about 4°C, and, in the absence of any temperature or density differences, the lake readily mixes from top to bottom. These lakes are common in regions with temperate climates." + "dirt cone" "A feature of a glacier, in which dirt, which has fallen into a hollow in the ice, forms a coating which insulates the ice below. The surrounding ice melts away, leaving the dirt cone." + "discharge unit facility" "A hospital unit facility which houses patients ready to leave the hospital facility." + "distributary" "A stream that branches off and flows away from a main stream channel. They are a common feature of river deltas." + "ditch" "A small, human-made channel which has been dug for draining or irrigating the land." + "ditch mouth" "The exit or point of discharge of a ditch." "ditch water" - "diurnal marine tidal flow zone" - "diversionary dam" - "doline" - "doline karst" - "domestic building" - "domestic garden" - "domestic solar panel array" - "dormitory" - "drainage basin" - "drainage canal" - "drainage ditch" - "drawbridge" - "drift ice mass" - "drifting sea ice mass" - "drinking water pipeline network" - "drinking water reservoir" - "drinking water treatment plant" - "driveway" - "drop stone" - "drumlin" - "drumlin field" - "dry dam" - "dry lake" - "dry lake bed" - "dry market" - "dry river" - "dry river valley" - "dry soil" - "dry stream" - "dry stream valley" - "dry valley" - "dry woodland" - "dune" - "dune slack" - "dune soil" - "dung building floor" - "durisol" - "earth-filled dam" - "eastern boundary current" - "eaves" - "ecoregion" - "ecozone" - "educational facility" - "elevated landform" - "embankment dam" - "emergency unit facility" - "emergency unit room" - "endorheic basin" - "endorheic lake" - "englacial stream" - "enriched soil" - "epeiric sea biome" - "ephemeral island" - "ephemeral spring" - "epilimnion" - "equatorial upwelling front" - "erosional cave" - "escarpment" - "esker" - "estuarine biome" - "estuarine coastal lower water column" - "estuarine coastal pycnocline" - "estuarine coastal surface layer" - "estuarine coastal upper water column" - "estuarine front" - "estuarine mud" - "estuarine open water lower water column" - "estuarine open water pycnocline" - "estuarine open water surface layer" - "estuarine open water upper water column" - "estuarine tidal riverine coastal lower water column" - "estuarine tidal riverine coastal pycnocline" - "estuarine tidal riverine coastal surface layer" - "estuarine tidal riverine coastal upper water column" - "estuarine tidal riverine open water lower water column" - "estuarine tidal riverine open water pycnocline" - "estuarine tidal riverine open water surface layer" - "estuarine tidal riverine open water upper water column" - "estuarine water" - "estuary" - "ethanol enriched soil" - "ethnic food shop" - "eucalyptus forest soil" - "eutrophic lake" - "eutrophic pond" - "exorheic lake" - "experimental forest ecosystem" - "exterior wall" - "facility" - "factory" - "fairground" - "family practice clinic" - "farm" - "farm soil" - "fast ice" - "fast neutron reactor" - "fault cave" - "fault escarpment" - "fence" - "fermentation pit" - "ferralsol" - "fertilized soil" - "field" - "field hospital" - "field soil" - "fire station" - "fire whirl" - "firebreak" - "fish hatchery" - "fish processing building" - "fishpond" - "fissure cave" - "fjord" - "fjord lake" - "flash flood" - "flattened elevation" - "flaw lead" - "floating ice calf" - "floating ice mass" - "floeberg" - "flood" - "flood control dam" - "flood control reservoir" - "flood fringe" - "flood meadow ecosystem" - "flood plain" + "diurnal marine tidal flow zone" "A marine zone in which ocean waters undergo a diurnal (once per day) tidal oscillation - with one high and one low tide per day - due to the supression of a second daily oscillation by the geometry of the ocean basin and obstructions presented by land masses." + "diversionary dam" "A dam designed to divert all or a portion of the flow of a river from its natural course." + "doline" "A closed depression draining underground in karst, of simple but variable form, e.g. cylindrical, conical, bowl- or dish-shaped. From a few to many hundreds of metres in dimensions." + "doline karst" "Karst dominated by closed depressions, chiefly dolines, perforating a simple surface." + "domestic building" "A building which is primarily used for the long-term habitation of humans." + "domestic garden" "A garden that is associated with a human house. This association is generally one of spatial proximity or parthood." + "domestic solar panel array" "A solar panel array that is integrated into the power system of a human dwelling." + "dormitory" "A room which contains 1) a number of beds for sleeping and 2) often some other furniture and/or residential utilities." + "drainage basin" "An extent or area of land where surface water from rain and melting snow or ice converges to a single point at lower elevation, usually the exit of the basin, where the waters join another waterbody." + "drainage canal" "Artificial watercourse with no flow or a controlled flow used drainage." + "drainage ditch" "A ditch that collects water from the surrounding land." + "drawbridge" "A bridge which is hinged and can be raised." + "drift ice mass" "A floating mass of ice which is 1) unattached to land or land-fast ice and 2) moved by the action of winds or currents." + "drifting sea ice mass" "A drift ice mass which is composed primarily of sea ice." + "drinking water pipeline network" "A pipeline network which is used to transport drinking water to consumers." + "drinking water reservoir" "A reservoir constructed for the purpose of providing drinking water." + "drinking water treatment plant" "An industrial building in which water undergoes a purification process to make it fit for human consumption." + "driveway" "A road which is used for local access to one or more structures, and is privately owned and maintained by an individual or group." + "drop stone" "A piece of rock which fell vertically through the water column into finer-grained water-deposited sedimentary rocks." + "drumlin" "An elongated whale-shaped hill formed by glacial action. Its long axis is parallel with the movement of the ice, with the blunter end facing into the glacial movement. Drumlins are sometimes compared to kames, but their formation is distinctively different. A drumlin is not originally shaped by meltwater, but by the ice itself and has a quite regular shape. It occurs in fine grained material, such as clay or shale, not in sands and gravels. And drumlins usually have concentric layers of material, as the ice successively plasters new layers in its movement." + "drumlin field" "A cluster of dozens to hundreds of similarly shaped, sized and oriented drumlins." + "dry dam" "A dam designed to control flooding. It normally holds back no water and allows the channel to flow freely, except during periods of intense flow that would otherwise cause flooding downstream." + "dry lake" "A lake that has either permanently or temporally lost its water." + "dry lake bed" "A lake bed which is dry. That is, the bed of a dry lake." + "dry market" "A market which is used for the sale and purchase of durable goods." + "dry river" "A dry stream channel through which a river had flowed, but now contains no appreciable accumulations of water." + "dry river valley" "A dry stream valley which was formed as a result of erosion due to river formation and flow." + "dry soil" "Soil which has little to no water content and in which minerals and other soluble chemical entities have either bonded or become adsorbed to sold particles due to insufficient water availability." + "dry stream" "A stream channel through which no water flows and which has dried, containing no appreciable accumulations of water." + "dry stream valley" "A dry valley which was formed as a result of erosion due to stream formation and flow." + "dry valley" "A valley which no longer has water flowing or accumulating over its surface." + "dry woodland" "A dry woodland is a woodland which occurs in areas of rain shadow in a tropical marine climate, receives very little rainfall, typically has rapidly draining soils and trees which have adaptations to dry climates such as thick bark, small leaves, and the disposition to shed their leaves." + "dune" "A hill of sand built by eolian processes." + "dune slack" "A valley or trough between two dunes." + "dune soil" "Soil which is part of some dune." + "dung building floor" "A dung building floor is a building floor which is composed primarily of dried animal feces." + "durisol" "Durisols are associated mainly with old surfaces in arid and semi-arid environments and accommodate very shallow to moderately deep, moderately well- to well-drained soils that contain cemented secondary silica (SiO2) within 100 cm of the soil surface." + "earth-filled dam" "An embankment dam which is primarily composed of compacted earth." + "eastern boundary current" "A cold water, broad marine surface current flowing from high latitudes to the equator at speeds between 3 and 7 kilometers per day." + "eaves" "A part of a building roof which overhangs the face of a wall and, normally, projects beyond the side of a building." + "ecoregion" "A large unit of land or water containing a geographically distinct assemblage of species, natural communities, and environmental conditions." + "ecozone" "Ecozones delineate large areas of a planetary surface within which organisms have been evolving in relative isolation over long periods of time, separated from one another by geographic features, such as oceans, broad deserts, or high mountain ranges, that constitute barriers to migration." + "educational facility" "A human construction in which people are educated." + "elevated landform" "A landform elevated above the surrounding area." + "embankment dam" "A dam which is created by the placement and compaction of a complex semi-plastic mound of various compositions of soil, sand, clay, or rock." + "emergency unit facility" "A hospital unit facility which is used to provide emergency medicine services." + "emergency unit room" "A room in which emergency medical care is provided." + "endorheic basin" "A drainage basin from which there is no outflow of water, either on the surface as rivers, or underground by flow or diffusion through rock or permeable material." + "endorheic lake" "A lake from which there is no outflow of water, either on the surface as rivers, or underground by flow or diffusion through rock or permeable material." + "englacial stream" "A stream which is primarily composed of meltwater and which flows within a glacier or ice sheet." + "enriched soil" "A portion of enriched soil is a portion of soil with elevated levels of some material entity." + "epeiric sea biome" "The epeiric sea (also known as an epicontinental sea) biome comprises a shallow seas that extend over part of a continent. Epeiric seas are usually associated with the marine transgressions of the geologic past, which have variously been due to either global eustatic sea level changes, local tectonic deformation, or both, and are occasionally semi-cyclic." + "ephemeral island" "An island, usually the consequence of the activity of a submarine volcano, that only exists for a short period or short periods of time after its formation, then being eroded or otherwise disappearing beneath the surface of a body of water." + "ephemeral spring" "A spring through which fluid intermittently flows." + "epilimnion" "The top-most layer in a thermally stratified lake, occurring above the deeper hypolimnion. It is warmer and typically has a higher pH and dissolved oxygen concentration than the hypolimnion." + "erosional cave" "A cave formed by erosion caused by flowing streams carrying rocks or sediments." + "escarpment" "A slope which separates different physiogeographic provinces that are typically composed of rocks of different age and compositoin." + "esker" "A long, winding ridge of stratified sand and gravel which occur in glaciated and formerly glaciated regions of Europe and North America." + "estuarine biome" "Expressions of the estuarine biome occur at wide lower courses of a rivers where they flow into a sea. Estuaries experience tidal flows and their water is a changing mixture of fresh and salt." + "estuarine coastal lower water column" "A layer of estuarine water which extends from an estuarine pycnocline or mid-depth to the estuarine bed and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal pycnocline" "A pycnocline which is part of an estuarine water body, spanning from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal surface layer" "A layer of estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine coastal upper water column" "A layer of estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from the shore to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine mud" "Mud which is part of an estuary." + "estuarine open water lower water column" "A layer of estuarine water which extends from an estuarine pycnocline or mid-depth to the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters to end of the estuary most distal from the coast." + "estuarine open water pycnocline" "A pycnocline which is part of an estuarine water body, spanning from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine open water surface layer" "A layer of estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine open water upper water column" "A layer of estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine tidal riverine coastal lower water column" "A layer of fresh estuarine water which extends from an estuarine pycnocline or mid-depth to the estuarine bed and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine coastal pycnocline" "An estuarine coastal pycnocline which is composed primarily of fresh tidal water." + "estuarine tidal riverine coastal surface layer" "A layer of fresh estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine coastal upper water column" "A layer of fresh estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from the land-water interface to a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters." + "estuarine tidal riverine open water lower water column" "A layer of fresh estuarine water which extends from an estuarine pycnocline or mid-depth to the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters to end of the estuary most distal from the coast." + "estuarine tidal riverine open water pycnocline" "An estuarine open water pycnocline which is composed primarily of fresh tidal water." + "estuarine tidal riverine open water surface layer" "A layer of fresh, tidal estuarine water which extends a few centimeters from the surface of the water column towards the estuary bed and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine tidal riverine open water upper water column" "A layer of fresh, tidal estuarine water which extends from the surface of the water column to the pycnocline or mid-depth and from a fiat boundary where the estuary bed below the water column reaches a depth of 4 meters until the end of the estuary most distal from the coast." + "estuarine water" "Brackish water which is part of an estuary." + "estuary" "A semi-enclosed coastal body of water with one or more rivers or streams flowing into it, and with a free connection to the open sea." + "ethanol enriched soil" "A portion of ethanol enriched soil is a portion of soil with elevated levels of ethanol." + "ethnic food shop" "A food shop in which the food products on offer are restricted to those produced in a region and cultural setting other than that of the shop's locality." + "eucalyptus forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Eucalyptus." + "eutrophic lake" "A lake which has nutrient-rich water." + "eutrophic pond" "A pond which has nutrient-rich water." + "exorheic lake" "A lake from which water constantly flows out of under almost all climatic circumstances, maintaining low concentrations of dissolved solid relative to endorheic lakes." + "experimental forest ecosystem" "A forest ecosystem which is designated for research." + "exterior wall" "An exterior wall is a building wall which separates the interior of a building from the buildings surrounding environment." + "facility" "A human construction specially designed for a specific purpose." + "factory" "A factory (previously manufactory) or manufacturing plant is an industrial site, usually consisting of buildings and machinery, or more commonly a complex having several buildings, where workers manufacture goods or operate machines processing one product into another." + "fairground" "A part of an ecosystem which has been allocated to host a gathering of people for multiple entertainment or commercial activities." + "family practice clinic" "A medical clinic which is used to provide family medicine services." + "farm soil" "A portion of soil which is part of a cropland or a rangeland biome." + "fast ice" "A mass of sea ice which 1) is less than 2 meters in thickness and 2) forms along the coast, where it is attached to the shore, to an ice wall, to an ice front, or between shoals or grounded icebergs." + "fast neutron reactor" "A nuclear reactor in which the fission chain reaction is sustained by fast neutrons." + "fault cave" "A cave developed along a fault or fault zone, either by movement of the fault or by preferential solution along it." + "fault escarpment" "An escarpment resulting from a fault." + "fence" "A fence is a constructed barrier which is generally of lighter construction than a wall and used to provide visual sectioning of spaces." + "fermentation pit" "A pit which has been constructed for use in fermentation processes that will yield alcoholic spirits." + "ferralsol" "Ferralsols represent the classical, deeply weathered, red or yellow soils of the humid tropics. These soils have diffuse horizon boundaries, a clay assemblage dominated by low-activity clays (mainly kaolinite) and a high content of sesquioxides." + "fertilized soil" "Soil which has been amended with fertilizers." + "field" "An unbroken expanse (as of ice)" + "field hospital" "A healthcare facility which is a temporary hospital or mobile medical unit that takes care of casualties on-site before they can be safely transported to more permanent facilities." + "field soil" "Soil which is part of an agricultural field." + "fire station" "An institutional building in which firefighting apparati are stored, and which may include staff living spaces." + "fire whirl" "A fire whirl is a whirlwind induced by the contraction and rotation of intense, rising heat and turbulent, eddying air masses resulting from a large fire and made up of a core of burning matter surrounded by a rotating pocket of air." + "firebreak" "A woodland clearing which is large enough to starve land fires of fuel, impeding their progress through wooded areas." + "fish hatchery" "A hatchery in which the eggs of fish are hatched under artificial conditions." + "fish processing building" "A building in which fish are subject to a series of operations to prepare them for human consumption." + "fishpond" "A pond or lake used for the artificial culture of fish." + "fissure cave" "A narrow, vertical cave passage, often developed along a joint but not necessarily so. Usually due to solution but sometimes to tension." + "fjord" "A long and narrow sea inlet with high steeply sloped walled sides. A fjord is a landform created during a period of glaciation." + "fjord lake" "A lake in a glacially eroded valley, which has been eroded below sea level." + "flash flood" "A flash flood is a flood formed by the rapid flooding of geomorphic low-lying areas. It may be caused by heavy rain associated with a severe thunderstorm, hurricane, tropical storm, or meltwater from ice or snow flowing over ice sheets or snowfields. Flash floods may also occur after the collapse of a natural ice or debris dam, or a human structure such as a man-made dam. Flash floods are distinguished from a regular flood by a timescale of less than six hours." + "flattened elevation" "An elevation which is flattened across its highest surface." + "flaw lead" "An ice lead between a mass of fast ice and a mass of pack ice." + "floating ice calf" "An ice calf which is suspended in a water mass, being partially exposed to an atmosphere." + "floating ice mass" "An ice mass which is suspended in a water body, being sufficiently buoyant for part of the mass to breach the surface of that water body." + "floeberg" "An ice mass which is composed of a large amount of sea ice in the form of a hummock or a group of such hummocks, frozen together and separated from any surrounding ice by sea water." + "flood" "An unusual accumulation of water above the ground caused by high tide, heavy rain, melting snow or rapid runoff from paved areas." + "flood control dam" "A dam constructed for the purpose of controlling flooding." + "flood control reservoir" "A reservoir constructed for the purpose of containing a flood, an overflow of water from a body of water that sumerges land." + "flood fringe" "Area of a flood plane covered by the flood, but which does not experience a strong current." + "flood meadow ecosystem" "An area of grassland or pasture beside a river, subject to seasonal flooding." + "flood plain" "An area which is subject to periodic flooding." "flooded grassland" "flooded grassland biome" - "flooded savanna biome" - "floodway" - "flower strip" - "flower-rich field margin strip" - "fluid astronomical body part" - "flume" - "fluvisol" - "food kiosk" - "food processing building" - "food shop" - "footbridge" - "ford" - "forest biome" + "flooded savanna biome" "A flooded savanna biome is a savanna biome which has very wet to saturated soil moisture content." + "floodway" "The stream channel and adjacent areas that carry flood flows in a flood plain." + "flower strip" "A vegetated area which includes a community of flowering plants that provide food for local pollinators." + "flower-rich field margin strip" "A flower strip which is present at the margins of cultivated fields." + "fluid astronomical body part" "A part of an astronomical body which is primarily composed of fluid." + "flume" "An open artificial water channel, that leads water from a diversion dam or weir completely aside a natural flow, often an elevated box structure (typically wood) that follows the natural contours of the land." + "fluvisol" "Fluvisols accommodate genetically young, azonal soils in alluvial deposits." + "food kiosk" "A kiosk from which food products are sold." + "food processing building" "A food processing building is a building in which materials that contain or consist of essential body nutrients - such as carbohydrates, fats, proteins, vitamins, or minerals - and may be ingested and assimilated by an organism to produce energy, stimulate growth, and maintain life are converted alternative forms." + "food shop" "A shop in which a business offers food products for sale or trade." + "footbridge" "A bridge designed solely for pedestrians." + "ford" "The shallow part of a stream which can be easily crossed." + "forest biome" "A forest ecosystem which is undergoing climactic ecological succession." "forest canopy" - "forest ecosystem" - "forest floor" - "forest soil" - "forested area" - "formal settlement" - "fossil fuel power plant" - "fossil worm burrow" - "fountain" - "fresh water body" - "freshwater algal bloom" - "freshwater biome" + "forest ecosystem" "An ecosystem which is determined by communities of plants with a tree growth form and in which members of those communities form continuous or discontinuous regions of canopy cover." + "forest floor" "Land which is present within a forest biome." + "forest soil" "A portion of soil which is found in a forested area." + "forested area" "An area with a high density of trees. A small forest may be called a wood." + "formal settlement" "A settlement which has been established and is managed through officially sanctioned processes and is recognised as legal by a competent authority." + "fossil fuel power plant" "A power station which burns a fossil fuel such as coal, natural gas, or petroleum to produce electricity." + "fossil worm burrow" "A channel which was formed as a result of an annelid burrowing through soil, where organic residues lining the burrow have subsequently initiated fossilization." + "fountain" "A human construction which supplies drinking water by squirting it into a basin or jets water into the air for a decorative or dramatic effect." + "fresh water body" "A body of water which is primarily composed of freshwater, with low solute content." + "freshwater algal bloom" "An algal bloom that is located in freshwater. Freshwater algal blooms are the result of an excess of nutrients, particularly some phosphates." + "freshwater biome" "An aquatic biome which is determined by a body of freshwater." "freshwater ecosystem" - "freshwater lake" - "freshwater lake biome" - "freshwater littoral zone" - "freshwater river" - "freshwater river biome" - "freshwater seep riverine anchor ice" - "freshwater spring" - "freshwater stream" - "freshwater stream biome" - "freshwater stream ecosystem" - "friable-frozen soil" - "frost heave" - "frost-formed hummock" - "frost-susceptible soil" - "frozen compost soil" - "frozen land" - "frozen lead" - "frozen soil" - "fumarole" - "fumarole-derived ice tower" - "game reserve" - "garden" - "garden soil" + "freshwater lake" "A lake of whose water contains low concentrations of salts." + "freshwater lake biome" "A biome which is determined by a freshwater lake." + "freshwater littoral zone" "A freshwater littoral zone is a littoral zone which extends offshore from the shore of a freshwater body of water to the limit of occupancy of rooted plants." + "freshwater river" "A river where fresh water flows." + "freshwater river biome" "A freshwater biome which is determined by a freshwater river." + "freshwater seep riverine anchor ice" "Anchor ice which is attached to a riverbed where a river flows into a marine water body and which is formed by the freezing of freshwater seeping out of the riverbed's sediments." + "freshwater spring" "A spring through which fresh water flows." + "freshwater stream" "A stream which is composed primarily of fresh water." + "freshwater stream biome" "A freshwater stream ecosystem which is undergoing climactic ecological succession." + "freshwater stream ecosystem" "An ecosystem in which the composition, structure, and function of resident ecological assemblages are primarily determined by a freshwater stream." + "friable-frozen soil" "Frozen soil which has very low total water content and is not cemented by ice; its compressibility is the same as that of unfrozen soils having the same composition, total water content and density." + "frost heave" "An elevation which is formed as an ice mass forms under soil, resulting in upwards deformation of the land surface." + "frost-formed hummock" "A hummock which is primarily composed of soil that has been pushed up by frost action." + "frost-susceptible soil" "Soil in which segregated ice will form (causing frost heave) under the required conditions of moisture supply and temperature." + "frozen compost soil" "Compost soil which is frozen." + "frozen land" "Land which is below the freezing point of water." + "frozen lead" "An ice lead within which new, nilas, and young ice has formed." + "frozen soil" "Soil which is below the freezing point of water." + "fumarole" "A hole in the Earth's crust from which steam and gases are emitted." + "fumarole-derived ice tower" "A hollow tower of ice formed by the freezing of steam escaping a fumarole." + "game reserve" "A terrestrial environmental zone where wild animals live safely or are hunted in a controlled way for sport." + "garden" "An enclosure for displaying selected plant or animal life." + "garden soil" "A portion of soil which is found in a garden." "gas power station" - "gas well" - "gaseous astronomical body part" - "gaseous part of an atmosphere" - "gastroenterology unit facility" - "general surgery unit facility" - "geographic basin" - "geographic feature" - "geographic sill" - "geological fault" - "geological fracture" - "geological joint" - "geothermal power plant" - "geothermally active field" - "geothermally heated river" - "geriatric care unit facility" - "geriatric intensive care unit facility" - "geyser" - "glacial lake" - "glacial valley" - "glacier cave" - "glacier ice field" - "glacier snout" - "glass building floor" - "glaze ice layer" - "gleysol" + "gas well" "A well which has been drilled in order to extract natrual gas from subterranean reservoirs and bring it to the surface." + "gaseous astronomical body part" "A part of an astronomical body which is primarily composed of gaseous material." + "gaseous part of an atmosphere" "That part of an atmosphere which is composed of gaseous material." + "gastroenterology unit facility" "A hospital unit facility which is used to provide gastroenterology medical services." + "general surgery unit facility" "A hospital unit facility which is used to provide surgical services." + "geographic basin" "A depression which is part of a planetary crust, is of geographic scale, and is partially or completely enclosed." + "geographic feature" "An astrononmical body part which delimited by physical discontinuities with its surroundings." + "geographic sill" "The low part of a gap or saddle separating basins." + "geological fault" "A geological fault is a planar fracture or discontinuity in a volume of rock, across which there has been significant displacement as a result of rock mass movement." + "geological fracture" "A geological fracture is any separation in a geologic formation, such as a joint or a fault that divides a mass of rock into two or more pieces." + "geological joint" "A joint is a geological fracture which has no measureable shear displacement" + "geothermal power plant" "A geothermal power plant is a power plant which uses heat generated by the decay of radioactive isotopes in the Earth's mantle and crust as well as primordial heat left over from the formation of the Earth to drive its generators." + "geothermally active field" "A field in which geothermal processes occur." + "geothermally heated river" "A river which is heated by geothermal processes such as heat exchange with lava or hydrothermal percolation." + "geriatric care unit facility" "A hospital unit facility which is used to provide geriatric medical services." + "geriatric intensive care unit facility" "An intensive care unit facility which is used to provide care of critically ill elderly patients." + "geyser" "A hot spring that erupts periodically, ejecting a column of hot water and steam into the air." + "glacial lake" "A lake which is primarily composed of glacial meltwater and which fills a depression formed as a result of a glacial erosion process." + "glacial valley" "A valley that contains, or contained, a glacier and was formed by glacial activity. Typically U-shaped in cross-section." + "glacier cave" "A glacier cave is a cave formed within or under a glacier." + "glacier ice field" "An ice field which is constituted by a continuous accumulation of snow and glacier ice that completely fills a mountain basin or covers a low-relief mountain plateau." + "glacier snout" "An ice mass which constitutes that part of a glacier which has the lowest elevation." + "glass building floor" "A glass building floor is a building floor which is composed primarily of glass." + "glaze ice layer" "A glaze ice layer is a smooth, transparent and homogeneous ice layer which coats some surface and which is formed when freezing rain or drizzle hits that surface." + "gleysol" "Gleysols are wetland soils that, unless drained, are saturated with groundwater for long enough periods to develop a characteristic gleyic colour pattern. This pattern is essentially made up of reddish, brownish or yellowish colours at ped surfaces and/or in the upper soil layer or layers, in combination with greyish/bluish colours inside the peds and/or deeper in the soil." "gold mine" - "gold mine drainage" - "graben" + "gold mine drainage" "Mine drainage which is formed as a result of the mining of gold." + "graben" "A depressed block of land bordered by parallel faults. A graben is the result of a block of land being downthrown producing a valley with a distinct scarp on each side. Grabens often occur side-by-side with horsts. Horst and graben structures are indicative of tensional forces and crustal stretching." "grain of acid dune sand" "grain of beach sand" "grain of desert sand" - "grassland area" - "grassland biome" - "grassland ecosystem" - "grassland soil" - "gravel field" - "gravel pit" - "gravelly slope" - "grease ice layer" - "greasy spoon" - "greenhouse" - "greenhouse soil" - "grocery store" - "ground moraine" - "group home facility" - "guyot" - "gynaecology unit facility" - "gypsisol" - "habitat" - "hadalpelagic zone" - "haematology unit facility" - "hail stone" - "halite" - "hangar" - "hanging valley" - "harbour" - "hard-frozen soil" - "hatchery" - "headwater" - "healthcare facility" - "heat stressed soil" - "heath" - "hedge" - "herb and fern layer" - "high dependency unit facility" - "high tide zone" - "high-elevation mountain" - "highly stratified estuary" - "hill" - "hill range" - "hillock" - "hillside" - "histosol" - "holomictic lake" - "homeless shelter" - "horst" - "hospice" - "hospital" - "hospital unit facility" - "hot spring" - "hotel" - "house" - "human construction" - "human dwelling" + "grassland area" "An area in which grasses (Graminae) are a significant component of the vegetation." + "grassland biome" "A grassland ecosystem in which dominant ecological communities have reached their climax successional state." + "grassland ecosystem" "An ecosystem in which grasses (Graminae) are the dominant form of vegetation and determine the system's structure and dynamics." + "grassland soil" "A portion of soil which is found in a grassland." + "gravel field" "A field which is composed primarily of gravel." + "gravel pit" "A quarry from which gravel is extracted." + "gravelly slope" "A gravelly slope is a slope which has a surface primarily composed of gravel." + "grease ice layer" "A layer which consists of a thin aggregate of frazil ice crystals, which float upon the surface of a water body." + "greasy spoon" "A restaurant which is small, inexpensive, and typically specializing in fried foods and/or home-cooked meals." + "greenhouse" "A human construction which provides regulated climatic conditions for the growth of plants and whose walls and roof are made chiefly of transparent material, such as glass." + "greenhouse soil" "A portion of soil which is found in a greenhouse." + "grocery store" "A food shop in which food products are the primary offer for sale or trade." + "ground moraine" "A till covered area with irregular topography and no ridges, often forming gently rolling hills or plains. Forms by the accumulation of till under the ice by lodgement, but may also be deposited as the glacier retreats." + "group home facility" "A long-term care facility which is used to provide care for people with complex health needs, and which typically has at least one caregiver in attendance twenty four hours a day." + "guyot" "A flat-topped seamount." + "gynaecology unit facility" "A hospital unit facility which is used to provide gynaecologic medical services." + "gypsisol" "Gypsisols are soils with substantial secondary accumulation of gypsum (calcium sulfate). These soils are found in the driest parts of the arid climate zone." + "habitat" "An environmental system which can sustain and allow the growth of an ecological population." + "hadalpelagic zone" "The zone of an ocean in oceanic trenches, lying between 6000m and 10,000m." + "haematology unit facility" "A hospital unit facility which is used to provide haematological medical services." + "hail stone" "An ice mass which 1) occurs in a ball-shape or irregular lump, 2) has a minimum diameter of 5 millimeters (or 0.2 inches), and 3) is formed within convective clouds." + "halite" "A salt mass which consists of isometric crystals of sodium chloride (NaCl)." + "hangar" "A transport feature consisting of a closed building structure to hold aircraft or spacecraft." + "hanging valley" "A tributary valley with the floor at a higher relief than the main channel into which it flows. They are most commonly associated with U-shaped valleys when a tributary glacier flows into a glacier of larger volume." + "harbour" "A landform which provides shelter from atmospheric weather and marine currents, waves, and other dynamics." + "hard-frozen soil" "Frozen soil which is firmly cemented by water ice, is subject to brittle failure, and exhibits practically no consolidation under load." + "hatchery" "A construction in which eggs are hatched under artificial conditions." + "headwater" "The upper part of a river system, denoting the upper basin and source streams of a river." + "healthcare facility" "A human construction in which healthcare is provided." + "heat stressed soil" "Soil which is has been heated such that its chemical, physical, or biological properties are destabilised." + "heath" "An upland moor or sandy area dominated by low shrubby vegetation including heather." + "hedge" "A dense growth of shrubbery planted as a fence or boundary." + "high dependency unit facility" "A hospital unit facility which is used to provide high dependency care." + "high tide zone" "The tide zone that is flooded during high tide only, and is a highly saline environment." + "high-elevation mountain" "A mountain which has a maximum elevation greater than 2500 metres above sea level." + "highly stratified estuary" "An estuary whose river output and marine input are more even, with river flow still dominant; turbulence induces more mixing of salt water upward than the reverse." + "hill" "A rounded elevation of limited extent rising above the surrounding land with local relief of less than 300m." + "hill range" "A range of mounts which is dominated by hills." + "hillock" "A hill which is small and usually separated from a larger group of hills such as a range." + "hillside" "A hillside is a slope that is part of a hill." + "histosol" "Histosols comprise soils formed in organic material. These vary from soils developed in predominantly moss peat in boreal, arctic and subarctic regions, via moss peat, reeds/ sedge peat (fen) and forest peat in temperate regions to mangrove peat and swamp forest peat in the humid tropics. Histosols are found at all altitudes, but the vast majority occurs in lowlands." + "holomictic lake" "A holomictic lake is a lake which mixes at least once per year. Mixing is caused by a uniform temperature distribution from the upper to lower layers of the lake." + "homeless shelter" "An institutional building which temporarily houses homeless people." + "horst" "The raised fault block bounded by normal faults. The raised block is a portion of the Earth's crust that has remained stationary while the land has sunk on either side of it or has been crushed by a mountain range against it." + "hospice" "A healthcare facility which provides palliative care for the terminally ill." + "hospital" "A hospital is a building in which health care services are provided by specialized staff and equipment." + "hospital unit facility" "A healthcare facility which 1) is located in part of a hospital and 2) is used by an organizational unit within a hospital." + "hot spring" "A spring through which groundwater, heated by geothermal energy, flows." + "hotel" "A building which 1) containing multiple dwellings of pre-furnished accomodation and 2) is rented on a short term and/or longer-term basis." + "house" "A house is a building that provides a dwelling-place for a living entity." + "human construction" "A construction that has been assembled by deliberate human effort." + "human dwelling" "A self-contained constructed feature used by one or more households as a home, such as a house, apartment, mobile home, houseboat or other 'substantial' structure. A dwelling typically includes nearby outbuildings, sheds etc. within the curtilage of the property, excluding any 'open fields beyond'. It has significance in relation to search and seizure, conveyancing of real property, burglary, trespass, and land use planning." "human house" - "human nursery" - "human settlement" - "humic lake" - "hummock" - "humpback bridge" - "humus" - "humus-rich acidic ash soil" - "hydroelectric dam" - "hydroelectric reservoir" - "hydroform" - "hydrographic feature" - "hydrosphere" - "hydrothermal field" - "hydrothermal seep" - "hydrothermal vent" - "hypereutrophic lake" - "hypersaline lake" - "hypolimnion" - "hypoxic lake" - "ice calf" - "ice cap" - "ice cap depression" - "ice cap dome" - "ice cap ridge" - "ice cave" - "ice field" - "ice floe" - "ice lead" - "ice lens" - "ice mass" - "ice pellet" - "ice rise" - "ice shelf" - "ice tongue" - "ice wedge" - "ice-covered lake" - "ice-encased melt pond" - "iceberg" - "icefall" - "igneous extrusion" - "igneous intrusion" - "illegal informal settlement" - "illegal settlement" - "illuminated biosphere part" - "impact crater" - "impact crater lake" - "impromptu campground" - "indoor kitchen" - "indoor toilet" - "industrial building" - "industrial park" - "industrial wastewate treatment plant" - "inflationary cave" - "informal settlement" - "infralittoral zone" - "inland cliff" - "inland sea" - "inlet" + "human nursery" "A child care facility in which child care services are provided to young children and babies." + "human settlement" "An anthropised ecosystem which is determined by the presence of humans and their constructions." + "humic lake" "A lake which is composed primarily water with high concentrations of humic substances and organic acids, resulting in brown- or tea-coloured colouration." + "hummock" "A patch of ground, distinct from and slightly above the surrounding plain or wetland. Often occurs in groups." + "humpback bridge" "A bridge which arches in the center, and has a span which is higher than the ramps on either side, forming a hump-like arrangement." + "humus" "Organic matter in soil which has reached a point of stability, where it will break down no further and might, if conditions do not change, remain essentially as it is for centuries, or millennia." + "humus-rich acidic ash soil" "Soil which 1) has increased levels of humus, 2) has low pH levels, 3) has increased levels of mineral ash." + "hydroelectric dam" "A dam constructed for the purpose of generating electricity from the water stored behind it." + "hydroelectric reservoir" "A reservoir constructed for the purpose of generating electricity." + "hydroform" "A liquid astronomical body part which is primarily composed of a continuous volume of liquid water and is held in shape or sustained by an environmental process." + "hydrographic feature" "A geographical feature associated with water." + "hydrosphere" "An astronomical body part which is composed of the combined mass of water found on, under, and over the surface of a planet." + "hydrothermal field" "A geothermally active field within which geothermally heated aqueous fluids are discharged from the the surface of a rocky planet." + "hydrothermal seep" "A hydrothermal seep is a seep in which diffuse flow of geothermally heated fluids with high methane concentrations. This seep has been proposed as an intermediate between cold seeps and hydrothermal vents." + "hydrothermal vent" "A fissure in the Earths's surface from which geothermally heated water issues." + "hypereutrophic lake" "A lake which is composed primarily of water with very high nutrient concentrations." + "hypersaline lake" "A lake which is primarily composed of water with a concentration of dissolved salts greater than that of ocean water." + "hypolimnion" "The dense, bottom layer of water in a thermally-stratified lake. It is the layer that lies below the thermocline." + "hypoxic lake" "A lake which is primarily composed of hypoxic water." + "ice calf" "An ice mass which has calved off an larger mass of ice." + "ice cap" "A dome-shaped ice mass that covers less than 50,000 km2 of land area (usually covering a highland area)." + "ice cap depression" "A depression which is part of an ice cap." + "ice cap dome" "A comparatively elevated area on an icecap." + "ice cap ridge" "A linear elevation on an icecap." + "ice cave" "An ice cave is a bedrock cave which contains year-round ice formations." + "ice field" "A field of ice, formed in regions of perennial frost." + "ice floe" "An ice mass which forms a cohesive and contiguous sheet of water ice, floating upon the surface of a water body." + "ice lead" "A surface layer of a water body which has been formed as the result of surface ice fracturing and moving apart." + "ice lens" "An ice mass which is formed when moisture, diffused within soil or rock, accumulates and freezes in a localized zone, wedging soil or rock apart." + "ice mass" "A mass of water ice." + "ice pellet" "An ice mass which is 1) transparent or translucent, 2) rounded, spherically, or cylindrically shaped, and 3) less than 5 milimetres in diameter." + "ice rise" "An ice rise is an elevation which is part of an ice shelf, typically dome shared, and formed by the ice shelf overriding an obstruction in the seabed. An ice rise may be adjacent only to an ice shelf, or to an ice shelf and a sea. For some features, properly ice rises, the term island has become established through usage." + "ice shelf" "An ice mass which 1) is attached to the coast 2) at least 2 meters in thickness 3) forms where a glacier or ice mass flows down to a coastline and onto the ocean surface and 4) grows by annual snow accumulation or by the seaward extension of land glaciers." + "ice tongue" "A long and narrow sheet of ice projecting out from the coastline. An ice tongue forms when a valley glacier moves very rapidly out into the ocean or a lake." + "ice wedge" "A geological fracture which is formed during winter months by a narrow or thin piece of ice." + "ice-covered lake" "A lake permanently covered by ice." + "ice-encased melt pond" "A melt pond which is completely encased in ice and thus not directly exposed to the atmosphere or underlying water." + "iceberg" "An ice mass which has broken away from a larger ice mass on land, such as a glacier or ice shelf, and may be either afloat or aground." + "icefall" "A portion of a glacier characterized by rapid flow, a chaotic crevassed surface, and a pronounced, at times vertical, slope." + "igneous extrusion" "A mass of igneous rock formed when hot magma flows out (extrudes) onto a planetary surface as lava or explodes violently into the atmosphere to fall back as pyroclastics or tuff." + "igneous intrusion" "An igneous intrusion is a mass of rock and minerals formed when magma cools, solidifies, and undergoes fractional crystallisation without reaching the surface." + "illegal informal settlement" "A populated place where groups of housing units have been constructed on land that the occupants have no legal claim to, or occupy illegally, or where dwellings are not in compliance with current planning and building regulations." + "illegal settlement" "A settlement on land that the inhabitants have no legal claim to or occupy illegally." + "illuminated biosphere part" "An astronomical body part which includes those parts of a biosphere that are, at least periodically, illuminated and in which photosynthesis may occur." + "impact crater" "A crater which was formed as a result of the impact of one astronomical body on another." + "impact crater lake" "A lake which is contained in a crater formed by an impact event." + "impromptu campground" "A campground which has no pre-existing facilities installed or maintained by humans, usually found outside of anthropised ecosystems." + "indoor kitchen" "An indoor kitchen is a room or part of a room primarily used for cooking or food preparation, but which may have other funcitons such as dining, food storage, dishwashing, or laundry." + "indoor toilet" "An indoor toilet is a room which contains a sanitation fixture used primarily for the disposal of human urine and faeces." + "industrial building" "An industrial building is a building within which goods are produced and, optionally, stored or within which services are rendered." + "industrial park" "A human construction which is used for the purpose of industrial development." + "industrial wastewate treatment plant" "A wastewater treatment plant that treates industrial wastewater. Industrial wastewater treatment covers the mechanisms and processes used to treat waters that have been contaminated in some way by anthropogenic industrial or commercial activities prior to its release into the environment or its re-use." + "inflationary cave" "A cave that is formed by the action of pressurised lava pushing against surrounding rock and then draining away." + "informal settlement" "A settlement which is not associated with or directed by official planning processes and which typically lacks municipal services and infrastructure such as sanitation, water services, and waste management services." + "infralittoral zone" "A zone which is part of the sublittoral zone and is dominated by algae. This zone usually extends up to five metres below the low water mark." + "inland cliff" "A cliff which is not adjacent to a major water body." + "inland sea" "A sea which shalowly covers central areas of continents during periods of high sea level that result in marine transgressions." + "inlet" "An opening of the sea into the land, or of a lake into its shore." "inner planetary core" - "insecure housing" - "insequent stream" - "institutional building" - "intensive care unit" - "intensive care unit facility" - "intensive care unit room" - "interfluve" - "intermittent estuary" + "insecure housing" "A human dwelling which may be unsustainable over the long term for an inhabitant because of financial, livability, overcrowding or other factors." + "insequent stream" "A stream that has an almost random drainage often forming dendritic patterns. These are typically tributaries and have developed by a headward erosion on a horizontally stratified belt or on homogeneous rocks. These streams follow courses that apparently were not controlled by the original slope of the surface, its structure or the type of rock." + "institutional building" "A building which is used by an organization which serves a long-established role in human society." + "intensive care unit" "A building part which has been constructed to support the provision of intensive care medicine to patients with severe or life-threatening illnesses and injuries." + "intensive care unit facility" "A hospital unit facility which is used to provide intensive medical care." + "intensive care unit room" "A room in which intensive medical care is provided." + "interfluve" "A relatively undissected upland between adjacent stream valleys." + "intermittent estuary" "An estuary which varies dramatically in its volume as a result of intermittent freshwater input, and is capable of changing from a wholly marine embayment to any other type of estuary." "intermittent saline evaporation pond" - "intermittently filled reservoir" - "intertidal ecosystem" - "intertidal zone" - "intraglacial lake" - "intrusion" - "inverse estuary" + "intermittently filled reservoir" "A reservoir that is not permanently filled with water, at times being dry." + "intertidal ecosystem" "An ecosystem which overlaps those areas of the foreshore and seabed that are exposed to the air at low tide and submerged at high tide." + "intertidal zone" "The area of the foreshore and seabed that is exposed to the air at low tide and submerged at high tide, i.e., the area between tide marks." + "intraglacial lake" "A lake which is comprised of meltwater located underneath or within a glacier." + "intrusion" "A mass of environmental material which has been formed as the result of its transport into an existing mass of another material." + "inverse estuary" "An estuary which is located in regions where evaporation greatly exceeds the inflow of fresh water, forming a zone of maximum salinity towards which both riverine and marine water masses flow, before sinking and spreading along the bottom in both seaward and landward directions." "iron mine" - "irrigation canal" - "irrigation dam" - "irrigation ditch" - "irrigation reservoir" - "island" - "island arc" - "isthmus" - "joint-plane cave" - "jungle soil" - "juniper woodland" - "kame" - "kame terrace" - "karst" - "karst cave" - "karst field" - "kastanozem" - "kelp forest" - "kettle" - "kiosk" - "kipuka" - "knackery" - "kynurenate enriched soil" - "laboratory facility" - "laccolith" - "lacustrine beach" - "lacustrine plain" - "lake" - "lake bed" - "lake bottom mud" - "lake channel" - "lake coast" - "lake inlet" - "lake island" - "lake layer" - "lake shore" + "irrigation canal" "Artificial watercourse with no flow or a controlled flow used irrigation." + "irrigation dam" "A dam constructed for the purpose of holding water in a reservoir for irrigation." + "irrigation ditch" "A ditch that supplies water to surrounding land." + "irrigation reservoir" "A reservoir constructed for the purpose of providing water for irrigation." + "island" "Area of dry or relatively dry land surrounded by water or low wetland." + "island arc" "A volcanic arc formed by the subduction of oceanic crust other oceanic crust on an adjacent tectonic plate." + "isthmus" "Narrow section of land in a body of water connecting two larger land areas." + "joint-plane cave" "A cavity developed along a joint and elongate in cross-section." + "jungle soil" "Soil which is part of a densely forested area subject to tropical climate patterns." + "juniper woodland" "A juniper woodland is a woodland which has a tree community primarily composed of trees of the genus Juniperus." + "kame" "An irregularly shaped hill or mound composed of sorted or stratified sand and gravel that is deposited in contact with the glacial ice. It can have an irregular shape. Kames are often associated with kettles, and this is referred to as kame and kettle topography. When the ice retreats further, the delta kame often collapses. Kame terraces are frequently found along the side of a glacial valley and are the deposits of meltwater streams flowing between the ice and the adjacent valley side." + "kame terrace" "A terrace associated with a kame." + "karst" "A surface landform which is formed by the dissolution of a soluble layer or layers of bedrock." + "karst cave" "A cave which is part of a karst formation." + "karst field" "A large flat plain in karst territory with areas usually 5 to 400 sqaure kilometres." + "kastanozem" "Kastanozems are dry grassland soils, among them the zonal soils of the short-grass steppe belt, south of the Eurasian tall-grass steppe belt with Chernozems. Kastanozems have a similar profile to that of Chernozems but the humus-rich surface horizon is thinner and not as dark as that of the Chernozems and they show more prominent accumulation of secondary carbonates." + "kelp forest" "Kelp forests are underwater areas with a high density of kelp. They are recognized as one of the most productive and dynamic ecosystems on Earth. Smaller areas of anchored kelp are called kelp beds." + "kettle" "A fluvioglacial landform occurring as the result of blocks of ice calving from the front of a receding glacier and becoming partially to wholly buried by glacial outwash. Glacial outwash is generated when sediment laden streams of meltwater flow away from the glacier and are deposited to form broad outwash plains called sandurs. When the ice blocks melt, holes are left in the sandur." + "kiosk" "A booth with an open window on one side." + "kipuka" "An elevated area such as a hill, ridge or old lava dome inside or downslope from an area of active volcanism. New lava flows will cover the surrounding land, isolating the kipuka so that it appears as a (usually) forested island in a barren lava flow." + "knackery" "A facility in which non-human animals are slaughtered and processed, but not for human consumption." + "kynurenate enriched soil" "A portion of kynurenate enriched soil is a portion of soil with elevated levels of kynurenate." + "laboratory facility" "A research facility in which systems of manufactured products control internal conditions and in which scientific or technological research, experiments, and measurement may be performed." + "laccolith" "A sheet intrusion (or concordant pluton) that has been injected between two layers of sedimentary rock. The pressure of the magma is high enough that the overlying strata are forced upward, giving the laccolith a dome or mushroom-like form with a generally planar base." + "lacustrine beach" "A beach which is part of a lake shore." + "lacustrine plain" "A plain that originally formed in a lacustrine environment, that is, as the bed of a lake, but from which the water has disappeared, by natural drainage, evaporation or other geophysical processes." + "lake" "A body of water or other liquid of considerable size contained in a depression on a landmass." + "lake bed" "The ground surface that lies beneath a lake." + "lake bottom mud" "Mud which constitutes the bed of a lake." + "lake channel" "A channel of a watercourse which contains lake water." + "lake coast" "The general region of indefinite width that extends from a lake inland to the first major change in terrain features." + "lake inlet" "An opening of a lake into its shore." + "lake island" "An island that lies in a lake." + "lake layer" "A layer which is part of a lake." + "lake shore" "That part of the land in immediate contact with a lake." "lake surface" - "lake water" - "lake with a hypoxic hypolimnion" - "lake with an anoxic hypolimnion" - "lake with an oxic hypolimnion" - "land" - "land bridge" - "land ice mass" - "land-tied island" - "landfill" - "landform" - "landlocked sea" - "landmass" - "landslide" - "landslide lake" - "landspout" - "large freshwater lake biome" - "large river biome" - "large river delta biome" - "large river headwater biome" - "lateral moraine" - "latrine pit" - "lava field" - "lava flow" - "lava tunnel" - "lawn soil" - "leafy wood soil" - "leat" - "legal settlement" - "leisure centre" - "lentic water body" - "leptosol" - "levee" - "lichen woodland" + "lake water" "Water which is part of a lake." + "lake with a hypoxic hypolimnion" "A lake which has a hypolimnion composed primarily of hypoxic water." + "lake with an anoxic hypolimnion" "A lake which has a hypolimnion composed primarily of anoxic water." + "lake with an oxic hypolimnion" "A lake which has a hypolimnion composed primarily of oxic water." + "land" "A surface layer of an astronomical body which is primarily composed of solid material and is not covered by oceans or other bodies of water." + "land bridge" "An isthmus or other land connection between what at other times are separate land masses which allows animals and plants to cross and colonise new lands. Land bridges are commonly created by regression, in which sea levels fall exposing previously submerged sections of continental shelf. Land bridges are also formed by: (a) upthrust at the edge of continental plates; and (b) glacial retreat alleviating pressure on shallow marine formations." + "land ice mass" "An ice mass which has formed over land." + "land-tied island" "A continental island connected to its adjacent land by a natural feature, such as a causeway." + "landfill" "A depression which contains objects and materials discarded by humans or their technologies." + "landform" "A solid astronomical body part which has been formed from and is composed primarily of the matter of that astronomical body." + "landlocked sea" "A sea that is not connected with an ocean." + "landmass" "A large continuous area of land, either surrounded by sea or contiguous with another landmass." + "landslide" "A mound of earth material, at the base of a slope and the associated scoured area." + "landslide lake" "A lake which fills a depression where drainage is blocked by solid material transported by a landslide." + "landspout" "A tornado which a) is not associated with a mesocyclone and is thus relatively weak and short-lived, b) is centred on a small, smooth condensation funnel which often does not reach the planetary surface, and c) forms a distinctively laminar cloud of dust when it makes contact with the land." + "large freshwater lake biome" "A freshwater biome which is determined by a large lake." + "large river biome" "A freshwater river biome which is determined by a large river." + "large river delta biome" "A freshwater river biome which is determined by the delta of a large river." + "large river headwater biome" "A freshwater river biome which is determined by the headwaters of a large river." + "lateral moraine" "The parallel ridges of till deposited along the sides of an alglacier. The unconsolidated debris is deposited on top of the glacier by frost shattering of the valley walls and from tributary streams flowing into the valley. The till is carried along the glacial margin until the glacier melts." + "latrine pit" "A latrine pit is an artificial hole or cavity in the ground used to collect human excreta." + "lava field" "A lava field is an expanse of flat-lying lava flows. Such features are generally composed of highly fluid basalt lava, and can extend for tens or even hundreds of miles across the underlying terrain." + "lava flow" "A lava flow is a moving outpouring of lava, which is created during a non-explosive effusive eruption." + "lava tunnel" "A tunnel formed by the flow of molten lava, which has subsequently drained out." + "lawn soil" "Soil which is formulated to promote the growth of grasses or other plants used to establish managed areas of vegetation." + "leafy wood soil" "Soil which is part of a woodland dominated by leafy trees." + "leat" "A man-made watercourse, or makeshift aqueduct, often an artificial channel which supplies water to a watermill or its mill pond, collecting water from upstream of the mill so that the natural level of the driving water is above the level of the stream at the mill. Alternatively to may deliver water for mineral washing and concentration, irrigation or to a dye works." + "legal settlement" "A settlement on land that the inhabitants have a legal claim to." + "leisure centre" "A public building or site which provides facilities used by people to keep fit or relax." + "lentic water body" "A lentic water body is a water body in which the accumulated water, in its totality, has very little to no directed flow." + "leptosol" "Leptosols are very shallow soils over continuous rock and soils that are extremely gravelly and/or stony. Leptosols are azonal soils and particularly common in mountainous regions." + "levee" "An artificial slope or wall, usually earthen, which parallels the course of a river, built for the purpose of containing the river." + "lichen woodland" "A woodland which has an understory partially covered by lichen mats and tundra-like vegetation." "lignite power plant" - "liman" - "limed soil" - "limestone cave" - "limestone pavement" - "liquid astronomical body part" - "liquid planetary core" + "liman" "A lake or estuary that is formed at the mouth of a river where flow is blocked by a bar of sediments. It can be maritime (the bar being created by the current of a sea) or fluvial (the bar being created by the flow of a bigger river at the confluence)." + "limed soil" "Soil which has been amended with mineral additives to increase its pH." + "limestone cave" "A cave formed in limestone, usually by dissolution of limestone by acidic groundwater." + "limestone pavement" "A natural karst landform consisting of a flat, incised surface of exposed limestone that resembles artificial pavement." + "liquid astronomical body part" "A part of an astronomical body which is primarily composed of liquid material." + "liquid planetary core" "A liquid planetary core is a planetary core which is primarily composed of liquid material." "liquid planetary surface" - "liquid surface of an astronomical body" - "listed building" - "lithia spring" - "lithosphere" - "litter layer" - "littoral zone" - "live cave" - "livestock house" - "living room" - "lixisol" - "loam" - "lock" - "long-term care facility" - "lopolith" - "lost stream" - "lotic water body" - "low tide zone" - "luvisol" - "maar" - "machair" - "maelstrom" - "maize field" - "man-made tunnel" - "mangrove biome" - "mangrove biome soil" - "mangrove island" - "manufactured plastisphere" - "manure pit" - "manured soil" - "marginal ice zone front" - "marginal sea biome" - "marine Taylor column" - "marine abyssal zone biome" - "marine abyssalpelagic zone" - "marine algal bloom" - "marine anoxic zone" - "marine anthropogenic litter" - "marine aphotic zone" - "marine basaltic hydrothermal vent biome" - "marine bathyal zone biome" - "marine bathypelagic zone" - "marine bed" - "marine benthic biome" - "marine benthic storm" - "marine biome" - "marine black smoker biome" - "marine channel" - "marine chemocline" - "marine cline" - "marine cold seep biome" - "marine cold-water sphere" + "liquid surface of an astronomical body" "A surface of an astronomical body which is part of a water body present on that body." + "listed building" "A building that has been placed on one of the four statutory lists maintained by Historic England in England, Historic Environment Scotland in Scotland, Cadw in Wales, and the Northern Ireland Environment Agency in Northern Ireland." + "lithia spring" "A mineral spring through which water with elevated concentrations of lithium salts flows." + "lithosphere" "A lithosphere is the outermost shell of a terrestrial-type planet or natural satellite that is defined by its rigid mechanical properties." + "littoral zone" "An aquatic environment which is the part of a sea, lake, or river that is close to the shore." + "live cave" "A cave containing a stream or active speleothems." + "livestock house" "An animal house used for housing livestock." + "living room" "A living room is a room in a human house which is used for social and domestic leisure activities." + "lixisol" "Lixisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Lixisols have a high base saturation and low-activity clays at certain depths." + "loam" "A soil which is composed of approximately equal proportions of sand and silt, with a smaller proportion of clay." + "lock" "A device for raising and lowering boats between stretches of water of different levels on river and canal waterways. The distinguishing feature of a lock is a fixed chamber whose water level can be varied." + "long-term care facility" "A residential building which is used to provides long-term care for residents." + "lopolith" "A large igneous intrusion which is lenticular in shape with a depressed central region." + "lost stream" "A surface stream that disappears into an underground channel, or dries up in an arid area." + "lotic water body" "A lotic water body is a water body in which the accumulated water, in its totality, is flowing." + "low tide zone" "The tidal zone that is mostly submerged, only being exposed at the point of low tide and for a longer period of time during extremely low tides." + "luvisol" "Luvisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Luvisols have high-activity clays throughout the argic horizon and a high base saturation at certain depths." + "maar" "A broad, low relief crater that results from a phreatic eruption or explosion caused by groundwater contact with hot lava or magma. The maar typically fills with water to form a relatively shallow crater lake." + "machair" "A fertile low-lying raised beach found on the some of the coastlines of Ireland and Scotland, in particular in the Outer Hebrides." + "maelstrom" "A very powerful whirlpool." + "maize field" "A field used for the cultivation of corn or related crop plants." + "man-made tunnel" "A tunnel constructed by human means." + "mangrove biome" "A mangrove biome is a terrestrial biome which includes, across its spatial extent, mangrove plants (Rhizophoraceae). Mangrove plants are able to withstand high levels of salinity as well as regions of anoxia and frequent tidal inundation. Mangrove biomes often occur near tropical and sub-tropical estuaries and depositional marine coastal environments where fine sediments (often with high organic content) collect in areas protected from high energy wave action." + "mangrove biome soil" "Soil which is located in a mangrove biome." + "mangrove island" "An island formed of trees and shrubs that grow in saline coastal habitats in the tropics and subtropics." + "manufactured plastisphere" "A plastisphere which is composed primarily of manufactured plastic." + "manure pit" "A pit which is used for the collection and storage of manure." + "manured soil" "Soil which has, as a part, a portion of either fresh or processed animal manure." + "marginal sea biome" "The marginal sea biome comprises parts of an ocean partially enclosed by land such as islands, archipelagos, or peninsulas. Unlike mediterranean seas, marginal seas have ocean currents caused by ocean winds. Many marginal seas are enclosed by island arcs that were formed from the subduction of one oceanic plate beneath another." + "marine Taylor column" "A marine Taylor column is a Taylor column that is formed in a marine body of water. Currents flowing over shoaling topography such as seamounts are accelerated and destabilised, resulting in Taylor columns. Eddies and internal waves are generated downstream of the topological feature and may extend 1000 m or so above them. This may result in a localised increase in primary production where the Taylor column reaches surface waters." + "marine abyssal zone biome" "The marine abyssal zone biome comprises regions of the marine benthic biome between approximately 2500 m and 6000 m depth. This zone generally coincides with the continental rise and the abyssal plain." + "marine abyssalpelagic zone" "The zone of the ocean below the bathypelagic zone, with its lowest boundary at about 6000m." + "marine algal bloom" "A marine algal bloom is a rapid increase or accumulation in the population of algae in a marine system. Typically, only one or a small number of phytoplankton species are involved. Although there is no officially recognized threshold level, algae can be considered to be blooming at concentrations of hundreds to thousands of cells per milliliter, depending on the severity." + "marine anoxic zone" "Marine anoxic zones are areas of marine water that are depleted of dissolved oxygen. This condition is generally found in areas that have restricted water exchange. In most cases, oxygen is prevented from reaching the deeper levels by a physical barrier (sill) as well as by a pronounced density stratification. Anoxic conditions will occur if the rate of oxidation of organic matter by bacteria is greater than the supply of dissolved oxygen." + "marine anthropogenic litter" "Anthropogenic litter which is present in the marine environment." + "marine aphotic zone" "The zone of an ocean below 200m, in which photosynthesis cannot occur due to the lack of light." + "marine basaltic hydrothermal vent biome" "A marine basaltic hydrothermal vent biome comprises regions of the marine hydrothermal vent biome hosted on basaltic rocks. Basalt generally has a composition of 45 to 55 wt % SiO2, 2 to 6 wt % total alkalis, 0.5 to 2.0 wt % TiO2, 5 to 14 wt % FeO and 14 wt % or more Al2O3. Contents of CaO are commonly near 10 wt %, those of MgO commonly in the range 5 to 12 wt %." + "marine bathyal zone biome" "The marine bathyal zone biome comprises regions of the marine benthic biome between approximately 200 m and 3000 m depth. This zone generally coincides with the continental slope." + "marine bathypelagic zone" "The one of an ocean below the 10degC thermocline down to a temperature of 4degC." + "marine bed" "A submerged bed which underlies a marine water body." + "marine benthic biome" "The marine benthic biome (benthic meaning 'bottom') encompasses the seafloor and includes such areas as shores, littoral or intertidal areas, marine coral reefs, and the deep seabed." + "marine benthic storm" "Benthic storms are strong benthic (near bottom) currents transporting sediment, created by the input of energy (largely kinetic) to the seabed. In regions with high mesoscale eddy activity, benthic storms are frequent and can create isohaline and isothermal conditions extending as much as 1000m above the seafloor." + "marine biome" "An aquatic biome which is determined by a marine water body." + "marine black smoker biome" "A marine black smoker biome comprises regions of the marine hydrothermal vent biome characterised by a black vent plume. This black plume is a consequence of dissolved metals and minerals forming complexes with sulphide and indicates polymetallic sulphide mineral deposits beneath the surface." + "marine channel" "A channel of a watercourse which contains marine water." + "marine chemocline" "A marine chemocline is a marine cline caused by a strong, vertical chemistry gradient within a body of marine water. Chemoclines most commonly occur where local conditions favor the formations of anoxic bottom water." + "marine cline" "A cline which is part of a marine water body." + "marine cold seep biome" "A marine benthic biome which is determined by a cold seep." + "marine cold-water sphere" "The marine cold-water sphere describes a water mass extending from the polar seas and across low latitudes at depths of ca. 800 to 1000 m, which is separated from the marine warm-water sphere by the permanent marine thermocline" "marine coral reef back reef" - "marine coral reef biome" + "marine coral reef biome" "The marine coral reef biome comprises constructional wave-resistant entities which are primarily built by corals and are often cemented together. The growth of these structures is aided by zooxanthellae, algae that are symbiotic with the reef-building corals." "marine coral reef buttress zone" "marine coral reef crest" "marine coral reef deep fore reef" "marine coral reef flat zone" "marine coral reef fore reef" - "marine current" - "marine downwelling" + "marine current" "A water current which is maintained by a continuous, directed movement of marine water, generated by forces caused by breaking waves, wind, Coriolis force, temperature and salinity differences, and tides caused by the gravitational pull of astronomical bodies. Depth contours, shoreline configurations and interaction with other currents influence a current's direction and strength." + "marine downwelling" "A marine downwelling describes a net current of marine surface water towards deeper regions of the water column. Marine downwellings are usually caused by differences in the density (and hence, temperature and salinity) of seawater." "marine ecosystem" - "marine environment" - "marine environmental zone" - "marine eulittoral zone" - "marine faunal bed" - "marine hadal zone biome" - "marine hydrothermal plume" - "marine hydrothermal vent" - "marine hydrothermal vent biome" - "marine hydrothermal vent chimney" - "marine iceberg" - "marine lake" - "marine layer" - "marine littoral zone" - "marine mesopelagic zone" - "marine mesoscale eddy field" - "marine mud" - "marine neritic benthic zone biome" - "marine neritic zone" - "marine nutricline" - "marine oligotrophic desert" - "marine oxygen minimum zone" - "marine pelagic biome" - "marine pelagic zone" - "marine photic zone" - "marine pockmark" - "marine pycnocline" - "marine reef" - "marine reef biome" - "marine salt marsh biome" - "marine sponge reef" - "marine sponge reef biome" - "marine streamer" - "marine sub-littoral zone" - "marine subtidal rocky reef" - "marine subtidal rocky reef biome" - "marine supra-littoral zone" - "marine surface current" - "marine terrace" - "marine thermocline" - "marine tidal flow" - "marine tidal flow zone" - "marine ultramafic hydrothermal vent biome" - "marine upwelling biome" - "marine warm-water sphere" - "marine water body" - "marine water mass" - "marine white smoker biome" - "marine wind mixed layer" - "market" - "mass of ice and snow" - "massage therapy clinic" - "massif" - "maternity unit facility" - "mausoleum" - "meadow ecosystem" - "meadow soil" - "meander" - "meander neck" - "meat processing plant" - "medial moraine" - "medical clinic" - "mediterranean biome" - "mediterranean forest" - "mediterranean forest biome" - "mediterranean grassland" - "mediterranean grassland biome" - "mediterranean savanna biome" - "mediterranean sea biome" - "mediterranean shrubland biome" - "mediterranean woodland biome" - "melt pond" - "meromictic lake" - "meromictic pond" - "mesa" - "mesophilic sulfur spring" - "mesoscale marine eddy" - "mesotrophic lake" - "metal contaminated soil" - "metalimnion" - "meteor impact crater" - "meteorite lake" - "methane-releasing thermokarst lake" - "micobiology unit facility" - "microcontinental island" - "microfracture" - "mid-elevation mountain" - "mid-ocean ridge" - "mid-shelf fronts" - "midden" - "military training area" - "mine" - "mine drainage" - "mineral deposit" - "mineral spring" - "mixed forest" - "mixed forest biome" - "mixed grassland" - "moatan" - "mofetta" - "monadnock" - "monogenetic volcanic field" - "monomictic lake" - "montane biome" - "montane conifer woodland" - "montane desert biome" + "marine environment" "A marine environment and enviroment which is determined by a marine water body." + "marine environmental zone" "An astronomical body part which is part of a marine environment." + "marine eulittoral zone" "The eulittoral zone extends from the spring high tide line, which is rarely inundated, to the spring low tide line, which is rarely not inundated. The wave action and turbulence of recurring tides shapes and reforms cliffs, gaps, and caves, offering a huge range of habitats for sedentary organisms." + "marine faunal bed" "A marine bed which is covered by animals which have benthic habitats, including attached, clinging, sessile, infaunal, burrowing, laying, interstitial, and slow-moving animals, but not animals that have created substrate." + "marine hadal zone biome" "The marine hadal zone biome describes sea floor deeper than 6000 m such as that of the oceanic trenches." + "marine hydrothermal plume" "A marine hydrothermal vent plume, part of a marine hydrothermal vent, is a high temperature water jet laden with dissolved metals and minerals that is driven by heat generated due to tectonic activity below the vent." + "marine hydrothermal vent" "A marine hydrothermal vent is a marine benthic feature where heat generated due to tectonic activity, either at divergent plate boundaries or convergent ocean plates where back-arc spreading occurs, is released or 'vented' to the surface. The resultant high temperature water jets are laden with dissolved metals and minerals." + "marine hydrothermal vent biome" "The marine hydrothermal vent biome comprises regions of the marine benthic biome where heat generated due to tectonic activity, either at divergent plate boundaries or convergent ocean plates where back-arc spreading occurs, is released or 'vented' to the surface. The resultant high temperature water jets are laden with dissolved metals and minerals." + "marine hydrothermal vent chimney" "A column of solid material which has been progressively deposited around a hydrothermal vent." + "marine iceberg" "A large mass of detached land ice in the sea or stranded in shallow water." + "marine lake" "A lake which is connected to a marine water body via tunnels or cracks in the soil." + "marine layer" "A layer that is part of a marine water body." + "marine littoral zone" "The marine littoral zone is a littoral zone which extends, approximately, from the spray region above the high tide mark to the edge of the coninental shelf." + "marine mesopelagic zone" "The zone of an ocean immediately below the photic zone down to a depth where the water temperature is 10degC (the thermocline)." + "marine mesoscale eddy field" "A mesoscale eddy field is an expanse of marine water which includes coherent vortices, as well as a rich cascade of other structures such as filaments, squirts and spirals and is characterized by temperature and salinity anomalies with associated flow anomalies that are nearly in geostrophic balance. Although only the surface expression of mesoscale eddies is visible in satellite images of sea surface height or temperature, they are in fact three dimensional structures that reach down into the pycnocline." + "marine mud" "Mud which is part of a marine ecosystem." + "marine neritic benthic zone biome" "The marine neritic zone biome comprises sea floor from the high tide mark to a continental shelf break. This zone generally extends to 200 m below average sea level." + "marine neritic zone" "The water mass of an ocean directly above a continental shelf." + "marine nutricline" "A nutricline which is part of a marine water body." + "marine oligotrophic desert" "A marine water mass which is composed primarily of water with low concentrations of nutrients." + "marine oxygen minimum zone" "A marine water mass which is characterized by having much lower than normal dissolved oxygen concentrations persistently." + "marine pelagic biome" "The marine pelagic biome (pelagic meaning open sea) is that of the marine water column, from the surface to the greatest depths." + "marine pelagic zone" "An open ocean region." + "marine photic zone" "The zone of an ocean from the surface to where photosynthesis can occur, due to the penetration of light." + "marine pockmark" "Pockmarks are craters in the seabed resulting from the release of gas or liquid. Generally, they are formed in soft, fine-grained seabed sediments by the escape of fluids (gas or water, but mainly methane) into the water column." + "marine pycnocline" "A pycnocline which is part of a marine water body and composed primarily of sea water." + "marine reef" "A reef which is located in a marine water body." + "marine reef biome" "A biome expressed by strips or ridges of rocks, sand, or coral that rises to or near the surface of a body of marine water." + "marine salt marsh biome" "The marine salt marsh biome comprises marshes that are transitional intertidals between land and salty or brackish marine water (e.g.: sloughs, bays, estuaries). It is dominated by halophytic (salt tolerant) herbaceous plants. The daily tidal surges bring in nutrients, which tend to settle in roots of the plants within the salt marsh. The natural chemical activity of salty (or brackish) water and the tendency of algae to bloom in the shallow unshaded water also allow for great biodiversity." + "marine sponge reef" "A marine sponge reef is marine reefs primarily built by marine sponges. The primary frame-building sponges are all members of the order Hexactinosa. They are found only in glacier-scoured troughs of low-angle continental shelf. The seafloor is stable and consists of rock, coarse gravel, and large boulders." + "marine sponge reef biome" "The marine sponge reef biome comprises marine reefs primarily built by marine sponges. The primary frame-building sponges are all members of the order Hexactinosa. They are found only in glacier-scoured troughs of low-angle continental shelf. The seafloor is stable and consists of rock, coarse gravel, and large boulders." + "marine streamer" "Marine streamers are tongues of cold water that extend > 100 km offshore from upwelling regions. Enhanced primary productivity may occur in these waters as they are typically more nutrient rich than marine surface waters." + "marine sub-littoral zone" "The marine sublittoral zone is part of the marine littoral zone which is permanently covered by seawater. In physical oceanography, the sublittoral zone refers to coastal regions with significant tidal flows and energy dissipation, including non-linear flows, internal waves, river outflows and oceanic fronts. In practice, this typically extends to the edge of the continental shelf, with depths around 200 meters. In marine biology, the sublittoral refers to the areas where sunlight reaches the ocean floor, that is, where the water is never so deep as to take it out of the photic zone." + "marine subtidal rocky reef" "A rocky reef which is located in the subtidal zone of a marine water body." + "marine subtidal rocky reef biome" "The marine rocky subtidal reef biome comprises regions of the marine reef biome composed mainly of rock and which harbour abundant communities of algae and invertebrates. These reefs are often very patchy, with alterations of rocks dominated by rich invertebrate assemblages and turf-forming calcareous red algae." + "marine supra-littoral zone" "The supralittoral zone is the area above the spring high tide line that is regularly splashed, but not submerged by ocean water. Seawater penetrates these elevated areas only during storms with high tides." + "marine surface current" "A marine current bordered by the surface of the water column and the permanent thermocline, where it occurs. Surface currents are mostly wind driven and mostly limited to the top 400 m of the water column. Ocean currents are driven by the circulation of wind above surface waters. Frictional stress at the interface between the ocean and the wind causes the water to move in the direction of the wind. Large ocean currents are a response of the atmosphere and ocean to the flow of energy from the tropics to polar regions. In some cases, currents are transient features and affect only a small area. Other ocean currents are essentially permanent and extend over large horizontal distances." + "marine terrace" "A terrace which is located in a marine water body." + "marine thermocline" "A thermocline which is part of a marine water body." + "marine tidal flow" "A marine current which is maintained by a tidal flow process." + "marine tidal flow zone" "An environmental zone in which varying gravitational forces from astronomical bodies, combined with the rotation of the astronomical body containing the zone, cause marine waters to undergo periodic depth oscillations (tides)." + "marine ultramafic hydrothermal vent biome" "A marine ultramafic hydrothermal vent biome comprises regions of themarine hydrothermal vent biome hosted on ultramafic (also referred to as ultrabasic) rocks. Ultramafic rocks are igneous and meta-igneous rocks with very low silica content (less than 45%), generally >18% MgO, high FeO, low potassium, and are composed of usually greater than 90% mafic minerals (dark colored, high magnesium and iron content). The Earth's mantle is composed of ultramafic rocks." + "marine upwelling biome" "A marine biome which contains communities adapted to living in an environment determined by an upwelling process." + "marine warm-water sphere" "The marine warm-water sphere describes a water mass extending to depths of ca. 800 to 1000 m in low and middle latitudes. It is separated from the marine cold-water sphere by the permanent marine thermocline" + "marine water body" "A lentic water body which is composed primarily of marine water." + "marine water mass" "A mass of marine water." + "marine white smoker biome" "A marine white smoker biome comprises regions of the marine hydrothermal vent biome characterised by lightly hued plumes, typically containing barium, calcium, and silicon. These vents tend to have lower temperature plumes when compared to black smoker environments." + "marine wind mixed layer" "The upper part of the marine water column with generally uniform properties resulting from wind-driven mixing." + "market" "A part of an ecosystem where people gather for the purchase and sale of provisions, livestock, and other goods." + "mass of ice and snow" "A object which is composed primarily of water-based snow and ice." + "massage therapy clinic" "A medical clinic which is used to provide massage therapy services." + "massif" "A section of the Earths's crust that is demarcated by faults or flexures. In the movement of the crust, a massif tends to retain its internal structure while being displaced as a whole." + "maternity unit facility" "A hospital unit facility which is used to provide materinity care." + "mausoleum" "A public building constructed as a external, free-standing monument enclosing the interment space or burial chamber of a deceased person or people." + "meadow ecosystem" "A grassland ecosystem which contains a variety of annual, biennial and perennial plants growing on rolling or flat terrain." + "meadow soil" "Soil which is part of a meadow." + "meander" "A bend in a stream. A stream flowing through a wide valley or flat plain will tend to form a meanders as it alternatively erodes and deposits sediments along its course." + "meander neck" "A landform which is the narrowest part of a meander." + "meat processing plant" "A processing plant for slaughtering, processing, packaging, labelling, handling, and storing of food animal carcasses, parts of carcasses, and meat products." + "medial moraine" "A moriane formed when the inside lateral moraines of two glaciers merge together. They form a ridge down the center of the combined glaciers." + "medical clinic" "A healthcare facility which is used to provide outpatient health care services." + "mediterranean biome" "A biome which is subject to mediterranean climatic conditions." + "mediterranean forest" "A forest ecosystem which includes communities adapted to 1) hot to warm, dry summers, 2) mild to cold, rainy winters, and 3) the influence of large, usually marine, bodies of water." + "mediterranean forest biome" "A mediterranean forest in which dominant ecological communities have reached their climax successional state." + "mediterranean grassland" "A grassland which is subject to mediterranean climatic conditions." + "mediterranean grassland biome" "A subtropical grassland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean savanna biome" "A savanna biome which is subject to mediterranean climate patterns." + "mediterranean sea biome" "The mediterranean sea biome comprises mostly enclosed seas that have limited exchange of deep water with outer oceans and where the water circulation is dominated by salinity and temperature differences rather than winds." + "mediterranean shrubland biome" "A mediterranean shrubland biome is a subtropical shrubland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean woodland biome" "A subtropical woodland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "melt pond" "A water body which forms as a result of localised melting taking place on the surface of a glacier or a mass of sea ice and which is contained in the cavity formed by such melting." + "meromictic lake" "A lake which has layers of water which do not intermix." + "meromictic pond" "A pond which has layers of water that do not intermix." + "mesa" "An elevated area of land with a flat top and sides that are usually steep cliffs. Mesas form in areas where horizontally layered rocks are uplifted by tectonic activity." + "mesophilic sulfur spring" "A sulfur spring through which water at a temperature optimal for the growth of mesophillic microorganism (approximately 20 to 45 degrees Celsius) flows." + "mesoscale marine eddy" "Mesoscale marine eddies are characterized by currents which flow in a roughly circular motion around the center of the eddy. The sense of rotation of these currents may either be cyclonic or anticyclonic. Ocean eddies are also usually made of water masses that are different to those outside of the eddy. Marine mesoscale eddies are between about 10 and 500 km in diameter, and persist for periods of days to months. They may be formed when an ocean current develops an instability. This instability grows, causing the current to meander, and eventually an eddy is pinched off from the meander." + "mesotrophic lake" "A lake with medium nutrient levels, which allow moderate productivity." + "metal contaminated soil" "Soil which has elevated concentrations of metals." + "metalimnion" "A cline which is part of a lake and across which temperature changes rapidly with depth." + "meteor impact crater" "A crater caused by the impact of a meteor." + "meteorite lake" "A lake which is contained in a crater formed by a meteorite impact." + "methane-releasing thermokarst lake" "A thermokarst lake through which methane gas released from thawing permafrost, or other methane stores, rises and escapes to the atmosphere." + "micobiology unit facility" "A hospital unit facility which is used to provide medical microbiology services." + "microcontinental island" "An island created when a continent is rifted." + "microfracture" "A microfracture is a small fracture which is found in a portion of solid material along which further fracturing tends to occur. Microfractures are considered imperfections which to pre-exist any fractures formed by the application of stress to a material." + "mid-elevation mountain" "A mountain which has a maximum elevation between 300 and 2499 metres above sea level and slopes greater than or equal to two degrees of inclination." + "mid-ocean ridge" "An underwater mountain range, formed by plate tectonics. This uplifting of the ocean floor occurs when convection currents rise in the mantle beneath the oceanic crust and create magma where two tectonic plates meet at a divergent boundary. The mid-ocean ridges of the world are connected and form a single global mid-oceanic ridge system that is part of every ocean." + "midden" "A dump for domestic waste. A term used to describe any kind of feature containing waste products relating to day-to-day human life." + "military training area" "A region in which military personnel train." + "mine" "An excavation in the Earth for the purpose of extracting earth materials." + "mine drainage" "The outflow of water from a mine." + "mineral deposit" "A mineral deposit is a physiographic feature which has unusually high concentrations of one or more minerals." + "mineral spring" "A spring which water contains a significant amount of dissolved minerals, that derive from the rocks through which the water flows." + "mixed forest" "A forest ecosystem which contains densely packed populations or communities of broadleaf and coniferous trees, strongly limiting light penetration to the forest floor." + "mixed forest biome" "A mixed forest in which dominant ecological communities have reached their climax successional state." + "mixed grassland" "A grassland which contains a mixture of tall and short grasses." + "moatan" "An annular depression that may not be continuous, located at the base of many seamounts, islands, and other isolated elevations." + "mofetta" "A geological fracture, found near volacnoes in the final phase of thier activity, chiefly discharging carbon dioxide and possibly other vapors." + "monadnock" "An isolated hill, knob, ridge, or small mountain that rises abruptly from a gently sloping or virtually level surrounding plain." + "monogenetic volcanic field" "A volcanic field of small, scattered volcanic vents. These volcanic fields, containing numerous monogenetic volcanoes, are noted for having only one short eruptive event. Monogenetic fields occur only where the magma supply to the volcano is low or where vents are not close enough or large enough to develop plumbing systems for continuous feeding of magma." + "monomictic lake" "A monomictic lake is a holomictic lake which mixes from top to bottom during one mixing period each year." + "montane biome" "A biome which is subject to montane altitudinal conditions." + "montane conifer woodland" "A montane conifer woodland is a conifer woodland which is located within an altitude range that falls between mid-altitude forests and the tree line." + "montane desert biome" "A montane desert biome is a desert biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." "montane forest" "montane grassland" - "montane grassland biome" - "montane savanna biome" - "montane shrubland biome" - "moraine" - "mosque" - "mound" - "mount" - "mountain" - "mountain forest soil" - "mountain pass" - "mountain range" - "mountain spur" - "mouth" - "mouth of liquid discharge conduit" - "movie theater" - "mud exterior wall" - "mud volcano" - "muddy soil" - "multiple vortex tornado" - "multipurpose dam" - "mussel bed" - "mussel reef" - "natural arch" - "natural gas processing plant" - "natural harbor" - "natural lake" - "natural nuclear fission reactor" - "navigation canal" + "montane grassland biome" "A montane grassland biome is a grassland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane savanna biome" "A montane savanna biome is a savanna biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane shrubland biome" "A montane shrubland biome is a shrubland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "moraine" "An accumulation of boulders, stones, or other debris carried and deposited by a glacier." + "mosque" "A building which is a place of worship for Muslims." + "mound" "A rounded elevated area." + "mount" "A mountain or a hill." + "mountain" "A landform that extends above the surrounding terrain in a limited area." + "mountain forest soil" "Soil which is part of a forest growing on a mountain." + "mountain pass" "A lower point that allows easier access through a mountain range. A pass has the general form of a saddle between two mountains." + "mountain range" "A range of mounts which is dominated by mountains." + "mountain spur" "A spur which is part of a mountain." + "mouth" "The exit or point of discharge of a stream into another stream, lake or sea." + "mouth of liquid discharge conduit" "A site at the terminus of a liquid conveyance conduit where the liquid carried is discharged into the sea or a river." + "movie theater" "A commercial building which contains auditoria for viewing films." + "mud exterior wall" "A mud exterior wall is an exterior wall that is composed primarily of mud." + "mud volcano" "A volcano created by geologically excreted liquids and gases, although there are several different processes which may cause such activity. Temperatures are much cooler than igneous processes." + "muddy soil" "Soil which is composed of a large proportion of mud, thus having properties resembling mud." + "multiple vortex tornado" "A tornado which comprises two or more columns of spinning air rotating about their own axis and at the same time around a common center." + "multipurpose dam" "A dam constructed for more than one purpose." + "mussel bed" "A marine faunal bed which is dominated by mussels of the Mytilus or Modiolus genera either 1) resting on the sediment surface, 2) partially embedded in the sediment, 3) attached to conspecifics (by using their byssal threads), or 4) attached to a piece of gravel in slightly gravelly fine sediments." + "mussel reef" "A marine reef which is primarily composed of self-adhered or conglomerated mussel shells." + "natural arch" "A natural formation where a rock arch forms, with a natural passageway through underneath." + "natural gas processing plant" "A refinery which is capable of processing natural gas. Natural-gas processing encompasses a range of industrial processes designed to purify raw natural gas by removing impurities, contaminants and higher molecular mass hydrocarbons to produce what is known as pipeline quality dry natural gas" + "natural harbor" "A harbor which is formed by a natural landform where a part of a body of water is protected and deep enough to furnish anchorage." + "natural lake" "A lake which has formed as the result of processes that are not or are only minimally driven by human activity." + "natural nuclear fission reactor" "A uranium deposit where self-sustaining nuclear chain reactions have occurred." + "navigation canal" "Artificial watercourse with no flow or a controlled flow used navigation." "needleleaf forest" - "neonatal intensive care unit" - "neonatal intensive care unit facility" - "neonatal unit facility" - "nephrology unit facility" - "neritic epipelagic zone biome" - "neritic mesopelagic zone biome" - "neritic mussel bed" - "neritic mussel reef" - "neritic pelagic zone biome" - "neritic sea surface microlayer biome" - "neurology unit facility" - "neutral hot spring" - "neutral spring" - "nilas" - "nitisol" - "nuclear power plant" - "nuclear power reactor" - "nuclear reactor" - "nuclear weapons test site" - "nunatak" - "nursing home" - "nutricline within a water body" - "nutrition and dietetics unit facility" - "oak woodland" - "oasis" - "oast house" - "obsequent stream" - "occupational therapy unit facility" - "ocean" - "ocean basin" - "ocean biome" - "ocean current" - "ocean floor" - "ocean strait" + "neonatal intensive care unit" "An intensive care unit (ICU) specializing in the care of ill or premature newborn infants." + "neonatal intensive care unit facility" "A hospital unit facility which is used to provide intensive neonatal medical care." + "neonatal unit facility" "A hospital unit facility which is used to provide neonatal medical services." + "nephrology unit facility" "A hospital unit facility which is used to provide nephrological medical services." + "neritic epipelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column that occurs above a continental shelf and extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The epipelagic zone encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "neritic mesopelagic zone biome" "The neritic mesopelagic zone biome comprises the marine column that occurs above a continental shelf and extends from approximately 200 to 1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "neritic mussel bed" "A mussel bed which is located in benthic regions that are part of a continental shelf." + "neritic mussel reef" "A marine reef which is located on a shelf (i.e. in the neritic zone) and primarily composed of self-adhered or conglomerated mussel shells." + "neritic pelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column above a continental shelf." + "neritic sea surface microlayer biome" "The neritic sea surface microlayer (SML) biome comprises the top 1000 micrometers of marine surface waters occurring above a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "neurology unit facility" "A hospital unit facility which is used to provide neurological medical services." + "neutral hot spring" "A neutral spring through which groundwater, heated by geothermal energy, flows." + "neutral spring" "A spring through which water with a neutral pH flows." + "nilas" "A sea ice floe which is thin, elastic, continuous, and of a transparent gray color, which results from the freezing of new ice." + "nitisol" "Nitisols are deep, well-drained, red, tropical soils with diffuse horizon boundaries and a subsurface horizon with more than 30 percent clay and moderate to strong angular blocky structure elements that easily fall apart into characteristic shiny, polyhedric (nutty) elements. Weathering is relatively advanced but Nitisols are far more productive than most other red, tropical soils." + "nuclear power plant" "A nuclear power plant is a power plant which uses heat generated by a radioactive decay in a nuclear reactor to convert water into steam in order to drive turbines in electrical generators through pressure." + "nuclear power reactor" "A nuclear reactor which is used as a source of power." + "nuclear reactor" "A human construction which is used to initiate and control a fission nuclear chain reaction or nuclear fusion reactions." + "nuclear weapons test site" "A weapons test site at which nuclear weapons are, or have been, tested." + "nunatak" "The exposed summit of a ridge, mountain, or peak not covered with ice or snow within an ice field or glacier. The term is typically used in areas where a permanent ice mass is present." + "nursing home" "A building in which nursing aides and skilled nurses provide care and treatment to residents who have significant difficulty coping with the required activities of daily living." + "nutricline within a water body" "A nutricline which is part of a water body." + "nutrition and dietetics unit facility" "A hospital unit facility which is used to provide nutrition and dietetics services." + "oak woodland" "An oak woodland is a woodland which has a tree community primarily composed of oak trees." + "oasis" "An oasis is a vegetated area located in a desert, supplied with water from a water source which it surrounds, and surrounded by arid soil, sand, or rock." + "oast house" "A commercial building designed for kilning (drying) hops." + "obsequent stream" "A stream flowing in the opposite direction of the consequent drainage." + "occupational therapy unit facility" "A hospital unit facility which is used to provide occupational therapy." + "ocean" "A marine water body which is constitutes the majority of an astronomical body's hydrosphere." + "ocean basin" "A structural basin that is below sea level." + "ocean biome" "A marine biome which is determined by an ocean." + "ocean current" "The region occupied by any more or less continuous, directed movement of ocean water that flows in one of the Earth's oceans. Ocean Currents are rivers of hot or cold water within the ocean. The currents are generated from the forces acting upon the water like the earth's rotation, the wind, the temperature and salinity differences and the gravitation of the moon. The depth contours, the shoreline and other movements influence the direction and strength of the movements of water that forms a given current." + "ocean floor" "A marine bed which lies below an ocean." + "ocean strait" "An ocean strait is a strait which connects two oceans." "ocean thermal power station" - "ocean time series station" - "ocean trench" - "oceanic abyssopelagic zone biome" - "oceanic bathypelagic zone biome" - "oceanic benthopelagic zone biome" - "oceanic crust" - "oceanic epipelagic zone biome" - "oceanic front" - "oceanic gyre" - "oceanic hadal pelagic zone biome" - "oceanic island" - "oceanic mesopelagic zone biome" - "oceanic mussel bed" - "oceanic mussel reef" - "oceanic pelagic zone biome" - "oceanic sea surface microlayer biome" - "oceanic subsurface zone" - "oceanic zone" - "office" - "office building" - "oil contaminated soil" - "oil mill" + "ocean time series station" "A research facility consisting of instruments that measure the properties of the oceans over time. Usually of at least approximately fixed location." + "ocean trench" "Hemispheric-scale long but narrow topographic depressions of the sea floor. They are the deepest parts of the ocean floor." + "oceanic abyssopelagic zone biome" "The abyssopelagic zone biome comprises the marine water column below the bathypelagic zone biome at approximately 2500 -2700 m and extends either to the hadal pelagic zone biome (at approximately 6000 m) or to the benthopelagic zone biome within ca. 100 m of the seafloor. The depth of 2700 m may be critical for physiological reasons as the change in hydrostatic pressure across this depth may preclude organism migration." + "oceanic bathypelagic zone biome" "The bathypelagic zone biome comprises the marine water column below approximately 1000 m water depth - the maximum depth to which detectable daylight penetrates in all but the clearest oligotrophic waters - and extends to about 2500 - 2700 m water depth. In the temperate Atlantic, the beginning of the bathypelagic zone biome approximates to the deep oxygen minimum and the base of the permanent thermocline." + "oceanic benthopelagic zone biome" "The benthopelagic zone biome comprises regions of the marine water column which usually coincide with the benthic boundary layer (BBL) - the layer of isothermal and isohaline water contiguous to the sea floor. A general reversal in the declining gradient of pelagic biomass may be observed here, perhaps explained by viable nutrition on the sea floor being resuspended by bottom currents. This zone typically extends 100 m above the seafloor, but may reach upto1000 m during benthic storms." + "oceanic crust" "Oceanic crust is the uppermost layer of the oceanic portion of a tectonic plate." + "oceanic epipelagic zone biome" "The oceanic epipelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The oceanic epipelagic zone biome encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "oceanic gyre" "A gyre in oceanography is any large system of rotating ocean currents, particularly those involved with large wind movements. Gyres are caused by the Coriolis Effect; planetary vorticity along with horizontal and vertical friction, which determine the circulation patterns from the wind curl (torque)." + "oceanic hadal pelagic zone biome" "The oceanic hadal pelagic zone biome comprises the water column in oceanic trenches occurring at depths between 6000m and 10,000m." + "oceanic island" "An island that does not sit on a continental shelf, and is of volcanic origin." + "oceanic mesopelagic zone biome" "The oceanic mesopelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends through the water column from approximately 200-1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "oceanic mussel bed" "A mussel bed which is located in benthic regions beyond (offshore to) a continental shelf." + "oceanic mussel reef" "A marine reef which is present in the depths beyond (offshore relative to) the continental shelf and primarily composed of self-adhered or conglomerated mussel shells." + "oceanic pelagic zone biome" "The oceanic epipelagic zone biome comprises the marine water column offshore, beyond a continental shelf." + "oceanic sea surface microlayer biome" "The oceanic sea surface microlayer (SML) biome comprises the top 1000 micrometers of the marine surface waters occurring offshore, away from a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "oceanic subsurface zone" "A region which overlaps parts of one or more planetary structural layers which are located below an oceanic plate." + "oceanic zone" "The water mass of an ocean that is not above a continental shelf." + "office" "A building part within which administrative work is done by an organisations users in order to support and realise the objectives of that organization." + "office building" "A commercial building which contains parts used as workplaces primarily for administrative and managerial workers." + "oil contaminated soil" "Soil which has elevated concentrations of oil." + "oil mill" "An industrial building in which oil-bearing seeds or vegetable materials are crushed and pressed with a grinding mill in order to extract oils." "oil palm plantation" - "oil pipeline network" - "oil refinery" - "oil reservoir" - "oil seep" - "oil spill" - "oil well" - "oligotrophic lake" + "oil pipeline network" "A pipeline network which is used to transport oil to consumers." + "oil refinery" "An industrial building in which crude oil is transformed and refined into useful products." + "oil reservoir" "A subsurface landform which contains fluid hydrocarbons in porous or fractured rock formations." + "oil seep" "The result of the release of natural hydrocarbons to the surface of the earth, including beneath the sea, by natural geological processes." + "oil spill" "The result of the unintentional release of liquid petroleum hydrocarbon into the environment as a result of human activity." + "oil well" "A well which has been drilled in order to extract petroleum oil from subterranean reservoirs and bring it to the surface." + "oligotrophic lake" "A lake which has nutrient-poor water." "olive grove" - "oncology unit facility" - "open animal house" - "open cage mariculture facility" - "open eaves" - "open-pit mine" - "ophiolites" - "ophthalmology clinic" - "ophthalmology unit facility" - "optometry clinic" - "orangery" - "orchard" - "orchard soil" - "orchid soil" - "organic farm" - "ornithogenic soil" - "orthopaedics unit facility" - "outcrop" + "oncology unit facility" "A hospital unit facility which provides treatment for cancer." + "open animal house" "An animal house which is only partially surrounded by a building envelope." + "open cage mariculture facility" "A construction which contains the equipment needed to perform mariculture in open cages - permitting the exchange of material with the surrounding marine water." + "open eaves" "Overhanging eaves where the rafters and underside of the roof are visible from below." + "open-pit mine" "A surface mine that utilizes a technique of extracting rock or minerals from the earth by their removal from an open pit or borrow." + "ophiolites" "A planetary structural layer which consists of oceanic crust and the underlying upper mantle and has been uplifted and exposed above sea level." + "ophthalmology clinic" "A medical clinic which is used to provide ophthalmology services." + "ophthalmology unit facility" "A hospital unit facility which is used to provide ophthalmological services." + "optometry clinic" "A medical clinic which is used to provide optometry services." + "orangery" "A building that formed a very large fruit tree green house, or conservatory, on the grounds of fashionable residences from the 17th to the 19th centuries." + "orchard" "An intentional planting of trees or shrubs maintained for food, typically fruit, production." + "orchard soil" "Soil in which trees from an orchard grow." + "orchid soil" "Soil which has properties to which plants in the Family Orchidaceae have adapted, including increased levels of aeration and drainage." + "ornithogenic soil" "Soil which is formed from avian fecal matter." + "orthopaedics unit facility" "A hospital unit facility in which orthopaedic medicine is performed." + "outcrop" "A portion of environmental material which protrudes through a surface layer." "outer planetary core" - "outflow cave" - "outhouse" - "outwash fan" - "overflow structure" - "overpass" - "oxbow lake" - "oxic lake" - "pack ice mass" - "paddy field" - "paddy field soil" - "pain clinic" - "pain management unit facility" - "palsa" - "pancake ice" - "pantothenate enriched soil" - "park" - "part of a landmass" - "particle of snow" - "pasturable land" - "pasture" - "pasture soil" - "paternoster lake" - "pathogen-suppressive soil" - "patient room" - "patio" - "paved parking lot" - "peak" - "peat cut" - "peat soil" - "peaty paddy field soil" - "pediatric intensive care unit facility" - "pediatric unit facility" - "pedosphere" - "pelagic isohaline surface" - "pelagic isopycnal surface" - "pelagic isothermal surface" - "peninsula" - "penplain" - "periglacial lake" - "permafrost crater derived from a methane explosion" - "permanent marine thermocline" - "permanent spring" - "petroleum oil refinery" - "petting zoo" - "phacolith" - "phaeozem" - "pharmacy" - "pharmacy unit facility" - "photosphere" - "phreatic zone" - "physician office" - "physiotherapy clinic" - "physiotherapy unit facility" - "pier" - "piggery" - "pingo" - "pingo scar" - "pinnacle" - "pinyon juniper woodland" - "pipeline network" - "pit" - "place of worship" - "plain" - "planetary core" - "planetary crust" - "planetary cryosphere" - "planetary landmass" - "planetary mantle" - "planetary photic zone" - "planetary structural layer" - "planetary subsurface zone" - "planetary surface" - "planosol" - "plantation" - "planted forest" - "plastic-frozen soil" - "plastisphere" - "plateau" + "outflow cave" "A cave from which a stream flows or formerly did so and which cannot be followed upstream to the surface." + "outhouse" "An outhouse is a small structure, separate from a main building, which covers a pit latrine or a dry toilet." + "outwash fan" "A fan-shaped body of sediments deposited by braided streams from a melting glacier." + "overflow structure" "A structure which is built into the container of a water body which allows water to flow out of the container when the volume of the water contained exceeds that of its cavity." + "overpass" "A bridge which is used for transportaiton, and which crosses over another road or railway." + "oxbow lake" "A lake which is formed when a wide meander from a stream or a river is cut off to form a lake. They are called oxbow lakes due to the distinctive curved shape that results from this process." + "oxic lake" "A lake which is primarily composed of oxic water." + "pack ice mass" "A drift ice mass which has an ice concentration above or equal to 7/10: which covers 70% or more of a given area of a water body." + "paddy field" "A flooded parcel of arable land used for growing rice and other semiaquatic crops." + "paddy field soil" "Soil which is part of a paddy field." + "pain clinic" "A medical clinic which is used to provide pain management services." + "pain management unit facility" "A hospital unit facility which is used to provide pain management." + "palsa" "A frost heave which is formed as the result of a perennial ice lens forming under soil, pushing a roughly oval portion land surface upwards." + "pancake ice" "A sea ice floe which has a rounded or circular shape and raised rims." + "pantothenate enriched soil" "A portion of pantothenate enriched soil is a portion of soil with elevated levels of pantothenate." + "park" "A bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation." + "part of a landmass" "A solid astronomical body part which is part of the landmass of that body." + "particle of snow" "A particle which is 1) primarily compposed of water ice, 2) on the order of 1 milimeter or less, 3) has a white and opaque appearance, and 4) is formed as a result of water droplets freezing during precipitation." + "pasturable land" "Land which hosts a community of herbaceous plants - such as grasses and forbs - upon which animals may graze." + "pasture" "A grassland ecosystem which is used for grazing of ungulate livestock as part of a farm or ranch." + "pasture soil" "Soil which is found in a pasture and in which vegetation, such as the grass used for the grazing of ungulates, grows." + "paternoster lake" "One of a series of glacial lakes connected by a single stream or a braided stream system." + "pathogen-suppressive soil" "Soil which has properties that restrict a pathogen's ability to establish itself, persist, or cause disease that results in long-term harm." + "patient room" "A room which is used for patient care during a patient's visit or stay in a healthcare facility." + "patio" "A patio is a paved outdoor area, adjacent to a human house, and used for dining or recreation." + "paved parking lot" "A constructed pavement which is used for parking vehicles." + "peak" "The summit of a mount." + "peat cut" "An artificial working of peatland to remove the peat." + "peat soil" "A histosol which is formed by the decomposition of vegetation or organic matter." + "peaty paddy field soil" "Paddy field soil which has increased levels of peat." + "pediatric intensive care unit facility" "A hospital unit facility which is used to provide pediatric intensive care." + "pediatric unit facility" "A hospital unit facility which is used to provide pediatric services." + "pedosphere" "An astronomical body part which is composed of soil, subject to soil formation processes, and found on the surface of a lithosphere." + "pelagic isohaline surface" "A roughly planar, pelagic region characterised by equal salinity." + "pelagic isopycnal surface" "A roughly planar, pelagic region characterised by equal water density." + "pelagic isothermal surface" "A roughly planar, pelagic region characterised by equal water temperature." + "peninsula" "A body of land jutting out into and nearly surrounded by water." + "penplain" "A region of low topographic relief as a consequence of erosion by streams." + "periglacial lake" "A lake, part of whose margin is formed by an ice mass, ice cap or glacier, the ice having obstructed the natural drainage of the land." + "permafrost crater derived from a methane explosion" "A crater which is found in permafrost and formed as a result of an explosion fuelled by methane formerly contained in that permafrost." + "permanent marine thermocline" "A marine thermocline which separates the marine cold-water sphere from the marine warm-water sphere and which does not dissipate seasonally." + "permanent spring" "A spring whose flow is continuous." + "petroleum oil refinery" "A refinery which is capable of processing petroleum oil." + "petting zoo" "A petting zoo is a zoological garden which contains domesticated non-human animals and some wild non-human animals that are docile enough for humans to touch and feed." + "phacolith" "A phacolith is an intrusion parallel to the bedding plane or foliation of folded country rock. More specifically, it is a typically lens-shaped intrusion that occupies either the crest of an anticline or the trough of a syncline." + "phaeozem" "Phaeozems accommodate soils of relatively wet grassland and forest regions in moderately continental climates. Phaeozems are much like Chernozems and Kastanozems but are leached more intensively. Consequently, they have dark, humus rich surface horizons that, in comparison with Chernozems and Kastanozems, are less rich in bases. Phaeozems may or may not have secondary carbonates but have a high base saturation in the upper metre of the soil." + "pharmacy" "A healthcare facility which is used to prepare, dispense, or sell medical drugs." + "pharmacy unit facility" "A hospital unit facility which is used to provide pharmacy services." + "photosphere" "An astronomical body part which is composed of those parts of a star, distal from the star's core, from which light is radiated into space." + "phreatic zone" "A compound astronomical body part which is located beneath the land surface and in which all interstices are filled with water that has a hydraulic head greater than atmospheric pressure due to the weight of overlying groundwater." + "physician office" "A healthcare facility which is the office of a physician." + "physiotherapy clinic" "A medical clinic which is used to provide physical therapy services." + "physiotherapy unit facility" "A hospital unit facility which is used to provide physiotherapy." + "pier" "A raised walkway over water, supported by piles or pillars." + "piggery" "An animal house which is used to house pigs." + "pingo" "A mound of earth-covered ice found in the Arctic, subarctic, and Antarctica that can reach up to 70 metres in height and up to 2 kilometres in diameter." + "pingo scar" "A depression caused by the collapse of a pingo." + "pinnacle" "A tall, slender, spire-shaped rock projecting from a level or more gently sloping surface." + "pinyon juniper woodland" "A pinyon juniper woodland is a conifer woodland which has a tree community primarily composed of trees of the subsection Cembroides of the genus Pinus and the genus Juniperus." + "pipeline network" "A human construction which is used to transport a material which is primarily composed of liquid or gas through a system of pipes." + "pit" "A depression in the ground resembling a hole or cavity, either natural or anthropogenic." + "place of worship" "A human construction in which individuals or a group of people such as a congregation come to perform acts of devotion, veneration, or religious study." + "plain" "A region of general uniform slope, comparatively level, and of considerable extent." + "planetary core" "A planetary core is the innermost structural layer or layers of a planet. The core may be entirely liquid, entirely solid, or have both liquid and solid parts." + "planetary crust" "A planetary crust is the outermost solid shell of a rocky planet or natural satellite, which is chemically distinct from the underlying mantle." + "planetary cryosphere" "A cryosphere which is part of a planet." + "planetary landmass" "A landmass which is part of a planet." + "planetary mantle" "A planetary mantle is a planetary layer which is an interior part of a terrestrial planet or other rocky body large enough to have differentiation by density." + "planetary photic zone" "A planetary part which is exposed, at least periodically, to light." + "planetary structural layer" "A planetary structural layer is laminar part of a terrestrial planet or other rocky body large enough to have differentiation by density. Planetary layers have differing physicochemical properties and composition." + "planetary subsurface zone" "Regions of a planet which are not exposed to the planet's atmosphere or space, often comprising parts of one or more planetary structural layers." + "planetary surface" "A planetary surface is a surface layer where the solid or liquid material of a planet comes into contact with an atmosphere or outer space." + "planosol" "Planosols are soils with a light-coloured, surface horizon that shows signs of periodic water stagnation and abruptly overlies a dense, slowly permeable subsoil with significantly more clay than the surface horizon." + "plantation" "An intentional planting of a crop, on a large scale, usually for uses other than cereal production or pasture. The term is currently most often used for plantings of trees and shrubs. The term tends also to be used for plantings maintained on economic bases other than that of subsistence farming." + "planted forest" "A forest that has been intentionally established by human intervention." + "plastic-frozen soil" "Frozen soil which is cemented by water ice but has viscous properties due to its high, unfrozen water content and therefore will compress and deform under load." + "plastisphere" "A part of an astronomical body which includes, as parts, all the entities which are composed primarily of plastic and which are within the gravitational sphere of influence of that body." + "plateau" "An elevated and comparatively level expanse of land." "platinum mine" - "playground" - "plinthosol" - "plumbing drain" - "plume" - "plume front" - "plunge pool" - "pockmark field" - "podzol" - "polar biome" - "polar desert biome" - "polar mountain" - "polar tundra ecosystem" - "polder" - "pole-reinforced mud exterior wall" - "police station" - "polje" - "polling booth" - "polling place" - "polling station" - "polluted lake" - "polluted river" - "poly-beta-hydroxybutyrate enriched soil" - "polygenetic volcanic field" - "polygonal karst" - "polymetallic nodule ecosystem" - "polymictic lake" - "polynya" - "polytunnel" - "pond" - "pond bed" - "pond soil" + "playground" "A park which has been designed for the recreation of children." + "plinthosol" "Plinthosols are soils with plinthite, petroplinthite or pisoliths. Plinthite is an Fe-rich (in some cases also Mn-rich), humus-poor mixture of kaolinitic clay (and other products of strong weathering such as gibbsite) with quartz and other constituents that changes irreversibly to a layer with hard nodules, a hardpan or irregular aggregates on exposure to repeated wetting and drying. Petroplinthite is a continuous, fractured or broken sheet of connected, strongly cemented to indurated nodules or mottles. Pisoliths are discrete strongly cemented to indurated nodules. Both petroplinthite and pisoliths develop from plinthite by hardening." + "plumbing drain" "An artificial channel which transports unwanted water or waste liquids away from their source, either to a more useful area, a receptacle, or into sewers or stormwater mains as waste discharge to be released or processed." + "plume" "A fluid astronomical body part which is plume shaped." + "plunge pool" "A hollow eroded by the force of the falling water at the base of a waterfall, particularly by the eddying effect." + "pockmark field" "A pockmark field is an undersea feature formed by shallow seabed depressions, typically several tens of metres across and a few metres deep. Generally, they are formed in soft, fine-grained seabed sediments by the escape of fluids (gas or water, but mainly methane) into the water column." + "podzol" "Podzols are soils with a typically ash-grey upper subsurface horizon, bleached by loss of organic matter and iron oxides, on top of a dark accumulation horizon with brown, reddish or black illuviated humus and/or reddish Fe compounds. Podzols occur in humid areas in the boreal and temperate zones and locally also in the tropics." + "polar biome" "A biome which is subject to polar climatic conditions." + "polar desert biome" "A polar desert biome is a desert biome which is subject to low levels of insolation, annual precipitation less than 250 millimeters, and a mean temperature less than 10 degrees Celsius during its warmest month. Temperature changes in polar deserts frequently cross the freezing point of water." + "polar mountain" "A mountain that is part of a polar environment." + "polar tundra ecosystem" "A tundra ecosystem which is subject to polar climatic conditions." + "polder" "An area reclaimed from the sea by diking and draining." + "pole-reinforced mud exterior wall" "A pole-reinforced mud exterior wall is a mud exterior wall which is supported and reinforced by poles." + "police station" "An institutional building which is used to provide policing services." + "polje" "A large closed depression draining underground, with a flat floor across which there may be an intermittent or perennial stream and which may be liable to flood and become a lake. The floor makes a sharp break with parts of surrounding slopes." + "polling booth" "A booth which enables a voter to vote confidentially." + "polling place" "A human construction which contains one or more polling stations" + "polling station" "A human construction which is that part of a polling place where voters cast their ballot" + "polluted lake" "A lake which has concentrations of environmental contaminants high enough to harm the ecosystems associated with it." + "polluted river" "A river which has elevated levels of contaminants." + "poly-beta-hydroxybutyrate enriched soil" "A portion of poly-beta-hydroxybutyrate enriched soil is a portion of soil with elevated levels of poly-beta-hydroxybutyrate." + "polygenetic volcanic field" "A volcanic field of scattered volcanic vents. These volcanic fields, containing numerous polygenetic volcanoes, are noted for having more than one eruptive event from the same vent(s), rather than the more common monogenetic volcanic field. Polygenetic volcanic fields generally occur where there is a high-level magma chamber. These volcanic fields may show lithological discontinuities due to major changes in magma chemistry, volcanotectonic events, or long erosional intervals, and may last >10 million year period." + "polygonal karst" "Karst completely pitted by closed depressions so that divides between them form a crudely polygonal network." + "polymetallic nodule ecosystem" "An ecosystem which is determined by the presence of rounded mineral concretions primarily composed of manganese hydroxides on the seafloor." + "polymictic lake" "A polymictic lake is a holomictic lake which is too shallow to allow thermal stratification and which can mix from top to bottom through the ice-free period of the year." + "polynya" "A sea surface layer which is 1) not covered by ice and 2) laterally surrounded by either pack ice or land and pack ice." + "polytunnel" "An industrial building made from steel and covered in polyethylene used for plant cultivation." + "pond" "A body of water, usually of smaller size than a lake." + "pond bed" "The ground surface that lies beneath a pond." + "pond soil" "Soil which is adjacent to a pond." "pond water" - "post-anesthesia care unit facility" - "poultry hatchery" - "power plant" - "prairie" - "preprocessing plant" - "primary cave" - "primary forest" - "prison facility" - "private prison" - "private swimming pool" - "processing plant" - "proglacial lake" - "pseudocrater" - "psychiatric intensive care unit facility" - "psychiatric unit facility" - "public building" - "public infrastructure" - "public park" - "public prison" - "public road" - "public sports field" - "public subway train" - "public swimming pool" - "public toilet" - "public transit system" - "public transport hub" - "public utility line" - "public-private prison" - "puddle of water" + "post-anesthesia care unit facility" "A hospital unit facility which is used to provide care for patients recovering from anesthesia." + "poultry hatchery" "A hatchery in which the eggs of poultry are hatched under artificial conditions." + "power plant" "A power plant is a building which contains one or more generators which convert mechanical energy into electrical energy through the relative motion between a magnetic field and a conductor. The energy source harnessed to turn the generator varies widely." + "prairie" "An area of land of low topographic relief that historically supported grasses and herbs, with few trees, and having generally a mesic (moderate or temperate) climate. Dominated by tall grasses (contrast steppe)." + "preprocessing plant" "A factory where raw or preprocessed materials are transformed into finished parts or products." + "primary cave" "A cave formed at the same time as the surrounding rock." + "primary forest" "Forest which originally covered a region before changes in the environment brought about by people. (Source: PHC)" + "prison facility" "A human construction which is used to forcibly confine humans." + "private prison" "A prison facility which is owned and operated by a private corporation." + "private swimming pool" "A constructed swimming pool which is owned by a non-governmental legal entity or a collective of such entities." + "processing plant" "A factory where raw materials are treated or prepared for final processing." + "proglacial lake" "A lake formed either by the damming action of a moraine or ice dam during the retreat of a melting glacier, or one formed by meltwater trapped against an ice mass due to isostatic depression of the crust around the ice." + "pseudocrater" "A volcanic landform which resembles a true volcanic crater, but differs in that it is not an actual vent from which lava has erupted. A pseudocrater is characterised by the absence of any magma conduit which connects below the surface of the earth. Pseudocraters are formed by steam explosions as flowing hot lava crosses over a wet surface, such as a swamp, a lake, or a pond. The explosive gases break through the lava surface in a manner similar to a phreatic eruption, and the tephra builds up crater-like forms which can appear very similar to real volcanic craters." + "psychiatric intensive care unit facility" "A hospital unit facility which is used to provide intensive psychiatric care." + "psychiatric unit facility" "A hospital unit facility which is used to provide psychiatric medicine." + "public building" "A building which is publically accessible." + "public infrastructure" "The system of public works in a country, state or region, including roads, utility lines and public buildings." + "public park" "A park which is owned by a governmental or state entity and which is accessible by its citizenry (i.e. the public)." + "public prison" "A prison facility which is owned and operated by a state." + "public road" "A road which is publically accessible." + "public sports field" "A sports facility which has been constructed for sports that require large outdoor spaces and is owned by a governmental or state entity and which is accessible by its citizenry (i.e. the public)." + "public subway train" "A subway train which is owned by a government or other form of public representation." + "public swimming pool" "A constructed swimming pool which is owned by a governmental or state entity." + "public toilet" "An indoor toilet that is available for public use." + "public transit system" "A constructed transport system which is owned by a government or other form of public representation." + "public transport hub" "A transport hub which is part of public infrastructure." + "public utility line" "A utility line which services the public power grid." + "public-private prison" "A prison facility which is owned by the state and operated by a private corporation." + "puddle of water" "A puddle is a small accumulation of water, on a surface. It can form either by pooling in a depression on the surface, or by surface tension upon a flat surface." "pyritic acid mine drainage" - "pyroclastic cone" - "pyroclastic shield volcano" - "quarry" - "quinate enriched soil" - "raceway pond" - "radioactive spring" - "radiotherapy unit facility" - "railway" - "raised beach" - "ranch" - "range of mounts" - "range of seamounts" - "rangeland biome" - "rapid transit system" - "rapids" - "ravine" - "red soil" + "pyroclastic cone" "A cone made of material ejected from a volcano. The material can range from finest particles. In comparison, cinder cones are more uniform. They are usually found in or on larger features, such as stratovolcanoes, shield volcanoes and can be found inside calderas, however they can also be an independent feature. They can range from a few metres in height and are usually formed by a single eruption." + "pyroclastic shield volcano" "A shield volcano that is formed mostly of pyroclastic and highly explosive eruptions rather than relatively fluid basaltic lava issuing from vents or fissures on the surface of the volcano. They typically display low-angle flank slopes and have little or no central collapse, although a shallow sag in the shield is commonly observed. Lava is commonly extruded after the cessation of explosive activity commonly superposes the vent region." + "quarry" "An open-pit mine from which rock or minerals are extracted." + "quinate enriched soil" "A portion of quinate enriched soil is a portion of soil with elevated levels of quinate." + "raceway pond" "A pond which humans have constructed for the cultivation of algae." + "radioactive spring" "A mineral spring through which water with elevated levels of radioactive material flows." + "radiotherapy unit facility" "A hospital unit facility which is used to provide radiation therapy." + "railway" "A permanent way having one or more rails which provides a track for cars." + "raised beach" "A beach or wave cut platform raised above the shore line by a relative fall in the sea level." + "ranch" "An area of land used for the herding and grazing of livestock." + "range of mounts" "A field which includes at least two mounts connected by high ground and arranged in an approximately linear fashion." + "range of seamounts" "A mountain range which is submerged under a marine water body." + "rangeland biome" "A rangeland biome is an anthropogenic terrestrial biome which is primarily used for the rearing and grazing of livestock." + "rapid transit system" "A public transit system which is owned by a government or other form of public representation." + "rapids" "An area of broken, fast flowing water in a stream, where the slope of the bed increases (but without a prominent break of slope which might result in a waterfall), or where a gently dipping bar of harder rock outcrops." + "ravine" "A ravine is a small, narrow, steep-sided valley that is larger than a gully and smaller than a canyon and that is usually worn by running water." + "red soil" "Soil which has 1) low concentrations of nutrients and humus, 2) low water retention capacity, 3) textural variation from sand to clay, 4) a porous and friable structure, and 5) low concentrations of soluble salts." "reef" - "refinery" - "regosol" - "research facility" - "research nuclear reactor" - "research station" - "resequent stream" - "reservoir" - "reservoir bed" - "residential backyard" - "residential building" - "restaurant" - "rheumatology unit facility" - "rhizosphere" - "ria" - "ribbon lake" - "rice field" - "ridge" - "riffle" - "rift lake" - "rift valley" - "rift zone" - "rill" - "rincon" - "river" - "river bank" - "river bed" - "river channel" - "river island" - "river mouth" - "river plume" - "river valley" + "refinery" "A human construction which is used to process materials into forms that have increased value or utility in downstream processes." + "regosol" "Regosols form a taxonomic remnant group containing all soils that could not be accommodated in any of the other RSGs. In practice, Regosols are very weakly developed mineral soils in unconsolidated materials that do not have a mollic or umbric horizon, are not very shallow or very rich in gravels (Leptosols), sandy (Arenosols) or with fluvic materials (Fluvisols). Regosols are extensive in eroding lands, particularly in arid and semi-arid areas and in mountainous terrain." + "research facility" "A facility, permanent or temporary, on land, in air, space or water, where scientific research or measurements can be undertaken." + "research nuclear reactor" "A nuclear reactor which serves primarily as a neutron source for purposes other than power." + "research station" "A building or collection of co-located buildings constructed for the purpose of undertaking scientific research." + "resequent stream" "A stream whose course follows the original relief, but at a lower level than the original slope (e.g., flows down a course determined by the underlying strata in the same direction). These streams develop later and are generally a tributary to a subsequent stream." + "reservoir" "An artificial body of water, often contained by a dam, constructed for the purpose of water storage." + "reservoir bed" "The ground surface that lies beneath a reservoir." + "residential backyard" "A yard which consists of land immediately adjacent to the back of a residential building" + "residential building" "A human house which serves as a long-term shelter for its inhabitants and within which they store personal property." + "restaurant" "A building within which food and drink are prepared and served to customers in exchange for money or other goods and/or services." + "rheumatology unit facility" "A hospital unit facility which is used to provide rheumatic medical services." + "rhizosphere" "The narrow region of soil that is directly influenced by root secretions and associated soil microorganisms." + "ria" "A submergent coastal landform that forms where sea levels rise relative to the land either as a result of eustatic sea level change; where the global sea levels rise or isostatic sea level change; where the land sinks. When this happens valleys which were previously at sea level become submerged." + "ribbon lake" "A lake that is long, narrow, and finger-shaped, usually found in a glacial trough. Its formation begins when a glacier moves over an area containing alternate bands of hard and soft bedrock. The sharp-edged boulders carried at the bottom of the glacier erode the softer rock more quickly by abrasion, thus creating a hollow called a rock basin. On either side of the rock basin, the more resistant rock is eroded less and these outcrops of harder rock are known as rock bars, which act as dams between which rainwater may accumulate after the retreat of the ice age, filling up the rock basin and creating a ribbon lake. A ribbon lake may also form behind a terminal or recessional moraine, both of which also act as dams, enabling water to accumulate behind them. A ribbon lake may also occur if a tributary glacier joins a main glacier. The increase in power can create a trough, which is filled with water from a river/meltwater to create a ribbon lake." + "rice field" "A paddy field for the cultivation of rice." + "ridge" "A long and narrow elevation with steep sides." + "riffle" "A shallow stretch of a river or stream, where the current is above the average stream velocity and where the water forms small rippled waves as a result. It often consists of a rocky bed of gravels or other small stones." + "rift lake" "A lake which fills a depression that has formed as a result of subsidence along a a rift zone, an area of extensional tectonics in the continental crust." + "rift valley" "A valley created by the formation of a rift, i.e. place where a planet's lithosphere is being pulled apart by tectonic forces." + "rift zone" "A compound astronomical body part in which extensional tectonic processes occur and where the lithosphere is being pulled apart." + "rill" "A narrow and shallow incision into soil resulting from erosion by overland flow that has been focused into a thin thread by soil surface roughness. Rilling, the process of rill formation, is common on agricultural land and unvegetated ground." + "rincon" "An incised meander on a river." + "river" "A stream which, through permanent or seasonal flow processes, moves from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply." + "river bank" "The sloping margin of a river, serving to confine it to its natural channel." + "river bed" "The channel bottom of a river; the physical confine of the normal water flow." + "river channel" "A stream channel which contains a river." + "river island" "An island that lies in a river." + "river mouth" "The end of a stream where it enters a standing water body such as a lake, sea or ocean." + "river valley" "A valley that contains, and has been formed by, a river." "river water" - "riverfront" - "riverine anchor ice" - "riverine flood" + "riverfront" "A shore along a river." + "riverine anchor ice" "Anchor ice which is attached to a riverbed." + "riverine flood" "A riverine flood is a flood which is formed as a result of a river's flow rate exceeding the capacity of its channel." "riverine pothole" - "road" - "road cut" - "roadside" - "roadside soil" - "rock intrusion" - "rock shelter" - "rockfall" - "rockslide lake" - "rocky desert" - "rocky reef" - "rocky slope" - "room" - "rubber plantation" + "road" "An open way for the passage of vehicles, persons, or animals on land." + "road cut" "A cut to provide passage for a road." + "roadside" "An environmental zone of varying area which is adjacent to a road." + "roadside soil" "A portion of soil which is found in a roadside area." + "rock intrusion" "An intrusion which is primarily composed of rock which has been formed within a pre-existing fracture in a larger mass of rock." + "rock shelter" "A shallow cave-like opening at the base of a bluff or cliff." + "rockfall" "An irregular mass of fallen rock at the base of a cliff or steep slope." + "rockslide lake" "A lake which fills a depression where drainage is blocked by solid material transported by a rockslide." + "rocky desert" "A desert plain characterized by a surface veneer of rock." + "rocky reef" "A ridge of rocks, lying near the surface of the sea, which may be visible at low tide, but is usually covered by water." + "rocky slope" "A rocky slope is a slope which has a surface primarily composed of rock." + "room" "A building part which is separated from other building parts by one or more interior walls and, optionally, outdoor areas by one or more exterior walls." + "rubber plantation" "A plantation which is used to grow Hevea brasiliensis or other species from which natural latex is harvested." "rubber plantation soil" - "rural area" - "rural settlement" - "sabkha" - "saddle dam" - "sake brewery" - "salicylate enriched soil" - "saline evaporation pond" - "saline hydrographic feature" - "saline lake" - "saline pan" - "saline shrimp pond water" - "saline water body" - "saline wedge estuary" - "salt contaminated soil" - "salt dome" - "salt glacier" - "salt mass" - "salt spring" - "sand pit quarry" - "sandur" - "sandy beach" - "sandy building floor" - "sandy clay loam" - "sandy desert" - "sandy loam" - "sarcosine enriched soil" - "savanna" - "savanna biome" - "savanna soil" - "sawah soil" - "sawmill" - "school building" + "rural area" "An area which is outside of a town, city, or urban area. Rural areas are primarily used for agriculture or pastoralism and may contain rural settlements." + "rural settlement" "A settlement which has lower population density than a town, city, or other urban environment and is primarily used for agricultural or pastoral activity." + "sabkha" "An alkaline flat, in the context of a marine environment." + "saddle dam" "An auxiliary dam constructed to confine the reservoir created by a primary dam either to permit a higher water elevation and storage or to limit the extent of a reservoir for increased efficiency." + "sake brewery" "A sake brewery is a brewery which produces rice wine by fermenting rice which has been polished to remove the bran." + "salicylate enriched soil" "A portion of salicylate enriched soil is a portion of soil with elevated levels of salicylate." + "saline evaporation pond" "A pond which is 1) shallow, 2) man-made, and 3) designed to produce salt from seawater through evaporation." + "saline hydrographic feature" "A geographical feature associated with water with a halinity above 30 ppt (roughly 35 g/L)." + "saline lake" "A lake whose water contains a considerable concentration of dissolved salts." + "saline pan" "A flat expanse of ground covered with salt and other minerals, usually shining white under the sun. A salt pan is formed where water pools. A saline pan would be a lake or a pond if it were located in a climate where the rate of water evaporation were not faster than the rate of water precipitation, i.e., if it were not in a desert. If the water is unable to drain into the ground, it remains on the surface until it evaporates, leaving behind whatever minerals were dissolved. Over thousands of years, the minerals (usually salts) accumulate on the surface." + "saline shrimp pond water" "Saline water which is derived from sea water and used during the cultivation of crustaceans." + "saline water body" "A body of water which is primarily composed of saline water." + "saline wedge estuary" "An estuary in which river output greatly exceeds marine input, resulting in little mixing and thus a sharp contrast between fresh surface water and saline bottom water." + "salt contaminated soil" "Soil which has elevated concentrations of sodium chloride." + "salt dome" "A dome-shaped mass of salt formed when a thick bed of evaporite minerals (mainly salt, or halite) found at depth intrudes vertically into surrounding rock strata, forming a diapir." + "salt glacier" "A mass of salt which has erupted onto a planetary surface, usually through sedimentary rock." + "salt mass" "An accumulation of a salt, typically sodium chloride." + "salt spring" "A mineral spring through which water with elevated concentrations of sodium, calcium, or magnesium salts flows." + "sand pit quarry" "A quarry from which sand is extracted." + "sandur" "The plain formed by the large amounts of silt and sediment, picked up as a glacier erodes the underlying rocks as it moves slowly downhill, and at the snout of the glacier, meltwater can carry this sediment away from the glacier and deposit it on a broad plain. The material in the outwash plain is often size-sorted by the water runoff of the melting glacier with the finest materials, like silt, being the most distantly re-deposited, whereas larger boulders are the closest to the original terminus of the glacier." + "sandy beach" "A beach which is primarily composed of sand." + "sandy building floor" "A sandy building floor is a building floor that is composed primarily of sand." + "sandy clay loam" "Clay loam which has a high proportion of sand in its composition." + "sandy desert" "A desert plain characterized by a surface veneer of sand." + "sandy loam" "Loam which has a high proportion of sand in its composition." + "sarcosine enriched soil" "A portion of sarcosine enriched soil is a portion of soil with elevated levels of sarcosine." + "savanna" "A grassland of the tropics or subtropics with scattered trees." + "savanna biome" "A woodland biome which has seasonal water availability and includes trees spaced sufficiently far apart to allow an unbroken layer of grass, sedge (Cyperaceae) or rush (Juncaceae) communities to live." + "savanna soil" "A portion of soil which is found in a savanna." + "sawah soil" "Soil which is part of a sawah, a wet or irrigated rice field." + "sawmill" "A building within which logs are cut into lumber products." + "school building" "An institutional building in which students are educated." "sclerophyllous forest" - "scroll plane" - "scrubland area" - "sea" - "sea beach" - "sea cave" - "sea cliff" - "sea coast" - "sea floor" - "sea grass bed" - "sea ice field" - "sea ice floe" - "sea ice hummock" - "sea ice mass" - "sea shore" - "sea surface layer" - "sea water" - "sea water environment" - "sea-ice lead" - "seamount" - "seasonal marine thermocline" - "sedimentary intrusion" - "seep" + "scroll plane" "A plain where a stream meanders across an area with a very low gradient, usually with a fairly continuous discharge. In addition to meanders, scroll plains are also characterised by many oxbow lakes." + "scrubland area" "Area covered with low-growing or stunted perennial vegetation and usually not mixed with trees." + "sea" "A large expanse of saline water usually connected with an ocean." + "sea beach" "A beach which is part of a sea shore." + "sea cave" "A cave in present-day or emerged sea cliffs, formed by wave attack or solution." + "sea cliff" "A cliff that is a margin of a sea or ocean." + "sea coast" "The general region of indefinite width that extends from the sea inland to the first major change in terrain features." + "sea floor" "A marine bed which lies below a sea." + "sea grass bed" "A bed of a marine, saline water body which is covered by one or more speices of seagrass typically belonging to the families Posidoniaceae, Zosteraceae, Hydrocharitaceae, or Cymodoceaceae." + "sea ice field" "An ice field which is primarily composoed of sea ice floes greater than 10 kilometers across." + "sea ice floe" "An ice floe which is formed from frozen sea water, and floats upon the surface of a marine water body." + "sea ice hummock" "An elevation which is formed by pressure at the point of contact between ice floes, resulting in a conglomeration of broken ice." + "sea ice mass" "An ice mass which is composed primarily of sea ice." + "sea shore" "That part of the land in immediate contact with a sea, including the intertidal zone." + "sea surface layer" "A surface layer which is part of an ocean or sea." + "sea-ice lead" "An ice lead which occurs in a marine water body and is bounded by sea ice." + "seamount" "A mountain rising from the ocean seafloor that does not reach to the water's surface (sea level), and thus is not an island. Typically formed from volcanoes that rise abruptly and are usually found rising from a seafloor of 1,000 - 4,000 meters depth. Independent features that rise to at least 1,000 meters above the seafloor." + "seasonal marine thermocline" "A marine thermocline which is present below the marine wind mixed layer." + "sedimentary intrusion" "A rock intrusion which is composed primarily of sedimentary rock." + "seep" "A seep is a spring in which water has filtered through permeable earth to the surface." "self-heating coal mine waste material" - "semi-diurnal marine tidal flow zone" - "sewage plant" - "shear fracture" - "sheet-iron building roof" - "sheet-iron exterior wall" - "shelf-slope/shelf-break front" - "shield volcano" - "shingle beach" - "shop" - "shopping center" - "shopping mall" - "shore" - "shore lead" - "shrimp pond" - "shrub layer" - "shrubland biome" - "sidewalk" - "sill" - "silty clay loam" - "silty loam" - "sinkhole" + "semi-diurnal marine tidal flow zone" "A marine tidal flow zone in which ocean waters undergo a semi-diurnal (twice per day) tidal oscillation - with two high and two low tides per day of roughly equal amplitude." + "sewage plant" "A waste treatment plant which equipped to treat sewage such that its potential for environmental contamination is reduced." + "shear fracture" "A geological fracture across which shear displacement has occurred" + "sheet-iron building roof" "A sheet-iron building roof is a building roof that is built from sheets of iron." + "sheet-iron exterior wall" "A sheet-iron exterior wall is an exterior wall that is built from sheets of iron." + "shield volcano" "A large volcano with shallowly-sloping sides." + "shingle beach" "A beach which is armoured with pebbles or small to medium sized cobbles." + "shop" "A building in which a business presents a selection of goods and offers to trade or sell them to customers for money or other goods." + "shopping center" "A commercial building in which the majority of commerical activity occurs in shops occupying parts of the building." + "shopping mall" "A shopping center in which a large indoor pedestrian promenade provides access to stores and other facilities." + "shore" "That part of the land in immediate contact with a body of water including the area between high and low water lines." + "shore lead" "An ice lead which occurs between the shore and pack ice." + "shrimp pond" "A lentic water body which is used for the artificial culture of shrimp." + "shrubland biome" "A shrubland biome is a terrestrial biome which includes, across its entire spatial extent, dense groups of shrubs." + "sidewalk" "A constructed pavement which is built on the side of a road and intended for foot traffic." + "sill" "A tabular sheet intrusion that has intruded between older layers of sedimentary rock, beds of volcanic lava or tuff, or along the direction of foliation in metamorphic rock." + "silty clay loam" "Clay loam which has a high proportion of silt in its composition." + "silty loam" "Loam which has a high proportion of silt in its composition." + "sinkhole" "A natural depression or hole in the surface topography caused by the removal of soil or bedrock, often both, by water. Sinkholes may vary in size from less than a meter to several hundred meters both in diameter and depth, and vary in form from soil-lined bowls to bedrock-edged chasms." "sisal plantation" - "skatole enriched soil" - "skerry" - "skyscraper" - "sleet pellet" - "slightly stratified estuary" - "slope" - "slum" - "slush ice layer" - "small freshwater lake biome" - "small river biome" - "snow field" - "snow layer" - "snow-covered land" - "soda spring" - "soil" - "soil biocrust" - "soil cryoturbate" - "soil environment" - "soil organic matter" - "soil surface layer" + "skatole enriched soil" "A portion of skatole enriched soil is a portion of soil with elevated levels of skatole." + "skerry" "An island which is small, principally composed of rock, and usually too small for human habitation." + "skyscraper" "A building which historically has at least 10 floors." + "sleet pellet" "An ice mass which is primarily composed of frozen or mostly frozen raindrops or refrozen partially melted snowflakes." + "slightly stratified estuary" "An estuary in which river output is less than the marine input, resulting in the mixing of the whole water column by current-induced turbulence, such that salinity varies more longitudinally rather than vertically." + "slope" "A solid astronomical body part which is part of the planetary surface between the peak of an elevation or the bottom of a depression and relatively flat surrounding land." + "slum" "A slum is a heavily populated urban informal settlement with substandard housing in which households lack any one of the following: access to improved water, access to improved sanitation, sufficient-living area, durability of housing, or security of tenure." + "slush ice layer" "A layer which consists of slush ice." + "small freshwater lake biome" "A freshwater lake biome which is determined by a small lake." + "small river biome" "A freshwater river biome which is determined by a small river." + "snow field" "A region of permanent snow in mountainous areas or high latitudes." + "snow layer" "A cryospheric layer which is primarily composed of snow." + "snow-covered land" "Land which is covered or partially covered by snow." + "soda spring" "A mineral spring through which water with elevated levels of dissolved carbon dioxide gas flows." + "soil" "An environmental material which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms." + "soil biocrust" "A biocrust which is formed by photosynthetic microbial assemblages colonising the surface layer of a portion of arid soil. Through their successional dynamics, these communities reduce the soil surface's albedo, impart it with stability against erosion, modify its hydrology, and promote its fertility." + "soil cryoturbate" "A mass of soil moved or disturbed by frost action." + "soil environment" "An environmental system which has its properties and dynamics determined by soil." + "soil organic matter" "Organic material in soil, which consists of plant and animal residues at various stages of decomposition, cells and tissues of soil organisms, and substances synthesized by soil organisms." + "soil surface layer" "A surface layer which is composed primarily of soil." "solar power station" - "solfatara" - "solid astronomical body part" - "solid planetary core" - "solonchak" - "solonetz" - "solutional cave" - "somma volcano" - "sound" - "sparsely populated settlement" - "spatter cone" - "speleothem" - "spit" - "sports facility" - "spring" - "spruce forest soil" - "spur" - "stack" - "stagnosol" - "stalactite" - "stalagmite" - "steakhouse" - "step pool" - "steppe" - "steppe soil" - "stock" - "stone building floor" - "stone exterior wall" - "stony desert" - "storm surge" - "strait" - "strand crack" - "stratovolcano" - "straw exterior wall" - "stream" - "stream bank" - "stream bed" - "stream channel" - "stream mouth" - "stream pool" - "stream run" - "stream valley" - "stream water" - "structural basin" - "subalpine biome" - "subglacial lake" - "subglacial volcano" - "subjacent karst" - "submarine canyon" - "submerged bed" - "submerged landform" - "subpolar biome" - "subpolar coniferous forest biome" + "solfatara" "A fumarole that emits sulfurous gases." + "solid astronomical body part" "A part of an astronomical body which is primarily composed of solid material." + "solid planetary core" "A solid planetary core is a planetary core which is primarily composed of solid material." + "solonchak" "Solonchaks are soils that have a high concentration of soluble salts at some time in the year. Solonchaks are largely confined to the arid and semi-arid climate zones and to coastal regions in all climates." + "solonetz" "Solonetz are soils with a dense, strongly structured, clayey subsurface horizon that has a high proportion of adsorbed Na and/or Mg ions. Solonetz that contain free soda (Na2CO3) are strongly alkaline (field pH > 8.5)." + "solutional cave" "A cave formed by the dissolution of soluble rock or other solid material such as limestone, chalk, dolomite, gypsum, salt or marble." + "somma volcano" "A volcanic caldera that has been partially filled by a new central cone." + "sound" "A large sea or ocean inlet larger than a bay, deeper than a bight, wider than a fjord, or it may identify a narrow sea or ocean channel between two bodies of land." + "sparsely populated settlement" "A settlement with a low density of buildings and inhabitants." + "spatter cone" "A volcanic cone formed of molten lava ejected from a vent somewhat like taffy. Expanding gases in the lava fountains tear the liquid rock into irregular gobs that fall back to earth, forming a heap around the vent. The still partly liquid rock splashed down and over the sides of the developing mound is called spatter. Because spatter is not fully solid when it lands, the individual deposits are very irregular in shape and weld together as they cool, and in this way particularly differ from cinder and ash." + "speleothem" "A secondary mineral deposit formed in caves, most commonly calcite." + "spit" "A deposition landform found off coasts. A spit is a type of bar or beach that develops where a re-entrant occurs, such as at a cove, bay, ria, or river mouth. Spits are formed by the movement of sediment (typically sand) along a shore by a process known as longshore drift. Where the direction of the shore turns inland (reenters) the longshore current spreads out or dissipates. No longer able to carry the full load, much of the sediment is dropped. This causes a bar to build out from the shore, eventually becoming a spit." + "sports facility" "A building or region where sports activities can be carried out." + "spring" "A surface landform which provides an egress for groundwater or steam to flow out of the ground." + "spruce forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Picea." + "spur" "A slope of land descending laterally from a hill, mountain or main crest of a ridge." + "stack" "A geological landform consisting of a steep and often vertical column or columns of rock in the sea near a coast." + "stagnosol" "Stagnosols are soils with a perched water table showing redoximorphic features caused by surface water. Stagnosols are periodically wet and mottled in the topsoil and subsoil, with or without concretions and/or bleaching." + "stalactite" "A speleothem hanging downwards from a roof or wall, of cylindrical or conical form, usually with a central hollow tube." + "stalagmite" "A speleothem projecting vertically upwards from a cave floor and formed by precipitation from drips." + "steakhouse" "A restaurant which specializes in serving steaks and pork chops." + "step pool" "A stream pool which is formed as a result of high-gradient, steep streams where water cascades over a rock or woody snag." + "steppe" "A plain without trees (apart from those near rivers and lakes); it is similar to a prairie, although a prairie is generally considered as being dominated by tall grasses, while short grasses are said to be normal in the steppe. It may be semi-desert, or covered with grass or shrubs or both, depending on the season and latitude." + "steppe soil" "A portion of soil which is found in a steppe." + "stock" "A stock is a discordant igneous intrusion having a surface exposure of less than 100 square kilometres. Stocks differ from batholiths only in being smaller." + "stone building floor" "A stone building floor is a building floor that is composed primarily of rock." + "stone exterior wall" "A stone exterior wall is an exterior wall that is composed primarily of rock." + "stony desert" "A desert plain characterized by a surface veneer of gravel or stones." + "storm surge" "A storm surge is a coastal flood which is caused by low-pressure weather systems such as tropical cyclones and strong extratropical cyclones, the severity of which is affected by the shallowness and orientation of the water body relative to storm path, and the timing of tides." + "strait" "A narrow channel of water that connects two larger bodies of water, and thus lies between two land masses." + "strand crack" "Fissure at the junction between an inland ice sheet, ice piedmont or ice rise and an ice shelf, the latter being subject to the rise and fall of the tide." + "stratovolcano" "A tall, conical volcano composed of many layers of hardened lava, tephra, and volcanic ash. These volcanoes are characterized by a steep profile and periodic, explosive eruptions. The lava that flows from them is viscous, and cools and hardens before spreading very far. The source magma of this rock is classified as acidic, or high in silica to intermediate (rhyolite, dacite, or andesite)." + "straw exterior wall" "A straw exterior wall is an exterior wall that is composed primarily of straw." + "stream" "A watercourse which is linear and flows across the solid portion of a planetary surface." + "stream bank" "The sloping margin of a stream, serving to confine it to its natural channel." + "stream bed" "The channel bottom of a stream; the physical confine of the normal water flow." + "stream channel" "A channel of a watercourse which contains a stream." + "stream mouth" "The place where a stream discharges into a lagoon, lake, or the sea." + "stream pool" "A water body which is created in a stream by local scour or impoundment and has some structural control." + "stream run" "A hydroform which is that part of a stream where water flows swiftly and uniformly with low surface water agitation." + "stream valley" "A valley that contains, and has been formed by, a stream." + "stream water" "Water which is part of a stream." + "structural basin" "A structural basin is a geological depression formed by tectonic warping of previously flat lying rock strata." + "subalpine biome" "A biome which is subject to subapline altitudinal conditions." + "subglacial lake" "A lake which is situated beneath a glacier." + "subglacial volcano" "A volcano produced by subglacial eruptions or eruptions beneath the surface of a lake melted into a glacier or ice mass by the rising lava." + "subjacent karst" "Karst developed in soluble beds underlying other rock formations; the surface may or may not be affected by the karst development." + "submarine canyon" "A steep-sided valley on the sea floor of the continental slope. Many submarine canyons are found as extensions to large rivers; however there are many that have no such association. Canyons cutting the continental slopes have been found at depths greater than 2 km below sea level. Many submarine canyons continue as submarine channels across continental rise areas and may extend for hundreds of kilometers." + "submerged bed" "The portion of the ground surface which lies below water." + "submerged landform" "A landform which is submerged underneath a body of liquid." + "subpolar biome" "A biome which is subject to subpolar climatic conditions." + "subpolar coniferous forest biome" "A coniferous forest biome which includes communities adapted to subpolar conditions." "subpolar grassland" - "subsequent stream" + "subsequent stream" "A stream whose course has been determined by selective headward erosion along weak strata. These streams have generally developed after the original stream. Subsequent streams developed independently of the original relief of the land and generally follow paths determined by the weak rock belts." "subsurface landform" - "subsurface zone of an astronomical body" - "subtropical biome" - "subtropical broadleaf forest" - "subtropical broadleaf forest biome" - "subtropical coniferous forest biome" - "subtropical convergence front" - "subtropical desert biome" - "subtropical dry broadleaf forest" - "subtropical dry broadleaf forest biome" - "subtropical forest" - "subtropical grassland" - "subtropical grassland biome" - "subtropical moist broadleaf forest" - "subtropical moist broadleaf forest biome" - "subtropical savanna biome" - "subtropical shrubland biome" - "subtropical woodland biome" - "subway train" + "subsurface zone of an astronomical body" "An environmental zone which includes those regions of an astronomical body which are not exposed to its atmosphere or space." + "subtropical biome" "A biome which is subject to subtropical climatic conditions." + "subtropical broadleaf forest" "A broadleaf forest which is subject to subtropical climate conditions." + "subtropical broadleaf forest biome" "A subtropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical coniferous forest biome" "A coniferous forest biome which is subject to subtropical climate patterns." + "subtropical desert biome" "A subtropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, high insolation (but lower than that of a tropical desert biome), inhibited cloud formation, and very low precipitation. Subtropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "subtropical dry broadleaf forest" "A subtropical broadleaf forest which 1) s subject to a year-round warm climate 2) may receive several hundred centimeters or rain per year and 3) are subject to long dry seasons which last several months." + "subtropical dry broadleaf forest biome" "A subtropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical forest" "A forest ecosystem which is subject to subtropical climate conditions." + "subtropical grassland" "A grassland which is subject to subtropical climatic conditions." + "subtropical grassland biome" "A subtropical grassland in which dominant ecological communities have reached their climax successional state." + "subtropical moist broadleaf forest" "A subtropical broadleaf forest which 1) has low variability in annual temperature, 2) high levels of rainfall (>200 centimeter annually), and 3) has tree communities dominated by semi-evergreen and evergreen species." + "subtropical moist broadleaf forest biome" "A subtropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical savanna biome" "A savanna biome which is subject to subtropical climate patterns." + "subtropical shrubland biome" "A shrubland biome which is subject to subtropical climate patterns." + "subtropical woodland biome" "A woodland biome which is subject to subtropical climate patterns." + "subway train" "A passenger train which runs along an undergroud rail system." "sugar plantation" - "sugar refinery" - "sulfur spring" - "supermarket" - "supraglacial lake" - "surface convergence" - "surface landform" - "surface layer of a water body" - "surface of an astronomical body" - "surface soil" - "surgical intensive care unit facility" - "suspended colloidal sediment" - "suspension bridge" - "swale" - "swamp area" + "sugar refinery" "A refinery which is capable of processing raw sugar. Raw sugar is processed from cane or beets into white refined sugar." + "sulfur spring" "A spring through which water with elevated levels of dissolved derivatives of sulfur flows." + "supermarket" "A self-service shop offering a wide variety of food, beverages and household products, organized into sections." + "supraglacial lake" "A water body which is located in a depression within the surface of a glacier." + "surface landform" "A landform which occurs on the surface of an astronomical body." + "surface layer of a water body" "A water surface that is part of a water body." + "surface of an astronomical body" "A surface layer where the solid or liquid material of an astronomical body comes into contact with an atmosphere or outer space." + "surface soil" "A soil consisting of the upper layer of soil on the surface consisting of loose material capable of supporting life composed of a mixture of mineral and organic matter." + "surgical intensive care unit facility" "An intensive care unit facility which is used to provide surgical services for critically ill patients." + "suspended colloidal sediment" "Colloidal sediment which is suspended in a part of the hydrosphere." + "suspension bridge" "A bridge which has its deck hung on vertical suspenders via suspension cables." + "swale" "A depression which comprises a low tract of land, especially when moist or marshy." + "swamp area" "An area of wetland which overlaps a swamp ecosystem." "swamp forest" - "swing bridge" - "syngenetic karst" - "tabular iceberg" - "tailings dam" - "tailings pond" - "take-out restaurant" - "talik" - "talus cave" - "talus slope" - "tannery" - "tarn" + "swing bridge" "A bridge which is movable and has a vertical locating pin as its primary structural support, and a support ring about which it can pivot horizontally." + "syngenetic karst" "Karst developed in eolian calcarenite when the development of karst features has taken place at the same time as the lithification of dune sand." + "tabular iceberg" "An iceberg which 1) has a flat upper surface, 2) is derived from an ice shelf, ice tongue, or floating tidewater glacier via detachment." + "tailings dam" "An earth-filled dam which is used for the storage of mining operations byproducts, after separating the ore from the gangue." + "tailings pond" "A human construction which is used as a storage area for mining tailings." + "take-out restaurant" "A restaurant which provides prepared meals or other food products that the purchaser must eat off its premises." + "talik" "An area of unfrozen ground surrounded by permafrost." + "talus cave" "A talus cave is a cave formed by the openings between large boulders which have fallen into a random heap." + "talus slope" "A talus slope is a slope which has a surface layer composed of scree." + "tannery" "A tannery is a building in which the skins of animals are treated with chemicals to alter the structure of their constituent proteins, creating leather." + "tarn" "A mountain lake that is formed in a cirque excavated by a glacier. A moraine may form a natural dam below a tarn." "tea plantation" - "technosol" - "technosphere" - "tectonic lake" - "tectonic plate" - "temperate biome" - "temperate broadleaf evergreen forest" - "temperate broadleaf forest" - "temperate broadleaf forest biome" - "temperate coniferous forest biome" - "temperate deciduous broadleaf forest" - "temperate deciduous needleleaf forest" - "temperate desert biome" - "temperate evergreen needleleaf forest" - "temperate forest" - "temperate freshwater swamp forest" + "technosol" "Technosols are soils whose properties and pedogenesis are dominated by their technical origin. They contain a significant amount of artefacts (something in the soil recognizably made or extracted from the earth by humans), or are sealed by technic hard rock (material created by humans, having properties unlike natural rock). They include soils from wastes (landfills, sludge, cinders, mine spoils and ashes), pavements with their underlying unconsolidated materials, soils with geomembranes and constructed soils in human-made materials." + "technosphere" "A part of an astronomical body which includes, as parts, all the entities which have been constructed or manufactured by humans or their technology and which are within the gravitational sphere of influence of that body." + "tectonic lake" "A lake which is contained in a depression formed by the deformation and resulting lateral and vertical movements of a lithosphere." + "tectonic plate" "A part of a lithosphere which is separated by other such parts by geographic faults or similar geomorphological discontinuities." + "temperate biome" "A biome which is subject to temperate climatic conditions." + "temperate broadleaf evergreen forest" "A broadleaf evergreen forest which is subject to temperate climate patterns." + "temperate broadleaf forest" "A broadleaf forest which is subject to temperate climate conditions." + "temperate broadleaf forest biome" "A broadleaf forest which is subject to temperate climate patterns." + "temperate coniferous forest biome" "A coniferous forest biome which is subject to temperate climate patterns." + "temperate deciduous broadleaf forest" "A deciduous broadleaf forest which is subject to temperate climate patterns." + "temperate deciduous needleleaf forest" "A deciduous needleleaf forest which is subject to temperate climate patterns." + "temperate desert biome" "A temperate desert biome is a desert biome which has communities adapted to intermediate insolation, low rainfall, and large temperature variations between winter and summer. Winter temperatures may fall below 0 degrees Celsius. Some precipitation in this biome may fall as snow." + "temperate evergreen needleleaf forest" "An evergreen needleleaf forest which is subject to temperate climate patterns." + "temperate forest" "A forest ecosystem which is subject to temperate climate conditions." + "temperate freshwater swamp forest" "A freshwater swamp forest which is subject to temperate climate patterns." "temperate grassland" "temperate grassland biome" - "temperate marginal sea biome" - "temperate marine upwelling biome" - "temperate mediterranean sea biome" - "temperate mixed broadleaf forest" - "temperate mixed forest" - "temperate mixed forest biome" - "temperate mixed needleleaf forest" - "temperate mountain" - "temperate savanna biome" - "temperate sclerophyllous dry forest" - "temperate shrubland biome" - "temperate woodland biome" - "temple" - "temporary residence" - "tended pasturable land" - "tenement" - "terminal moraine" - "terrace" - "terracette" - "terrestrial biome" - "terrestrial ecoregion" - "terrestrial ecosystem" - "terrestrial environmental zone" - "terrestrial ice calf" - "terrestrial mountain" - "terrestrial natural environment" - "tertiary referral hospital" - "testosterone enriched soil" - "thatched building roof" - "thatched exterior wall" - "thaw hole" - "thermal nuclear reactor" - "thermokarst" - "thermokarst depression" - "thermokarst lake" - "threonine enriched soil" - "thrust fault" - "tidal creek" - "tidal mangrove shrubland" - "tidal mixing front" - "tidal pool" + "temperate marginal sea biome" "A marginal sea biome which is located in a region with a temperate climate." + "temperate marine upwelling biome" "A marine upwelling biome which is located in a region subject to temperate climate patterns." + "temperate mediterranean sea biome" "A mediterranean sea biome which is subject to temperate climate patterns." + "temperate mixed broadleaf forest" "A temperate mixed forest which has communities of trees composed primarily of species with broad leaves." + "temperate mixed forest" "A mixed forest which is subject to temperate climatic conditions." + "temperate mixed forest biome" "A temperate mixed forest in which dominant ecological communities have reached their climax successional state." + "temperate mixed needleleaf forest" "A temperate mixed forest which has communities of trees composed primarily of species with needle-like leaves (e.g. conifers)." + "temperate mountain" "A mountain that is part of a temperate environment." + "temperate savanna biome" "A savanna biome which is subject to temperate climate patterns." + "temperate sclerophyllous dry forest" "A sclerophyllous forest which is subject to temperate climate patterns." + "temperate shrubland biome" "A shrubland biome which is subject to temperate climate patterns." + "temperate woodland biome" "A woodland biome which is subject to temperate climate patterns." + "temple" "A building reserved in which religious or spiritual rituals and activities such as prayer and sacrifice are performed." + "temporary residence" "A human dwelling which is provided to one or more persons on a short-term basis." + "tended pasturable land" "Pasturable land which is maintained by human activities in order to provide grazing oppoturnities for livestock." + "tenement" "A residential building shared by multiple dwellings, typically with flats or apartments on each floor and with shared entrance stairway access." + "terminal moraine" "Ridges of unconsolidated debris deposited at the snout or end of the glacier. They usually reflect the shape of the glacier's terminus." + "terrace" "A step-like feature between higher and lower ground: a relatively flat or gently inclined shelf of earth, backed and fronted by steep slopes or manmade detaining walls." + "terracette" "A ridge on a hillside formed when saturated soil particles expand, then contract as they dry, causing them to move slowly downhill." + "terrestrial biome" "A biome which is primarily or completely situated on a landmass." + "terrestrial ecoregion" "An ecoregion which is located on a landmass." + "terrestrial ecosystem" "An ecosystem which primarily occurs on land." + "terrestrial environmental zone" "An environmental zone which is bounded by material parts of a land mass or the atmosphere or space adjacent to it." + "terrestrial ice calf" "An ice calf which rests on land." + "terrestrial mountain" "A mountain which is located on land and which is bounded by an atmosphere or outer space." + "terrestrial natural environment" "A natural environment which is located on a land mass." + "tertiary referral hospital" "A hospital which is used to provide tertiary care." + "testosterone enriched soil" "A portion of testosterone enriched soil is a portion of soil with elevated levels of testosterone." + "thatched building roof" "A thatched building roof is a building roof that is built by thatching (or out of thatch)." + "thatched exterior wall" "A thatched exterior wall is an exterior wall that is composed primarily of thatch." + "thaw hole" "A channel which traverses an ice mass floating on a water body and bridges the atmosphere to the underlying water through its internal cavity." + "thermal nuclear reactor" "A nuclear reactor which uses a neutron moderator to slow neutrons until they approach the average kinetic energy of the surrounding particles." + "thermokarst" "An irregular land surface which consists of marshy hollows, hummocks, thermokarst depressions and thermokarst lakes formed from the erosion of ice-rich thawing permafrost areas." + "thermokarst depression" "A geographic basin which is formed due to the erosion of thermokarst by meltwater released from thawing permafrost." + "thermokarst lake" "A freshwater lake which fills a depression formed by the erosion of thermokarst caused by permafrost thaw." + "threonine enriched soil" "A portion of threonine enriched soil is a portion of soil with elevated levels of threonine." + "thrust fault" "A fault across which older rocks are pushed above (away from the core of an astronomical body) younger rocks." + "tidal creek" "A tidal water channel. Creeks may often dry to a muddy channel with little or no flow at low tide, but often with significant depth of water at high tide." + "tidal mangrove shrubland" "A shrubland biome which is densely vegetated by dwarf or short mangroves (and associates) that are generally less than 6 meters in height, is tidally influenced, is located in tropical or subtropical areas." + "tidal pool" "Pools formed as a high tide comes in over a rocky shore. Water fills depressions in the ground, which turn into isolated pools as the tide retreats." "tidal power plant" - "tidal watercourse" - "tiled building roof" - "till plain" - "tobacco warehouse" - "tombolo" - "topographic upwelling front" - "tornado" - "town hall" - "track" - "transport feature" - "transport hub" - "transvasement" - "trattoria" - "traumatic intensive care unit facility" - "trench" - "tributary" - "trimethylamine enriched soil" - "tropical biome" - "tropical broadleaf forest" - "tropical broadleaf forest biome" - "tropical coniferous forest biome" - "tropical deciduous broadleaf forest" - "tropical desert biome" - "tropical dry broadleaf forest" - "tropical dry broadleaf forest biome" - "tropical forest" - "tropical freshwater swamp forest" - "tropical grassland" + "tidal watercourse" "A watercourse which has the intensity and direction of its flow primarily determined by the tides." + "tiled building roof" "A tile building roof is a building roof that is built using tiles." + "till plain" "An extensive flat plain of glacial till that forms when a sheet of ice becomes detached from the main body of a glacier and melts in place depositing the sediments it carried." + "tobacco warehouse" "A tobacco warehouse is a warehouse used to store cured leaves of plants from the genus Nicotiana, primarily N. tabacum and N. rustica." + "tombolo" "A deposition landform such as a spit or bar which forms a narrow piece of land between an island or offshore rock and a mainland shore, or between two islands or offshore rocks. They usually form because the island causes wave refraction, depositing sand and shingle moved by longshore drift in each direction around the island where the waves meet. Eustatic sea level rise may also contribute to accretion as material is pushed up with rising sea levels." + "tornado" "A tornado is an aeroform consisting of at least one rapidly rotating column of air that is in contact with both the surface of an astronomical body and pendant from within or beneath a cumulonimbus or cumulus cloud." + "town hall" "An office building which is the chief administrative building of a city, town, or other municipality." + "track" "A small road, generally not paved." + "transport feature" "A construction which enables the movement of humans, their animals or their vehicles." + "transport hub" "A place where passengers and cargo are exchanged between vehicles or/and between transport modes." + "transvasement" "An aquaduct to transport water from one river basin to another one, to solve problems of hydrographic imbalance. It can decrease floods, moving the water to lands with droughts." + "trattoria" "A restaurant which is of Italian cultural origin and which is generally less formal than an Italian ristorante, but more formal than an osteria." + "traumatic intensive care unit facility" "An intensive care unit facility which is used to provide medical care for trauma patients." + "trench" "A trench is a type of excavation or depression in the ground that is generally deeper than it is wide (as opposed to a wider gully or ditch), and narrow compared to its length (as opposed to a simple hole)." + "tributary" "A stream or river which flows into another river (a parent river) or body of water but which may not flow directly into the sea." + "trimethylamine enriched soil" "A portion of trimethylamine enriched soil is a portion of soil with elevated levels of trimethylamine." + "tropical biome" "A biome which is subject to tropical climatic conditions." + "tropical broadleaf forest" "A broadleaf forest which is subject to tropical climate conditions." + "tropical broadleaf forest biome" "A tropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical coniferous forest biome" "A coniferous forest biome which is subject to tropical climate patterns." + "tropical deciduous broadleaf forest" "A deciduous broadleaf forest which is subject to tropical climate patterns." + "tropical desert biome" "A tropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, very high insolation due to inhibited cloud formation, and very low precipitation. Tropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "tropical dry broadleaf forest" "A tropical broadleaf forest which 1) s subject to a year-round warm climate 2) may receive several hundred centimeters or rain per year and 3) are subject to long dry seasons which last several months." + "tropical dry broadleaf forest biome" "A tropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical forest" "A forest ecosystem which is subject to tropical climate conditions." + "tropical freshwater swamp forest" "A freshwater swamp forest which is subject to tropical climate patterns." + "tropical grassland" "A grassland ecosystem which is subject to tropical climatic conditions." "tropical grassland biome" - "tropical lower montane forest" - "tropical lowland evergreen broadleaf rain forest" + "tropical lower montane forest" "A montane forest which is located in a region subject to tropical climate patterns modulated by sufficient elevation to encounter lower montane climatic patterns." + "tropical lowland evergreen broadleaf rain forest" "A broadleaf forest which is subject to tropical climate patterns with high rainfall, is located in a lowland area, and is dominated by plants which retain their leaves throughout the year." "tropical mangrove" - "tropical marginal sea biome" - "tropical marine coral reef biome" - "tropical marine semi-evergreen forest" - "tropical marine upwelling biome" - "tropical mixed broadleaf forest" - "tropical mixed forest" - "tropical mixed forest biome" - "tropical mixed needleleaf forest" - "tropical moist broadleaf forest" - "tropical moist broadleaf forest biome" - "tropical mountain" - "tropical needleleaf forest" - "tropical savanna biome" - "tropical sclerophyllous dry forest" - "tropical semi-deciduous broadleaf forest" + "tropical marginal sea biome" "A marginal sea biome which is located in a region with a tropical climate." + "tropical marine coral reef biome" "A marine coral reef biome which is located in a region with a tropical climate." + "tropical marine semi-evergreen forest" "A semi-evergreen forest is a forest which undergoes a long dry season and, as a consequence, has a two-storey layer structure, a dry canopy, a leaf litter layer that only decays during moist periods trees with very small leaves or which shed their leaves to conserve water and which flower during the dry season and grow during the wet season." + "tropical marine upwelling biome" "A marine upwelling biome which is subject to tropical climate patterns." + "tropical mixed broadleaf forest" "A tropical mixed broadleaf forest which has communities of trees composed primarily of species with broad leaves." + "tropical mixed forest" "A mixed forest which is subject to tropical climatic conditions." + "tropical mixed forest biome" "A tropical mixed forest in which dominant ecological communities have reached their climax successional state." + "tropical mixed needleleaf forest" "A mixed needleleaf forest which has communities of trees composed primarily of species with needle-like leaves (e.g. conifers)." + "tropical moist broadleaf forest" "A tropical broadleaf forest which 1) has low variability in annual temperature, 2) high levels of rainfall (>200 centimeter annually), and 3) has tree communities dominated by semi-evergreen and evergreen species." + "tropical moist broadleaf forest biome" "A tropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical mountain" "A mountain that is part of a tropical environment." + "tropical needleleaf forest" "A needleleaf forest which is subject to tropical climate patterns." + "tropical savanna biome" "A savanna biome which is subject to tropical climate patterns." + "tropical sclerophyllous dry forest" "A sclerophyllous forest which is subject to tropical climate patterns." + "tropical semi-deciduous broadleaf forest" "A semi-deciduous broadleaf forest which is subject to tropical climate patterns." "tropical semi-evergreen moist broadleaf forest" - "tropical shrubland biome" - "tropical soil" + "tropical shrubland biome" "A shrubland biome which is subject to tropical climate patterns." + "tropical soil" "Soil which is part of a tropical environment." "tropical thorn forest" - "tropical upper montane forest" - "tropical woodland biome" - "trough" - "tube well" - "tuff cone" - "tundra biome" - "tundra ecosystem" - "tunnel" - "tunnel valley" - "turbulent aquatic surface layer" - "turlough" - "tuya" - "ultisol" - "umbrisol" - "unburnt-brick exterior wall" - "underground irrigation canal" - "underground lake" - "underground river" - "underground stream" - "underground water body" - "undersea feature" - "undersea trough" - "understory" - "unexploded-ordnance dump" - "university building" - "university campus" - "upland soil" - "upwelling" - "uranium deposit" + "tropical upper montane forest" "A montane forest which is located in a region subject to tropical climate patterns modulated by sufficient elevation to encounter upper montane climate patterns." + "tropical woodland biome" "A woodland biome which is subject to tropical climate patterns." + "trough" "A linear structural depression that extends laterally over a distance, while being less steep than a trench. A trough can be a narrow basin or a geologic rift. There are various oceanic troughs, troughs found under oceans; examples include the rift along the mid-oceanic ridge and the Cayman Trough." + "tube well" "A water well in which a long, 100–200 millimetres-wide, stainless steel tube or pipe is bored into an underground aquifer to lift water using a pump." + "tuff cone" "A cone that is composed of consolidated volcanic ash." + "tundra biome" "A tundra ecosystem which is undergoing climactic ecological succession." + "tundra ecosystem" "An ecosystem which 1) typically has monthly average temperatures below 10 degrees Celsius 2) has a low evapotranspiration ratio 3) is dominated by treeless terrain, covered by communities of low-growing vegetation such as dwarf shrubs, sedges and grasses, mosses, and lichens, 4) contains areas of soil underlain by permafrost with a thin active layer and 5) occurs in both polar and alpine regions (i.e., both high latitudes and high altitudes), and 5) does not have permanent snow or ice cover." + "tunnel" "An underground or underwater passage." + "tunnel valley" "A deep but narrow valley with a 'U' shaped cross-section and frequently a 'U' shaped plan which is usually found filled with glacial till. It is formed when the edge of an ice mass advances up a slope. Its length may be appropriately measured in centimetres or kilometres, depending on the circumstances of formation." + "turbulent aquatic surface layer" "A turbulent surface layer of a water body maintained by strong currents setting over submerged ridges or shoals or by winds opposing a current." + "turlough" "A container of an intermittent lake unique to the limestone areas of Ireland, mostly west of the River Shannon. Most turloughs flood in the autumn, usually some time in October, and then dry up some time between April and July." + "tuya" "A distinctive, flat-topped, steep-sided volcano formed when lava erupts through a thick glacier or ice sheet." + "ultisol" "A soil which has high mineral content and which contain no calcareous material, have less than 10% weatherable minerals its surface layer, and have less than 35% base saturation throughout its volume." + "umbrisol" "Umbrisols are soils in which organic matter has accumulated within the mineral surface soil (in most cases with low base saturation) to the extent that it significantly affects the behaviour and utilization of the soil." + "unburnt-brick exterior wall" "An unburnt brick exterior wall is an exterior wall that is built from unburnt bricks." + "underground irrigation canal" "A gently inclined underground tunnel bringing water for irrigation from an aquifer." + "underground lake" "A lake which is formed under the surface of the Earth. Such a lake may be associated with caves and aquifers and springs." + "underground river" "A river that is under the surface of the Earth." + "underground stream" "A stream that is under the surface of the Earth." + "underground water body" "A geographical feature associated with water that is under the surface of the earth." + "undersea feature" "A hydrographic feature which is located below the surface of a marine water body." + "undersea trough" "An undersea trough is a trough which is below a marine water body." + "unexploded-ordnance dump" "A dump which contains ammunition, or other material intended for use during combat, that still has the potential to explode." + "university building" "An institutional building in which university services are performed." + "university campus" "An area of land on which a college or university and related institutional buildings are situated." + "upland soil" "Soil which is part of some elevated land." + "upwelling" "MERGED DEFINITION:\nTARGET DEFINITION: An oceanographic feature that involves wind-driven motion of dense, cooler, and usually nutrient-rich water towards the ocean surface, replacing the warmer, usually nutrient-deplete surface water.\n--------------------\nSOURCE DEFINITION: A marine upwelling is a net flow of marine water to the surface of the water column from deeper regions. This is often a result of surface water displacement off continental coasts by wind action. Localised upwellings may also occur along divergent fronts around eddies and along some of the major oceanographic features. Deeper waters often have higher nutrient content; consequently blooms of primary producers, such as planktonic algae, are generally observed around upwelling zones." + "uranium deposit" "A mineral deposit that contains uranium ore." "uranium mine" - "urban biome" - "urea enriched soil" - "urology unit facility" - "utility line" - "vadose cave" - "valley" - "vegetable garden soil" - "vegetated area" - "vegetated hill" - "vein" - "vertisol" - "veterinary facility" - "village" - "village biome" - "vineyard" - "volcanic arc" - "volcanic cave" - "volcanic cone" - "volcanic crater" - "volcanic crater lake" - "volcanic dike" - "volcanic feature" - "volcanic field" - "volcanic fissure" - "volcanic soil" - "volcano" - "wadi" - "wadi mouth" - "walk-in clinic" - "warehouse" - "warehouse" - "warm monomictic lake" - "warm polymictic lake" + "urban biome" "An urban biome is a dense settlement biome which has been urbanised." + "urea enriched soil" "A portion of urea enriched soil is a portion of soil with elevated levels of urea." + "urology unit facility" "A hospital unit facility which is used to provide urological medicine services." + "utility line" "A cable used to trasmit electricity from its point of production to its point of consumption." + "vadose cave" "A cave which is within a vadose zone." + "valley" "A depression which has been formed as a result of erosion by water or ice and which is low-lying, bordered by higher ground, and especially elongate." + "vegetable garden soil" "Garden soil which is part of a garden used for the cultivation of vegetables." + "vegetated area" "A vegetated area is a geographic feature which has ground cover dominated by plant communities." + "vegetated hill" "A hill which has a surface that is partially or wholly covered by plant communities." + "vein" "A vein is a geological fracture which is filled with minerals precipitated out of an aqueous solution." + "vertisol" "A soil in which there is a high content of expansive clay known as montmorillonite that forms deep cracks in drier seasons or years. Alternate shrinking and swelling causes self-mulching, where the soil material consistently mixes itself, causing vertisols to have an extremely deep A horizon and no B horizon." + "veterinary facility" "A healthcare facility which is used to provide healthcare services to animals." + "village" "A village is a clustered human settlement or community, larger than a hamlet but smaller than a town, with a population ranging from a few hundred to a few thousand. Though often located in rural areas, the term urban village is also applied to certain urban neighbourhoods. Villages are normally permanent, with fixed dwellings; however, transient villages can occur. Further, the dwellings of a village are fairly close to one another, not scattered broadly over the landscape, as a dispersed settlement." + "village biome" "A village biome is an anthropogenic terrestrial biome which contains settlements such as villages, towns, and/or small cities and which is primarily used for agricultural activity." + "vineyard" "A place where grapes are grown for making wine, raisins or table grapes." + "volcanic arc" "A chain of volcanic islands or mountains formed by plate tectonics as an oceanic tectonic plate subducts under another tectonic plate and produces magma." + "volcanic cave" "A cave formed in volcanic rock." + "volcanic cone" "Built by fragments (called ejecta) thrown up (ejected) from a volcanic vent, piling up around the vent in the shape of a cone with a central crater." + "volcanic crater" "A crater formed by a volcano, within which occurs a vent (or vents) from which magma erupts as gases, lava, and ejecta." + "volcanic crater lake" "A lake contained within a volcanic crater." + "volcanic dike" "An intrusive igneous body. Its thickness is usually much smaller than its other two dimensions. Thickness can vary from sub-centimeter scale to many meters in thickness and the lateral dimensions can extend over many kilometers. A dike is an intrusion into a cross-cutting fissure, meaning a dike cuts across other pre-existing layers or bodies of rock, this means that a dike is always younger than the rocks that contain it. Dikes are usually high angle to near vertical in orientation, but subsequent tectonic deformation may rotate the sequence of strata through which the dike lies so that the latter becomes horizontal." + "volcanic feature" "A part of an astronomical body associated with a volcano - an opening, or rupture, in that body's surface or crust - which allows hot, molten rock, ash and gases to escape from deep below the surface." + "volcanic field" "A geothermal field which is prone to localized volcanic activity." + "volcanic fissure" "A linear volcanic vent through which lava erupts, usually without any explosive activity. The vent is usually a few meters wide and may be many kilometers long. Fissure vents can cause large flood basalts and hannels. The volcano can usually be seen as a crack in the ground or on the ocean floor. Narrow fissures can be filled in with lava that hardens." + "volcanic soil" "An andosol which derives its silica content from glass and tephra ejected during a volcanic eruption." + "volcano" "An opening, or rupture, in the Earth's surface or crust, which allows hot, molten rock, ash and gases to escape from deep below the surface." + "wadi" "A valley or ravine, bounded by relatively steep banks, which in the rainy season becomes a watercourse." + "wadi mouth" "The lower terminus of a wadi where it widens into an adjoining floodplain, depression, or water body." + "walk-in clinic" "A medical clinic which is used to provide services to walk-in patients." + "warehouse" "A warehouse is a building which is used for the storage of goods." + "warehouse" "An industrial building which is used to store goods." + "warm monomictic lake" "A monomictic lake which does not freeze and is thermally stratified throughout most of the year, only mixing in winter when cooler temperatures ease stratification." + "warm polymictic lake" "A warm polymictic lake is a polymictic lake which is not covered by ice at any point during the year." "warm seep" "warm surface current" - "waste stabilization pond" + "waste stabilization pond" "A human construction which confines wastewater in a depression enclosed by earthen structures." "waste treatment plant" "wastewater treatment plant" - "water body" - "water column" - "water column exposed melt pond" - "water current" - "water ice core" - "water ice layer" - "water ice surface layer" - "water intake" - "water mass" - "water mass front" - "water table" - "water trough" - "water well" + "water body" "An accumulation of water of varying size." + "water column" "A liquid astronomical body part which 1) vertically spans a water body and 2) has fiat boundaries approximating a columnar shape." + "water column exposed melt pond" "A melt pond which is formed close to that part of an ice mass which is in contact with some underlying water body, and which has channels connecting it to that water body." + "water current" "A hydroform which is maintained by a continuous, directed movement of water, generated by disequilibria in a water mass." + "water ice core" "An ice mass which has been drilled from an accumulation of snow and ice that has built up over many years and that has recrystallized and has trapped air bubbles from previous time periods." + "water ice layer" "A solid layer which is primarily composed of some water-based ice." + "water ice surface layer" "An ice surface layer which is primarily composed of water ice." + "water intake" "A hydraulic-engineering installation which transports water - in specified amounts, of a specified quality, and in accordance with a water-consumption plan - from a source of supply into a conduit." + "water mass" "A mass of water." + "water table" "A surface layer which is 1) part of a phreatic zone in contact with a vadose zone and 2) contains interstitial water with a pressure head equal to atmospheric pressure." + "water trough" "An anthropogenic geographic feature consisting of a receptacle intended to provide drinking water to animals." + "water well" "A well which provides access to groundwater held in an aquifer." "water-based planetary surface" - "watercourse" - "waterfall" - "waterhole" - "watershed" - "waterspout" - "wave-cut platform" - "weapons test site" - "weir" - "well" - "well-mixed estuary" - "western boundary current" - "wet market" - "wet meadow ecosystem" - "wetland area" - "whirlpool" - "white smoker" - "wind farm" - "wing dam" - "winter sports facility" - "wooden building floor" - "wooden building roof" - "woodland area" - "woodland biome" - "woodland canopy" - "woodland clearing" - "woodland ecosystem" - "xeric basin biome" + "watercourse" "A flowing body of water." + "waterfall" "A sudden descent of water over a step or ledge in the bed of a river." + "waterhole" "A pond, often temporary or seasonal, used as a drinking place by mammals and birds." + "watershed" "The separation between neighbouring drainage basins (catchments). In hilly country, the divide lies along topographical peaks and ridges, but in flat country or on a high plateau (especially where the ground is marshy) the divide may be invisible - just a more or less notional line on the ground on either side of which falling raindrops will start a journey to different rivers, and even to different sides of a country or continent." + "waterspout" "A tornado which connects a cumulus or cumulonimbus cloud to a body of water, often transporting water from that water body along the spiraling winds constituting its vortex." + "wave-cut platform" "The narrow flat area often seen at the base of a sea cliff caused by the action of the waves." + "weapons test site" "A region at which weapons, typically military, are tested." + "weir" "A low obstruction built across the path of s stream to raise its level." + "well" "A cylindrical hole, pit, or tunnel drilled or dug down to a depth from which water, oil, or gas can be pumped or brought to the surface." + "well-mixed estuary" "An estuary in which mixing by tidal forcing exceeds the force of riverine output, resulting in thorough homogenisation of the estuary's water column and the disappearance of a vertical salinity gradient and the freshwater-seawater boundary." + "western boundary current" "A warm water, narrow marine surface current flowing from the equator to high latitudes at speeds between 40 and 120 kilometers per day. Western boundary currents are the deepest ocean surface flows, usually extending 1000 meters below the ocean surface." + "wet market" "A market which is used for the sale and purchase of perishable goods." + "wet meadow ecosystem" "A wet meadow is a type of wetland with soils that are saturated with water for part or all of the growing season." + "wetland area" "An vegetated area which overlaps a wetland ecosystem." + "whirlpool" "A large, swirling body of water produced by ocean tides." + "white smoker" "A hydrothermal vent found on the ocean floor which emits lighter-hued minerals, such as those containing barium, calcium and silicon. These alkaline hydrothermal vents also continuously generate acetyl thioesters, providing both the starting point for more complex organic molecules and the energy needed to produce them." + "wind farm" "A power plant which is a group of wind turbines in the same location used to produce electricity." + "wing dam" "A dam that only partly restricts a waterway, creating a faster channel that resists the accumulation of sediment." + "winter sports facility" "A sports facility constructed for skiing and allied sports that require snow and/or ice." + "wooden building floor" "A wooden building floor is a building floor that is composed primarily of wood." + "wooden building roof" "A wooden building roof is a building roof that is built from wood." + "woodland area" "Land having a cover of trees, shrubs, or both." + "woodland biome" "A woodland biome is a terrestrial biome which includes, across its entire spatial extent, woody plants spaced sufficiently far apart to allow light penetration to support communities of herbaceous plants or shrubs living closer to the woodland floor." + "woodland canopy" "A canopy which is part of a woodland ecosystem." + "woodland clearing" "A tract of land which has few or no trees and is surrounded by more heavily wooded areas." + "woodland ecosystem" "An ecosystem which is determined by communities of plants with a tree growth form and in which members of those communities are spaced sufficiently far apart to allow sunlight to illuminate the understory." + "xeric basin biome" "A biome which has little permanent surface water and a low relative abundance of springs." "xeric shrubland biome" - "xylene contaminated soil" - "yard" - "young ice" - "zoological garden" + "xylene contaminated soil" "Soil which has elevated concentrations of xylene." + "yard" "An anthropogenic geographic feature which consists of land immediately adjacent to a building or a group of buildings." + "young ice" "A sea ice floe which is inflexible and thicker than nilas." + "zoological garden" "A facility in which animals are confined within enclosures and displayed to the public, and in which they may also be bred." diff --git a/src/ontology/subsets/manufactured-products.tsv b/src/ontology/subsets/manufactured-products.tsv index 464f2d3..d5e3235 100644 --- a/src/ontology/subsets/manufactured-products.tsv +++ b/src/ontology/subsets/manufactured-products.tsv @@ -1,254 +1,254 @@ ?class ?label ?definition - "India ink" - "abandoned fishing gear" - "acrylic paint medium" - "active anaerobic enrichment culturing unit" - "active enrichment culturing unit" - "active sulphate-reducing enrichment culturing unit" - "adobe" - "aerobic bioreactor" - "aerobic sulfide-oxidizing bioreactor" - "air conditioning unit" - "air filter" - "air vent" - "aircraft" - "airplane" - "ambulance" - "anaerobic bioreactor" - "anaerobic dechlorinating bioreactor" - "anaerobic sludge blanket reactor" - "animal cage" - "animal manure product" - "animal trap" - "animal-drawn cart" - "aquarium" - "aqueous inkjet printer ink" - "automated teller machine" - "automatic transmission fluid" - "ballast tank" - "bathtub fixture" - "battery-powered electric lamp" - "bed base" - "bed frame" - "bedclothing" - "bench" - "bicycle" - "biofilter" - "biological product" - "biomaterial containment unit" - "biomaterial culturing unit" - "bioreactor" - "boat" - "bottle" - "brake fluid" - "brick" - "brick material" - "broiler" - "buoy" - "burnt brick" - "bus" - "cabinet" - "candle" - "car" - "cart" - "cassette player" - "cell culturing unit" - "central-draught lamp" - "chair" - "chemical product" - "chemical toilet fixture" - "chopstick" - "cleaning agent" - "clock" - "closed ecological system" - "cloth" - "clothes dryer" - "cold-blast paraffin lantern" - "compost biofilter" - "composting toilet" - "concrete masonry unit" - "container" - "control panel" - "conveyor belt" - "conveyor belt component" - "conveyor roller" - "cosmetic product" - "creosote" - "cup" - "cupboard" - "currency note" - "dead flame paraffin lantern" - "degreaser" - "desk" - "device" - "discarded fishing gear" - "domestic solar panel array" - "door" - "door handle" - "dry pitfall trap" - "dry toilet fixture" - "dryer" - "dye" - "eating utensil" - "electric lamp" - "electric power system" - "electrical switch" - "enamel thinner" - "enrichment culturing unit" - "equipment frame" - "equipment leg" - "face cream product" - "fermentation starter" - "ferry" - "fishing gear" - "flat-wick lamp" - "flush toilet fixture" - "food truck" - "fork" - "fountain pen ink" - "fracking liquid" - "framed bed" - "fresh water aquarium" - "gel ink" - "hand tool" - "hot tub" - "hot-blast paraffin lantern" - "hydraulic fluid" - "hypodermic needle" - "iron sheet" - "lacquer" - "lamp" - "landline telephone" - "lantern" - "latrine" - "latrine slab" - "leather dye" - "letter paper" - "light switch" - "locker" - "lost fishing gear" - "mantle lamp" - "manufactured cage" - "manufactured product" - "manufacturing equipment" - "masonry unit" - "mattress" - "medical instrument" - "membrane bioreactor" - "merchant vessel" - "mesocosm" - "methyl cellulose paste" - "microcosm" - "mobile intensive care ambulance" - "mobile phone" - "motor" - "motor boat" - "motor oil" - "motor vehicle" - "motorcycle" - "motorscooter" - "naphtha" - "nurse call button" - "oil paint thinner" - "oil tank" - "packaging equipment" - "packaging machine" - "paint thinner" - "pallet" - "paper dye" - "paper product" - "paraffin lamp" - "paraffin lantern" - "passenger train" - "peeler" - "permanent hair dye" - "pharmaceutical ink" - "photobioreactor" - "photovoltaic system" - "piece of furniture" - "pit latrine" - "pit latrine with slab floor" - "pitfall trap" - "plant pot" - "plumbing fixture" - "pour-flush pit latrine" - "pour-flush toilet fixture" - "pressure lamp" - "processed tobacco" - "public bus" - "public ferry" - "public subway train" - "public train" - "public utility line" - "pump" - "radio device" - "recreational cruise ship" - "refined asphalt" - "refrigerator" - "resin (gum) varnish" - "rubber cement" - "saline water aquarium" - "sewing table" - "sheet of paper" - "shower curtain" - "shower fixture" - "shredder" - "sink fixture" - "smokeless tobacco" - "sofa" - "solar panel array" - "soy ink" - "space station" - "spacecraft" - "spoon" - "squeegee" - "stable bandage" - "stain" - "stainless steel" - "steel" - "subway train" - "sugarcane vinasse" - "switch" - "table" - "taxicab" - "telephone" - "television set" - "terrarium" - "textile" - "textile dye" - "thermophilic anaerobic methanogenic reactor" - "tile" - "tissue paper" - "toilet bowl" - "toilet fixture" - "tote bag" - "tote bin" - "touchscreen" - "train" - "train car" - "transport boat" - "tray" - "truck" - "tubular paraffin lantern" - "turpentine" - "umbrella" - "unburnt brick" - "utensil" - "utility line" - "vacuum cleaner" - "varnish" - "vehicle" - "ventilated improved pit latrine" - "vinasse" - "vitreous enamel" - "vivarium" - "water filter" - "water tank" - "water tap" - "water truck" - "watercraft" - "wet pitfall trap" - "wheel" - "window" - "wood stain" - "wrench" + "India ink" "A black or colored ink which is 1) used for writing, printing, and drawing and 2) made from fine soot (lampblack) and water." + "abandoned fishing gear" "Fishing gear which is not under the control of or maintained by its custodian." + "acrylic paint medium" "A liquid, gel, or paste that can be mixed into acrylic paint to alter paint consistency and properties." + "active anaerobic enrichment culturing unit" "An active enrichment culturing unit which contains environmental material maintained under conditions with no free oxygen." + "active enrichment culturing unit" "An enrichment culturing unit which contains environmental material bearing ecological assemblages undergoing selection through experimentally imposed conditions." + "active sulphate-reducing enrichment culturing unit" "An active enrichment culturing unit which contains environmental material maintained under conditions that favour the reduction of sulphate." + "adobe" "A natural building material mode from sand, clay, water, and some kind of fibrous or organic material (sticks, straw, and/or manure)." + "aerobic bioreactor" "A bioreactor in which the contained material is well-oxygenated." + "aerobic sulfide-oxidizing bioreactor" "An aerobic bioreactive which contains microbial communities capable of sulfide oxidation." + "air conditioning unit" "A manufactuered product which is capable of removing heat and controlling the humidity of the air within a site." + "air filter" "An air filter is a device that removes some substance from air." + "air vent" "A manufactured product consisting of a duct opening which allows air to circulate." + "aircraft" "A vehicle which is able to travel through air in an atmosphere." + "airplane" "An aircraft which 1) has fixed wings and 2) is propelled by a thrust from a jet engine, propeller, or rocket engine." + "ambulance" "A motor vehicle which is equipped with medical equipment and can be used to transport humans to treatment facilities." + "anaerobic bioreactor" "A bioreactor in which the contained material is not oxygenated (i.e. void of biologically consequential free oxygen)" + "anaerobic dechlorinating bioreactor" "A device or system that supports a biologically active environment. A vessel in which is carried out a chemical process which involves organisms or biochemically active substances derived from such organisms. This process can either be aerobic or anaerobic." + "anaerobic sludge blanket reactor" "An anaerobic bioreactor which is capable of treating wastewater through the action of methanogenic microbes which form a blanket of sludge due to the upward flow in the reactor." + "animal cage" "A manufactured cage which may be used to confine, contain, or protect an animal." + "animal manure product" "A product which is composed primarily of animal manure that has been heat treated and packaged as a product for commercial or consumer use." + "animal trap" "A manufactured product which is designed to catch and hold animals." + "animal-drawn cart" "An animal-drawn cart is a cart which is attached to one or more working or draught animals." + "aquarium" "An aquarium is a vivarium which simulates the submerged portions of an aquatic environment" + "aqueous inkjet printer ink" "A colorant fluid which is 1) manufactured, 2) primarily composed of water, as well as glycol, and dye, and 3) intended for use in inkjet printers." + "automated teller machine" "An electronic telecommunications device that enables the customers of a financial institution to perform financial transactions, particularly cash withdrawal, without the need for a human cashier, clerk or bank teller." + "automatic transmission fluid" "Fluid used for valve operation, brake band friction, and gear lubrication within an automatic vehicle transmission." + "ballast tank" "A ballast tank is a compartment within a boat, ship or other floating structure that holds water, which is used as ballast to provide stability for a vessel." + "bathtub fixture" "A plumbing fixture which may serve as a container for water in which humans or other animals may bathe." + "battery-powered electric lamp" "A battery-powered electric lamp is an electric lamp which draws its power from a device composed of two or more electrochemical cells that convert stored chemical energy into electrical energy." + "bed base" "A bed base is a piece of furniture which supports a mattress." + "bed frame" "A bed frame is a piece of furniture which is used to position a mattress and bed base and may include a means of supporting a canopy." + "bedclothing" "Bedclothing is a textile covering used on a bed as a sheet, blanket, or pillowcase." + "bench" "A bench is a piece of furniture, on which several people may sit at the same time." + "bicycle" "A bicycle is a human-powered, pedal-driven, single-track vehicle, having two wheels attached to a frame, one behind the other." + "biofilter" "A bioreactor which captures and, through the biological processes maintained in the medium it contains, degrades pollutants." + "biological product" "A biological product is an environmental substrate comprised of any virus, therapeutic serum, toxin, antitoxin, or analogous product available to prevent, treat or cure diseases or injuries in man." + "biomaterial containment unit" "A manufactured product which has been designed to contain a mass of biomaterial." + "biomaterial culturing unit" "A biomaterial containment unit which is designed to allow the growth and propagation of the biomaterial it contains." + "bioreactor" "A biomaterial containment unit which is capable of 1) containing a mass of environmental material which hosts an active collection of organisms and 2) maintaining conditions which are conducive to one or more metabolic activities of the organisms it contains." + "boat" "A boat is a watercraft of any size which is able to float or plane on water." + "bottle" "A container which is typically made of glass or plastic and having a tapered neck, used primarily for holding liquids." + "brake fluid" "A hydraulic fluid which is 1) used in hydraulic brake and hydraulic clutch applications in vehicles to amplify braking force and 2) composed primarily of ethylene glycol, polyglycols, silicone fluids, and isobutyl alcohol." + "brick" "A brick is a masonry unit which is composed of kneaded clay-bearing soil, expanded clay aggregate, sand and lime, or concrete material, fire-hardened or air-dried." + "brick material" "A portion of brick material is a material derived from a brick which is composed of kneaded clay-bearing soil, expanded clay aggregate, sand and lime, or concrete that has been fire-hardened or air-dried." + "broiler" "A part of an oven or a small stove used to broil food." + "buoy" "A manufactured product which floats in water and can be used a navigational marker among other purposes." + "burnt brick" "A burnt brick is a brick which has been dried at an elvated temperature in a kiln, furnace, or with similar technology ." + "bus" "A bus is a road vehicle designed to carry many passengers." + "cabinet" "A cabinet is a roughly cuboidal piece of furniture which is used to store miscellaneous items in compartments accessible through doors or drawers." + "candle" "A candle is a lamp composed of a wax within which an ignitable wick is embedded." + "car" "A car is a wheeled motor vehicle used primarily for the transportation of human passengers. Most definitions of the term specify that cars are designed to run primarily on roads, to have seating for one to eight people, to typically have four wheels, and to be constructed principally for the transport of people rather than goods." + "cart" "A cart is a vehicle which has two wheels and is designed to transport human passengers or cargo." + "cassette player" "A cassette deck is a device capable of playing and recording audio compact cassettes." + "cell culturing unit" "A biomaterial culturing unit which is designed to promote the growth and propagation of cells in an artificial medium." + "central-draught lamp" "A central-draught lamp is a paraffin lamp which burns a parrafin saturated, tubular wick contained between two structural tubes and supplied with oxygen by a central draught of air through the innermost of these tube." + "chair" "A chair is a piece of furniture with a raised surface commonly used to seat a single person." + "chemical product" "A manufactured product that is some mixture of chemicals created through some chemical engineering process" + "chemical toilet fixture" "A chemical toilet fixture is a toilet fixture which uses chemicals to deodorise and treat excreta which is stored in the fixture." + "chopstick" "An eating utensil which is a thin stick used in equal length pairs to manipulate food and bring it into a mouth." + "cleaning agent" "A liquid, powder, spray, or granule used to remove dirt, including dust, stains, bad smells, and clutter on surfaces." + "clock" "A clock is an instrument which may indicate, keep, and/or co-ordinate time." + "closed ecological system" "A closed ecological system is a vivarium which does not rely on matter exchange with any part outside the system." + "cloth" "A textile comprised of a pliable material made usually by weaving, felting, or knitting natural or synthetic fibers and filaments." + "clothes dryer" "A dryer that is used to remove moisture from textiles." + "cold-blast paraffin lantern" "A cold-blast paraffin lantern is a tubular paraffin lantern which collects cool air from around the top of the lantern globe and circulates it, through metal tubes, to the burning wick." + "compost biofilter" "A biofilter which contains compost and avails of the microbial communities within it to degrade pollutants." + "composting toilet" "A composting toilet fixture is a dry toilet fixture in which managed, aerobic decomposition converts human excreta into organic matter suitable for the fertilisation or amendment of soils." + "concrete masonry unit" "A concrete masonry unit is a large, rectangular masonry unit primarily composed of concrete." + "container" "A device that can be used to restrict the location of material entities over time" + "control panel" "A manufactured product consisting of a panel on which control or monitoring instruments are set." + "conveyor belt" "A device consisting of a continuous flexible band moved by a series of rollers to transport objects or material from one place to another." + "conveyor belt component" "A manufactured product which is 1) an endless belt of flexible material stretched between two drums; 2) conveys material between drum locations." + "conveyor roller" "A manufactured product which is a cylindrical (or approximately cylindrical) item used under a heavy object to facilitate moving it." + "cosmetic product" "A manufactured product which has been formulated to modifying the appearance of external human anatomical parts." + "creosote" "The portion of chemical products obtained by the distillation of a tar that remains heavier than water, notably useful for its anti-septic and preservative properties" + "cup" "A utensil which is a hand-sized container with an open top." + "cupboard" "A cupboard is a cabinet which is used indoors to store household objects such as food, crockery, textiles and liquor, and to protect them from dust and dirt" + "currency note" "A paper product which is used as legal tender in economic or other monetary trasactions." + "dead flame paraffin lantern" "A dead-flame paraffin lantern is a paraffin lantern which has a wick housed in a glass globe with airflow channelled upwards by vents below the burning wick and an open chimney above it." + "degreaser" "A cleaning agent which 1) contains organic solvents and 2) dissolves oils and fats for the removal of grease." + "desk" "A desk is a table which is intended for information-manipulation tasks, including writing and use of interactive electronics." + "device" "A material entity that is designed to perform a function in a scientific investigation, but is not a reagent." + "discarded fishing gear" "Abandoned fishing gear which was intentionally left unmaintained and uncontrolled by its custodian." + "domestic solar panel array" "A solar panel array that is integrated into the power system of a human dwelling." + "door" "A manufactured product which is composed of a hinged, sliding, or revolving barrier which is installed at the entrance to a building, room, vehicle, or in the framework of a cabinet." + "door handle" "A manufactured product consisting of a handle used to open or close a door." + "dry pitfall trap" "A pitfall trap in which a glass, plastic, or metal container devoid of accumulations of any liquid is used to contain any animal that falls inside." + "dry toilet fixture" "A toilet fixture which uses little to no water; excreta is removed manually or composted in situ." + "dryer" "A device designed to remove water or humidity." + "dye" "A coloured substance that chemically bonds to the substrate to which it is being applied" + "eating utensil" "A utensil used for consuming food." + "electric lamp" "An electric lamp is a lamp which produces light from electricity." + "electric power system" "An electric power system is a network of electrical components used to supply, transfer and use electric power." + "electrical switch" "A manufactured product which is capable of connecting or disconnecting the conducting path in an electrical circuit, interrupting the electric current or diverting it from one conductor to another." + "enamel thinner" "A paint thinner specific for altering the viscosity of enamel paints." + "enrichment culturing unit" "A biomaterial culturing unit which is designed to promote the growth of selected cell populations (often at the expense of others) within a community by altering the conditions of the environment within its confines." + "equipment frame" "A manufactured product which is a structural system on which equipment components are mounted." + "equipment leg" "A manufactured product which positions a piece of equipment above a surface." + "face cream product" "A cosmetic product which has been formulated 2) to have a viscous, fatty, liquid consistency resembling the fat-rich component of milk and 2) to be applied to human facial skin to modify its appearance or functioning." + "fermentation starter" "A manufactured product which assists starting a fermentation process which is intended to prepare foods and alcoholic drinks." + "ferry" "A merchant vessel which is used to carry passengers, vehicles, or cargo across a body of water." + "fishing gear" "A manufactured product which is used for fishing." + "flat-wick lamp" "A flat-wick lamp is a simple type of paraffin lamp, which burns paraffin drawn up through a wick by capillary action." + "flush toilet fixture" "A toilet fixture which uses water to flush liquid and solid excreta into a sewage containment or processing facility through a drainpipe." + "food truck" "A truck which is equipped to cook and sell food." + "fork" "An eating utensil with spikes used to put solid food into the mouth, or to hold food down while cutting." + "fountain pen ink" "Water based ink intended for use with fountain ink pens." + "fracking liquid" "A liquid environmental material which is composed primarily of water ammended with thickening agents and proppants." + "framed bed" "A framed bed is a piece of furniture which is composed of a mattress supported by a bed base and held in place by a bed frame." + "fresh water aquarium" "A fresh water aquarium is an aquarium which contains fresh water as its primary ecological medium." + "gel ink" "A colorant fluid which is 1) manufactured and 2) composed of copper phthalocyanine, iron oxides, water, and biopolymers." + "hand tool" "A manufactured product which has been designed to 1) allow a human to do work more efficiently and 2) be used in a hand-held fashion." + "hot tub" "A manufactured product which may hold a volume of heated water suitable for one or more humans to bathe in, usually for the purposes of hydrotherapy or pleasure." + "hot-blast paraffin lantern" "A hot-blast paraffin lantern is a tubular paraffin lantern which collects hot air from the top of the lantern globe and circulates it, through metal tubes, to the burning wick." + "hydraulic fluid" "A medium by which power is transferred in hydraulic machinery." + "hypodermic needle" "A hypodermic needle is a medical instrument made from a hollow needle. It is commonly used with a syringe to inject substances into the body of an organism." + "iron sheet" "An iron sheet is a mass of iron which has been forged into a roughly planar form of less than 6 millimetres in thickness." + "lacquer" "A category of hard and potentially shiny (clear or colored) finishes which can be applied to materials including wood or metal." + "lamp" "A lamp is an object which generates heat, light, or any other form of radiation." + "landline telephone" "A landline telephone is a telephone which is connected to a telephone network with wires through which electronic signals are carried." + "lantern" "A lantern is a portable device or mounted fixture comprising a light source protected by a translucent case." + "latrine" "A latrine is a toilet which is of simple construction (relative to a flush or chemical toilet) and typically intended for communal use." + "latrine slab" "A latrine slab is a broad, flat, thick piece of solid material (typically stone or concrete) used as the floor of a latrine and which includes a hole through which excreta are deposited into a latrine pit." + "leather dye" "Pigments carried by solvents or water which are applied to leather to be absorbed into the pores of the leather to deposit coloration." + "letter paper" "A paper product which has been manufactured to facilitate the writing of letters." + "light switch" "A switch which turns a light on or off." + "locker" "A manufactured product which is a storage compartment with a lock." + "lost fishing gear" "Abandoned fishing gear which was unintentionally left unmaintained and uncontrolled by its custodian." + "mantle lamp" "A mantle lamp is a central-draught lamp which includes a pear-shaped, fabric mesh containing thorium or other rare-earth salts placed over the burner. On first use the fabric burns away and the rare-earth salts are converted to oxides, leaving a very fragile structure which incandesces (glows brightly) upon exposure to the heat of the burner flame." + "manufactured cage" "A manufactured structure made of interspaced structural elements such as metal or wooden bars or wires held together such that they may be used to confine, contain, or protect something." + "manufactured product" "A material entity that has been processed by humans or their technology in any way, including intermediate products as well as final products." + "manufacturing equipment" "A manufactured product which is capable of some manufacturing process." + "masonry unit" "A masonry unit is a solid piece of material, usually with a regular shape, used as a component in the construction of buildings. Masonry units are usually composed of brick, stone, marble, granite, travertine, limestone, cast stone, concrete block, glass block, stucco, tile, or cob." + "mattress" "A mattress is a mass of material which is able to cushion and support a reclining body and is used as or on a bed." + "medical instrument" "A manufactured product which has been designed for use in one or more medical procedures." + "membrane bioreactor" "A bioreactor which has a membrane as a part" + "merchant vessel" "A transport boat which can be hired." + "mesocosm" "A mesocosm is a vivarium that is embedded within a natural environment and is used to place a relatively small part of that environment under experimental control for the purposes of scientific investigation." + "methyl cellulose paste" "An environmental material which is 1) composed primarily of methyl cellulose and water, and 2) formulated to fix wallpaper to walls." + "microcosm" "A microcosm is a vivarium within which a simple ecosystem is artificially established and used to simulate and predict the behaviour of natural ecosystems under controlled conditions." + "mobile intensive care ambulance" "An ambulance which is equiped to enable intensive care service provision." + "mobile phone" "A mobile phone is a telephone which transmits sound information to a mobile phone network via radio transmissions." + "motor" "A motor is a machine designed to convert one or more forms of energy into mechanical energy." + "motor boat" "A motor boat is a boat which is propelled by a motor." + "motor oil" "A lubricant for internal combustion engines which 1) reduces friction and wear 2) cleans the engine 3) neutralizes acids 4) improves sealing of piston rings, and 5) cools the engine." + "motor vehicle" "A motor vehicle is a vehicle which is propelled by an engine or motor and that does not operate on rails." + "motorcycle" "A motorcycle is a two- or three-wheeled motor vehicle." + "motorscooter" "A scooter or motor scooter is a motorcycle with step-through frame and a platform for the rider's feet." + "naphtha" "A flammable liquid hydrocarbon mixture produced from natural gas condensates, petroleum distillates, and the distillation of coal tar and peat." + "nurse call button" "A switch which allows patients in health care settings to alert a nurse or other health care staff member." + "oil paint thinner" "A solvent used to thin oil-based paints or clean up after their use." + "oil tank" "A manufactured container within which oil or other petrochemical products are stored and which these products are usually transported to end users or further storage facilities." + "packaging equipment" "A manufacturing equipment piece which is used to package material." + "packaging machine" "A device used in packaging operations." + "paint thinner" "A solvent that can dissolve paint and reduce viscosity of paint or \"thin\" it." + "pallet" "A manufactured product which is a flat transport structure that supports goods in a stable fashion while being lifted and/or moved." + "paper dye" "Dyes used for the coloration or brightening of paper." + "paper product" "A product which is composed primarily of paper." + "paraffin lamp" "A paraffin lamp is a type of lighting device which burns paraffin to generate light and heat." + "paraffin lantern" "A paraffin lantern is a lantern which houses a parrafin lamp in a structure of soldered or crimped-together sheet metal stampings and glass or other translucent material." + "passenger train" "A train which is capable of and used for passenger transport." + "peeler" "A hand tool used to remove the outer layer of vegetables and fruit, consisting of a handle attached to a metal blade with a slot with a sharp edge." + "permanent hair dye" "An environmental material which is 1) manufactured and 2) primarily composed of hydrogen peroxide and ammonia, and 3) when applied to hair, can alter the natural hair pigments for 6-8 weeks." + "pharmaceutical ink" "A colorant fluid which is 1) manufactured and 2) composed of alcohol, titanium dioxide, and propylene glycol." + "photobioreactor" "A bioreactor which utilizes a light source to cultivate phototrophic microorganisms." + "photovoltaic system" "A photovoltaic system is a power system designed to supply usable solar power by means of photovoltaics. It consists of an arrangement of several components, including solar panels to absorb and convert sunlight into electricity, a solar inverter to change the electric current from DC to AC, as well as mounting, cabling and other electrical accessories to set up a working system." + "piece of furniture" "A piece of furniture is a movable object intended to support various human activities such as seating (e.g., chairs, stools and sofas) and sleeping (e.g., beds)." + "pit latrine" "A pit latrine is a latrine which is constructed by digging a hole in the ground." + "pit latrine with slab floor" "A pit latrine with a slab floor is a pit latrine which has a latrine slab as a floor." + "pitfall trap" "An animal trap which consists of a container set flush with the ground such that animals moving along the ground may fall in and be available for examination or collection." + "plant pot" "A manufactured product which is designed to function as a container for growing plants." + "plumbing fixture" "An exchangeable device which can be connected to a plumbing system to deliver and drain water." + "pour-flush pit latrine" "A pit latrine which includes a water seal (U-trap or siphon) used over one or two offset pits instead of a plain hole or seat. Water is manually poured through the trap to flush excreta into the latrine pit." + "pour-flush toilet fixture" "A flush toilet fixture into which water is manually poured to dispose of excreta." + "pressure lamp" "A pressure lamp is a portable paraffin or oil lamp in which fuel is forced up into the mantle or burner by air pressure in the reservoir, which can be increased by pumping with a plunger." + "processed tobacco" "A manufactured product which is produced by curing, subsequent aging, slow oxidation and degradation of carotenoids in tobacco leaves." + "public bus" "A bus which is part of public infrastructure." + "public ferry" "A ferry which is owned by a government or other form of public representation." + "public subway train" "A subway train which is owned by a government or other form of public representation." + "public train" "A train which is owned by a government or other form of public representation." + "public utility line" "A utility line which services the public power grid." + "pump" "A device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action." + "radio device" "A device capable of receiving and/or transmitting information encoded in electromagnetic radiation through wave modulation." + "recreational cruise ship" "A boat which provides short-term residential and entertainment facilities to passengers." + "refined asphalt" "Refined asphalt is a sticky, black, and highly viscous liquid or semi-solid with a boiling point above 500 degrees Celsius, obtained from the fractional distillation of crude oil." + "refrigerator" "A refrigerator is a device which consists of a thermally insulated compartment and a mechanical, chemical, or electronic heat pump that transfers heat from the inside of the fridge to its external environment such that the inside of the fridge is cooled to a temperature below the ambient temperature of the room" + "resin (gum) varnish" "A varnish containing a natural, plant- or insect-derived substance dissolved in a solvent, called spirit varnish or solvent varnish." + "rubber cement" "An environmental material which is composed of elastic polymers mixed in a solvent." + "saline water aquarium" "A saline water aquarium is an aquarium which contains saline water as its primary ecological medium." + "sewing table" "A manufactured product consisting of a table or desk used for sewing." + "sheet of paper" "A paper product which is a thin sheet material made of processed cellulose fibres." + "shower curtain" "A manufactured product which is composed of flexible material and is intended to be hung such that it impedes the spray of water between a shower fixture and the rest of a room." + "shower fixture" "A plumbing fixture within which a human or other animal may bathe under a spray of water." + "shredder" "A manufactured product which is used for cutting crops, vegetables, wood, metal, paper documents, etc into small pieces." + "sink fixture" "A plumbing fixture which is bowl-shaped and used for washing hands, dishwashing, and other purposes." + "smokeless tobacco" "Processed tobacco which has been treated for use by placing it between the gum and cheek or lip, chewed, or sniffed, but not smoked." + "sofa" "A sofa is a bench which is partially or entirely upholstered, and often fitted with springs and tailored cushions." + "solar panel array" "A group of solar panels, typically belonging to the same photovoltaic system, arranged to maximise interception of solar radiation." + "soy ink" "A colorant fluid which is 1) manufactured and 2) primarily composed of soybean oil, as well as pigment, resin, and wax." + "space station" "A spacecraft which is capable of supporting a human crew in orbit for an extended period of time." + "spacecraft" "A vehicle designed to fly in outer space." + "spoon" "An eating utensil with a scooped end and a long handle." + "squeegee" "A tool with a flat, smooth rubber blade, used to remove or control the flow of liquid on a flat surface." + "stable bandage" "A bandage wrap used on the lower legs of a horse." + "stain" "A preparation with dye or pigment used to deposit coloration to a substrate." + "stainless steel" "Steel which is composed primarily of a corrosion resistant alloy of iron and chromium." + "steel" "A manufactured product which is an alloy of iron and which typically contains a few tenths of a percent of carbon." + "subway train" "A passenger train which runs along an undergroud rail system." + "sugarcane vinasse" "Vinasse which is produced during the rectification and distillation of ethanol from sugar cane." + "switch" "A device which can connect, disconnect, or divert current in an electrical circuit." + "table" "A table is a form of furniture with a flat horizontal upper surface used to support objects, for storage, show, and/or manipulation." + "taxicab" "A taxicab is a car which may be hired, along with its operator, to transport passengers between locations of their choosing." + "telephone" "A telephone is a telecommunications device which converts sound into electronic signals suitable for transmission via cables or other transmission media, and reconverts such signals into sound waves." + "television set" "A television set is a device that combines a tuner, display, and loudspeakers for the purpose of converting digital or analog information signals into moving images and sound." + "terrarium" "A terrarium is a vivarium which simulates a terrestrial environment." + "textile" "A textile is a manufactured product comprised of a network of natural or artificial fibers (often referred to as thread or yarn)." + "textile dye" "Dyes utilized for coloring textiles such as wool or cellulose fibers." + "thermophilic anaerobic methanogenic reactor" "An anaerobic biorector which uses elevated temperatures and appropriate chemical substrates to support the production of methane by microbial communities." + "tile" "A tile is a manufactured piece of hard-wearing material such as ceramic, stone, metal, or even glass, generally used for covering roofs, floors, walls, showers, or other objects such as tabletops. Alternatively, tile can sometimes refer to similar units made from lightweight materials such as perlite, wood, and mineral wool, typically used for wall and ceiling applications." + "tissue paper" "A paper product which is thin translucent paper." + "toilet bowl" "A plumbing fixture which is bowl-shaped, part of a toilet fixture, and capable of contain human waste until it is disposed of." + "toilet fixture" "A fixture which is used primarily for the collection and, in some cases, disposal of human urine and feces." + "tote bag" "A large bag with parallel handles that emerge from the sides of its pouch." + "tote bin" "A portable, box-type industrial storage product used for the storage and handling or parts and materials, that may collapse to conserve space when not in use." + "touchscreen" "A manufactured product which is used to give input or control to an information processing system by touching a display screen with a special stylus or one or more fingers." + "train" "A vehicle which locomotes using rails and consists of a series of connected compartments used to transport passengers or cargo." + "train car" "A vehicle which is used for carrying cargo or passengers on a rail transport system." + "transport boat" "A boat which is used to transport cargo or carry passengers." + "tray" "A manufactured product consisting of a shallow platform designed for the carrying of items." + "truck" "A truck is a motor vehicle which, as its primary funcion, transports cargo rather than human passangers." + "tubular paraffin lantern" "A tubular paraffin lantern is a paraffin lantern which includes metal tubes in its casing that direct air to the burning wick." + "turpentine" "A fluid obtained by the distillation of resin harvested from living trees, primarily used as a solvent." + "umbrella" "A canopy designed to protect against precipitation or sunlight." + "unburnt brick" "An unburnt brick is a brick which has been air dried rather than dried at an elvated temperature in a kiln, furnace, or with similar technology ." + "utensil" "A hand tool for domestic use, especially in the kitchen." + "utility line" "A cable used to trasmit electricity from its point of production to its point of consumption." + "vacuum cleaner" "A device that causes suction in order to remove debris from surfaces." + "varnish" "A clear transparent hard protective film or finish, primarily used for wood finishing applications." + "vehicle" "A vehicle is a mobile machine which transports people or cargo." + "ventilated improved pit latrine" "A ventilated improved pit latrine is a pit latrine which includes a vent pipe fitted to the pit with a flyscreen covering the pipe's outlet. Air currents moving across the outlet of the vent pipe create a vaccum which draws odors out of the latrine's superstructure." + "vinasse" "A manufactured product which is formed as a liquid byproduct generated during the rectification and distillation of ethanol." + "vitreous enamel" "A smooth, durable vitreous coating which is made by fusing powdered glass to a substrate." + "vivarium" "A vivarium is an enclosure for keeping and raising organisms for observation or research. Often, a portion of the ecosystem for a particular species is simulated on a smaller scale, with controls for environmental conditions." + "water filter" "A manufactured product which is used to remove contaminants from water impeding the flow of particles or solutes." + "water tank" "A container for storing water." + "water tap" "A manufactured product which is controls the flow of water." + "water truck" "A water truck is a truck which transports water." + "watercraft" "A watercraft is a vehicle which is able to travel on or through water." + "wet pitfall trap" "A pitfall trap in which the container used to hold trapped animals is filled with a liquid solution formulated to hold, kill, and preserve any animal or animals which falls within it." + "wheel" "A manufactured product consisting of a disk-shaped material that rotates around an axle bearing placed through a hole in its center." + "window" "A manufactured product which is composed of one or more glass or other transparent or semi-transparent materials set inside a frame, and installed in wall, door, roof or vehicle surfaces to allow the passage of light, and sometimes air." + "wood stain" "A stain which has colorants dissolved and/or suspended in a vehicle or solvent, used to add color to wood." + "wrench" "A hand tool for making rotational adjustments." diff --git a/src/ontology/subsets/non-terrestrial-biomes.tsv b/src/ontology/subsets/non-terrestrial-biomes.tsv index 3751dca..70d7819 100644 --- a/src/ontology/subsets/non-terrestrial-biomes.tsv +++ b/src/ontology/subsets/non-terrestrial-biomes.tsv @@ -1,77 +1,77 @@ ?class ?label ?definition - "alpine biome" - "aquatic biome" - "arid biome" - "biome" - "concentration basin mediterranean sea biome" - "dense settlement biome" - "desert biome" - "dilution basin mediterranean sea biome" - "epeiric sea biome" - "estuarine biome" - "freshwater biome" - "freshwater lake biome" - "freshwater river biome" - "freshwater stream biome" - "large freshwater lake biome" - "large river biome" - "large river delta biome" - "large river headwater biome" - "marginal sea biome" - "marine abyssal zone biome" - "marine basaltic hydrothermal vent biome" - "marine bathyal zone biome" - "marine benthic biome" - "marine biome" - "marine black smoker biome" - "marine cold seep biome" - "marine coral reef biome" - "marine hadal zone biome" - "marine hydrothermal vent biome" - "marine neritic benthic zone biome" - "marine pelagic biome" - "marine reef biome" - "marine salt marsh biome" - "marine sponge reef biome" - "marine subtidal rocky reef biome" - "marine ultramafic hydrothermal vent biome" - "marine upwelling biome" - "marine white smoker biome" - "mediterranean biome" - "mediterranean sea biome" - "montane biome" - "montane desert biome" - "neritic epipelagic zone biome" - "neritic mesopelagic zone biome" - "neritic pelagic zone biome" - "neritic sea surface microlayer biome" - "ocean biome" - "oceanic abyssopelagic zone biome" - "oceanic bathypelagic zone biome" - "oceanic benthopelagic zone biome" - "oceanic epipelagic zone biome" - "oceanic hadal pelagic zone biome" - "oceanic mesopelagic zone biome" - "oceanic pelagic zone biome" - "oceanic sea surface microlayer biome" - "polar biome" - "polar desert biome" - "small freshwater lake biome" - "small river biome" - "subalpine biome" - "subpolar biome" - "subtropical biome" - "subtropical desert biome" - "temperate biome" - "temperate desert biome" - "temperate marginal sea biome" - "temperate marine upwelling biome" - "temperate mediterranean sea biome" - "tropical biome" - "tropical desert biome" - "tropical marginal sea biome" - "tropical marine coral reef biome" - "tropical marine upwelling biome" - "urban biome" - "village biome" - "xeric basin biome" + "alpine biome" "A biome which is subject to alpine altitudinal conditions." + "aquatic biome" "A biome which is determined by a water body and which has ecological climax communities adapted to life in or on water." + "arid biome" "A biome which is subject to arid environmental conditions." + "biome" "A biome is an ecosystem which is undergoing climactic ecological succession." + "concentration basin mediterranean sea biome" "The concentration basin mediterranean sea biome comprises expressions of the mediterranean sea biome that have higher salinity than bordering oceans due to evaporation. Water exchange consists of inflow of the fresher oceanic water in the upper layer and outflow of the saltier mediterranean water in the lower layer of the connecting channel." + "dense settlement biome" "A dense settlement biome is an anthropogenic terrestrial biome which is primarily used for human habitation, recreation, and industry within built structures with little other land use." + "desert biome" "A desert ecosystem which is undergoing climactic ecological succession." + "dilution basin mediterranean sea biome" "The dilution basin mediterranean sea biome comprises expressions of the mediterranean sea biome with lower salinity than the surrounding ocean due to freshwater gains such as rainfall and rivers. Water exchange consists of outflow of the fresher mediterranean water in the upper layer and inflow of the saltier oceanic water in the lower layer of the channel. Renewal of deep water may not be sufficient to supply oxygen to the bottom." + "epeiric sea biome" "The epeiric sea (also known as an epicontinental sea) biome comprises a shallow seas that extend over part of a continent. Epeiric seas are usually associated with the marine transgressions of the geologic past, which have variously been due to either global eustatic sea level changes, local tectonic deformation, or both, and are occasionally semi-cyclic." + "estuarine biome" "Expressions of the estuarine biome occur at wide lower courses of a rivers where they flow into a sea. Estuaries experience tidal flows and their water is a changing mixture of fresh and salt." + "freshwater biome" "An aquatic biome which is determined by a body of freshwater." + "freshwater lake biome" "A biome which is determined by a freshwater lake." + "freshwater river biome" "A freshwater biome which is determined by a freshwater river." + "freshwater stream biome" "A freshwater stream ecosystem which is undergoing climactic ecological succession." + "large freshwater lake biome" "A freshwater biome which is determined by a large lake." + "large river biome" "A freshwater river biome which is determined by a large river." + "large river delta biome" "A freshwater river biome which is determined by the delta of a large river." + "large river headwater biome" "A freshwater river biome which is determined by the headwaters of a large river." + "marginal sea biome" "The marginal sea biome comprises parts of an ocean partially enclosed by land such as islands, archipelagos, or peninsulas. Unlike mediterranean seas, marginal seas have ocean currents caused by ocean winds. Many marginal seas are enclosed by island arcs that were formed from the subduction of one oceanic plate beneath another." + "marine abyssal zone biome" "The marine abyssal zone biome comprises regions of the marine benthic biome between approximately 2500 m and 6000 m depth. This zone generally coincides with the continental rise and the abyssal plain." + "marine basaltic hydrothermal vent biome" "A marine basaltic hydrothermal vent biome comprises regions of the marine hydrothermal vent biome hosted on basaltic rocks. Basalt generally has a composition of 45 to 55 wt % SiO2, 2 to 6 wt % total alkalis, 0.5 to 2.0 wt % TiO2, 5 to 14 wt % FeO and 14 wt % or more Al2O3. Contents of CaO are commonly near 10 wt %, those of MgO commonly in the range 5 to 12 wt %." + "marine bathyal zone biome" "The marine bathyal zone biome comprises regions of the marine benthic biome between approximately 200 m and 3000 m depth. This zone generally coincides with the continental slope." + "marine benthic biome" "The marine benthic biome (benthic meaning 'bottom') encompasses the seafloor and includes such areas as shores, littoral or intertidal areas, marine coral reefs, and the deep seabed." + "marine biome" "An aquatic biome which is determined by a marine water body." + "marine black smoker biome" "A marine black smoker biome comprises regions of the marine hydrothermal vent biome characterised by a black vent plume. This black plume is a consequence of dissolved metals and minerals forming complexes with sulphide and indicates polymetallic sulphide mineral deposits beneath the surface." + "marine cold seep biome" "A marine benthic biome which is determined by a cold seep." + "marine coral reef biome" "The marine coral reef biome comprises constructional wave-resistant entities which are primarily built by corals and are often cemented together. The growth of these structures is aided by zooxanthellae, algae that are symbiotic with the reef-building corals." + "marine hadal zone biome" "The marine hadal zone biome describes sea floor deeper than 6000 m such as that of the oceanic trenches." + "marine hydrothermal vent biome" "The marine hydrothermal vent biome comprises regions of the marine benthic biome where heat generated due to tectonic activity, either at divergent plate boundaries or convergent ocean plates where back-arc spreading occurs, is released or 'vented' to the surface. The resultant high temperature water jets are laden with dissolved metals and minerals." + "marine neritic benthic zone biome" "The marine neritic zone biome comprises sea floor from the high tide mark to a continental shelf break. This zone generally extends to 200 m below average sea level." + "marine pelagic biome" "The marine pelagic biome (pelagic meaning open sea) is that of the marine water column, from the surface to the greatest depths." + "marine reef biome" "A biome expressed by strips or ridges of rocks, sand, or coral that rises to or near the surface of a body of marine water." + "marine salt marsh biome" "The marine salt marsh biome comprises marshes that are transitional intertidals between land and salty or brackish marine water (e.g.: sloughs, bays, estuaries). It is dominated by halophytic (salt tolerant) herbaceous plants. The daily tidal surges bring in nutrients, which tend to settle in roots of the plants within the salt marsh. The natural chemical activity of salty (or brackish) water and the tendency of algae to bloom in the shallow unshaded water also allow for great biodiversity." + "marine sponge reef biome" "The marine sponge reef biome comprises marine reefs primarily built by marine sponges. The primary frame-building sponges are all members of the order Hexactinosa. They are found only in glacier-scoured troughs of low-angle continental shelf. The seafloor is stable and consists of rock, coarse gravel, and large boulders." + "marine subtidal rocky reef biome" "The marine rocky subtidal reef biome comprises regions of the marine reef biome composed mainly of rock and which harbour abundant communities of algae and invertebrates. These reefs are often very patchy, with alterations of rocks dominated by rich invertebrate assemblages and turf-forming calcareous red algae." + "marine ultramafic hydrothermal vent biome" "A marine ultramafic hydrothermal vent biome comprises regions of themarine hydrothermal vent biome hosted on ultramafic (also referred to as ultrabasic) rocks. Ultramafic rocks are igneous and meta-igneous rocks with very low silica content (less than 45%), generally >18% MgO, high FeO, low potassium, and are composed of usually greater than 90% mafic minerals (dark colored, high magnesium and iron content). The Earth's mantle is composed of ultramafic rocks." + "marine upwelling biome" "A marine biome which contains communities adapted to living in an environment determined by an upwelling process." + "marine white smoker biome" "A marine white smoker biome comprises regions of the marine hydrothermal vent biome characterised by lightly hued plumes, typically containing barium, calcium, and silicon. These vents tend to have lower temperature plumes when compared to black smoker environments." + "mediterranean biome" "A biome which is subject to mediterranean climatic conditions." + "mediterranean sea biome" "The mediterranean sea biome comprises mostly enclosed seas that have limited exchange of deep water with outer oceans and where the water circulation is dominated by salinity and temperature differences rather than winds." + "montane biome" "A biome which is subject to montane altitudinal conditions." + "montane desert biome" "A montane desert biome is a desert biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "neritic epipelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column that occurs above a continental shelf and extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The epipelagic zone encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "neritic mesopelagic zone biome" "The neritic mesopelagic zone biome comprises the marine column that occurs above a continental shelf and extends from approximately 200 to 1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "neritic pelagic zone biome" "The neritic epipelagic zone biome comprises the marine water column above a continental shelf." + "neritic sea surface microlayer biome" "The neritic sea surface microlayer (SML) biome comprises the top 1000 micrometers of marine surface waters occurring above a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "ocean biome" "A marine biome which is determined by an ocean." + "oceanic abyssopelagic zone biome" "The abyssopelagic zone biome comprises the marine water column below the bathypelagic zone biome at approximately 2500 -2700 m and extends either to the hadal pelagic zone biome (at approximately 6000 m) or to the benthopelagic zone biome within ca. 100 m of the seafloor. The depth of 2700 m may be critical for physiological reasons as the change in hydrostatic pressure across this depth may preclude organism migration." + "oceanic bathypelagic zone biome" "The bathypelagic zone biome comprises the marine water column below approximately 1000 m water depth - the maximum depth to which detectable daylight penetrates in all but the clearest oligotrophic waters - and extends to about 2500 - 2700 m water depth. In the temperate Atlantic, the beginning of the bathypelagic zone biome approximates to the deep oxygen minimum and the base of the permanent thermocline." + "oceanic benthopelagic zone biome" "The benthopelagic zone biome comprises regions of the marine water column which usually coincide with the benthic boundary layer (BBL) - the layer of isothermal and isohaline water contiguous to the sea floor. A general reversal in the declining gradient of pelagic biomass may be observed here, perhaps explained by viable nutrition on the sea floor being resuspended by bottom currents. This zone typically extends 100 m above the seafloor, but may reach upto1000 m during benthic storms." + "oceanic epipelagic zone biome" "The oceanic epipelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends from the surface of the ocean to a depth of ca. 200-250m. Throughout the zone the light field tends to be asymmetrical vertically, so that the direction and elevation of the sun can still be detected. The oceanic epipelagic zone biome encompasses the euphotic zone and, where and when it occurs, the seasonal thermocline." + "oceanic hadal pelagic zone biome" "The oceanic hadal pelagic zone biome comprises the water column in oceanic trenches occurring at depths between 6000m and 10,000m." + "oceanic mesopelagic zone biome" "The oceanic mesopelagic zone biome comprises regions of the marine water column that occur offshore, beyond a continental shelf. This biome extends through the water column from approximately 200-1000 m depth - the maximal depth of light penetration in all but the clearest oligotrophic ocean regions. In comparison to the epipelagic zone, dominant forms of pelagic organisms do not change very much; however, there are marked changes in species composition and the proportion of smaller-sized individuals decreases." + "oceanic pelagic zone biome" "The oceanic epipelagic zone biome comprises the marine water column offshore, beyond a continental shelf." + "oceanic sea surface microlayer biome" "The oceanic sea surface microlayer (SML) biome comprises the top 1000 micrometers of the marine surface waters occurring offshore, away from a continental shelf. It is the boundary layer where all exchange occurs between the atmosphere and the ocean. The chemical, physical, and biological properties of the SML differ greatly from the sub-surface water just a few centimeters beneath." + "polar biome" "A biome which is subject to polar climatic conditions." + "polar desert biome" "A polar desert biome is a desert biome which is subject to low levels of insolation, annual precipitation less than 250 millimeters, and a mean temperature less than 10 degrees Celsius during its warmest month. Temperature changes in polar deserts frequently cross the freezing point of water." + "small freshwater lake biome" "A freshwater lake biome which is determined by a small lake." + "small river biome" "A freshwater river biome which is determined by a small river." + "subalpine biome" "A biome which is subject to subapline altitudinal conditions." + "subpolar biome" "A biome which is subject to subpolar climatic conditions." + "subtropical biome" "A biome which is subject to subtropical climatic conditions." + "subtropical desert biome" "A subtropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, high insolation (but lower than that of a tropical desert biome), inhibited cloud formation, and very low precipitation. Subtropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "temperate biome" "A biome which is subject to temperate climatic conditions." + "temperate desert biome" "A temperate desert biome is a desert biome which has communities adapted to intermediate insolation, low rainfall, and large temperature variations between winter and summer. Winter temperatures may fall below 0 degrees Celsius. Some precipitation in this biome may fall as snow." + "temperate marginal sea biome" "A marginal sea biome which is located in a region with a temperate climate." + "temperate marine upwelling biome" "A marine upwelling biome which is located in a region subject to temperate climate patterns." + "temperate mediterranean sea biome" "A mediterranean sea biome which is subject to temperate climate patterns." + "tropical biome" "A biome which is subject to tropical climatic conditions." + "tropical desert biome" "A tropical desert biome is a desert biome which has communities adapted to temperatures above a monthly average of 18 degrees Celsius, high daily temperature ranges of approximately 20 degrees Celsius, very high insolation due to inhibited cloud formation, and very low precipitation. Tropical desert biomes located near coasts with cold upwellings may have cooler temperatures and reduced insolution due to fog." + "tropical marginal sea biome" "A marginal sea biome which is located in a region with a tropical climate." + "tropical marine coral reef biome" "A marine coral reef biome which is located in a region with a tropical climate." + "tropical marine upwelling biome" "A marine upwelling biome which is subject to tropical climate patterns." + "urban biome" "An urban biome is a dense settlement biome which has been urbanised." + "village biome" "A village biome is an anthropogenic terrestrial biome which contains settlements such as villages, towns, and/or small cities and which is primarily used for agricultural activity." + "xeric basin biome" "A biome which has little permanent surface water and a low relative abundance of springs." diff --git a/src/ontology/subsets/soil-environmental-materials.tsv b/src/ontology/subsets/soil-environmental-materials.tsv index f2f8684..30d281f 100644 --- a/src/ontology/subsets/soil-environmental-materials.tsv +++ b/src/ontology/subsets/soil-environmental-materials.tsv @@ -1,131 +1,131 @@ ?class ?label ?definition - "L-(+)-tartrate enriched soil" - "acetamide enriched soil" - "acidic soil" - "acrisol" - "agricultural soil" - "albeluvisol" - "alisol" - "allotment garden soil" - "alluvial paddy field soil" - "alluvial soil" - "alluvial swamp soil" - "alpine soil" - "andosol" - "anthrosol" - "arable soil" - "arenosol" - "bacteria enriched soil" - "bare soil" - "beech forest soil" - "bluegrass field soil" - "bulk soil" - "burned soil" - "calcisol" - "cambisol" - "carbon nanotube enriched soil" - "chalk soil" - "chernozem" - "chloropicrin enriched soil" - "chromate contaminated soil" - "clay loam" - "clay soil" - "compacted soil" - "compost soil" - "contaminated soil" - "creosote contaminated soil" - "cryosol" - "dry soil" - "dune soil" - "durisol" - "enriched soil" - "ethanol enriched soil" - "eucalyptus forest soil" - "farm soil" - "ferralsol" - "fertilized soil" - "field soil" - "fluvisol" - "forest soil" - "friable-frozen soil" - "frost-susceptible soil" - "frozen compost soil" - "frozen soil" - "garden soil" - "gleysol" - "grassland soil" - "greenhouse soil" - "gypsisol" - "hard-frozen soil" - "heat stressed soil" - "histosol" - "humus-rich acidic ash soil" - "jungle soil" - "kastanozem" - "kynurenate enriched soil" - "lawn soil" - "leafy wood soil" - "leptosol" - "limed soil" - "lixisol" - "loam" - "luvisol" - "mangrove biome soil" - "manured soil" - "meadow soil" - "metal contaminated soil" - "mountain forest soil" - "muddy soil" - "nitisol" - "oil contaminated soil" - "orchard soil" - "orchid soil" - "ornithogenic soil" - "paddy field soil" - "pantothenate enriched soil" - "pasture soil" - "pathogen-suppressive soil" - "peat soil" - "peaty paddy field soil" - "phaeozem" - "planosol" - "plastic-frozen soil" - "plinthosol" - "podzol" - "poly-beta-hydroxybutyrate enriched soil" - "pond soil" - "quinate enriched soil" - "red soil" - "regosol" - "roadside soil" + "L-(+)-tartrate enriched soil" "A portion of L-(+)-tartrate enriched soil is a portion of soil with elevated levels of L-(+)-tartrate." + "acetamide enriched soil" "A portion of acetamide enriched soil is a portion of soil with elevated levels of acetamide." + "acidic soil" "Soil which has increased levels of molecules or ions capable of donating a hydron (proton or hydrogen ion) to other chemical entities, or, alternatively, capable of forming covalent bonds with other chemicals via the acceptance of an electron pair, resulting in a bulk pH measurement of less than 7." + "acrisol" "Acrisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Acrisols have in certain depths a low base saturation and low-activity clays." + "agricultural soil" "Soil which is part of an ecosystem used for agricultural activities." + "albeluvisol" "Albeluvisols are soils that have, beginning within 1 m of the soil surface, a clay illuviation horizon with an irregular or broken upper boundary resulting in tonguing of bleached soil material into the illuviation horizon." + "alisol" "Alisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Alisols have a low base saturation at certain depths and high-activity clays throughout the argic horizon. They lack the albeluvic tonguing as in Albeluvisols. They occur predominantly in humid tropical, humid subtropical and warm temperate regions." + "allotment garden soil" "Soil which is part of an allotment garden." + "alluvial paddy field soil" "Alluvial soil whichi is part of a paddy field." + "alluvial soil" "Soil which has been eroded and influenced by flowing water and redeposited in a non-marine setting." + "alluvial swamp soil" "A portion of alluvial soil which is part of a swamp ecosystem." + "alpine soil" "Soil which is part of an alpine environment." + "andosol" "Andosols are soils that develop in volcanic ejecta or glasses under almost any climate (except under hyperarid climate conditions). However, Andosols may also develop in other silicate-rich materials under acid weathering in humid and perhumid climates." + "anthrosol" "Anthrosols comprise soils that have been modified profoundly through human activities, such as addition of organic materials or household wastes, irrigation and cultivation." + "arable soil" "Soil which is capable of supporting the growth of crops." + "arenosol" "Arenosols are sandy soils, including both soils developed in residual sands after in situ weathering of usually quartz-rich sediments or rock, and soils developed in recently deposited sands such as dunes in deserts and beach lands." + "bacteria enriched soil" "A portion of bacteria enriched soil is a portion of soil with elevated bacterial abundance." + "bare soil" "Soil which is directly exposed to the atmosphere - with no intervening layer of plant life or other cover - and thus the effects of weathering and erosion." + "beech forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Fagus." + "bluegrass field soil" "Bluegrass field soil is a soil which is found in a field of Kentucky Bluegrass (Poa pratensis)." + "bulk soil" "Soil that is not penetrated by the root systems of plants." + "burned soil" "Soil which has been transformed through a combustion process." + "calcisol" "Calcisols are soils in which there is substantial secondary accumulation of lime. Calcisols are common in highly calcareous parent materials and widespread in arid and semi-arid environments." + "cambisol" "Cambisols combine soils with at least an incipient subsurface soil formation. Transformation of parent material is evident from structure formation and mostly brownish discoloration, increasing clay percentage, and/or carbonate removal." + "carbon nanotube enriched soil" "A portion of carbon nanotube enriched soil is a portion of soil with elevated levels of carbon nanotubes." + "chalk soil" "Soil which has increased levels of chalk." + "chernozem" "Chernozems are soils with a thick black surface layer that is rich in organic matter." + "chloropicrin enriched soil" "A portion of chloropicrin enriched soil is a portion of soil with elevated levels of chloropicrin." + "chromate contaminated soil" "Soil which has elevated concentrations of chromate." + "clay loam" "Loam which has a high proportion of clay in its composition." + "clay soil" "Soil which is primarily composed of clay." + "compacted soil" "A soil which has a high bulk density and/or a low porosity. A compacted soil has a reduced rate of both water infiltration and drainage" + "compost soil" "Soil which is derived from compost." + "contaminated soil" "A portion of contaminated soil is a portion of soil with elevated levels of some contaminant." + "creosote contaminated soil" "Soil which has elevated concentrations of creosote." + "cryosol" "Cryosols comprise mineral soils formed in a permafrost environment. Where water is present, it occurs primarily in the form of ice. Cryogenic processes are the dominant soil-forming processes." + "dry soil" "Soil which has little to no water content and in which minerals and other soluble chemical entities have either bonded or become adsorbed to sold particles due to insufficient water availability." + "dune soil" "Soil which is part of some dune." + "durisol" "Durisols are associated mainly with old surfaces in arid and semi-arid environments and accommodate very shallow to moderately deep, moderately well- to well-drained soils that contain cemented secondary silica (SiO2) within 100 cm of the soil surface." + "enriched soil" "A portion of enriched soil is a portion of soil with elevated levels of some material entity." + "ethanol enriched soil" "A portion of ethanol enriched soil is a portion of soil with elevated levels of ethanol." + "eucalyptus forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Eucalyptus." + "farm soil" "A portion of soil which is part of a cropland or a rangeland biome." + "ferralsol" "Ferralsols represent the classical, deeply weathered, red or yellow soils of the humid tropics. These soils have diffuse horizon boundaries, a clay assemblage dominated by low-activity clays (mainly kaolinite) and a high content of sesquioxides." + "fertilized soil" "Soil which has been amended with fertilizers." + "field soil" "Soil which is part of an agricultural field." + "fluvisol" "Fluvisols accommodate genetically young, azonal soils in alluvial deposits." + "forest soil" "A portion of soil which is found in a forested area." + "friable-frozen soil" "Frozen soil which has very low total water content and is not cemented by ice; its compressibility is the same as that of unfrozen soils having the same composition, total water content and density." + "frost-susceptible soil" "Soil in which segregated ice will form (causing frost heave) under the required conditions of moisture supply and temperature." + "frozen compost soil" "Compost soil which is frozen." + "frozen soil" "Soil which is below the freezing point of water." + "garden soil" "A portion of soil which is found in a garden." + "gleysol" "Gleysols are wetland soils that, unless drained, are saturated with groundwater for long enough periods to develop a characteristic gleyic colour pattern. This pattern is essentially made up of reddish, brownish or yellowish colours at ped surfaces and/or in the upper soil layer or layers, in combination with greyish/bluish colours inside the peds and/or deeper in the soil." + "grassland soil" "A portion of soil which is found in a grassland." + "greenhouse soil" "A portion of soil which is found in a greenhouse." + "gypsisol" "Gypsisols are soils with substantial secondary accumulation of gypsum (calcium sulfate). These soils are found in the driest parts of the arid climate zone." + "hard-frozen soil" "Frozen soil which is firmly cemented by water ice, is subject to brittle failure, and exhibits practically no consolidation under load." + "heat stressed soil" "Soil which is has been heated such that its chemical, physical, or biological properties are destabilised." + "histosol" "Histosols comprise soils formed in organic material. These vary from soils developed in predominantly moss peat in boreal, arctic and subarctic regions, via moss peat, reeds/ sedge peat (fen) and forest peat in temperate regions to mangrove peat and swamp forest peat in the humid tropics. Histosols are found at all altitudes, but the vast majority occurs in lowlands." + "humus-rich acidic ash soil" "Soil which 1) has increased levels of humus, 2) has low pH levels, 3) has increased levels of mineral ash." + "jungle soil" "Soil which is part of a densely forested area subject to tropical climate patterns." + "kastanozem" "Kastanozems are dry grassland soils, among them the zonal soils of the short-grass steppe belt, south of the Eurasian tall-grass steppe belt with Chernozems. Kastanozems have a similar profile to that of Chernozems but the humus-rich surface horizon is thinner and not as dark as that of the Chernozems and they show more prominent accumulation of secondary carbonates." + "kynurenate enriched soil" "A portion of kynurenate enriched soil is a portion of soil with elevated levels of kynurenate." + "lawn soil" "Soil which is formulated to promote the growth of grasses or other plants used to establish managed areas of vegetation." + "leafy wood soil" "Soil which is part of a woodland dominated by leafy trees." + "leptosol" "Leptosols are very shallow soils over continuous rock and soils that are extremely gravelly and/or stony. Leptosols are azonal soils and particularly common in mountainous regions." + "limed soil" "Soil which has been amended with mineral additives to increase its pH." + "lixisol" "Lixisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Lixisols have a high base saturation and low-activity clays at certain depths." + "loam" "A soil which is composed of approximately equal proportions of sand and silt, with a smaller proportion of clay." + "luvisol" "Luvisols are soils that have a higher clay content in the subsoil than in the topsoil as a result of pedogenetic processes (especially clay migration) leading to an argic subsoil horizon. Luvisols have high-activity clays throughout the argic horizon and a high base saturation at certain depths." + "mangrove biome soil" "Soil which is located in a mangrove biome." + "manured soil" "Soil which has, as a part, a portion of either fresh or processed animal manure." + "meadow soil" "Soil which is part of a meadow." + "metal contaminated soil" "Soil which has elevated concentrations of metals." + "mountain forest soil" "Soil which is part of a forest growing on a mountain." + "muddy soil" "Soil which is composed of a large proportion of mud, thus having properties resembling mud." + "nitisol" "Nitisols are deep, well-drained, red, tropical soils with diffuse horizon boundaries and a subsurface horizon with more than 30 percent clay and moderate to strong angular blocky structure elements that easily fall apart into characteristic shiny, polyhedric (nutty) elements. Weathering is relatively advanced but Nitisols are far more productive than most other red, tropical soils." + "oil contaminated soil" "Soil which has elevated concentrations of oil." + "orchard soil" "Soil in which trees from an orchard grow." + "orchid soil" "Soil which has properties to which plants in the Family Orchidaceae have adapted, including increased levels of aeration and drainage." + "ornithogenic soil" "Soil which is formed from avian fecal matter." + "paddy field soil" "Soil which is part of a paddy field." + "pantothenate enriched soil" "A portion of pantothenate enriched soil is a portion of soil with elevated levels of pantothenate." + "pasture soil" "Soil which is found in a pasture and in which vegetation, such as the grass used for the grazing of ungulates, grows." + "pathogen-suppressive soil" "Soil which has properties that restrict a pathogen's ability to establish itself, persist, or cause disease that results in long-term harm." + "peat soil" "A histosol which is formed by the decomposition of vegetation or organic matter." + "peaty paddy field soil" "Paddy field soil which has increased levels of peat." + "phaeozem" "Phaeozems accommodate soils of relatively wet grassland and forest regions in moderately continental climates. Phaeozems are much like Chernozems and Kastanozems but are leached more intensively. Consequently, they have dark, humus rich surface horizons that, in comparison with Chernozems and Kastanozems, are less rich in bases. Phaeozems may or may not have secondary carbonates but have a high base saturation in the upper metre of the soil." + "planosol" "Planosols are soils with a light-coloured, surface horizon that shows signs of periodic water stagnation and abruptly overlies a dense, slowly permeable subsoil with significantly more clay than the surface horizon." + "plastic-frozen soil" "Frozen soil which is cemented by water ice but has viscous properties due to its high, unfrozen water content and therefore will compress and deform under load." + "plinthosol" "Plinthosols are soils with plinthite, petroplinthite or pisoliths. Plinthite is an Fe-rich (in some cases also Mn-rich), humus-poor mixture of kaolinitic clay (and other products of strong weathering such as gibbsite) with quartz and other constituents that changes irreversibly to a layer with hard nodules, a hardpan or irregular aggregates on exposure to repeated wetting and drying. Petroplinthite is a continuous, fractured or broken sheet of connected, strongly cemented to indurated nodules or mottles. Pisoliths are discrete strongly cemented to indurated nodules. Both petroplinthite and pisoliths develop from plinthite by hardening." + "podzol" "Podzols are soils with a typically ash-grey upper subsurface horizon, bleached by loss of organic matter and iron oxides, on top of a dark accumulation horizon with brown, reddish or black illuviated humus and/or reddish Fe compounds. Podzols occur in humid areas in the boreal and temperate zones and locally also in the tropics." + "poly-beta-hydroxybutyrate enriched soil" "A portion of poly-beta-hydroxybutyrate enriched soil is a portion of soil with elevated levels of poly-beta-hydroxybutyrate." + "pond soil" "Soil which is adjacent to a pond." + "quinate enriched soil" "A portion of quinate enriched soil is a portion of soil with elevated levels of quinate." + "red soil" "Soil which has 1) low concentrations of nutrients and humus, 2) low water retention capacity, 3) textural variation from sand to clay, 4) a porous and friable structure, and 5) low concentrations of soluble salts." + "regosol" "Regosols form a taxonomic remnant group containing all soils that could not be accommodated in any of the other RSGs. In practice, Regosols are very weakly developed mineral soils in unconsolidated materials that do not have a mollic or umbric horizon, are not very shallow or very rich in gravels (Leptosols), sandy (Arenosols) or with fluvic materials (Fluvisols). Regosols are extensive in eroding lands, particularly in arid and semi-arid areas and in mountainous terrain." + "roadside soil" "A portion of soil which is found in a roadside area." "rubber plantation soil" - "salicylate enriched soil" - "salt contaminated soil" - "sandy clay loam" - "sandy loam" - "sarcosine enriched soil" - "savanna soil" - "sawah soil" - "silty clay loam" - "silty loam" - "skatole enriched soil" - "soil" - "solonchak" - "solonetz" - "spruce forest soil" - "stagnosol" - "steppe soil" - "surface soil" - "technosol" - "testosterone enriched soil" - "threonine enriched soil" - "trimethylamine enriched soil" - "tropical soil" - "ultisol" - "umbrisol" - "upland soil" - "urea enriched soil" - "vegetable garden soil" - "vertisol" - "volcanic soil" - "xylene contaminated soil" + "salicylate enriched soil" "A portion of salicylate enriched soil is a portion of soil with elevated levels of salicylate." + "salt contaminated soil" "Soil which has elevated concentrations of sodium chloride." + "sandy clay loam" "Clay loam which has a high proportion of sand in its composition." + "sandy loam" "Loam which has a high proportion of sand in its composition." + "sarcosine enriched soil" "A portion of sarcosine enriched soil is a portion of soil with elevated levels of sarcosine." + "savanna soil" "A portion of soil which is found in a savanna." + "sawah soil" "Soil which is part of a sawah, a wet or irrigated rice field." + "silty clay loam" "Clay loam which has a high proportion of silt in its composition." + "silty loam" "Loam which has a high proportion of silt in its composition." + "skatole enriched soil" "A portion of skatole enriched soil is a portion of soil with elevated levels of skatole." + "soil" "An environmental material which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms." + "solonchak" "Solonchaks are soils that have a high concentration of soluble salts at some time in the year. Solonchaks are largely confined to the arid and semi-arid climate zones and to coastal regions in all climates." + "solonetz" "Solonetz are soils with a dense, strongly structured, clayey subsurface horizon that has a high proportion of adsorbed Na and/or Mg ions. Solonetz that contain free soda (Na2CO3) are strongly alkaline (field pH > 8.5)." + "spruce forest soil" "Soil which is part of a forest whose communites of arborescent plants are dominated the genus Picea." + "stagnosol" "Stagnosols are soils with a perched water table showing redoximorphic features caused by surface water. Stagnosols are periodically wet and mottled in the topsoil and subsoil, with or without concretions and/or bleaching." + "steppe soil" "A portion of soil which is found in a steppe." + "surface soil" "A soil consisting of the upper layer of soil on the surface consisting of loose material capable of supporting life composed of a mixture of mineral and organic matter." + "technosol" "Technosols are soils whose properties and pedogenesis are dominated by their technical origin. They contain a significant amount of artefacts (something in the soil recognizably made or extracted from the earth by humans), or are sealed by technic hard rock (material created by humans, having properties unlike natural rock). They include soils from wastes (landfills, sludge, cinders, mine spoils and ashes), pavements with their underlying unconsolidated materials, soils with geomembranes and constructed soils in human-made materials." + "testosterone enriched soil" "A portion of testosterone enriched soil is a portion of soil with elevated levels of testosterone." + "threonine enriched soil" "A portion of threonine enriched soil is a portion of soil with elevated levels of threonine." + "trimethylamine enriched soil" "A portion of trimethylamine enriched soil is a portion of soil with elevated levels of trimethylamine." + "tropical soil" "Soil which is part of a tropical environment." + "ultisol" "A soil which has high mineral content and which contain no calcareous material, have less than 10% weatherable minerals its surface layer, and have less than 35% base saturation throughout its volume." + "umbrisol" "Umbrisols are soils in which organic matter has accumulated within the mineral surface soil (in most cases with low base saturation) to the extent that it significantly affects the behaviour and utilization of the soil." + "upland soil" "Soil which is part of some elevated land." + "urea enriched soil" "A portion of urea enriched soil is a portion of soil with elevated levels of urea." + "vegetable garden soil" "Garden soil which is part of a garden used for the cultivation of vegetables." + "vertisol" "A soil in which there is a high content of expansive clay known as montmorillonite that forms deep cracks in drier seasons or years. Alternate shrinking and swelling causes self-mulching, where the soil material consistently mixes itself, causing vertisols to have an extremely deep A horizon and no B horizon." + "volcanic soil" "An andosol which derives its silica content from glass and tephra ejected during a volcanic eruption." + "xylene contaminated soil" "Soil which has elevated concentrations of xylene." diff --git a/src/ontology/subsets/terrestrial-biomes.tsv b/src/ontology/subsets/terrestrial-biomes.tsv index 74df6dd..b439bdc 100644 --- a/src/ontology/subsets/terrestrial-biomes.tsv +++ b/src/ontology/subsets/terrestrial-biomes.tsv @@ -1,53 +1,53 @@ ?class ?label ?definition - "alpine tundra biome" - "anthropogenic terrestrial biome" - "broadleaf forest biome" - "coniferous forest biome" - "cropland biome" + "alpine tundra biome" "A tundra biome which exists at high altitudes and where vegetation - dominated by a few species of dwarf shrubs, a few grasses, sedges, lichens, and mosses - is stunted due to low temperatures and high winds." + "anthropogenic terrestrial biome" "An anthropogenic terrestrial biome is a terrestrial biome which has community structures determined by human activity." + "broadleaf forest biome" "A broadleaf forest ecosystem which is undergoing climactic ecological succession." + "coniferous forest biome" "A coniferous forest biome is a forest biome which contains densely packed populations or communities of coniferous trees, strongly limiting light penetration to the forest floor." + "cropland biome" "A cropland ecosystem which is undergoing climactic ecological succession." "flooded grassland biome" - "flooded savanna biome" - "forest biome" - "grassland biome" - "mangrove biome" - "mediterranean forest biome" - "mediterranean grassland biome" - "mediterranean savanna biome" - "mediterranean shrubland biome" - "mediterranean woodland biome" - "mixed forest biome" - "montane grassland biome" - "montane savanna biome" - "montane shrubland biome" - "rangeland biome" - "savanna biome" - "shrubland biome" - "subpolar coniferous forest biome" - "subtropical broadleaf forest biome" - "subtropical coniferous forest biome" - "subtropical dry broadleaf forest biome" - "subtropical grassland biome" - "subtropical moist broadleaf forest biome" - "subtropical savanna biome" - "subtropical shrubland biome" - "subtropical woodland biome" - "temperate broadleaf forest biome" - "temperate coniferous forest biome" + "flooded savanna biome" "A flooded savanna biome is a savanna biome which has very wet to saturated soil moisture content." + "forest biome" "A forest ecosystem which is undergoing climactic ecological succession." + "grassland biome" "A grassland ecosystem in which dominant ecological communities have reached their climax successional state." + "mangrove biome" "A mangrove biome is a terrestrial biome which includes, across its spatial extent, mangrove plants (Rhizophoraceae). Mangrove plants are able to withstand high levels of salinity as well as regions of anoxia and frequent tidal inundation. Mangrove biomes often occur near tropical and sub-tropical estuaries and depositional marine coastal environments where fine sediments (often with high organic content) collect in areas protected from high energy wave action." + "mediterranean forest biome" "A mediterranean forest in which dominant ecological communities have reached their climax successional state." + "mediterranean grassland biome" "A subtropical grassland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean savanna biome" "A savanna biome which is subject to mediterranean climate patterns." + "mediterranean shrubland biome" "A mediterranean shrubland biome is a subtropical shrubland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mediterranean woodland biome" "A subtropical woodland biome which includes communities adapted to hot to warm, dry summers, mild to cold, rainy winters, and the influence of large, usually marine, bodies of water." + "mixed forest biome" "A mixed forest in which dominant ecological communities have reached their climax successional state." + "montane grassland biome" "A montane grassland biome is a grassland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane savanna biome" "A montane savanna biome is a savanna biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "montane shrubland biome" "A montane shrubland biome is a shrubland biome which occurs in regions elevated above sea level and which has community structure determined by elevation-dependent environmental conditions." + "rangeland biome" "A rangeland biome is an anthropogenic terrestrial biome which is primarily used for the rearing and grazing of livestock." + "savanna biome" "A woodland biome which has seasonal water availability and includes trees spaced sufficiently far apart to allow an unbroken layer of grass, sedge (Cyperaceae) or rush (Juncaceae) communities to live." + "shrubland biome" "A shrubland biome is a terrestrial biome which includes, across its entire spatial extent, dense groups of shrubs." + "subpolar coniferous forest biome" "A coniferous forest biome which includes communities adapted to subpolar conditions." + "subtropical broadleaf forest biome" "A subtropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical coniferous forest biome" "A coniferous forest biome which is subject to subtropical climate patterns." + "subtropical dry broadleaf forest biome" "A subtropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical grassland biome" "A subtropical grassland in which dominant ecological communities have reached their climax successional state." + "subtropical moist broadleaf forest biome" "A subtropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "subtropical savanna biome" "A savanna biome which is subject to subtropical climate patterns." + "subtropical shrubland biome" "A shrubland biome which is subject to subtropical climate patterns." + "subtropical woodland biome" "A woodland biome which is subject to subtropical climate patterns." + "temperate broadleaf forest biome" "A broadleaf forest which is subject to temperate climate patterns." + "temperate coniferous forest biome" "A coniferous forest biome which is subject to temperate climate patterns." "temperate grassland biome" - "temperate mixed forest biome" - "temperate savanna biome" - "temperate shrubland biome" - "temperate woodland biome" - "terrestrial biome" - "tidal mangrove shrubland" - "tropical broadleaf forest biome" - "tropical coniferous forest biome" - "tropical dry broadleaf forest biome" + "temperate mixed forest biome" "A temperate mixed forest in which dominant ecological communities have reached their climax successional state." + "temperate savanna biome" "A savanna biome which is subject to temperate climate patterns." + "temperate shrubland biome" "A shrubland biome which is subject to temperate climate patterns." + "temperate woodland biome" "A woodland biome which is subject to temperate climate patterns." + "terrestrial biome" "A biome which is primarily or completely situated on a landmass." + "tidal mangrove shrubland" "A shrubland biome which is densely vegetated by dwarf or short mangroves (and associates) that are generally less than 6 meters in height, is tidally influenced, is located in tropical or subtropical areas." + "tropical broadleaf forest biome" "A tropical broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical coniferous forest biome" "A coniferous forest biome which is subject to tropical climate patterns." + "tropical dry broadleaf forest biome" "A tropical dry broadleaf forest in which dominant ecological communities have reached their climax successional state." "tropical grassland biome" - "tropical mixed forest biome" - "tropical moist broadleaf forest biome" - "tropical savanna biome" - "tropical shrubland biome" - "tropical woodland biome" - "tundra biome" - "woodland biome" + "tropical mixed forest biome" "A tropical mixed forest in which dominant ecological communities have reached their climax successional state." + "tropical moist broadleaf forest biome" "A tropical moist broadleaf forest in which dominant ecological communities have reached their climax successional state." + "tropical savanna biome" "A savanna biome which is subject to tropical climate patterns." + "tropical shrubland biome" "A shrubland biome which is subject to tropical climate patterns." + "tropical woodland biome" "A woodland biome which is subject to tropical climate patterns." + "tundra biome" "A tundra ecosystem which is undergoing climactic ecological succession." + "woodland biome" "A woodland biome is a terrestrial biome which includes, across its entire spatial extent, woody plants spaced sufficiently far apart to allow light penetration to support communities of herbaceous plants or shrubs living closer to the woodland floor." "xeric shrubland biome"