nmdc-schema 11.14.0rc1__py3-none-any.whl → 11.15.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nmdc_schema/migrators/migrator_from_11_13_0_to_11_14_0.py +26 -104
- nmdc_schema/migrators/partials/migrator_from_11_13_0_to_11_14_0/__init__.py +28 -0
- nmdc_schema/migrators/partials/migrator_from_11_13_0_to_11_14_0/migrator_from_11_13_0_to_11_14_0_part_1.py +113 -0
- nmdc_schema/migrators/partials/migrator_from_11_13_0_to_11_14_0/migrator_from_11_13_0_to_11_14_0_part_2.py +40 -0
- nmdc_schema/nmdc.py +919 -984
- nmdc_schema/nmdc.schema.json +681 -928
- nmdc_schema/nmdc_materialized_patterns.json +16253 -19064
- nmdc_schema/nmdc_materialized_patterns.schema.json +1048 -1084
- nmdc_schema/nmdc_materialized_patterns.yaml +14571 -16265
- nmdc_schema/{nmdc-pydantic.py → nmdc_pydantic.py} +11546 -10751
- {nmdc_schema-11.14.0rc1.dist-info → nmdc_schema-11.15.1.dist-info}/METADATA +6 -3
- {nmdc_schema-11.14.0rc1.dist-info → nmdc_schema-11.15.1.dist-info}/RECORD +15 -12
- {nmdc_schema-11.14.0rc1.dist-info → nmdc_schema-11.15.1.dist-info}/WHEEL +1 -1
- {nmdc_schema-11.14.0rc1.dist-info → nmdc_schema-11.15.1.dist-info}/entry_points.txt +0 -8
- {nmdc_schema-11.14.0rc1.dist-info → nmdc_schema-11.15.1.dist-info}/licenses/LICENSE +0 -0
nmdc_schema/nmdc.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Auto generated from nmdc.yaml by pythongen.py version: 0.0.1
|
|
2
|
-
# Generation date:
|
|
2
|
+
# Generation date: 2026-01-21T19:39:27
|
|
3
3
|
# Schema: NMDC
|
|
4
4
|
#
|
|
5
5
|
# id: https://w3id.org/nmdc/nmdc
|
|
@@ -56,11 +56,11 @@ from rdflib import (
|
|
|
56
56
|
URIRef
|
|
57
57
|
)
|
|
58
58
|
|
|
59
|
-
from linkml_runtime.linkml_model.types import Boolean, Decimal,
|
|
59
|
+
from linkml_runtime.linkml_model.types import Boolean, Decimal, Float, Integer, String, Uriorcurie
|
|
60
60
|
from linkml_runtime.utils.metamodelcore import Bool, Decimal, URIorCURIE
|
|
61
61
|
|
|
62
62
|
metamodel_version = "1.7.0"
|
|
63
|
-
version = "11.
|
|
63
|
+
version = "11.15.1"
|
|
64
64
|
|
|
65
65
|
# Namespaces
|
|
66
66
|
BFO = CurieNamespace('BFO', 'http://purl.obolibrary.org/obo/BFO_')
|
|
@@ -1638,28 +1638,29 @@ class Biosample(Sample):
|
|
|
1638
1638
|
biosample_categories: Optional[Union[Union[str, "BiosampleCategoryEnum"], list[Union[str, "BiosampleCategoryEnum"]]]] = empty_list()
|
|
1639
1639
|
collected_from: Optional[Union[str, FieldResearchSiteId]] = None
|
|
1640
1640
|
embargoed: Optional[Union[bool, Bool]] = None
|
|
1641
|
-
host_disease_stat: Optional[
|
|
1641
|
+
host_disease_stat: Optional[str] = None
|
|
1642
1642
|
img_identifiers: Optional[Union[Union[str, ExternalIdentifier], list[Union[str, ExternalIdentifier]]]] = empty_list()
|
|
1643
1643
|
neon_biosample_identifiers: Optional[Union[Union[str, ExternalIdentifier], list[Union[str, ExternalIdentifier]]]] = empty_list()
|
|
1644
1644
|
alternative_names: Optional[Union[str, list[str]]] = empty_list()
|
|
1645
|
+
provenance_metadata: Optional[Union[dict, "ProvenanceMetadata"]] = None
|
|
1645
1646
|
gold_biosample_identifiers: Optional[Union[Union[str, URIorCURIE], list[Union[str, URIorCURIE]]]] = empty_list()
|
|
1646
1647
|
insdc_biosample_identifiers: Optional[Union[Union[str, ExternalIdentifier], list[Union[str, ExternalIdentifier]]]] = empty_list()
|
|
1647
1648
|
emsl_biosample_identifiers: Optional[Union[Union[str, ExternalIdentifier], list[Union[str, ExternalIdentifier]]]] = empty_list()
|
|
1648
1649
|
igsn_biosample_identifiers: Optional[Union[Union[str, ExternalIdentifier], list[Union[str, ExternalIdentifier]]]] = empty_list()
|
|
1649
1650
|
abs_air_humidity: Optional[Union[dict, QuantityValue]] = None
|
|
1650
|
-
add_recov_method: Optional[
|
|
1651
|
+
add_recov_method: Optional[str] = None
|
|
1651
1652
|
additional_info: Optional[Union[dict, TextValue]] = None
|
|
1652
|
-
address: Optional[
|
|
1653
|
+
address: Optional[str] = None
|
|
1653
1654
|
adj_room: Optional[Union[dict, TextValue]] = None
|
|
1654
|
-
aero_struc: Optional[Union[
|
|
1655
|
+
aero_struc: Optional[Union[str, "AeroStrucEnum"]] = None
|
|
1655
1656
|
agrochem_addition: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1656
|
-
air_PM_concen: Optional[Union[
|
|
1657
|
+
air_PM_concen: Optional[Union[str, list[str]]] = empty_list()
|
|
1657
1658
|
air_temp: Optional[Union[dict, QuantityValue]] = None
|
|
1658
1659
|
air_temp_regm: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1659
1660
|
al_sat: Optional[Union[dict, QuantityValue]] = None
|
|
1660
|
-
al_sat_meth: Optional[
|
|
1661
|
+
al_sat_meth: Optional[str] = None
|
|
1661
1662
|
alkalinity: Optional[Union[dict, QuantityValue]] = None
|
|
1662
|
-
alkalinity_method: Optional[
|
|
1663
|
+
alkalinity_method: Optional[str] = None
|
|
1663
1664
|
alkyl_diethers: Optional[Union[dict, QuantityValue]] = None
|
|
1664
1665
|
alt: Optional[Union[dict, QuantityValue]] = None
|
|
1665
1666
|
aminopept_act: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -1686,8 +1687,8 @@ class Biosample(Sample):
|
|
|
1686
1687
|
bedroom_count: Optional[Union[dict, TextValue]] = None
|
|
1687
1688
|
benzene: Optional[Union[dict, QuantityValue]] = None
|
|
1688
1689
|
biochem_oxygen_dem: Optional[Union[dict, QuantityValue]] = None
|
|
1689
|
-
biocide: Optional[
|
|
1690
|
-
biocide_admin_method: Optional[
|
|
1690
|
+
biocide: Optional[str] = None
|
|
1691
|
+
biocide_admin_method: Optional[str] = None
|
|
1691
1692
|
biol_stat: Optional[Union[str, "BiolStatEnum"]] = None
|
|
1692
1693
|
biomass: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1693
1694
|
biotic_regm: Optional[Union[dict, TextValue]] = None
|
|
@@ -1700,25 +1701,25 @@ class Biosample(Sample):
|
|
|
1700
1701
|
build_occup_type: Optional[Union[Union[str, "BuildOccupTypeEnum"], list[Union[str, "BuildOccupTypeEnum"]]]] = empty_list()
|
|
1701
1702
|
building_setting: Optional[Union[str, "BuildingSettingEnum"]] = None
|
|
1702
1703
|
built_struc_age: Optional[Union[dict, QuantityValue]] = None
|
|
1703
|
-
built_struc_set: Optional[Union[
|
|
1704
|
+
built_struc_set: Optional[Union[str, "BuiltStrucSetEnum"]] = None
|
|
1704
1705
|
built_struc_type: Optional[Union[dict, TextValue]] = None
|
|
1705
1706
|
calcium: Optional[Union[dict, QuantityValue]] = None
|
|
1706
1707
|
carb_dioxide: Optional[Union[dict, QuantityValue]] = None
|
|
1707
1708
|
carb_monoxide: Optional[Union[dict, QuantityValue]] = None
|
|
1708
1709
|
carb_nitro_ratio: Optional[Union[dict, QuantityValue]] = None
|
|
1709
1710
|
ceil_area: Optional[Union[dict, QuantityValue]] = None
|
|
1710
|
-
ceil_cond: Optional[Union[str, "
|
|
1711
|
+
ceil_cond: Optional[Union[str, "DamagedEnum"]] = None
|
|
1711
1712
|
ceil_finish_mat: Optional[Union[str, "CeilFinishMatEnum"]] = None
|
|
1712
|
-
ceil_struc: Optional[Union[
|
|
1713
|
-
ceil_texture: Optional[Union[str, "
|
|
1713
|
+
ceil_struc: Optional[Union[str, "CeilStrucEnum"]] = None
|
|
1714
|
+
ceil_texture: Optional[Union[str, "CeilingWallTextureEnum"]] = None
|
|
1714
1715
|
ceil_thermal_mass: Optional[Union[dict, QuantityValue]] = None
|
|
1715
1716
|
ceil_type: Optional[Union[str, "CeilTypeEnum"]] = None
|
|
1716
|
-
ceil_water_mold: Optional[Union[
|
|
1717
|
+
ceil_water_mold: Optional[Union[str, "MoldVisibilityEnum"]] = None
|
|
1717
1718
|
chem_administration: Optional[Union[Union[dict, ControlledTermValue], list[Union[dict, ControlledTermValue]]]] = empty_list()
|
|
1718
1719
|
chem_mutagen: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1719
1720
|
chem_oxygen_dem: Optional[Union[dict, QuantityValue]] = None
|
|
1720
1721
|
chem_treat_method: Optional[str] = None
|
|
1721
|
-
chem_treatment: Optional[
|
|
1722
|
+
chem_treatment: Optional[str] = None
|
|
1722
1723
|
chloride: Optional[Union[dict, QuantityValue]] = None
|
|
1723
1724
|
chlorophyll: Optional[Union[dict, QuantityValue]] = None
|
|
1724
1725
|
climate_environment: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
@@ -1727,9 +1728,9 @@ class Biosample(Sample):
|
|
|
1727
1728
|
cool_syst_id: Optional[Union[dict, TextValue]] = None
|
|
1728
1729
|
crop_rotation: Optional[Union[dict, TextValue]] = None
|
|
1729
1730
|
cult_root_med: Optional[Union[dict, TextValue]] = None
|
|
1730
|
-
cur_land_use: Optional[
|
|
1731
|
+
cur_land_use: Optional[str] = None
|
|
1731
1732
|
cur_vegetation: Optional[Union[dict, TextValue]] = None
|
|
1732
|
-
cur_vegetation_meth: Optional[
|
|
1733
|
+
cur_vegetation_meth: Optional[str] = None
|
|
1733
1734
|
date_last_rain: Optional[Union[dict, TimestampValue]] = None
|
|
1734
1735
|
density: Optional[Union[dict, QuantityValue]] = None
|
|
1735
1736
|
depos_env: Optional[Union[str, "DeposEnvEnum"]] = None
|
|
@@ -1747,16 +1748,16 @@ class Biosample(Sample):
|
|
|
1747
1748
|
diss_oxygen: Optional[Union[dict, QuantityValue]] = None
|
|
1748
1749
|
diss_oxygen_fluid: Optional[Union[dict, QuantityValue]] = None
|
|
1749
1750
|
door_comp_type: Optional[Union[str, "DoorCompTypeEnum"]] = None
|
|
1750
|
-
door_cond: Optional[Union[str, "
|
|
1751
|
+
door_cond: Optional[Union[str, "DamagedRupturedEnum"]] = None
|
|
1751
1752
|
door_direct: Optional[Union[str, "DoorDirectEnum"]] = None
|
|
1752
|
-
door_loc: Optional[Union[str, "
|
|
1753
|
+
door_loc: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
1753
1754
|
door_mat: Optional[Union[str, "DoorMatEnum"]] = None
|
|
1754
1755
|
door_move: Optional[Union[str, "DoorMoveEnum"]] = None
|
|
1755
1756
|
door_size: Optional[Union[dict, QuantityValue]] = None
|
|
1756
1757
|
door_type: Optional[Union[str, "DoorTypeEnum"]] = None
|
|
1757
1758
|
door_type_metal: Optional[Union[str, "DoorTypeMetalEnum"]] = None
|
|
1758
|
-
door_type_wood: Optional[
|
|
1759
|
-
door_water_mold: Optional[Union[
|
|
1759
|
+
door_type_wood: Optional[str] = None
|
|
1760
|
+
door_water_mold: Optional[Union[str, "MoldVisibilityEnum"]] = None
|
|
1760
1761
|
down_par: Optional[Union[dict, QuantityValue]] = None
|
|
1761
1762
|
drainage_class: Optional[Union[str, "DrainageClassEnum"]] = None
|
|
1762
1763
|
drawings: Optional[Union[str, "DrawingsEnum"]] = None
|
|
@@ -1771,21 +1772,21 @@ class Biosample(Sample):
|
|
|
1771
1772
|
exp_pipe: Optional[Union[dict, QuantityValue]] = None
|
|
1772
1773
|
experimental_factor: Optional[Union[dict, ControlledTermValue]] = None
|
|
1773
1774
|
ext_door: Optional[Union[dict, TextValue]] = None
|
|
1774
|
-
ext_wall_orient: Optional[Union[str, "
|
|
1775
|
-
ext_window_orient: Optional[Union[str, "
|
|
1775
|
+
ext_wall_orient: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
1776
|
+
ext_window_orient: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
1776
1777
|
extreme_event: Optional[str] = None
|
|
1777
1778
|
fao_class: Optional[Union[str, "FaoClassEnum"]] = None
|
|
1778
1779
|
fertilizer_regm: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1779
1780
|
field: Optional[Union[dict, TextValue]] = None
|
|
1780
1781
|
filter_type: Optional[Union[Union[str, "FilterTypeEnum"], list[Union[str, "FilterTypeEnum"]]]] = empty_list()
|
|
1781
1782
|
fire: Optional[str] = None
|
|
1782
|
-
fireplace_type: Optional[Union[
|
|
1783
|
+
fireplace_type: Optional[Union[str, "FireplaceTypeEnum"]] = None
|
|
1783
1784
|
flooding: Optional[str] = None
|
|
1784
1785
|
floor_age: Optional[Union[dict, QuantityValue]] = None
|
|
1785
1786
|
floor_area: Optional[Union[dict, QuantityValue]] = None
|
|
1786
|
-
floor_cond: Optional[Union[str, "
|
|
1787
|
+
floor_cond: Optional[Union[str, "DamagedEnum"]] = None
|
|
1787
1788
|
floor_count: Optional[Union[dict, TextValue]] = None
|
|
1788
|
-
floor_finish_mat: Optional[
|
|
1789
|
+
floor_finish_mat: Optional[str] = None
|
|
1789
1790
|
floor_struc: Optional[Union[str, "FloorStrucEnum"]] = None
|
|
1790
1791
|
floor_thermal_mass: Optional[Union[dict, QuantityValue]] = None
|
|
1791
1792
|
floor_water_mold: Optional[Union[str, "FloorWaterMoldEnum"]] = None
|
|
@@ -1797,7 +1798,7 @@ class Biosample(Sample):
|
|
|
1797
1798
|
gaseous_environment: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1798
1799
|
gaseous_substances: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1799
1800
|
gender_restroom: Optional[Union[str, "GenderRestroomEnum"]] = None
|
|
1800
|
-
genetic_mod: Optional[
|
|
1801
|
+
genetic_mod: Optional[str] = None
|
|
1801
1802
|
geo_loc_name: Optional[Union[dict, TextValue]] = None
|
|
1802
1803
|
glucosidase_act: Optional[Union[dict, QuantityValue]] = None
|
|
1803
1804
|
gravidity: Optional[Union[dict, TextValue]] = None
|
|
@@ -1810,18 +1811,18 @@ class Biosample(Sample):
|
|
|
1810
1811
|
hc_produced: Optional[Union[str, "HcProducedEnum"]] = None
|
|
1811
1812
|
hcr: Optional[Union[str, "HcrEnum"]] = None
|
|
1812
1813
|
hcr_fw_salinity: Optional[Union[dict, QuantityValue]] = None
|
|
1813
|
-
hcr_geol_age: Optional[Union[str, "
|
|
1814
|
+
hcr_geol_age: Optional[Union[str, "GeolAgeEnum"]] = None
|
|
1814
1815
|
hcr_pressure: Optional[Union[dict, TextValue]] = None
|
|
1815
1816
|
hcr_temp: Optional[Union[dict, TextValue]] = None
|
|
1816
1817
|
heat_cool_type: Optional[Union[Union[str, "HeatCoolTypeEnum"], list[Union[str, "HeatCoolTypeEnum"]]]] = empty_list()
|
|
1817
|
-
heat_deliv_loc: Optional[Union[str, "
|
|
1818
|
+
heat_deliv_loc: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
1818
1819
|
heat_sys_deliv_meth: Optional[str] = None
|
|
1819
1820
|
heat_system_id: Optional[Union[dict, TextValue]] = None
|
|
1820
1821
|
heavy_metals: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1821
|
-
heavy_metals_meth: Optional[Union[
|
|
1822
|
+
heavy_metals_meth: Optional[Union[str, list[str]]] = empty_list()
|
|
1822
1823
|
height_carper_fiber: Optional[Union[dict, QuantityValue]] = None
|
|
1823
1824
|
herbicide_regm: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1824
|
-
horizon_meth: Optional[
|
|
1825
|
+
horizon_meth: Optional[str] = None
|
|
1825
1826
|
host_age: Optional[Union[dict, QuantityValue]] = None
|
|
1826
1827
|
host_body_habitat: Optional[Union[dict, TextValue]] = None
|
|
1827
1828
|
host_body_product: Optional[Union[dict, ControlledTermValue]] = None
|
|
@@ -1835,11 +1836,11 @@ class Biosample(Sample):
|
|
|
1835
1836
|
host_genotype: Optional[Union[dict, TextValue]] = None
|
|
1836
1837
|
host_growth_cond: Optional[Union[dict, TextValue]] = None
|
|
1837
1838
|
host_height: Optional[Union[dict, QuantityValue]] = None
|
|
1838
|
-
host_last_meal: Optional[Union[
|
|
1839
|
+
host_last_meal: Optional[Union[str, list[str]]] = empty_list()
|
|
1839
1840
|
host_length: Optional[Union[dict, QuantityValue]] = None
|
|
1840
1841
|
host_life_stage: Optional[Union[dict, TextValue]] = None
|
|
1841
1842
|
host_phenotype: Optional[Union[dict, ControlledTermValue]] = None
|
|
1842
|
-
host_sex: Optional[
|
|
1843
|
+
host_sex: Optional[str] = None
|
|
1843
1844
|
host_shape: Optional[Union[dict, TextValue]] = None
|
|
1844
1845
|
host_subject_id: Optional[Union[dict, TextValue]] = None
|
|
1845
1846
|
host_subspecf_genlin: Optional[Union[str, list[str]]] = empty_list()
|
|
@@ -1855,7 +1856,7 @@ class Biosample(Sample):
|
|
|
1855
1856
|
indust_eff_percent: Optional[Union[dict, QuantityValue]] = None
|
|
1856
1857
|
inorg_particles: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1857
1858
|
inside_lux: Optional[Union[dict, QuantityValue]] = None
|
|
1858
|
-
int_wall_cond: Optional[Union[str, "
|
|
1859
|
+
int_wall_cond: Optional[Union[str, "DamagedEnum"]] = None
|
|
1859
1860
|
iw_bt_date_well: Optional[Union[dict, TimestampValue]] = None
|
|
1860
1861
|
iwf: Optional[Union[dict, QuantityValue]] = None
|
|
1861
1862
|
last_clean: Optional[Union[dict, TimestampValue]] = None
|
|
@@ -1864,17 +1865,17 @@ class Biosample(Sample):
|
|
|
1864
1865
|
light_regm: Optional[Union[dict, TextValue]] = None
|
|
1865
1866
|
light_type: Optional[Union[Union[str, "LightTypeEnum"], list[Union[str, "LightTypeEnum"]]]] = empty_list()
|
|
1866
1867
|
link_addit_analys: Optional[Union[dict, TextValue]] = None
|
|
1867
|
-
link_class_info: Optional[
|
|
1868
|
+
link_class_info: Optional[str] = None
|
|
1868
1869
|
link_climate_info: Optional[Union[dict, TextValue]] = None
|
|
1869
1870
|
lithology: Optional[Union[str, "LithologyEnum"]] = None
|
|
1870
1871
|
local_class: Optional[Union[dict, TextValue]] = None
|
|
1871
|
-
local_class_meth: Optional[
|
|
1872
|
+
local_class_meth: Optional[str] = None
|
|
1872
1873
|
magnesium: Optional[Union[dict, QuantityValue]] = None
|
|
1873
1874
|
max_occup: Optional[Union[dict, QuantityValue]] = None
|
|
1874
1875
|
mean_frict_vel: Optional[Union[dict, QuantityValue]] = None
|
|
1875
1876
|
mean_peak_frict_vel: Optional[Union[dict, QuantityValue]] = None
|
|
1876
1877
|
mech_struc: Optional[Union[str, "MechStrucEnum"]] = None
|
|
1877
|
-
mechanical_damage: Optional[Union[
|
|
1878
|
+
mechanical_damage: Optional[Union[str, list[str]]] = empty_list()
|
|
1878
1879
|
methane: Optional[Union[dict, QuantityValue]] = None
|
|
1879
1880
|
micro_biomass_meth: Optional[str] = None
|
|
1880
1881
|
microbial_biomass: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -1926,7 +1927,7 @@ class Biosample(Sample):
|
|
|
1926
1927
|
pres_animal_insect: Optional[str] = None
|
|
1927
1928
|
pressure: Optional[Union[dict, QuantityValue]] = None
|
|
1928
1929
|
prev_land_use_meth: Optional[str] = None
|
|
1929
|
-
previous_land_use: Optional[
|
|
1930
|
+
previous_land_use: Optional[str] = None
|
|
1930
1931
|
primary_prod: Optional[Union[dict, QuantityValue]] = None
|
|
1931
1932
|
primary_treatment: Optional[Union[dict, TextValue]] = None
|
|
1932
1933
|
prod_rate: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -1956,7 +1957,7 @@ class Biosample(Sample):
|
|
|
1956
1957
|
room_net_area: Optional[Union[dict, TextValue]] = None
|
|
1957
1958
|
room_occup: Optional[Union[dict, QuantityValue]] = None
|
|
1958
1959
|
room_samp_pos: Optional[Union[str, "RoomSampPosEnum"]] = None
|
|
1959
|
-
room_type: Optional[
|
|
1960
|
+
room_type: Optional[str] = None
|
|
1960
1961
|
room_vol: Optional[Union[dict, TextValue]] = None
|
|
1961
1962
|
room_wall_share: Optional[Union[dict, TextValue]] = None
|
|
1962
1963
|
room_window_count: Optional[int] = None
|
|
@@ -1969,14 +1970,14 @@ class Biosample(Sample):
|
|
|
1969
1970
|
root_med_solid: Optional[Union[dict, TextValue]] = None
|
|
1970
1971
|
root_med_suppl: Optional[Union[dict, TextValue]] = None
|
|
1971
1972
|
salinity: Optional[Union[dict, QuantityValue]] = None
|
|
1972
|
-
salinity_meth: Optional[
|
|
1973
|
+
salinity_meth: Optional[str] = None
|
|
1973
1974
|
salt_regm: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
1974
1975
|
samp_capt_status: Optional[Union[str, "SampCaptStatusEnum"]] = None
|
|
1975
1976
|
samp_collec_device: Optional[str] = None
|
|
1976
1977
|
samp_collec_method: Optional[str] = None
|
|
1977
1978
|
samp_collect_point: Optional[Union[str, "SampCollectPointEnum"]] = None
|
|
1978
1979
|
samp_dis_stage: Optional[Union[str, "SampDisStageEnum"]] = None
|
|
1979
|
-
samp_floor: Optional[
|
|
1980
|
+
samp_floor: Optional[str] = None
|
|
1980
1981
|
samp_loc_corr_rate: Optional[Union[dict, TextValue]] = None
|
|
1981
1982
|
samp_mat_process: Optional[Union[dict, ControlledTermValue]] = None
|
|
1982
1983
|
samp_md: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -1984,7 +1985,7 @@ class Biosample(Sample):
|
|
|
1984
1985
|
samp_preserv: Optional[Union[dict, TextValue]] = None
|
|
1985
1986
|
samp_room_id: Optional[Union[dict, TextValue]] = None
|
|
1986
1987
|
samp_size: Optional[Union[dict, QuantityValue]] = None
|
|
1987
|
-
samp_sort_meth: Optional[Union[
|
|
1988
|
+
samp_sort_meth: Optional[Union[str, list[str]]] = empty_list()
|
|
1988
1989
|
samp_store_dur: Optional[Union[dict, TextValue]] = None
|
|
1989
1990
|
samp_store_loc: Optional[Union[dict, TextValue]] = None
|
|
1990
1991
|
samp_store_temp: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -1997,7 +1998,7 @@ class Biosample(Sample):
|
|
|
1997
1998
|
samp_weather: Optional[Union[str, "SampWeatherEnum"]] = None
|
|
1998
1999
|
samp_well_name: Optional[Union[dict, TextValue]] = None
|
|
1999
2000
|
saturates_pc: Optional[Union[dict, TextValue]] = None
|
|
2000
|
-
season: Optional[Union[
|
|
2001
|
+
season: Optional[Union[str, "SeasonEnum"]] = None
|
|
2001
2002
|
season_environment: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
2002
2003
|
season_precpt: Optional[Union[dict, QuantityValue]] = None
|
|
2003
2004
|
season_temp: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -2006,8 +2007,8 @@ class Biosample(Sample):
|
|
|
2006
2007
|
sediment_type: Optional[Union[str, "SedimentTypeEnum"]] = None
|
|
2007
2008
|
sewage_type: Optional[Union[dict, TextValue]] = None
|
|
2008
2009
|
shad_dev_water_mold: Optional[str] = None
|
|
2009
|
-
shading_device_cond: Optional[Union[str, "
|
|
2010
|
-
shading_device_loc: Optional[Union[
|
|
2010
|
+
shading_device_cond: Optional[Union[str, "DamagedRupturedEnum"]] = None
|
|
2011
|
+
shading_device_loc: Optional[Union[str, "ShadingDeviceLocEnum"]] = None
|
|
2011
2012
|
shading_device_mat: Optional[Union[dict, TextValue]] = None
|
|
2012
2013
|
shading_device_type: Optional[Union[str, "ShadingDeviceTypeEnum"]] = None
|
|
2013
2014
|
sieving: Optional[Union[dict, TextValue]] = None
|
|
@@ -2020,7 +2021,7 @@ class Biosample(Sample):
|
|
|
2020
2021
|
sludge_retent_time: Optional[Union[dict, QuantityValue]] = None
|
|
2021
2022
|
sodium: Optional[Union[dict, QuantityValue]] = None
|
|
2022
2023
|
soil_horizon: Optional[Union[str, "SoilHorizonEnum"]] = None
|
|
2023
|
-
soil_text_measure: Optional[
|
|
2024
|
+
soil_text_measure: Optional[str] = None
|
|
2024
2025
|
soil_texture_meth: Optional[str] = None
|
|
2025
2026
|
soil_type: Optional[Union[dict, TextValue]] = None
|
|
2026
2027
|
soil_type_meth: Optional[Union[dict, TextValue]] = None
|
|
@@ -2029,11 +2030,11 @@ class Biosample(Sample):
|
|
|
2029
2030
|
soluble_org_mat: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
2030
2031
|
soluble_react_phosp: Optional[Union[dict, QuantityValue]] = None
|
|
2031
2032
|
source_mat_id: Optional[Union[dict, TextValue]] = None
|
|
2032
|
-
space_typ_state: Optional[Union[
|
|
2033
|
+
space_typ_state: Optional[Union[str, "SpaceTypStateEnum"]] = None
|
|
2033
2034
|
specific: Optional[Union[str, "SpecificEnum"]] = None
|
|
2034
2035
|
specific_humidity: Optional[Union[dict, QuantityValue]] = None
|
|
2035
2036
|
sr_dep_env: Optional[Union[str, "SrDepEnvEnum"]] = None
|
|
2036
|
-
sr_geol_age: Optional[Union[str, "
|
|
2037
|
+
sr_geol_age: Optional[Union[str, "GeolAgeEnum"]] = None
|
|
2037
2038
|
sr_kerog_type: Optional[Union[str, "SrKerogTypeEnum"]] = None
|
|
2038
2039
|
sr_lithology: Optional[Union[str, "SrLithologyEnum"]] = None
|
|
2039
2040
|
standing_water_regm: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
@@ -2066,7 +2067,7 @@ class Biosample(Sample):
|
|
|
2066
2067
|
tot_nitro: Optional[Union[dict, QuantityValue]] = None
|
|
2067
2068
|
tot_nitro_cont_meth: Optional[str] = None
|
|
2068
2069
|
tot_nitro_content: Optional[Union[dict, QuantityValue]] = None
|
|
2069
|
-
tot_org_c_meth: Optional[
|
|
2070
|
+
tot_org_c_meth: Optional[str] = None
|
|
2070
2071
|
tot_org_carb: Optional[Union[dict, QuantityValue]] = None
|
|
2071
2072
|
tot_part_carb: Optional[Union[dict, QuantityValue]] = None
|
|
2072
2073
|
tot_phosp: Optional[Union[dict, QuantityValue]] = None
|
|
@@ -2083,18 +2084,18 @@ class Biosample(Sample):
|
|
|
2083
2084
|
ventilation_type: Optional[Union[dict, TextValue]] = None
|
|
2084
2085
|
vfa: Optional[Union[dict, QuantityValue]] = None
|
|
2085
2086
|
vfa_fw: Optional[Union[dict, QuantityValue]] = None
|
|
2086
|
-
vis_media: Optional[
|
|
2087
|
+
vis_media: Optional[str] = None
|
|
2087
2088
|
viscosity: Optional[Union[dict, TextValue]] = None
|
|
2088
2089
|
volatile_org_comp: Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]] = empty_list()
|
|
2089
2090
|
wall_area: Optional[Union[dict, QuantityValue]] = None
|
|
2090
2091
|
wall_const_type: Optional[Union[str, "WallConstTypeEnum"]] = None
|
|
2091
2092
|
wall_finish_mat: Optional[Union[str, "WallFinishMatEnum"]] = None
|
|
2092
2093
|
wall_height: Optional[Union[dict, QuantityValue]] = None
|
|
2093
|
-
wall_loc: Optional[Union[str, "
|
|
2094
|
+
wall_loc: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
2094
2095
|
wall_surf_treatment: Optional[Union[str, "WallSurfTreatmentEnum"]] = None
|
|
2095
|
-
wall_texture: Optional[Union[str, "
|
|
2096
|
+
wall_texture: Optional[Union[str, "CeilingWallTextureEnum"]] = None
|
|
2096
2097
|
wall_thermal_mass: Optional[Union[dict, QuantityValue]] = None
|
|
2097
|
-
wall_water_mold: Optional[Union[
|
|
2098
|
+
wall_water_mold: Optional[Union[str, "MoldVisibilityEnum"]] = None
|
|
2098
2099
|
wastewater_type: Optional[Union[dict, TextValue]] = None
|
|
2099
2100
|
water_cont_soil_meth: Optional[str] = None
|
|
2100
2101
|
water_content: Optional[Union[str, list[str]]] = empty_list()
|
|
@@ -2109,23 +2110,24 @@ class Biosample(Sample):
|
|
|
2109
2110
|
win: Optional[Union[dict, TextValue]] = None
|
|
2110
2111
|
wind_direction: Optional[Union[dict, TextValue]] = None
|
|
2111
2112
|
wind_speed: Optional[Union[dict, QuantityValue]] = None
|
|
2112
|
-
window_cond: Optional[Union[str, "
|
|
2113
|
+
window_cond: Optional[Union[str, "DamagedRupturedEnum"]] = None
|
|
2113
2114
|
window_cover: Optional[Union[str, "WindowCoverEnum"]] = None
|
|
2114
2115
|
window_horiz_pos: Optional[Union[str, "WindowHorizPosEnum"]] = None
|
|
2115
|
-
window_loc: Optional[Union[str, "
|
|
2116
|
+
window_loc: Optional[Union[str, "CompassDirections8Enum"]] = None
|
|
2116
2117
|
window_mat: Optional[Union[str, "WindowMatEnum"]] = None
|
|
2117
2118
|
window_open_freq: Optional[Union[dict, TextValue]] = None
|
|
2118
2119
|
window_size: Optional[Union[dict, TextValue]] = None
|
|
2119
|
-
window_status: Optional[Union[
|
|
2120
|
+
window_status: Optional[Union[str, "WindowStatusEnum"]] = None
|
|
2120
2121
|
window_type: Optional[Union[str, "WindowTypeEnum"]] = None
|
|
2121
2122
|
window_vert_pos: Optional[Union[str, "WindowVertPosEnum"]] = None
|
|
2122
|
-
window_water_mold: Optional[Union[
|
|
2123
|
+
window_water_mold: Optional[Union[str, "MoldVisibilityEnum"]] = None
|
|
2123
2124
|
xylene: Optional[Union[dict, QuantityValue]] = None
|
|
2124
2125
|
ecosystem: Optional[str] = None
|
|
2125
2126
|
ecosystem_category: Optional[str] = None
|
|
2126
2127
|
ecosystem_type: Optional[str] = None
|
|
2127
2128
|
ecosystem_subtype: Optional[str] = None
|
|
2128
2129
|
specific_ecosystem: Optional[str] = None
|
|
2130
|
+
ecosystem_path_id: Optional[int] = None
|
|
2129
2131
|
add_date: Optional[str] = None
|
|
2130
2132
|
community: Optional[str] = None
|
|
2131
2133
|
habitat: Optional[str] = None
|
|
@@ -2215,8 +2217,8 @@ class Biosample(Sample):
|
|
|
2215
2217
|
if self.embargoed is not None and not isinstance(self.embargoed, Bool):
|
|
2216
2218
|
self.embargoed = Bool(self.embargoed)
|
|
2217
2219
|
|
|
2218
|
-
if self.host_disease_stat is not None and not isinstance(self.host_disease_stat,
|
|
2219
|
-
self.host_disease_stat =
|
|
2220
|
+
if self.host_disease_stat is not None and not isinstance(self.host_disease_stat, str):
|
|
2221
|
+
self.host_disease_stat = str(self.host_disease_stat)
|
|
2220
2222
|
|
|
2221
2223
|
if not isinstance(self.img_identifiers, list):
|
|
2222
2224
|
self.img_identifiers = [self.img_identifiers] if self.img_identifiers is not None else []
|
|
@@ -2230,6 +2232,9 @@ class Biosample(Sample):
|
|
|
2230
2232
|
self.alternative_names = [self.alternative_names] if self.alternative_names is not None else []
|
|
2231
2233
|
self.alternative_names = [v if isinstance(v, str) else str(v) for v in self.alternative_names]
|
|
2232
2234
|
|
|
2235
|
+
if self.provenance_metadata is not None and not isinstance(self.provenance_metadata, ProvenanceMetadata):
|
|
2236
|
+
self.provenance_metadata = ProvenanceMetadata(**as_dict(self.provenance_metadata))
|
|
2237
|
+
|
|
2233
2238
|
if not isinstance(self.gold_biosample_identifiers, list):
|
|
2234
2239
|
self.gold_biosample_identifiers = [self.gold_biosample_identifiers] if self.gold_biosample_identifiers is not None else []
|
|
2235
2240
|
self.gold_biosample_identifiers = [v if isinstance(v, URIorCURIE) else URIorCURIE(v) for v in self.gold_biosample_identifiers]
|
|
@@ -2249,20 +2254,20 @@ class Biosample(Sample):
|
|
|
2249
2254
|
if self.abs_air_humidity is not None and not isinstance(self.abs_air_humidity, QuantityValue):
|
|
2250
2255
|
self.abs_air_humidity = QuantityValue(**as_dict(self.abs_air_humidity))
|
|
2251
2256
|
|
|
2252
|
-
if self.add_recov_method is not None and not isinstance(self.add_recov_method,
|
|
2253
|
-
self.add_recov_method =
|
|
2257
|
+
if self.add_recov_method is not None and not isinstance(self.add_recov_method, str):
|
|
2258
|
+
self.add_recov_method = str(self.add_recov_method)
|
|
2254
2259
|
|
|
2255
2260
|
if self.additional_info is not None and not isinstance(self.additional_info, TextValue):
|
|
2256
2261
|
self.additional_info = TextValue(**as_dict(self.additional_info))
|
|
2257
2262
|
|
|
2258
|
-
if self.address is not None and not isinstance(self.address,
|
|
2259
|
-
self.address =
|
|
2263
|
+
if self.address is not None and not isinstance(self.address, str):
|
|
2264
|
+
self.address = str(self.address)
|
|
2260
2265
|
|
|
2261
2266
|
if self.adj_room is not None and not isinstance(self.adj_room, TextValue):
|
|
2262
2267
|
self.adj_room = TextValue(**as_dict(self.adj_room))
|
|
2263
2268
|
|
|
2264
|
-
if self.aero_struc is not None and not isinstance(self.aero_struc,
|
|
2265
|
-
self.aero_struc =
|
|
2269
|
+
if self.aero_struc is not None and not isinstance(self.aero_struc, AeroStrucEnum):
|
|
2270
|
+
self.aero_struc = AeroStrucEnum(self.aero_struc)
|
|
2266
2271
|
|
|
2267
2272
|
if not isinstance(self.agrochem_addition, list):
|
|
2268
2273
|
self.agrochem_addition = [self.agrochem_addition] if self.agrochem_addition is not None else []
|
|
@@ -2270,7 +2275,7 @@ class Biosample(Sample):
|
|
|
2270
2275
|
|
|
2271
2276
|
if not isinstance(self.air_PM_concen, list):
|
|
2272
2277
|
self.air_PM_concen = [self.air_PM_concen] if self.air_PM_concen is not None else []
|
|
2273
|
-
self.air_PM_concen = [v if isinstance(v,
|
|
2278
|
+
self.air_PM_concen = [v if isinstance(v, str) else str(v) for v in self.air_PM_concen]
|
|
2274
2279
|
|
|
2275
2280
|
if self.air_temp is not None and not isinstance(self.air_temp, QuantityValue):
|
|
2276
2281
|
self.air_temp = QuantityValue(**as_dict(self.air_temp))
|
|
@@ -2282,14 +2287,14 @@ class Biosample(Sample):
|
|
|
2282
2287
|
if self.al_sat is not None and not isinstance(self.al_sat, QuantityValue):
|
|
2283
2288
|
self.al_sat = QuantityValue(**as_dict(self.al_sat))
|
|
2284
2289
|
|
|
2285
|
-
if self.al_sat_meth is not None and not isinstance(self.al_sat_meth,
|
|
2286
|
-
self.al_sat_meth =
|
|
2290
|
+
if self.al_sat_meth is not None and not isinstance(self.al_sat_meth, str):
|
|
2291
|
+
self.al_sat_meth = str(self.al_sat_meth)
|
|
2287
2292
|
|
|
2288
2293
|
if self.alkalinity is not None and not isinstance(self.alkalinity, QuantityValue):
|
|
2289
2294
|
self.alkalinity = QuantityValue(**as_dict(self.alkalinity))
|
|
2290
2295
|
|
|
2291
|
-
if self.alkalinity_method is not None and not isinstance(self.alkalinity_method,
|
|
2292
|
-
self.alkalinity_method =
|
|
2296
|
+
if self.alkalinity_method is not None and not isinstance(self.alkalinity_method, str):
|
|
2297
|
+
self.alkalinity_method = str(self.alkalinity_method)
|
|
2293
2298
|
|
|
2294
2299
|
if self.alkyl_diethers is not None and not isinstance(self.alkyl_diethers, QuantityValue):
|
|
2295
2300
|
self.alkyl_diethers = QuantityValue(**as_dict(self.alkyl_diethers))
|
|
@@ -2371,11 +2376,11 @@ class Biosample(Sample):
|
|
|
2371
2376
|
if self.biochem_oxygen_dem is not None and not isinstance(self.biochem_oxygen_dem, QuantityValue):
|
|
2372
2377
|
self.biochem_oxygen_dem = QuantityValue(**as_dict(self.biochem_oxygen_dem))
|
|
2373
2378
|
|
|
2374
|
-
if self.biocide is not None and not isinstance(self.biocide,
|
|
2375
|
-
self.biocide =
|
|
2379
|
+
if self.biocide is not None and not isinstance(self.biocide, str):
|
|
2380
|
+
self.biocide = str(self.biocide)
|
|
2376
2381
|
|
|
2377
|
-
if self.biocide_admin_method is not None and not isinstance(self.biocide_admin_method,
|
|
2378
|
-
self.biocide_admin_method =
|
|
2382
|
+
if self.biocide_admin_method is not None and not isinstance(self.biocide_admin_method, str):
|
|
2383
|
+
self.biocide_admin_method = str(self.biocide_admin_method)
|
|
2379
2384
|
|
|
2380
2385
|
if self.biol_stat is not None and not isinstance(self.biol_stat, BiolStatEnum):
|
|
2381
2386
|
self.biol_stat = BiolStatEnum(self.biol_stat)
|
|
@@ -2415,8 +2420,8 @@ class Biosample(Sample):
|
|
|
2415
2420
|
if self.built_struc_age is not None and not isinstance(self.built_struc_age, QuantityValue):
|
|
2416
2421
|
self.built_struc_age = QuantityValue(**as_dict(self.built_struc_age))
|
|
2417
2422
|
|
|
2418
|
-
if self.built_struc_set is not None and not isinstance(self.built_struc_set,
|
|
2419
|
-
self.built_struc_set =
|
|
2423
|
+
if self.built_struc_set is not None and not isinstance(self.built_struc_set, BuiltStrucSetEnum):
|
|
2424
|
+
self.built_struc_set = BuiltStrucSetEnum(self.built_struc_set)
|
|
2420
2425
|
|
|
2421
2426
|
if self.built_struc_type is not None and not isinstance(self.built_struc_type, TextValue):
|
|
2422
2427
|
self.built_struc_type = TextValue(**as_dict(self.built_struc_type))
|
|
@@ -2436,17 +2441,17 @@ class Biosample(Sample):
|
|
|
2436
2441
|
if self.ceil_area is not None and not isinstance(self.ceil_area, QuantityValue):
|
|
2437
2442
|
self.ceil_area = QuantityValue(**as_dict(self.ceil_area))
|
|
2438
2443
|
|
|
2439
|
-
if self.ceil_cond is not None and not isinstance(self.ceil_cond,
|
|
2440
|
-
self.ceil_cond =
|
|
2444
|
+
if self.ceil_cond is not None and not isinstance(self.ceil_cond, DamagedEnum):
|
|
2445
|
+
self.ceil_cond = DamagedEnum(self.ceil_cond)
|
|
2441
2446
|
|
|
2442
2447
|
if self.ceil_finish_mat is not None and not isinstance(self.ceil_finish_mat, CeilFinishMatEnum):
|
|
2443
2448
|
self.ceil_finish_mat = CeilFinishMatEnum(self.ceil_finish_mat)
|
|
2444
2449
|
|
|
2445
|
-
if self.ceil_struc is not None and not isinstance(self.ceil_struc,
|
|
2446
|
-
self.ceil_struc =
|
|
2450
|
+
if self.ceil_struc is not None and not isinstance(self.ceil_struc, CeilStrucEnum):
|
|
2451
|
+
self.ceil_struc = CeilStrucEnum(self.ceil_struc)
|
|
2447
2452
|
|
|
2448
|
-
if self.ceil_texture is not None and not isinstance(self.ceil_texture,
|
|
2449
|
-
self.ceil_texture =
|
|
2453
|
+
if self.ceil_texture is not None and not isinstance(self.ceil_texture, CeilingWallTextureEnum):
|
|
2454
|
+
self.ceil_texture = CeilingWallTextureEnum(self.ceil_texture)
|
|
2450
2455
|
|
|
2451
2456
|
if self.ceil_thermal_mass is not None and not isinstance(self.ceil_thermal_mass, QuantityValue):
|
|
2452
2457
|
self.ceil_thermal_mass = QuantityValue(**as_dict(self.ceil_thermal_mass))
|
|
@@ -2454,8 +2459,8 @@ class Biosample(Sample):
|
|
|
2454
2459
|
if self.ceil_type is not None and not isinstance(self.ceil_type, CeilTypeEnum):
|
|
2455
2460
|
self.ceil_type = CeilTypeEnum(self.ceil_type)
|
|
2456
2461
|
|
|
2457
|
-
if self.ceil_water_mold is not None and not isinstance(self.ceil_water_mold,
|
|
2458
|
-
self.ceil_water_mold =
|
|
2462
|
+
if self.ceil_water_mold is not None and not isinstance(self.ceil_water_mold, MoldVisibilityEnum):
|
|
2463
|
+
self.ceil_water_mold = MoldVisibilityEnum(self.ceil_water_mold)
|
|
2459
2464
|
|
|
2460
2465
|
if not isinstance(self.chem_administration, list):
|
|
2461
2466
|
self.chem_administration = [self.chem_administration] if self.chem_administration is not None else []
|
|
@@ -2471,8 +2476,8 @@ class Biosample(Sample):
|
|
|
2471
2476
|
if self.chem_treat_method is not None and not isinstance(self.chem_treat_method, str):
|
|
2472
2477
|
self.chem_treat_method = str(self.chem_treat_method)
|
|
2473
2478
|
|
|
2474
|
-
if self.chem_treatment is not None and not isinstance(self.chem_treatment,
|
|
2475
|
-
self.chem_treatment =
|
|
2479
|
+
if self.chem_treatment is not None and not isinstance(self.chem_treatment, str):
|
|
2480
|
+
self.chem_treatment = str(self.chem_treatment)
|
|
2476
2481
|
|
|
2477
2482
|
if self.chloride is not None and not isinstance(self.chloride, QuantityValue):
|
|
2478
2483
|
self.chloride = QuantityValue(**as_dict(self.chloride))
|
|
@@ -2499,14 +2504,14 @@ class Biosample(Sample):
|
|
|
2499
2504
|
if self.cult_root_med is not None and not isinstance(self.cult_root_med, TextValue):
|
|
2500
2505
|
self.cult_root_med = TextValue(**as_dict(self.cult_root_med))
|
|
2501
2506
|
|
|
2502
|
-
if self.cur_land_use is not None and not isinstance(self.cur_land_use,
|
|
2503
|
-
self.cur_land_use =
|
|
2507
|
+
if self.cur_land_use is not None and not isinstance(self.cur_land_use, str):
|
|
2508
|
+
self.cur_land_use = str(self.cur_land_use)
|
|
2504
2509
|
|
|
2505
2510
|
if self.cur_vegetation is not None and not isinstance(self.cur_vegetation, TextValue):
|
|
2506
2511
|
self.cur_vegetation = TextValue(**as_dict(self.cur_vegetation))
|
|
2507
2512
|
|
|
2508
|
-
if self.cur_vegetation_meth is not None and not isinstance(self.cur_vegetation_meth,
|
|
2509
|
-
self.cur_vegetation_meth =
|
|
2513
|
+
if self.cur_vegetation_meth is not None and not isinstance(self.cur_vegetation_meth, str):
|
|
2514
|
+
self.cur_vegetation_meth = str(self.cur_vegetation_meth)
|
|
2510
2515
|
|
|
2511
2516
|
if self.date_last_rain is not None and not isinstance(self.date_last_rain, TimestampValue):
|
|
2512
2517
|
self.date_last_rain = TimestampValue(**as_dict(self.date_last_rain))
|
|
@@ -2560,14 +2565,14 @@ class Biosample(Sample):
|
|
|
2560
2565
|
if self.door_comp_type is not None and not isinstance(self.door_comp_type, DoorCompTypeEnum):
|
|
2561
2566
|
self.door_comp_type = DoorCompTypeEnum(self.door_comp_type)
|
|
2562
2567
|
|
|
2563
|
-
if self.door_cond is not None and not isinstance(self.door_cond,
|
|
2564
|
-
self.door_cond =
|
|
2568
|
+
if self.door_cond is not None and not isinstance(self.door_cond, DamagedRupturedEnum):
|
|
2569
|
+
self.door_cond = DamagedRupturedEnum(self.door_cond)
|
|
2565
2570
|
|
|
2566
2571
|
if self.door_direct is not None and not isinstance(self.door_direct, DoorDirectEnum):
|
|
2567
2572
|
self.door_direct = DoorDirectEnum(self.door_direct)
|
|
2568
2573
|
|
|
2569
|
-
if self.door_loc is not None and not isinstance(self.door_loc,
|
|
2570
|
-
self.door_loc =
|
|
2574
|
+
if self.door_loc is not None and not isinstance(self.door_loc, CompassDirections8Enum):
|
|
2575
|
+
self.door_loc = CompassDirections8Enum(self.door_loc)
|
|
2571
2576
|
|
|
2572
2577
|
if self.door_mat is not None and not isinstance(self.door_mat, DoorMatEnum):
|
|
2573
2578
|
self.door_mat = DoorMatEnum(self.door_mat)
|
|
@@ -2584,11 +2589,11 @@ class Biosample(Sample):
|
|
|
2584
2589
|
if self.door_type_metal is not None and not isinstance(self.door_type_metal, DoorTypeMetalEnum):
|
|
2585
2590
|
self.door_type_metal = DoorTypeMetalEnum(self.door_type_metal)
|
|
2586
2591
|
|
|
2587
|
-
if self.door_type_wood is not None and not isinstance(self.door_type_wood,
|
|
2588
|
-
self.door_type_wood =
|
|
2592
|
+
if self.door_type_wood is not None and not isinstance(self.door_type_wood, str):
|
|
2593
|
+
self.door_type_wood = str(self.door_type_wood)
|
|
2589
2594
|
|
|
2590
|
-
if self.door_water_mold is not None and not isinstance(self.door_water_mold,
|
|
2591
|
-
self.door_water_mold =
|
|
2595
|
+
if self.door_water_mold is not None and not isinstance(self.door_water_mold, MoldVisibilityEnum):
|
|
2596
|
+
self.door_water_mold = MoldVisibilityEnum(self.door_water_mold)
|
|
2592
2597
|
|
|
2593
2598
|
if self.down_par is not None and not isinstance(self.down_par, QuantityValue):
|
|
2594
2599
|
self.down_par = QuantityValue(**as_dict(self.down_par))
|
|
@@ -2633,11 +2638,11 @@ class Biosample(Sample):
|
|
|
2633
2638
|
if self.ext_door is not None and not isinstance(self.ext_door, TextValue):
|
|
2634
2639
|
self.ext_door = TextValue(**as_dict(self.ext_door))
|
|
2635
2640
|
|
|
2636
|
-
if self.ext_wall_orient is not None and not isinstance(self.ext_wall_orient,
|
|
2637
|
-
self.ext_wall_orient =
|
|
2641
|
+
if self.ext_wall_orient is not None and not isinstance(self.ext_wall_orient, CompassDirections8Enum):
|
|
2642
|
+
self.ext_wall_orient = CompassDirections8Enum(self.ext_wall_orient)
|
|
2638
2643
|
|
|
2639
|
-
if self.ext_window_orient is not None and not isinstance(self.ext_window_orient,
|
|
2640
|
-
self.ext_window_orient =
|
|
2644
|
+
if self.ext_window_orient is not None and not isinstance(self.ext_window_orient, CompassDirections8Enum):
|
|
2645
|
+
self.ext_window_orient = CompassDirections8Enum(self.ext_window_orient)
|
|
2641
2646
|
|
|
2642
2647
|
if self.extreme_event is not None and not isinstance(self.extreme_event, str):
|
|
2643
2648
|
self.extreme_event = str(self.extreme_event)
|
|
@@ -2659,8 +2664,8 @@ class Biosample(Sample):
|
|
|
2659
2664
|
if self.fire is not None and not isinstance(self.fire, str):
|
|
2660
2665
|
self.fire = str(self.fire)
|
|
2661
2666
|
|
|
2662
|
-
if self.fireplace_type is not None and not isinstance(self.fireplace_type,
|
|
2663
|
-
self.fireplace_type =
|
|
2667
|
+
if self.fireplace_type is not None and not isinstance(self.fireplace_type, FireplaceTypeEnum):
|
|
2668
|
+
self.fireplace_type = FireplaceTypeEnum(self.fireplace_type)
|
|
2664
2669
|
|
|
2665
2670
|
if self.flooding is not None and not isinstance(self.flooding, str):
|
|
2666
2671
|
self.flooding = str(self.flooding)
|
|
@@ -2671,14 +2676,14 @@ class Biosample(Sample):
|
|
|
2671
2676
|
if self.floor_area is not None and not isinstance(self.floor_area, QuantityValue):
|
|
2672
2677
|
self.floor_area = QuantityValue(**as_dict(self.floor_area))
|
|
2673
2678
|
|
|
2674
|
-
if self.floor_cond is not None and not isinstance(self.floor_cond,
|
|
2675
|
-
self.floor_cond =
|
|
2679
|
+
if self.floor_cond is not None and not isinstance(self.floor_cond, DamagedEnum):
|
|
2680
|
+
self.floor_cond = DamagedEnum(self.floor_cond)
|
|
2676
2681
|
|
|
2677
2682
|
if self.floor_count is not None and not isinstance(self.floor_count, TextValue):
|
|
2678
2683
|
self.floor_count = TextValue(**as_dict(self.floor_count))
|
|
2679
2684
|
|
|
2680
|
-
if self.floor_finish_mat is not None and not isinstance(self.floor_finish_mat,
|
|
2681
|
-
self.floor_finish_mat =
|
|
2685
|
+
if self.floor_finish_mat is not None and not isinstance(self.floor_finish_mat, str):
|
|
2686
|
+
self.floor_finish_mat = str(self.floor_finish_mat)
|
|
2682
2687
|
|
|
2683
2688
|
if self.floor_struc is not None and not isinstance(self.floor_struc, FloorStrucEnum):
|
|
2684
2689
|
self.floor_struc = FloorStrucEnum(self.floor_struc)
|
|
@@ -2716,8 +2721,8 @@ class Biosample(Sample):
|
|
|
2716
2721
|
if self.gender_restroom is not None and not isinstance(self.gender_restroom, GenderRestroomEnum):
|
|
2717
2722
|
self.gender_restroom = GenderRestroomEnum(self.gender_restroom)
|
|
2718
2723
|
|
|
2719
|
-
if self.genetic_mod is not None and not isinstance(self.genetic_mod,
|
|
2720
|
-
self.genetic_mod =
|
|
2724
|
+
if self.genetic_mod is not None and not isinstance(self.genetic_mod, str):
|
|
2725
|
+
self.genetic_mod = str(self.genetic_mod)
|
|
2721
2726
|
|
|
2722
2727
|
if self.geo_loc_name is not None and not isinstance(self.geo_loc_name, TextValue):
|
|
2723
2728
|
self.geo_loc_name = TextValue(**as_dict(self.geo_loc_name))
|
|
@@ -2757,8 +2762,8 @@ class Biosample(Sample):
|
|
|
2757
2762
|
if self.hcr_fw_salinity is not None and not isinstance(self.hcr_fw_salinity, QuantityValue):
|
|
2758
2763
|
self.hcr_fw_salinity = QuantityValue(**as_dict(self.hcr_fw_salinity))
|
|
2759
2764
|
|
|
2760
|
-
if self.hcr_geol_age is not None and not isinstance(self.hcr_geol_age,
|
|
2761
|
-
self.hcr_geol_age =
|
|
2765
|
+
if self.hcr_geol_age is not None and not isinstance(self.hcr_geol_age, GeolAgeEnum):
|
|
2766
|
+
self.hcr_geol_age = GeolAgeEnum(self.hcr_geol_age)
|
|
2762
2767
|
|
|
2763
2768
|
if self.hcr_pressure is not None and not isinstance(self.hcr_pressure, TextValue):
|
|
2764
2769
|
self.hcr_pressure = TextValue(**as_dict(self.hcr_pressure))
|
|
@@ -2770,8 +2775,8 @@ class Biosample(Sample):
|
|
|
2770
2775
|
self.heat_cool_type = [self.heat_cool_type] if self.heat_cool_type is not None else []
|
|
2771
2776
|
self.heat_cool_type = [v if isinstance(v, HeatCoolTypeEnum) else HeatCoolTypeEnum(v) for v in self.heat_cool_type]
|
|
2772
2777
|
|
|
2773
|
-
if self.heat_deliv_loc is not None and not isinstance(self.heat_deliv_loc,
|
|
2774
|
-
self.heat_deliv_loc =
|
|
2778
|
+
if self.heat_deliv_loc is not None and not isinstance(self.heat_deliv_loc, CompassDirections8Enum):
|
|
2779
|
+
self.heat_deliv_loc = CompassDirections8Enum(self.heat_deliv_loc)
|
|
2775
2780
|
|
|
2776
2781
|
if self.heat_sys_deliv_meth is not None and not isinstance(self.heat_sys_deliv_meth, str):
|
|
2777
2782
|
self.heat_sys_deliv_meth = str(self.heat_sys_deliv_meth)
|
|
@@ -2785,7 +2790,7 @@ class Biosample(Sample):
|
|
|
2785
2790
|
|
|
2786
2791
|
if not isinstance(self.heavy_metals_meth, list):
|
|
2787
2792
|
self.heavy_metals_meth = [self.heavy_metals_meth] if self.heavy_metals_meth is not None else []
|
|
2788
|
-
self.heavy_metals_meth = [v if isinstance(v,
|
|
2793
|
+
self.heavy_metals_meth = [v if isinstance(v, str) else str(v) for v in self.heavy_metals_meth]
|
|
2789
2794
|
|
|
2790
2795
|
if self.height_carper_fiber is not None and not isinstance(self.height_carper_fiber, QuantityValue):
|
|
2791
2796
|
self.height_carper_fiber = QuantityValue(**as_dict(self.height_carper_fiber))
|
|
@@ -2794,8 +2799,8 @@ class Biosample(Sample):
|
|
|
2794
2799
|
self.herbicide_regm = [self.herbicide_regm] if self.herbicide_regm is not None else []
|
|
2795
2800
|
self.herbicide_regm = [v if isinstance(v, TextValue) else TextValue(**as_dict(v)) for v in self.herbicide_regm]
|
|
2796
2801
|
|
|
2797
|
-
if self.horizon_meth is not None and not isinstance(self.horizon_meth,
|
|
2798
|
-
self.horizon_meth =
|
|
2802
|
+
if self.horizon_meth is not None and not isinstance(self.horizon_meth, str):
|
|
2803
|
+
self.horizon_meth = str(self.horizon_meth)
|
|
2799
2804
|
|
|
2800
2805
|
if self.host_age is not None and not isinstance(self.host_age, QuantityValue):
|
|
2801
2806
|
self.host_age = QuantityValue(**as_dict(self.host_age))
|
|
@@ -2840,7 +2845,7 @@ class Biosample(Sample):
|
|
|
2840
2845
|
|
|
2841
2846
|
if not isinstance(self.host_last_meal, list):
|
|
2842
2847
|
self.host_last_meal = [self.host_last_meal] if self.host_last_meal is not None else []
|
|
2843
|
-
self.host_last_meal = [v if isinstance(v,
|
|
2848
|
+
self.host_last_meal = [v if isinstance(v, str) else str(v) for v in self.host_last_meal]
|
|
2844
2849
|
|
|
2845
2850
|
if self.host_length is not None and not isinstance(self.host_length, QuantityValue):
|
|
2846
2851
|
self.host_length = QuantityValue(**as_dict(self.host_length))
|
|
@@ -2851,8 +2856,8 @@ class Biosample(Sample):
|
|
|
2851
2856
|
if self.host_phenotype is not None and not isinstance(self.host_phenotype, ControlledTermValue):
|
|
2852
2857
|
self.host_phenotype = ControlledTermValue(**as_dict(self.host_phenotype))
|
|
2853
2858
|
|
|
2854
|
-
if self.host_sex is not None and not isinstance(self.host_sex,
|
|
2855
|
-
self.host_sex =
|
|
2859
|
+
if self.host_sex is not None and not isinstance(self.host_sex, str):
|
|
2860
|
+
self.host_sex = str(self.host_sex)
|
|
2856
2861
|
|
|
2857
2862
|
if self.host_shape is not None and not isinstance(self.host_shape, TextValue):
|
|
2858
2863
|
self.host_shape = TextValue(**as_dict(self.host_shape))
|
|
@@ -2903,8 +2908,8 @@ class Biosample(Sample):
|
|
|
2903
2908
|
if self.inside_lux is not None and not isinstance(self.inside_lux, QuantityValue):
|
|
2904
2909
|
self.inside_lux = QuantityValue(**as_dict(self.inside_lux))
|
|
2905
2910
|
|
|
2906
|
-
if self.int_wall_cond is not None and not isinstance(self.int_wall_cond,
|
|
2907
|
-
self.int_wall_cond =
|
|
2911
|
+
if self.int_wall_cond is not None and not isinstance(self.int_wall_cond, DamagedEnum):
|
|
2912
|
+
self.int_wall_cond = DamagedEnum(self.int_wall_cond)
|
|
2908
2913
|
|
|
2909
2914
|
if self.iw_bt_date_well is not None and not isinstance(self.iw_bt_date_well, TimestampValue):
|
|
2910
2915
|
self.iw_bt_date_well = TimestampValue(**as_dict(self.iw_bt_date_well))
|
|
@@ -2931,8 +2936,8 @@ class Biosample(Sample):
|
|
|
2931
2936
|
if self.link_addit_analys is not None and not isinstance(self.link_addit_analys, TextValue):
|
|
2932
2937
|
self.link_addit_analys = TextValue(**as_dict(self.link_addit_analys))
|
|
2933
2938
|
|
|
2934
|
-
if self.link_class_info is not None and not isinstance(self.link_class_info,
|
|
2935
|
-
self.link_class_info =
|
|
2939
|
+
if self.link_class_info is not None and not isinstance(self.link_class_info, str):
|
|
2940
|
+
self.link_class_info = str(self.link_class_info)
|
|
2936
2941
|
|
|
2937
2942
|
if self.link_climate_info is not None and not isinstance(self.link_climate_info, TextValue):
|
|
2938
2943
|
self.link_climate_info = TextValue(**as_dict(self.link_climate_info))
|
|
@@ -2943,8 +2948,8 @@ class Biosample(Sample):
|
|
|
2943
2948
|
if self.local_class is not None and not isinstance(self.local_class, TextValue):
|
|
2944
2949
|
self.local_class = TextValue(**as_dict(self.local_class))
|
|
2945
2950
|
|
|
2946
|
-
if self.local_class_meth is not None and not isinstance(self.local_class_meth,
|
|
2947
|
-
self.local_class_meth =
|
|
2951
|
+
if self.local_class_meth is not None and not isinstance(self.local_class_meth, str):
|
|
2952
|
+
self.local_class_meth = str(self.local_class_meth)
|
|
2948
2953
|
|
|
2949
2954
|
if self.magnesium is not None and not isinstance(self.magnesium, QuantityValue):
|
|
2950
2955
|
self.magnesium = QuantityValue(**as_dict(self.magnesium))
|
|
@@ -2963,7 +2968,7 @@ class Biosample(Sample):
|
|
|
2963
2968
|
|
|
2964
2969
|
if not isinstance(self.mechanical_damage, list):
|
|
2965
2970
|
self.mechanical_damage = [self.mechanical_damage] if self.mechanical_damage is not None else []
|
|
2966
|
-
self.mechanical_damage = [v if isinstance(v,
|
|
2971
|
+
self.mechanical_damage = [v if isinstance(v, str) else str(v) for v in self.mechanical_damage]
|
|
2967
2972
|
|
|
2968
2973
|
if self.methane is not None and not isinstance(self.methane, QuantityValue):
|
|
2969
2974
|
self.methane = QuantityValue(**as_dict(self.methane))
|
|
@@ -3131,8 +3136,8 @@ class Biosample(Sample):
|
|
|
3131
3136
|
if self.prev_land_use_meth is not None and not isinstance(self.prev_land_use_meth, str):
|
|
3132
3137
|
self.prev_land_use_meth = str(self.prev_land_use_meth)
|
|
3133
3138
|
|
|
3134
|
-
if self.previous_land_use is not None and not isinstance(self.previous_land_use,
|
|
3135
|
-
self.previous_land_use =
|
|
3139
|
+
if self.previous_land_use is not None and not isinstance(self.previous_land_use, str):
|
|
3140
|
+
self.previous_land_use = str(self.previous_land_use)
|
|
3136
3141
|
|
|
3137
3142
|
if self.primary_prod is not None and not isinstance(self.primary_prod, QuantityValue):
|
|
3138
3143
|
self.primary_prod = QuantityValue(**as_dict(self.primary_prod))
|
|
@@ -3223,8 +3228,8 @@ class Biosample(Sample):
|
|
|
3223
3228
|
if self.room_samp_pos is not None and not isinstance(self.room_samp_pos, RoomSampPosEnum):
|
|
3224
3229
|
self.room_samp_pos = RoomSampPosEnum(self.room_samp_pos)
|
|
3225
3230
|
|
|
3226
|
-
if self.room_type is not None and not isinstance(self.room_type,
|
|
3227
|
-
self.room_type =
|
|
3231
|
+
if self.room_type is not None and not isinstance(self.room_type, str):
|
|
3232
|
+
self.room_type = str(self.room_type)
|
|
3228
3233
|
|
|
3229
3234
|
if self.room_vol is not None and not isinstance(self.room_vol, TextValue):
|
|
3230
3235
|
self.room_vol = TextValue(**as_dict(self.room_vol))
|
|
@@ -3262,8 +3267,8 @@ class Biosample(Sample):
|
|
|
3262
3267
|
if self.salinity is not None and not isinstance(self.salinity, QuantityValue):
|
|
3263
3268
|
self.salinity = QuantityValue(**as_dict(self.salinity))
|
|
3264
3269
|
|
|
3265
|
-
if self.salinity_meth is not None and not isinstance(self.salinity_meth,
|
|
3266
|
-
self.salinity_meth =
|
|
3270
|
+
if self.salinity_meth is not None and not isinstance(self.salinity_meth, str):
|
|
3271
|
+
self.salinity_meth = str(self.salinity_meth)
|
|
3267
3272
|
|
|
3268
3273
|
if not isinstance(self.salt_regm, list):
|
|
3269
3274
|
self.salt_regm = [self.salt_regm] if self.salt_regm is not None else []
|
|
@@ -3284,8 +3289,8 @@ class Biosample(Sample):
|
|
|
3284
3289
|
if self.samp_dis_stage is not None and not isinstance(self.samp_dis_stage, SampDisStageEnum):
|
|
3285
3290
|
self.samp_dis_stage = SampDisStageEnum(self.samp_dis_stage)
|
|
3286
3291
|
|
|
3287
|
-
if self.samp_floor is not None and not isinstance(self.samp_floor,
|
|
3288
|
-
self.samp_floor =
|
|
3292
|
+
if self.samp_floor is not None and not isinstance(self.samp_floor, str):
|
|
3293
|
+
self.samp_floor = str(self.samp_floor)
|
|
3289
3294
|
|
|
3290
3295
|
if self.samp_loc_corr_rate is not None and not isinstance(self.samp_loc_corr_rate, TextValue):
|
|
3291
3296
|
self.samp_loc_corr_rate = TextValue(**as_dict(self.samp_loc_corr_rate))
|
|
@@ -3310,7 +3315,7 @@ class Biosample(Sample):
|
|
|
3310
3315
|
|
|
3311
3316
|
if not isinstance(self.samp_sort_meth, list):
|
|
3312
3317
|
self.samp_sort_meth = [self.samp_sort_meth] if self.samp_sort_meth is not None else []
|
|
3313
|
-
self.samp_sort_meth = [v if isinstance(v,
|
|
3318
|
+
self.samp_sort_meth = [v if isinstance(v, str) else str(v) for v in self.samp_sort_meth]
|
|
3314
3319
|
|
|
3315
3320
|
if self.samp_store_dur is not None and not isinstance(self.samp_store_dur, TextValue):
|
|
3316
3321
|
self.samp_store_dur = TextValue(**as_dict(self.samp_store_dur))
|
|
@@ -3348,8 +3353,8 @@ class Biosample(Sample):
|
|
|
3348
3353
|
if self.saturates_pc is not None and not isinstance(self.saturates_pc, TextValue):
|
|
3349
3354
|
self.saturates_pc = TextValue(**as_dict(self.saturates_pc))
|
|
3350
3355
|
|
|
3351
|
-
if self.season is not None and not isinstance(self.season,
|
|
3352
|
-
self.season =
|
|
3356
|
+
if self.season is not None and not isinstance(self.season, SeasonEnum):
|
|
3357
|
+
self.season = SeasonEnum(self.season)
|
|
3353
3358
|
|
|
3354
3359
|
if not isinstance(self.season_environment, list):
|
|
3355
3360
|
self.season_environment = [self.season_environment] if self.season_environment is not None else []
|
|
@@ -3376,11 +3381,11 @@ class Biosample(Sample):
|
|
|
3376
3381
|
if self.shad_dev_water_mold is not None and not isinstance(self.shad_dev_water_mold, str):
|
|
3377
3382
|
self.shad_dev_water_mold = str(self.shad_dev_water_mold)
|
|
3378
3383
|
|
|
3379
|
-
if self.shading_device_cond is not None and not isinstance(self.shading_device_cond,
|
|
3380
|
-
self.shading_device_cond =
|
|
3384
|
+
if self.shading_device_cond is not None and not isinstance(self.shading_device_cond, DamagedRupturedEnum):
|
|
3385
|
+
self.shading_device_cond = DamagedRupturedEnum(self.shading_device_cond)
|
|
3381
3386
|
|
|
3382
|
-
if self.shading_device_loc is not None and not isinstance(self.shading_device_loc,
|
|
3383
|
-
self.shading_device_loc =
|
|
3387
|
+
if self.shading_device_loc is not None and not isinstance(self.shading_device_loc, ShadingDeviceLocEnum):
|
|
3388
|
+
self.shading_device_loc = ShadingDeviceLocEnum(self.shading_device_loc)
|
|
3384
3389
|
|
|
3385
3390
|
if self.shading_device_mat is not None and not isinstance(self.shading_device_mat, TextValue):
|
|
3386
3391
|
self.shading_device_mat = TextValue(**as_dict(self.shading_device_mat))
|
|
@@ -3418,8 +3423,8 @@ class Biosample(Sample):
|
|
|
3418
3423
|
if self.soil_horizon is not None and not isinstance(self.soil_horizon, SoilHorizonEnum):
|
|
3419
3424
|
self.soil_horizon = SoilHorizonEnum(self.soil_horizon)
|
|
3420
3425
|
|
|
3421
|
-
if self.soil_text_measure is not None and not isinstance(self.soil_text_measure,
|
|
3422
|
-
self.soil_text_measure =
|
|
3426
|
+
if self.soil_text_measure is not None and not isinstance(self.soil_text_measure, str):
|
|
3427
|
+
self.soil_text_measure = str(self.soil_text_measure)
|
|
3423
3428
|
|
|
3424
3429
|
if self.soil_texture_meth is not None and not isinstance(self.soil_texture_meth, str):
|
|
3425
3430
|
self.soil_texture_meth = str(self.soil_texture_meth)
|
|
@@ -3447,8 +3452,8 @@ class Biosample(Sample):
|
|
|
3447
3452
|
if self.source_mat_id is not None and not isinstance(self.source_mat_id, TextValue):
|
|
3448
3453
|
self.source_mat_id = TextValue(**as_dict(self.source_mat_id))
|
|
3449
3454
|
|
|
3450
|
-
if self.space_typ_state is not None and not isinstance(self.space_typ_state,
|
|
3451
|
-
self.space_typ_state =
|
|
3455
|
+
if self.space_typ_state is not None and not isinstance(self.space_typ_state, SpaceTypStateEnum):
|
|
3456
|
+
self.space_typ_state = SpaceTypStateEnum(self.space_typ_state)
|
|
3452
3457
|
|
|
3453
3458
|
if self.specific is not None and not isinstance(self.specific, SpecificEnum):
|
|
3454
3459
|
self.specific = SpecificEnum(self.specific)
|
|
@@ -3459,8 +3464,8 @@ class Biosample(Sample):
|
|
|
3459
3464
|
if self.sr_dep_env is not None and not isinstance(self.sr_dep_env, SrDepEnvEnum):
|
|
3460
3465
|
self.sr_dep_env = SrDepEnvEnum(self.sr_dep_env)
|
|
3461
3466
|
|
|
3462
|
-
if self.sr_geol_age is not None and not isinstance(self.sr_geol_age,
|
|
3463
|
-
self.sr_geol_age =
|
|
3467
|
+
if self.sr_geol_age is not None and not isinstance(self.sr_geol_age, GeolAgeEnum):
|
|
3468
|
+
self.sr_geol_age = GeolAgeEnum(self.sr_geol_age)
|
|
3464
3469
|
|
|
3465
3470
|
if self.sr_kerog_type is not None and not isinstance(self.sr_kerog_type, SrKerogTypeEnum):
|
|
3466
3471
|
self.sr_kerog_type = SrKerogTypeEnum(self.sr_kerog_type)
|
|
@@ -3563,8 +3568,8 @@ class Biosample(Sample):
|
|
|
3563
3568
|
if self.tot_nitro_content is not None and not isinstance(self.tot_nitro_content, QuantityValue):
|
|
3564
3569
|
self.tot_nitro_content = QuantityValue(**as_dict(self.tot_nitro_content))
|
|
3565
3570
|
|
|
3566
|
-
if self.tot_org_c_meth is not None and not isinstance(self.tot_org_c_meth,
|
|
3567
|
-
self.tot_org_c_meth =
|
|
3571
|
+
if self.tot_org_c_meth is not None and not isinstance(self.tot_org_c_meth, str):
|
|
3572
|
+
self.tot_org_c_meth = str(self.tot_org_c_meth)
|
|
3568
3573
|
|
|
3569
3574
|
if self.tot_org_carb is not None and not isinstance(self.tot_org_carb, QuantityValue):
|
|
3570
3575
|
self.tot_org_carb = QuantityValue(**as_dict(self.tot_org_carb))
|
|
@@ -3614,8 +3619,8 @@ class Biosample(Sample):
|
|
|
3614
3619
|
if self.vfa_fw is not None and not isinstance(self.vfa_fw, QuantityValue):
|
|
3615
3620
|
self.vfa_fw = QuantityValue(**as_dict(self.vfa_fw))
|
|
3616
3621
|
|
|
3617
|
-
if self.vis_media is not None and not isinstance(self.vis_media,
|
|
3618
|
-
self.vis_media =
|
|
3622
|
+
if self.vis_media is not None and not isinstance(self.vis_media, str):
|
|
3623
|
+
self.vis_media = str(self.vis_media)
|
|
3619
3624
|
|
|
3620
3625
|
if self.viscosity is not None and not isinstance(self.viscosity, TextValue):
|
|
3621
3626
|
self.viscosity = TextValue(**as_dict(self.viscosity))
|
|
@@ -3636,20 +3641,20 @@ class Biosample(Sample):
|
|
|
3636
3641
|
if self.wall_height is not None and not isinstance(self.wall_height, QuantityValue):
|
|
3637
3642
|
self.wall_height = QuantityValue(**as_dict(self.wall_height))
|
|
3638
3643
|
|
|
3639
|
-
if self.wall_loc is not None and not isinstance(self.wall_loc,
|
|
3640
|
-
self.wall_loc =
|
|
3644
|
+
if self.wall_loc is not None and not isinstance(self.wall_loc, CompassDirections8Enum):
|
|
3645
|
+
self.wall_loc = CompassDirections8Enum(self.wall_loc)
|
|
3641
3646
|
|
|
3642
3647
|
if self.wall_surf_treatment is not None and not isinstance(self.wall_surf_treatment, WallSurfTreatmentEnum):
|
|
3643
3648
|
self.wall_surf_treatment = WallSurfTreatmentEnum(self.wall_surf_treatment)
|
|
3644
3649
|
|
|
3645
|
-
if self.wall_texture is not None and not isinstance(self.wall_texture,
|
|
3646
|
-
self.wall_texture =
|
|
3650
|
+
if self.wall_texture is not None and not isinstance(self.wall_texture, CeilingWallTextureEnum):
|
|
3651
|
+
self.wall_texture = CeilingWallTextureEnum(self.wall_texture)
|
|
3647
3652
|
|
|
3648
3653
|
if self.wall_thermal_mass is not None and not isinstance(self.wall_thermal_mass, QuantityValue):
|
|
3649
3654
|
self.wall_thermal_mass = QuantityValue(**as_dict(self.wall_thermal_mass))
|
|
3650
3655
|
|
|
3651
|
-
if self.wall_water_mold is not None and not isinstance(self.wall_water_mold,
|
|
3652
|
-
self.wall_water_mold =
|
|
3656
|
+
if self.wall_water_mold is not None and not isinstance(self.wall_water_mold, MoldVisibilityEnum):
|
|
3657
|
+
self.wall_water_mold = MoldVisibilityEnum(self.wall_water_mold)
|
|
3653
3658
|
|
|
3654
3659
|
if self.wastewater_type is not None and not isinstance(self.wastewater_type, TextValue):
|
|
3655
3660
|
self.wastewater_type = TextValue(**as_dict(self.wastewater_type))
|
|
@@ -3696,8 +3701,8 @@ class Biosample(Sample):
|
|
|
3696
3701
|
if self.wind_speed is not None and not isinstance(self.wind_speed, QuantityValue):
|
|
3697
3702
|
self.wind_speed = QuantityValue(**as_dict(self.wind_speed))
|
|
3698
3703
|
|
|
3699
|
-
if self.window_cond is not None and not isinstance(self.window_cond,
|
|
3700
|
-
self.window_cond =
|
|
3704
|
+
if self.window_cond is not None and not isinstance(self.window_cond, DamagedRupturedEnum):
|
|
3705
|
+
self.window_cond = DamagedRupturedEnum(self.window_cond)
|
|
3701
3706
|
|
|
3702
3707
|
if self.window_cover is not None and not isinstance(self.window_cover, WindowCoverEnum):
|
|
3703
3708
|
self.window_cover = WindowCoverEnum(self.window_cover)
|
|
@@ -3705,8 +3710,8 @@ class Biosample(Sample):
|
|
|
3705
3710
|
if self.window_horiz_pos is not None and not isinstance(self.window_horiz_pos, WindowHorizPosEnum):
|
|
3706
3711
|
self.window_horiz_pos = WindowHorizPosEnum(self.window_horiz_pos)
|
|
3707
3712
|
|
|
3708
|
-
if self.window_loc is not None and not isinstance(self.window_loc,
|
|
3709
|
-
self.window_loc =
|
|
3713
|
+
if self.window_loc is not None and not isinstance(self.window_loc, CompassDirections8Enum):
|
|
3714
|
+
self.window_loc = CompassDirections8Enum(self.window_loc)
|
|
3710
3715
|
|
|
3711
3716
|
if self.window_mat is not None and not isinstance(self.window_mat, WindowMatEnum):
|
|
3712
3717
|
self.window_mat = WindowMatEnum(self.window_mat)
|
|
@@ -3717,8 +3722,8 @@ class Biosample(Sample):
|
|
|
3717
3722
|
if self.window_size is not None and not isinstance(self.window_size, TextValue):
|
|
3718
3723
|
self.window_size = TextValue(**as_dict(self.window_size))
|
|
3719
3724
|
|
|
3720
|
-
if self.window_status is not None and not isinstance(self.window_status,
|
|
3721
|
-
self.window_status =
|
|
3725
|
+
if self.window_status is not None and not isinstance(self.window_status, WindowStatusEnum):
|
|
3726
|
+
self.window_status = WindowStatusEnum(self.window_status)
|
|
3722
3727
|
|
|
3723
3728
|
if self.window_type is not None and not isinstance(self.window_type, WindowTypeEnum):
|
|
3724
3729
|
self.window_type = WindowTypeEnum(self.window_type)
|
|
@@ -3726,8 +3731,8 @@ class Biosample(Sample):
|
|
|
3726
3731
|
if self.window_vert_pos is not None and not isinstance(self.window_vert_pos, WindowVertPosEnum):
|
|
3727
3732
|
self.window_vert_pos = WindowVertPosEnum(self.window_vert_pos)
|
|
3728
3733
|
|
|
3729
|
-
if self.window_water_mold is not None and not isinstance(self.window_water_mold,
|
|
3730
|
-
self.window_water_mold =
|
|
3734
|
+
if self.window_water_mold is not None and not isinstance(self.window_water_mold, MoldVisibilityEnum):
|
|
3735
|
+
self.window_water_mold = MoldVisibilityEnum(self.window_water_mold)
|
|
3731
3736
|
|
|
3732
3737
|
if self.xylene is not None and not isinstance(self.xylene, QuantityValue):
|
|
3733
3738
|
self.xylene = QuantityValue(**as_dict(self.xylene))
|
|
@@ -3747,6 +3752,9 @@ class Biosample(Sample):
|
|
|
3747
3752
|
if self.specific_ecosystem is not None and not isinstance(self.specific_ecosystem, str):
|
|
3748
3753
|
self.specific_ecosystem = str(self.specific_ecosystem)
|
|
3749
3754
|
|
|
3755
|
+
if self.ecosystem_path_id is not None and not isinstance(self.ecosystem_path_id, int):
|
|
3756
|
+
self.ecosystem_path_id = int(self.ecosystem_path_id)
|
|
3757
|
+
|
|
3750
3758
|
if self.add_date is not None and not isinstance(self.add_date, str):
|
|
3751
3759
|
self.add_date = str(self.add_date)
|
|
3752
3760
|
|
|
@@ -4377,9 +4385,9 @@ class LibraryPreparation(MaterialProcessing):
|
|
|
4377
4385
|
library_preparation_kit: Optional[str] = None
|
|
4378
4386
|
library_type: Optional[Union[str, "LibraryTypeEnum"]] = None
|
|
4379
4387
|
nucl_acid_amp: Optional[Union[dict, TextValue]] = None
|
|
4380
|
-
pcr_cond: Optional[
|
|
4388
|
+
pcr_cond: Optional[str] = None
|
|
4381
4389
|
pcr_cycles: Optional[int] = None
|
|
4382
|
-
pcr_primers: Optional[
|
|
4390
|
+
pcr_primers: Optional[str] = None
|
|
4383
4391
|
stranded_orientation: Optional[Union[str, "StrandedOrientationEnum"]] = None
|
|
4384
4392
|
target_gene: Optional[Union[str, "TargetGeneEnum"]] = None
|
|
4385
4393
|
target_subfragment: Optional[Union[dict, TextValue]] = None
|
|
@@ -4414,14 +4422,14 @@ class LibraryPreparation(MaterialProcessing):
|
|
|
4414
4422
|
if self.nucl_acid_amp is not None and not isinstance(self.nucl_acid_amp, TextValue):
|
|
4415
4423
|
self.nucl_acid_amp = TextValue(**as_dict(self.nucl_acid_amp))
|
|
4416
4424
|
|
|
4417
|
-
if self.pcr_cond is not None and not isinstance(self.pcr_cond,
|
|
4418
|
-
self.pcr_cond =
|
|
4425
|
+
if self.pcr_cond is not None and not isinstance(self.pcr_cond, str):
|
|
4426
|
+
self.pcr_cond = str(self.pcr_cond)
|
|
4419
4427
|
|
|
4420
4428
|
if self.pcr_cycles is not None and not isinstance(self.pcr_cycles, int):
|
|
4421
4429
|
self.pcr_cycles = int(self.pcr_cycles)
|
|
4422
4430
|
|
|
4423
|
-
if self.pcr_primers is not None and not isinstance(self.pcr_primers,
|
|
4424
|
-
self.pcr_primers =
|
|
4431
|
+
if self.pcr_primers is not None and not isinstance(self.pcr_primers, str):
|
|
4432
|
+
self.pcr_primers = str(self.pcr_primers)
|
|
4425
4433
|
|
|
4426
4434
|
if self.stranded_orientation is not None and not isinstance(self.stranded_orientation, StrandedOrientationEnum):
|
|
4427
4435
|
self.stranded_orientation = StrandedOrientationEnum(self.stranded_orientation)
|
|
@@ -6472,10 +6480,46 @@ class MetagenomeAnnotation(AnnotatingWorkflow):
|
|
|
6472
6480
|
self.type = str(self.class_class_curie)
|
|
6473
6481
|
|
|
6474
6482
|
|
|
6483
|
+
@dataclass(repr=False)
|
|
6484
|
+
class ProvenanceMetadata(YAMLRoot):
|
|
6485
|
+
"""
|
|
6486
|
+
Metadata pertaining to how a record was created.
|
|
6487
|
+
"""
|
|
6488
|
+
_inherited_slots: ClassVar[list[str]] = []
|
|
6489
|
+
|
|
6490
|
+
class_class_uri: ClassVar[URIRef] = NMDC["ProvenanceMetadata"]
|
|
6491
|
+
class_class_curie: ClassVar[str] = "nmdc:ProvenanceMetadata"
|
|
6492
|
+
class_name: ClassVar[str] = "ProvenanceMetadata"
|
|
6493
|
+
class_model_uri: ClassVar[URIRef] = NMDC.ProvenanceMetadata
|
|
6494
|
+
|
|
6495
|
+
type: Union[str, URIorCURIE] = None
|
|
6496
|
+
git_url: Optional[str] = None
|
|
6497
|
+
version: Optional[str] = None
|
|
6498
|
+
source_system_of_record: Optional[Union[str, "SourceSystemEnum"]] = None
|
|
6499
|
+
|
|
6500
|
+
def __post_init__(self, *_: str, **kwargs: Any):
|
|
6501
|
+
if self._is_empty(self.type):
|
|
6502
|
+
self.MissingRequiredField("type")
|
|
6503
|
+
self.type = str(self.class_class_curie)
|
|
6504
|
+
|
|
6505
|
+
if self.git_url is not None and not isinstance(self.git_url, str):
|
|
6506
|
+
self.git_url = str(self.git_url)
|
|
6507
|
+
|
|
6508
|
+
if self.version is not None and not isinstance(self.version, str):
|
|
6509
|
+
self.version = str(self.version)
|
|
6510
|
+
|
|
6511
|
+
if self.source_system_of_record is not None and not isinstance(self.source_system_of_record, SourceSystemEnum):
|
|
6512
|
+
self.source_system_of_record = SourceSystemEnum(self.source_system_of_record)
|
|
6513
|
+
|
|
6514
|
+
super().__post_init__(**kwargs)
|
|
6515
|
+
|
|
6516
|
+
|
|
6475
6517
|
# Enumerations
|
|
6476
6518
|
class CalibrationTargetEnum(EnumDefinitionImpl):
|
|
6477
6519
|
|
|
6478
|
-
mass_charge_ratio = PermissibleValue(
|
|
6520
|
+
mass_charge_ratio = PermissibleValue(
|
|
6521
|
+
text="mass_charge_ratio",
|
|
6522
|
+
title="m/z")
|
|
6479
6523
|
retention_time = PermissibleValue(text="retention_time")
|
|
6480
6524
|
retention_index = PermissibleValue(text="retention_index")
|
|
6481
6525
|
|
|
@@ -6516,7 +6560,7 @@ class MassSpectrometryAcquisitionStrategyEnum(EnumDefinitionImpl):
|
|
|
6516
6560
|
|
|
6517
6561
|
data_independent_acquisition = PermissibleValue(
|
|
6518
6562
|
text="data_independent_acquisition",
|
|
6519
|
-
description="""
|
|
6563
|
+
description="""Data independent mass spectrometer acquisition method wherein the full mass range is fragmented. Examples of such an approach include MS^E, AIF, and bbCID.""")
|
|
6520
6564
|
data_dependent_acquisition = PermissibleValue(
|
|
6521
6565
|
text="data_dependent_acquisition",
|
|
6522
6566
|
description="""Mass spectrometer data acquisition method wherein MSn spectra are triggered based on the m/z of precursor ions detected in the same run.""")
|
|
@@ -6598,15 +6642,19 @@ class EluentIntroductionCategoryEnum(EnumDefinitionImpl):
|
|
|
6598
6642
|
|
|
6599
6643
|
liquid_chromatography = PermissibleValue(
|
|
6600
6644
|
text="liquid_chromatography",
|
|
6645
|
+
title="liquid chromatography",
|
|
6601
6646
|
description="""The processed sample is introduced into the mass spectrometer through a liquid chromatography process.""")
|
|
6602
6647
|
gas_chromatography = PermissibleValue(
|
|
6603
6648
|
text="gas_chromatography",
|
|
6649
|
+
title="gas chromatography",
|
|
6604
6650
|
description="""The processed sample is introduced into the mass spectrometer through a gas chromatography process.""")
|
|
6605
6651
|
direct_infusion_syringe = PermissibleValue(
|
|
6606
6652
|
text="direct_infusion_syringe",
|
|
6653
|
+
title="direct infusion syringe",
|
|
6607
6654
|
description="""The processed sample is introduced into the mass spectrometer through a direct infusion process using a syringe.""")
|
|
6608
6655
|
direct_infusion_autosampler = PermissibleValue(
|
|
6609
6656
|
text="direct_infusion_autosampler",
|
|
6657
|
+
title="direct infusion autosampler",
|
|
6610
6658
|
description="""The processed sample is introduced into the mass spectrometer through a direct infusion process using an autosampler.""")
|
|
6611
6659
|
|
|
6612
6660
|
_defn = EnumDefinition(
|
|
@@ -6780,18 +6828,23 @@ class SamplePortionEnum(EnumDefinitionImpl):
|
|
|
6780
6828
|
pellet = PermissibleValue(text="pellet")
|
|
6781
6829
|
organic_layer = PermissibleValue(
|
|
6782
6830
|
text="organic_layer",
|
|
6831
|
+
title="Organic layer",
|
|
6783
6832
|
description="The portion of a mixture containing dissolved organic material")
|
|
6784
6833
|
aqueous_layer = PermissibleValue(
|
|
6785
6834
|
text="aqueous_layer",
|
|
6835
|
+
title="Aqueous layer",
|
|
6786
6836
|
description="The portion of a mixture containing molecules dissolved in water")
|
|
6787
6837
|
interlayer = PermissibleValue(
|
|
6788
6838
|
text="interlayer",
|
|
6839
|
+
title="Interlayer",
|
|
6789
6840
|
description="The layer of material between liquid layers of a separated mixture")
|
|
6790
6841
|
chloroform_layer = PermissibleValue(
|
|
6791
6842
|
text="chloroform_layer",
|
|
6843
|
+
title="Chloroform layer",
|
|
6792
6844
|
description="The portion of a mixture containing molecules dissolved in chloroform")
|
|
6793
6845
|
methanol_layer = PermissibleValue(
|
|
6794
6846
|
text="methanol_layer",
|
|
6847
|
+
title="Methanol layer",
|
|
6795
6848
|
description="The portion of a mixture containing molecules dissolved in methanol")
|
|
6796
6849
|
|
|
6797
6850
|
_defn = EnumDefinition(
|
|
@@ -6872,20 +6925,25 @@ class BiosampleCategoryEnum(EnumDefinitionImpl):
|
|
|
6872
6925
|
"""
|
|
6873
6926
|
LTER = PermissibleValue(
|
|
6874
6927
|
text="LTER",
|
|
6928
|
+
title="National Science Foundation's Long Term Ecological Research Network",
|
|
6875
6929
|
meaning=None)
|
|
6876
6930
|
SIP = PermissibleValue(text="SIP")
|
|
6877
6931
|
SFA = PermissibleValue(
|
|
6878
6932
|
text="SFA",
|
|
6933
|
+
title="Department of Energy Office of Science Biological and Environmental Research Program Laboratory Science Focus Areas",
|
|
6879
6934
|
description="""Science Focus Area projects funded through the Department of Energy Office of Science Biological and Environmental Research Program""",
|
|
6880
6935
|
meaning=None)
|
|
6881
6936
|
FICUS = PermissibleValue(
|
|
6882
6937
|
text="FICUS",
|
|
6938
|
+
title="Facilities Integrating Collaborations for User Science",
|
|
6883
6939
|
meaning=None)
|
|
6884
6940
|
NEON = PermissibleValue(
|
|
6885
6941
|
text="NEON",
|
|
6942
|
+
title="National Science Foundation's National Ecological Observatory Network",
|
|
6886
6943
|
meaning=None)
|
|
6887
6944
|
BRC = PermissibleValue(
|
|
6888
6945
|
text="BRC",
|
|
6946
|
+
title="Bioenergy Research Centers",
|
|
6889
6947
|
description="""Bioenergy Research Centers funded by the Biological Systems Science Division of the U.S. Department of Energy's Biological and Environmental Research Program.""",
|
|
6890
6948
|
meaning=None)
|
|
6891
6949
|
|
|
@@ -7037,6 +7095,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7037
7095
|
|
|
7038
7096
|
Cel = PermissibleValue(
|
|
7039
7097
|
text="Cel",
|
|
7098
|
+
title="degrees Celsius",
|
|
7040
7099
|
description="""The Unified Code for Units of Measure (UCUM) representation of degrees Celsius; a SI unit of temperature equal to one unit Kelvin.""")
|
|
7041
7100
|
cm = PermissibleValue(
|
|
7042
7101
|
text="cm",
|
|
@@ -7070,6 +7129,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7070
7129
|
description="The Unified Code for Units of Measure (UCUM) representation of millimeter.")
|
|
7071
7130
|
a = PermissibleValue(
|
|
7072
7131
|
text="a",
|
|
7132
|
+
title="years",
|
|
7073
7133
|
description="The Unified Code for Units of Measure (UCUM) representation of year.")
|
|
7074
7134
|
uL = PermissibleValue(
|
|
7075
7135
|
text="uL",
|
|
@@ -7097,6 +7157,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7097
7157
|
description="The Unified Code for Units of Measure (UCUM) representation of kilogram.")
|
|
7098
7158
|
lx = PermissibleValue(
|
|
7099
7159
|
text="lx",
|
|
7160
|
+
title="lux",
|
|
7100
7161
|
description="The Unified Code for Units of Measure (UCUM) representation of lux.")
|
|
7101
7162
|
deg = PermissibleValue(
|
|
7102
7163
|
text="deg",
|
|
@@ -7208,6 +7269,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7208
7269
|
description="The Unified Code for Units of Measure (UCUM) representation of gray (absorbed dose).")
|
|
7209
7270
|
RAD = PermissibleValue(
|
|
7210
7271
|
text="RAD",
|
|
7272
|
+
title="rad (radiation absorbed dose)",
|
|
7211
7273
|
description="The Unified Code for Units of Measure (UCUM) representation of rad (radiation absorbed dose).")
|
|
7212
7274
|
m3 = PermissibleValue(
|
|
7213
7275
|
text="m3",
|
|
@@ -7232,6 +7294,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7232
7294
|
setattr(cls, "J/K",
|
|
7233
7295
|
PermissibleValue(
|
|
7234
7296
|
text="J/K",
|
|
7297
|
+
title="J/degree Celsius",
|
|
7235
7298
|
description="The Unified Code for Units of Measure (UCUM) representation of joule per kelvin."))
|
|
7236
7299
|
setattr(cls, "m/s",
|
|
7237
7300
|
PermissibleValue(
|
|
@@ -7300,6 +7363,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7300
7363
|
setattr(cls, "umol/m2/s",
|
|
7301
7364
|
PermissibleValue(
|
|
7302
7365
|
text="umol/m2/s",
|
|
7366
|
+
title="micromoles per square meter per second",
|
|
7303
7367
|
description="""The Unified Code for Units of Measure (UCUM) representation of micromoles per square meter per second."""))
|
|
7304
7368
|
setattr(cls, "mg/m3",
|
|
7305
7369
|
PermissibleValue(
|
|
@@ -7320,6 +7384,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7320
7384
|
setattr(cls, "1",
|
|
7321
7385
|
PermissibleValue(
|
|
7322
7386
|
text="1",
|
|
7387
|
+
title="ratio/unitless",
|
|
7323
7388
|
description="The Unified Code for Units of Measure (UCUM) representation of dimensionless quantity."))
|
|
7324
7389
|
setattr(cls, "uL/kg",
|
|
7325
7390
|
PermissibleValue(
|
|
@@ -7393,6 +7458,11 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7393
7458
|
PermissibleValue(
|
|
7394
7459
|
text="1/d",
|
|
7395
7460
|
description="The Unified Code for Units of Measure (UCUM) representation of per day (frequency)."))
|
|
7461
|
+
setattr(cls, "1/[sft_i]",
|
|
7462
|
+
PermissibleValue(
|
|
7463
|
+
text="1/[sft_i]",
|
|
7464
|
+
title="per square foot",
|
|
7465
|
+
description="The Unified Code for Units of Measure (UCUM) representation of per square foot."))
|
|
7396
7466
|
setattr(cls, "kW/m2",
|
|
7397
7467
|
PermissibleValue(
|
|
7398
7468
|
text="kW/m2",
|
|
@@ -7420,10 +7490,12 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7420
7490
|
setattr(cls, "[NTU]",
|
|
7421
7491
|
PermissibleValue(
|
|
7422
7492
|
text="[NTU]",
|
|
7493
|
+
title="Nephelometric Turbidity Units",
|
|
7423
7494
|
description="""The Unified Code for Units of Measure (UCUM) representation of Nephelometric Turbidity Units."""))
|
|
7424
7495
|
setattr(cls, "[FNU]",
|
|
7425
7496
|
PermissibleValue(
|
|
7426
7497
|
text="[FNU]",
|
|
7498
|
+
title="Formazin Nephelometric Units",
|
|
7427
7499
|
description="""The Unified Code for Units of Measure (UCUM) representation of Formazin Nephelometric Units."""))
|
|
7428
7500
|
setattr(cls, "m3/min",
|
|
7429
7501
|
PermissibleValue(
|
|
@@ -7436,6 +7508,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7436
7508
|
setattr(cls, "[lb_av]",
|
|
7437
7509
|
PermissibleValue(
|
|
7438
7510
|
text="[lb_av]",
|
|
7511
|
+
title="pounds (avoirdupois)",
|
|
7439
7512
|
description="The Unified Code for Units of Measure (UCUM) representation of pound (avoirdupois)."))
|
|
7440
7513
|
setattr(cls, "kg/kg",
|
|
7441
7514
|
PermissibleValue(
|
|
@@ -7468,6 +7541,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7468
7541
|
setattr(cls, "[g]",
|
|
7469
7542
|
PermissibleValue(
|
|
7470
7543
|
text="[g]",
|
|
7544
|
+
title="standard gravity",
|
|
7471
7545
|
description="The Unified Code for Units of Measure (UCUM) representation of standard gravity."))
|
|
7472
7546
|
setattr(cls, "m/s2",
|
|
7473
7547
|
PermissibleValue(
|
|
@@ -7484,14 +7558,17 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7484
7558
|
setattr(cls, "[sft_i]",
|
|
7485
7559
|
PermissibleValue(
|
|
7486
7560
|
text="[sft_i]",
|
|
7561
|
+
title="square feet",
|
|
7487
7562
|
description="The Unified Code for Units of Measure (UCUM) representation of square feet."))
|
|
7488
7563
|
setattr(cls, "[cft_i]",
|
|
7489
7564
|
PermissibleValue(
|
|
7490
7565
|
text="[cft_i]",
|
|
7566
|
+
title="cubic feet",
|
|
7491
7567
|
description="The Unified Code for Units of Measure (UCUM) representation of cubic feet."))
|
|
7492
7568
|
setattr(cls, "mm/a",
|
|
7493
7569
|
PermissibleValue(
|
|
7494
7570
|
text="mm/a",
|
|
7571
|
+
title="millimeters per year",
|
|
7495
7572
|
description="The Unified Code for Units of Measure (UCUM) representation of millimeters per year."))
|
|
7496
7573
|
setattr(cls, "erg/cm2/s",
|
|
7497
7574
|
PermissibleValue(
|
|
@@ -7512,6 +7589,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7512
7589
|
setattr(cls, "[kn_i]",
|
|
7513
7590
|
PermissibleValue(
|
|
7514
7591
|
text="[kn_i]",
|
|
7592
|
+
title="knots",
|
|
7515
7593
|
description="""The Unified Code for Units of Measure (UCUM) representation of knot (nautical miles per hour)."""))
|
|
7516
7594
|
setattr(cls, "m3/s",
|
|
7517
7595
|
PermissibleValue(
|
|
@@ -7520,6 +7598,7 @@ class UnitEnum(EnumDefinitionImpl):
|
|
|
7520
7598
|
setattr(cls, "[in_i]",
|
|
7521
7599
|
PermissibleValue(
|
|
7522
7600
|
text="[in_i]",
|
|
7601
|
+
title="inches",
|
|
7523
7602
|
description="The Unified Code for Units of Measure (UCUM) representation of inch."))
|
|
7524
7603
|
|
|
7525
7604
|
class ExecutionResourceEnum(EnumDefinitionImpl):
|
|
@@ -7960,27 +8039,40 @@ class DoiProviderEnum(EnumDefinitionImpl):
|
|
|
7960
8039
|
|
|
7961
8040
|
emsl = PermissibleValue(
|
|
7962
8041
|
text="emsl",
|
|
8042
|
+
title="EMSL",
|
|
7963
8043
|
meaning=ROR["04rc0xn13"])
|
|
7964
8044
|
jgi = PermissibleValue(
|
|
7965
8045
|
text="jgi",
|
|
8046
|
+
title="JGI",
|
|
7966
8047
|
meaning=ROR["04xm1d337"])
|
|
7967
8048
|
kbase = PermissibleValue(
|
|
7968
8049
|
text="kbase",
|
|
8050
|
+
title="KBase",
|
|
7969
8051
|
meaning=ROR["01znn6x10"])
|
|
7970
8052
|
osti = PermissibleValue(
|
|
7971
8053
|
text="osti",
|
|
8054
|
+
title="OSTI",
|
|
7972
8055
|
meaning=ROR["031478740"])
|
|
7973
8056
|
ess_dive = PermissibleValue(
|
|
7974
8057
|
text="ess_dive",
|
|
8058
|
+
title="ESS-DIVE",
|
|
7975
8059
|
meaning=ROR["01t14bp54"])
|
|
7976
|
-
massive = PermissibleValue(
|
|
7977
|
-
|
|
7978
|
-
|
|
8060
|
+
massive = PermissibleValue(
|
|
8061
|
+
text="massive",
|
|
8062
|
+
title="MassIVE")
|
|
8063
|
+
gsc = PermissibleValue(
|
|
8064
|
+
text="gsc",
|
|
8065
|
+
title="GSC")
|
|
8066
|
+
zenodo = PermissibleValue(
|
|
8067
|
+
text="zenodo",
|
|
8068
|
+
title="Zenodo")
|
|
7979
8069
|
edi = PermissibleValue(
|
|
7980
8070
|
text="edi",
|
|
8071
|
+
title="EDI",
|
|
7981
8072
|
meaning=ROR["0330j0z60"])
|
|
7982
8073
|
figshare = PermissibleValue(
|
|
7983
8074
|
text="figshare",
|
|
8075
|
+
title="Figshare",
|
|
7984
8076
|
meaning=ROR["041mxqs23"])
|
|
7985
8077
|
|
|
7986
8078
|
_defn = EnumDefinition(
|
|
@@ -8021,10 +8113,15 @@ class StatusEnum(EnumDefinitionImpl):
|
|
|
8021
8113
|
|
|
8022
8114
|
class NucleotideSequencingEnum(EnumDefinitionImpl):
|
|
8023
8115
|
|
|
8024
|
-
metagenome = PermissibleValue(
|
|
8025
|
-
|
|
8116
|
+
metagenome = PermissibleValue(
|
|
8117
|
+
text="metagenome",
|
|
8118
|
+
title="Metagenome")
|
|
8119
|
+
metatranscriptome = PermissibleValue(
|
|
8120
|
+
text="metatranscriptome",
|
|
8121
|
+
title="Metatranscriptome")
|
|
8026
8122
|
amplicon_sequencing_assay = PermissibleValue(
|
|
8027
8123
|
text="amplicon_sequencing_assay",
|
|
8124
|
+
title="Amplicon",
|
|
8028
8125
|
meaning=OBI["0002767"])
|
|
8029
8126
|
|
|
8030
8127
|
_defn = EnumDefinition(
|
|
@@ -8033,10 +8130,18 @@ class NucleotideSequencingEnum(EnumDefinitionImpl):
|
|
|
8033
8130
|
|
|
8034
8131
|
class MassSpectrometryEnum(EnumDefinitionImpl):
|
|
8035
8132
|
|
|
8036
|
-
metaproteome = PermissibleValue(
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
|
|
8133
|
+
metaproteome = PermissibleValue(
|
|
8134
|
+
text="metaproteome",
|
|
8135
|
+
title="Metaproteome")
|
|
8136
|
+
metabolome = PermissibleValue(
|
|
8137
|
+
text="metabolome",
|
|
8138
|
+
title="Metabolome")
|
|
8139
|
+
lipidome = PermissibleValue(
|
|
8140
|
+
text="lipidome",
|
|
8141
|
+
title="Lipidome")
|
|
8142
|
+
nom = PermissibleValue(
|
|
8143
|
+
text="nom",
|
|
8144
|
+
title="Natural Organic Matter")
|
|
8040
8145
|
|
|
8041
8146
|
_defn = EnumDefinition(
|
|
8042
8147
|
name="MassSpectrometryEnum",
|
|
@@ -8063,27 +8168,35 @@ class ProcessingInstitutionEnum(EnumDefinitionImpl):
|
|
|
8063
8168
|
|
|
8064
8169
|
NMDC = PermissibleValue(
|
|
8065
8170
|
text="NMDC",
|
|
8171
|
+
title="National Microbiome Data Collaborative",
|
|
8066
8172
|
meaning=ROR["05cwx3318"])
|
|
8067
8173
|
UCSD = PermissibleValue(
|
|
8068
8174
|
text="UCSD",
|
|
8175
|
+
title="University of California, San Diego",
|
|
8069
8176
|
meaning=ROR["0168r3w48"])
|
|
8070
8177
|
JGI = PermissibleValue(
|
|
8071
8178
|
text="JGI",
|
|
8179
|
+
title="Joint Genome Institute",
|
|
8072
8180
|
meaning=ROR["04xm1d337"])
|
|
8073
8181
|
EMSL = PermissibleValue(
|
|
8074
8182
|
text="EMSL",
|
|
8183
|
+
title="Environmental Molecular Sciences Laboratory",
|
|
8075
8184
|
meaning=ROR["04rc0xn13"])
|
|
8076
8185
|
Battelle = PermissibleValue(
|
|
8077
8186
|
text="Battelle",
|
|
8187
|
+
title="Battelle Memorial Institute",
|
|
8078
8188
|
meaning=ROR["01h5tnr73"])
|
|
8079
8189
|
ANL = PermissibleValue(
|
|
8080
8190
|
text="ANL",
|
|
8191
|
+
title="Argonne National Laboratory",
|
|
8081
8192
|
meaning=ROR["05gvnxz63"])
|
|
8082
8193
|
UCD_Genome_Center = PermissibleValue(
|
|
8083
8194
|
text="UCD_Genome_Center",
|
|
8195
|
+
title="University of California, Davis Genome Center",
|
|
8084
8196
|
meaning=None)
|
|
8085
8197
|
Azenta = PermissibleValue(
|
|
8086
8198
|
text="Azenta",
|
|
8199
|
+
title="Azenta Life Sciences",
|
|
8087
8200
|
meaning=None)
|
|
8088
8201
|
|
|
8089
8202
|
_defn = EnumDefinition(
|
|
@@ -8106,6 +8219,28 @@ class DataCategoryEnum(EnumDefinitionImpl):
|
|
|
8106
8219
|
name="DataCategoryEnum",
|
|
8107
8220
|
)
|
|
8108
8221
|
|
|
8222
|
+
class SourceSystemEnum(EnumDefinitionImpl):
|
|
8223
|
+
|
|
8224
|
+
NMDC_Submission_Portal = PermissibleValue(
|
|
8225
|
+
text="NMDC_Submission_Portal",
|
|
8226
|
+
description="The National Microbiome Data Collaborative's Submission Portal")
|
|
8227
|
+
GOLD = PermissibleValue(
|
|
8228
|
+
text="GOLD",
|
|
8229
|
+
description="JGI's GOLD system")
|
|
8230
|
+
NEON_Data_Portal = PermissibleValue(
|
|
8231
|
+
text="NEON_Data_Portal",
|
|
8232
|
+
description="National Science Foundation National Ecologial Observatory Network's Data Portal")
|
|
8233
|
+
NCBI = PermissibleValue(
|
|
8234
|
+
text="NCBI",
|
|
8235
|
+
description="National Center for Biotechnology Information database")
|
|
8236
|
+
custom = PermissibleValue(
|
|
8237
|
+
text="custom",
|
|
8238
|
+
description="""Metadata was generated by custom methods such as an offline spreadsheet provided by a user or staff member.""")
|
|
8239
|
+
|
|
8240
|
+
_defn = EnumDefinition(
|
|
8241
|
+
name="SourceSystemEnum",
|
|
8242
|
+
)
|
|
8243
|
+
|
|
8109
8244
|
class CreditEnum(EnumDefinitionImpl):
|
|
8110
8245
|
|
|
8111
8246
|
Conceptualization = PermissibleValue(
|
|
@@ -8439,11 +8574,20 @@ class ProtocolForEnum(EnumDefinitionImpl):
|
|
|
8439
8574
|
description="The permitted values for describing the type of planned process that a protocol describes.",
|
|
8440
8575
|
)
|
|
8441
8576
|
|
|
8577
|
+
class AeroStrucEnum(EnumDefinitionImpl):
|
|
8578
|
+
|
|
8579
|
+
glider = PermissibleValue(text="glider")
|
|
8580
|
+
plane = PermissibleValue(text="plane")
|
|
8581
|
+
|
|
8582
|
+
_defn = EnumDefinition(
|
|
8583
|
+
name="AeroStrucEnum",
|
|
8584
|
+
)
|
|
8585
|
+
|
|
8442
8586
|
class ArchStrucEnum(EnumDefinitionImpl):
|
|
8443
8587
|
|
|
8444
8588
|
building = PermissibleValue(text="building")
|
|
8445
|
-
shed = PermissibleValue(text="shed")
|
|
8446
8589
|
home = PermissibleValue(text="home")
|
|
8590
|
+
shed = PermissibleValue(text="shed")
|
|
8447
8591
|
|
|
8448
8592
|
_defn = EnumDefinition(
|
|
8449
8593
|
name="ArchStrucEnum",
|
|
@@ -8451,10 +8595,10 @@ class ArchStrucEnum(EnumDefinitionImpl):
|
|
|
8451
8595
|
|
|
8452
8596
|
class BiolStatEnum(EnumDefinitionImpl):
|
|
8453
8597
|
|
|
8454
|
-
wild = PermissibleValue(text="wild")
|
|
8455
|
-
natural = PermissibleValue(text="natural")
|
|
8456
8598
|
hybrid = PermissibleValue(text="hybrid")
|
|
8457
8599
|
mutant = PermissibleValue(text="mutant")
|
|
8600
|
+
natural = PermissibleValue(text="natural")
|
|
8601
|
+
wild = PermissibleValue(text="wild")
|
|
8458
8602
|
|
|
8459
8603
|
_defn = EnumDefinition(
|
|
8460
8604
|
name="BiolStatEnum",
|
|
@@ -8462,20 +8606,21 @@ class BiolStatEnum(EnumDefinitionImpl):
|
|
|
8462
8606
|
|
|
8463
8607
|
@classmethod
|
|
8464
8608
|
def _addvals(cls):
|
|
8465
|
-
setattr(cls, "semi-natural",
|
|
8466
|
-
PermissibleValue(text="semi-natural"))
|
|
8467
|
-
setattr(cls, "inbred line",
|
|
8468
|
-
PermissibleValue(text="inbred line"))
|
|
8469
8609
|
setattr(cls, "breeder's line",
|
|
8470
8610
|
PermissibleValue(text="breeder's line"))
|
|
8471
8611
|
setattr(cls, "clonal selection",
|
|
8472
8612
|
PermissibleValue(text="clonal selection"))
|
|
8613
|
+
setattr(cls, "inbred line",
|
|
8614
|
+
PermissibleValue(text="inbred line"))
|
|
8615
|
+
setattr(cls, "semi-natural",
|
|
8616
|
+
PermissibleValue(text="semi-natural"))
|
|
8473
8617
|
|
|
8474
8618
|
class BioticRelationshipEnum(EnumDefinitionImpl):
|
|
8475
8619
|
|
|
8476
|
-
|
|
8477
|
-
|
|
8478
|
-
|
|
8620
|
+
commensalism = PermissibleValue(text="commensalism")
|
|
8621
|
+
mutualism = PermissibleValue(text="mutualism")
|
|
8622
|
+
parasitism = PermissibleValue(text="parasitism")
|
|
8623
|
+
symbiotic = PermissibleValue(text="symbiotic")
|
|
8479
8624
|
|
|
8480
8625
|
_defn = EnumDefinition(
|
|
8481
8626
|
name="BioticRelationshipEnum",
|
|
@@ -8520,14 +8665,14 @@ class BuildDocsEnum(EnumDefinitionImpl):
|
|
|
8520
8665
|
|
|
8521
8666
|
class BuildOccupTypeEnum(EnumDefinitionImpl):
|
|
8522
8667
|
|
|
8523
|
-
|
|
8668
|
+
airport = PermissibleValue(text="airport")
|
|
8669
|
+
commercial = PermissibleValue(text="commercial")
|
|
8524
8670
|
market = PermissibleValue(text="market")
|
|
8525
|
-
|
|
8671
|
+
office = PermissibleValue(text="office")
|
|
8526
8672
|
residence = PermissibleValue(text="residence")
|
|
8527
|
-
school = PermissibleValue(text="school")
|
|
8528
8673
|
residential = PermissibleValue(text="residential")
|
|
8529
|
-
|
|
8530
|
-
|
|
8674
|
+
restaurant = PermissibleValue(text="restaurant")
|
|
8675
|
+
school = PermissibleValue(text="school")
|
|
8531
8676
|
|
|
8532
8677
|
_defn = EnumDefinition(
|
|
8533
8678
|
name="BuildOccupTypeEnum",
|
|
@@ -8535,54 +8680,46 @@ class BuildOccupTypeEnum(EnumDefinitionImpl):
|
|
|
8535
8680
|
|
|
8536
8681
|
@classmethod
|
|
8537
8682
|
def _addvals(cls):
|
|
8538
|
-
setattr(cls, "low rise",
|
|
8539
|
-
PermissibleValue(text="low rise"))
|
|
8540
|
-
setattr(cls, "high rise",
|
|
8541
|
-
PermissibleValue(text="high rise"))
|
|
8542
|
-
setattr(cls, "wood framed",
|
|
8543
|
-
PermissibleValue(text="wood framed"))
|
|
8544
8683
|
setattr(cls, "health care",
|
|
8545
8684
|
PermissibleValue(text="health care"))
|
|
8685
|
+
setattr(cls, "high rise",
|
|
8686
|
+
PermissibleValue(text="high rise"))
|
|
8687
|
+
setattr(cls, "low rise",
|
|
8688
|
+
PermissibleValue(text="low rise"))
|
|
8546
8689
|
setattr(cls, "sports complex",
|
|
8547
8690
|
PermissibleValue(text="sports complex"))
|
|
8691
|
+
setattr(cls, "wood framed",
|
|
8692
|
+
PermissibleValue(text="wood framed"))
|
|
8548
8693
|
|
|
8549
8694
|
class BuildingSettingEnum(EnumDefinitionImpl):
|
|
8550
8695
|
|
|
8551
|
-
urban = PermissibleValue(text="urban")
|
|
8552
|
-
suburban = PermissibleValue(text="suburban")
|
|
8553
8696
|
exurban = PermissibleValue(text="exurban")
|
|
8554
8697
|
rural = PermissibleValue(text="rural")
|
|
8698
|
+
suburban = PermissibleValue(text="suburban")
|
|
8699
|
+
urban = PermissibleValue(text="urban")
|
|
8555
8700
|
|
|
8556
8701
|
_defn = EnumDefinition(
|
|
8557
8702
|
name="BuildingSettingEnum",
|
|
8558
8703
|
)
|
|
8559
8704
|
|
|
8560
|
-
class
|
|
8705
|
+
class BuiltStrucSetEnum(EnumDefinitionImpl):
|
|
8561
8706
|
|
|
8562
|
-
|
|
8563
|
-
|
|
8564
|
-
rupture = PermissibleValue(text="rupture")
|
|
8707
|
+
rural = PermissibleValue(text="rural")
|
|
8708
|
+
urban = PermissibleValue(text="urban")
|
|
8565
8709
|
|
|
8566
8710
|
_defn = EnumDefinition(
|
|
8567
|
-
name="
|
|
8711
|
+
name="BuiltStrucSetEnum",
|
|
8568
8712
|
)
|
|
8569
8713
|
|
|
8570
|
-
@classmethod
|
|
8571
|
-
def _addvals(cls):
|
|
8572
|
-
setattr(cls, "visible wear",
|
|
8573
|
-
PermissibleValue(text="visible wear"))
|
|
8574
|
-
setattr(cls, "needs repair",
|
|
8575
|
-
PermissibleValue(text="needs repair"))
|
|
8576
|
-
|
|
8577
8714
|
class CeilFinishMatEnum(EnumDefinitionImpl):
|
|
8578
8715
|
|
|
8579
|
-
drywall = PermissibleValue(text="drywall")
|
|
8580
|
-
tiles = PermissibleValue(text="tiles")
|
|
8581
8716
|
PVC = PermissibleValue(text="PVC")
|
|
8582
|
-
|
|
8583
|
-
metal = PermissibleValue(text="metal")
|
|
8717
|
+
drywall = PermissibleValue(text="drywall")
|
|
8584
8718
|
fiberglass = PermissibleValue(text="fiberglass")
|
|
8719
|
+
metal = PermissibleValue(text="metal")
|
|
8720
|
+
plasterboard = PermissibleValue(text="plasterboard")
|
|
8585
8721
|
stucco = PermissibleValue(text="stucco")
|
|
8722
|
+
tiles = PermissibleValue(text="tiles")
|
|
8586
8723
|
wood = PermissibleValue(text="wood")
|
|
8587
8724
|
|
|
8588
8725
|
_defn = EnumDefinition(
|
|
@@ -8596,7 +8733,38 @@ class CeilFinishMatEnum(EnumDefinitionImpl):
|
|
|
8596
8733
|
setattr(cls, "mineral wool/calcium silicate",
|
|
8597
8734
|
PermissibleValue(text="mineral wool/calcium silicate"))
|
|
8598
8735
|
|
|
8599
|
-
class
|
|
8736
|
+
class CeilStrucEnum(EnumDefinitionImpl):
|
|
8737
|
+
|
|
8738
|
+
concrete = PermissibleValue(text="concrete")
|
|
8739
|
+
|
|
8740
|
+
_defn = EnumDefinition(
|
|
8741
|
+
name="CeilStrucEnum",
|
|
8742
|
+
)
|
|
8743
|
+
|
|
8744
|
+
@classmethod
|
|
8745
|
+
def _addvals(cls):
|
|
8746
|
+
setattr(cls, "wood frame",
|
|
8747
|
+
PermissibleValue(text="wood frame"))
|
|
8748
|
+
|
|
8749
|
+
class CeilTypeEnum(EnumDefinitionImpl):
|
|
8750
|
+
|
|
8751
|
+
cathedral = PermissibleValue(text="cathedral")
|
|
8752
|
+
coffered = PermissibleValue(text="coffered")
|
|
8753
|
+
concave = PermissibleValue(text="concave")
|
|
8754
|
+
cove = PermissibleValue(text="cove")
|
|
8755
|
+
dropped = PermissibleValue(text="dropped")
|
|
8756
|
+
stretched = PermissibleValue(text="stretched")
|
|
8757
|
+
|
|
8758
|
+
_defn = EnumDefinition(
|
|
8759
|
+
name="CeilTypeEnum",
|
|
8760
|
+
)
|
|
8761
|
+
|
|
8762
|
+
@classmethod
|
|
8763
|
+
def _addvals(cls):
|
|
8764
|
+
setattr(cls, "barrel-shaped",
|
|
8765
|
+
PermissibleValue(text="barrel-shaped"))
|
|
8766
|
+
|
|
8767
|
+
class CeilingWallTextureEnum(EnumDefinitionImpl):
|
|
8600
8768
|
|
|
8601
8769
|
knockdown = PermissibleValue(text="knockdown")
|
|
8602
8770
|
popcorn = PermissibleValue(text="popcorn")
|
|
@@ -8604,11 +8772,13 @@ class CeilTextureEnum(EnumDefinitionImpl):
|
|
|
8604
8772
|
swirl = PermissibleValue(text="swirl")
|
|
8605
8773
|
|
|
8606
8774
|
_defn = EnumDefinition(
|
|
8607
|
-
name="
|
|
8775
|
+
name="CeilingWallTextureEnum",
|
|
8608
8776
|
)
|
|
8609
8777
|
|
|
8610
8778
|
@classmethod
|
|
8611
8779
|
def _addvals(cls):
|
|
8780
|
+
setattr(cls, "Santa-Fe texture",
|
|
8781
|
+
PermissibleValue(text="Santa-Fe texture"))
|
|
8612
8782
|
setattr(cls, "crows feet",
|
|
8613
8783
|
PermissibleValue(text="crows feet"))
|
|
8614
8784
|
setattr(cls, "crows-foot stomp",
|
|
@@ -8621,92 +8791,59 @@ class CeilTextureEnum(EnumDefinitionImpl):
|
|
|
8621
8791
|
PermissibleValue(text="orange peel"))
|
|
8622
8792
|
setattr(cls, "rosebud stomp",
|
|
8623
8793
|
PermissibleValue(text="rosebud stomp"))
|
|
8624
|
-
setattr(cls, "Santa-Fe texture",
|
|
8625
|
-
PermissibleValue(text="Santa-Fe texture"))
|
|
8626
8794
|
setattr(cls, "skip trowel",
|
|
8627
8795
|
PermissibleValue(text="skip trowel"))
|
|
8628
8796
|
setattr(cls, "stomp knockdown",
|
|
8629
8797
|
PermissibleValue(text="stomp knockdown"))
|
|
8630
8798
|
|
|
8631
|
-
class
|
|
8799
|
+
class CompassDirections8Enum(EnumDefinitionImpl):
|
|
8632
8800
|
|
|
8633
|
-
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
|
|
8638
|
-
|
|
8801
|
+
east = PermissibleValue(text="east")
|
|
8802
|
+
north = PermissibleValue(text="north")
|
|
8803
|
+
northeast = PermissibleValue(text="northeast")
|
|
8804
|
+
northwest = PermissibleValue(text="northwest")
|
|
8805
|
+
south = PermissibleValue(text="south")
|
|
8806
|
+
southeast = PermissibleValue(text="southeast")
|
|
8807
|
+
southwest = PermissibleValue(text="southwest")
|
|
8808
|
+
west = PermissibleValue(text="west")
|
|
8639
8809
|
|
|
8640
8810
|
_defn = EnumDefinition(
|
|
8641
|
-
name="
|
|
8811
|
+
name="CompassDirections8Enum",
|
|
8812
|
+
)
|
|
8813
|
+
|
|
8814
|
+
class DamagedEnum(EnumDefinitionImpl):
|
|
8815
|
+
|
|
8816
|
+
damaged = PermissibleValue(text="damaged")
|
|
8817
|
+
new = PermissibleValue(text="new")
|
|
8818
|
+
rupture = PermissibleValue(text="rupture")
|
|
8819
|
+
|
|
8820
|
+
_defn = EnumDefinition(
|
|
8821
|
+
name="DamagedEnum",
|
|
8642
8822
|
)
|
|
8643
8823
|
|
|
8644
8824
|
@classmethod
|
|
8645
8825
|
def _addvals(cls):
|
|
8646
|
-
setattr(cls, "
|
|
8647
|
-
PermissibleValue(text="
|
|
8826
|
+
setattr(cls, "needs repair",
|
|
8827
|
+
PermissibleValue(text="needs repair"))
|
|
8828
|
+
setattr(cls, "visible wear",
|
|
8829
|
+
PermissibleValue(text="visible wear"))
|
|
8648
8830
|
|
|
8649
|
-
class
|
|
8831
|
+
class DamagedRupturedEnum(EnumDefinitionImpl):
|
|
8650
8832
|
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
farmstead = PermissibleValue(text="farmstead")
|
|
8655
|
-
gravel = PermissibleValue(text="gravel")
|
|
8656
|
-
hardwoods = PermissibleValue(text="hardwoods")
|
|
8657
|
-
hayland = PermissibleValue(text="hayland")
|
|
8658
|
-
marshlands = PermissibleValue(text="marshlands")
|
|
8659
|
-
meadows = PermissibleValue(text="meadows")
|
|
8660
|
-
mudflats = PermissibleValue(text="mudflats")
|
|
8661
|
-
pastureland = PermissibleValue(text="pastureland")
|
|
8662
|
-
rainforest = PermissibleValue(text="rainforest")
|
|
8663
|
-
rangeland = PermissibleValue(text="rangeland")
|
|
8664
|
-
rock = PermissibleValue(text="rock")
|
|
8665
|
-
sand = PermissibleValue(text="sand")
|
|
8666
|
-
swamp = PermissibleValue(text="swamp")
|
|
8667
|
-
tropical = PermissibleValue(text="tropical")
|
|
8668
|
-
tundra = PermissibleValue(text="tundra")
|
|
8833
|
+
damaged = PermissibleValue(text="damaged")
|
|
8834
|
+
new = PermissibleValue(text="new")
|
|
8835
|
+
rupture = PermissibleValue(text="rupture")
|
|
8669
8836
|
|
|
8670
8837
|
_defn = EnumDefinition(
|
|
8671
|
-
name="
|
|
8838
|
+
name="DamagedRupturedEnum",
|
|
8672
8839
|
)
|
|
8673
8840
|
|
|
8674
8841
|
@classmethod
|
|
8675
8842
|
def _addvals(cls):
|
|
8676
|
-
setattr(cls, "
|
|
8677
|
-
PermissibleValue(text="
|
|
8678
|
-
setattr(cls, "
|
|
8679
|
-
PermissibleValue(text="
|
|
8680
|
-
setattr(cls, "industrial areas",
|
|
8681
|
-
PermissibleValue(text="industrial areas"))
|
|
8682
|
-
setattr(cls, "intermixed hardwood and conifers",
|
|
8683
|
-
PermissibleValue(text="intermixed hardwood and conifers"))
|
|
8684
|
-
setattr(cls, "mines/quarries",
|
|
8685
|
-
PermissibleValue(text="mines/quarries"))
|
|
8686
|
-
setattr(cls, "oil waste areas",
|
|
8687
|
-
PermissibleValue(text="oil waste areas"))
|
|
8688
|
-
setattr(cls, "permanent snow or ice",
|
|
8689
|
-
PermissibleValue(text="permanent snow or ice"))
|
|
8690
|
-
setattr(cls, "roads/railroads",
|
|
8691
|
-
PermissibleValue(text="roads/railroads"))
|
|
8692
|
-
setattr(cls, "row crops",
|
|
8693
|
-
PermissibleValue(text="row crops"))
|
|
8694
|
-
setattr(cls, "saline seeps",
|
|
8695
|
-
PermissibleValue(text="saline seeps"))
|
|
8696
|
-
setattr(cls, "salt flats",
|
|
8697
|
-
PermissibleValue(text="salt flats"))
|
|
8698
|
-
setattr(cls, "shrub crops",
|
|
8699
|
-
PermissibleValue(text="shrub crops"))
|
|
8700
|
-
setattr(cls, "shrub land",
|
|
8701
|
-
PermissibleValue(text="shrub land"))
|
|
8702
|
-
setattr(cls, "small grains",
|
|
8703
|
-
PermissibleValue(text="small grains"))
|
|
8704
|
-
setattr(cls, "successional shrub land",
|
|
8705
|
-
PermissibleValue(text="successional shrub land"))
|
|
8706
|
-
setattr(cls, "vegetable crops",
|
|
8707
|
-
PermissibleValue(text="vegetable crops"))
|
|
8708
|
-
setattr(cls, "vine crops",
|
|
8709
|
-
PermissibleValue(text="vine crops"))
|
|
8843
|
+
setattr(cls, "needs repair",
|
|
8844
|
+
PermissibleValue(text="needs repair"))
|
|
8845
|
+
setattr(cls, "visible wear",
|
|
8846
|
+
PermissibleValue(text="visible wear"))
|
|
8710
8847
|
|
|
8711
8848
|
class DeposEnvEnum(EnumDefinitionImpl):
|
|
8712
8849
|
|
|
@@ -8718,36 +8855,36 @@ class DeposEnvEnum(EnumDefinitionImpl):
|
|
|
8718
8855
|
|
|
8719
8856
|
@classmethod
|
|
8720
8857
|
def _addvals(cls):
|
|
8721
|
-
setattr(cls, "Continental - Alluvial",
|
|
8722
|
-
PermissibleValue(text="Continental - Alluvial"))
|
|
8723
8858
|
setattr(cls, "Continental - Aeolian",
|
|
8724
8859
|
PermissibleValue(text="Continental - Aeolian"))
|
|
8860
|
+
setattr(cls, "Continental - Alluvial",
|
|
8861
|
+
PermissibleValue(text="Continental - Alluvial"))
|
|
8725
8862
|
setattr(cls, "Continental - Fluvial",
|
|
8726
8863
|
PermissibleValue(text="Continental - Fluvial"))
|
|
8727
8864
|
setattr(cls, "Continental - Lacustrine",
|
|
8728
8865
|
PermissibleValue(text="Continental - Lacustrine"))
|
|
8729
|
-
setattr(cls, "Transitional - Deltaic",
|
|
8730
|
-
PermissibleValue(text="Transitional - Deltaic"))
|
|
8731
|
-
setattr(cls, "Transitional - Tidal",
|
|
8732
|
-
PermissibleValue(text="Transitional - Tidal"))
|
|
8733
|
-
setattr(cls, "Transitional - Lagoonal",
|
|
8734
|
-
PermissibleValue(text="Transitional - Lagoonal"))
|
|
8735
|
-
setattr(cls, "Transitional - Beach",
|
|
8736
|
-
PermissibleValue(text="Transitional - Beach"))
|
|
8737
|
-
setattr(cls, "Transitional - Lake",
|
|
8738
|
-
PermissibleValue(text="Transitional - Lake"))
|
|
8739
|
-
setattr(cls, "Marine - Shallow",
|
|
8740
|
-
PermissibleValue(text="Marine - Shallow"))
|
|
8741
8866
|
setattr(cls, "Marine - Deep",
|
|
8742
8867
|
PermissibleValue(text="Marine - Deep"))
|
|
8743
8868
|
setattr(cls, "Marine - Reef",
|
|
8744
8869
|
PermissibleValue(text="Marine - Reef"))
|
|
8870
|
+
setattr(cls, "Marine - Shallow",
|
|
8871
|
+
PermissibleValue(text="Marine - Shallow"))
|
|
8745
8872
|
setattr(cls, "Other - Evaporite",
|
|
8746
8873
|
PermissibleValue(text="Other - Evaporite"))
|
|
8747
8874
|
setattr(cls, "Other - Glacial",
|
|
8748
8875
|
PermissibleValue(text="Other - Glacial"))
|
|
8749
8876
|
setattr(cls, "Other - Volcanic",
|
|
8750
8877
|
PermissibleValue(text="Other - Volcanic"))
|
|
8878
|
+
setattr(cls, "Transitional - Beach",
|
|
8879
|
+
PermissibleValue(text="Transitional - Beach"))
|
|
8880
|
+
setattr(cls, "Transitional - Deltaic",
|
|
8881
|
+
PermissibleValue(text="Transitional - Deltaic"))
|
|
8882
|
+
setattr(cls, "Transitional - Lagoonal",
|
|
8883
|
+
PermissibleValue(text="Transitional - Lagoonal"))
|
|
8884
|
+
setattr(cls, "Transitional - Lake",
|
|
8885
|
+
PermissibleValue(text="Transitional - Lake"))
|
|
8886
|
+
setattr(cls, "Transitional - Tidal",
|
|
8887
|
+
PermissibleValue(text="Transitional - Tidal"))
|
|
8751
8888
|
|
|
8752
8889
|
class DoorCompTypeEnum(EnumDefinitionImpl):
|
|
8753
8890
|
|
|
@@ -8764,42 +8901,14 @@ class DoorCompTypeEnum(EnumDefinitionImpl):
|
|
|
8764
8901
|
setattr(cls, "metal covered",
|
|
8765
8902
|
PermissibleValue(text="metal covered"))
|
|
8766
8903
|
|
|
8767
|
-
class
|
|
8904
|
+
class DoorDirectEnum(EnumDefinitionImpl):
|
|
8768
8905
|
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8906
|
+
inward = PermissibleValue(text="inward")
|
|
8907
|
+
outward = PermissibleValue(text="outward")
|
|
8908
|
+
sideways = PermissibleValue(text="sideways")
|
|
8772
8909
|
|
|
8773
8910
|
_defn = EnumDefinition(
|
|
8774
|
-
name="
|
|
8775
|
-
)
|
|
8776
|
-
|
|
8777
|
-
@classmethod
|
|
8778
|
-
def _addvals(cls):
|
|
8779
|
-
setattr(cls, "needs repair",
|
|
8780
|
-
PermissibleValue(text="needs repair"))
|
|
8781
|
-
setattr(cls, "visible wear",
|
|
8782
|
-
PermissibleValue(text="visible wear"))
|
|
8783
|
-
|
|
8784
|
-
class DoorDirectEnum(EnumDefinitionImpl):
|
|
8785
|
-
|
|
8786
|
-
inward = PermissibleValue(text="inward")
|
|
8787
|
-
outward = PermissibleValue(text="outward")
|
|
8788
|
-
sideways = PermissibleValue(text="sideways")
|
|
8789
|
-
|
|
8790
|
-
_defn = EnumDefinition(
|
|
8791
|
-
name="DoorDirectEnum",
|
|
8792
|
-
)
|
|
8793
|
-
|
|
8794
|
-
class DoorLocEnum(EnumDefinitionImpl):
|
|
8795
|
-
|
|
8796
|
-
north = PermissibleValue(text="north")
|
|
8797
|
-
south = PermissibleValue(text="south")
|
|
8798
|
-
east = PermissibleValue(text="east")
|
|
8799
|
-
west = PermissibleValue(text="west")
|
|
8800
|
-
|
|
8801
|
-
_defn = EnumDefinition(
|
|
8802
|
-
name="DoorLocEnum",
|
|
8911
|
+
name="DoorDirectEnum",
|
|
8803
8912
|
)
|
|
8804
8913
|
|
|
8805
8914
|
class DoorMatEnum(EnumDefinitionImpl):
|
|
@@ -8871,33 +8980,6 @@ class DoorTypeMetalEnum(EnumDefinitionImpl):
|
|
|
8871
8980
|
setattr(cls, "steel plate",
|
|
8872
8981
|
PermissibleValue(text="steel plate"))
|
|
8873
8982
|
|
|
8874
|
-
class DoorTypeWoodEnum(EnumDefinitionImpl):
|
|
8875
|
-
|
|
8876
|
-
battened = PermissibleValue(text="battened")
|
|
8877
|
-
flush = PermissibleValue(text="flush")
|
|
8878
|
-
louvered = PermissibleValue(text="louvered")
|
|
8879
|
-
|
|
8880
|
-
_defn = EnumDefinition(
|
|
8881
|
-
name="DoorTypeWoodEnum",
|
|
8882
|
-
)
|
|
8883
|
-
|
|
8884
|
-
@classmethod
|
|
8885
|
-
def _addvals(cls):
|
|
8886
|
-
setattr(cls, "bettened and ledged",
|
|
8887
|
-
PermissibleValue(text="bettened and ledged"))
|
|
8888
|
-
setattr(cls, "ledged and braced",
|
|
8889
|
-
PermissibleValue(text="ledged and braced"))
|
|
8890
|
-
setattr(cls, "ledged and framed",
|
|
8891
|
-
PermissibleValue(text="ledged and framed"))
|
|
8892
|
-
setattr(cls, "ledged, braced and frame",
|
|
8893
|
-
PermissibleValue(text="ledged, braced and frame"))
|
|
8894
|
-
setattr(cls, "framed and paneled",
|
|
8895
|
-
PermissibleValue(text="framed and paneled"))
|
|
8896
|
-
setattr(cls, "glashed or sash",
|
|
8897
|
-
PermissibleValue(text="glashed or sash"))
|
|
8898
|
-
setattr(cls, "wire gauged",
|
|
8899
|
-
PermissibleValue(text="wire gauged"))
|
|
8900
|
-
|
|
8901
8983
|
class DrainageClassEnum(EnumDefinitionImpl):
|
|
8902
8984
|
|
|
8903
8985
|
poorly = PermissibleValue(text="poorly")
|
|
@@ -8909,22 +8991,22 @@ class DrainageClassEnum(EnumDefinitionImpl):
|
|
|
8909
8991
|
|
|
8910
8992
|
@classmethod
|
|
8911
8993
|
def _addvals(cls):
|
|
8912
|
-
setattr(cls, "very poorly",
|
|
8913
|
-
PermissibleValue(text="very poorly"))
|
|
8914
|
-
setattr(cls, "somewhat poorly",
|
|
8915
|
-
PermissibleValue(text="somewhat poorly"))
|
|
8916
|
-
setattr(cls, "moderately well",
|
|
8917
|
-
PermissibleValue(text="moderately well"))
|
|
8918
8994
|
setattr(cls, "excessively drained",
|
|
8919
8995
|
PermissibleValue(text="excessively drained"))
|
|
8996
|
+
setattr(cls, "moderately well",
|
|
8997
|
+
PermissibleValue(text="moderately well"))
|
|
8998
|
+
setattr(cls, "somewhat poorly",
|
|
8999
|
+
PermissibleValue(text="somewhat poorly"))
|
|
9000
|
+
setattr(cls, "very poorly",
|
|
9001
|
+
PermissibleValue(text="very poorly"))
|
|
8920
9002
|
|
|
8921
9003
|
class DrawingsEnum(EnumDefinitionImpl):
|
|
8922
9004
|
|
|
8923
|
-
operation = PermissibleValue(text="operation")
|
|
8924
|
-
construction = PermissibleValue(text="construction")
|
|
8925
9005
|
bid = PermissibleValue(text="bid")
|
|
9006
|
+
construction = PermissibleValue(text="construction")
|
|
8926
9007
|
design = PermissibleValue(text="design")
|
|
8927
9008
|
diagram = PermissibleValue(text="diagram")
|
|
9009
|
+
operation = PermissibleValue(text="operation")
|
|
8928
9010
|
sketch = PermissibleValue(text="sketch")
|
|
8929
9011
|
|
|
8930
9012
|
_defn = EnumDefinition(
|
|
@@ -8938,43 +9020,18 @@ class DrawingsEnum(EnumDefinitionImpl):
|
|
|
8938
9020
|
setattr(cls, "building navigation map",
|
|
8939
9021
|
PermissibleValue(text="building navigation map"))
|
|
8940
9022
|
|
|
8941
|
-
class ExtWallOrientEnum(EnumDefinitionImpl):
|
|
8942
|
-
|
|
8943
|
-
north = PermissibleValue(text="north")
|
|
8944
|
-
south = PermissibleValue(text="south")
|
|
8945
|
-
east = PermissibleValue(text="east")
|
|
8946
|
-
west = PermissibleValue(text="west")
|
|
8947
|
-
northeast = PermissibleValue(text="northeast")
|
|
8948
|
-
southeast = PermissibleValue(text="southeast")
|
|
8949
|
-
southwest = PermissibleValue(text="southwest")
|
|
8950
|
-
northwest = PermissibleValue(text="northwest")
|
|
8951
|
-
|
|
8952
|
-
_defn = EnumDefinition(
|
|
8953
|
-
name="ExtWallOrientEnum",
|
|
8954
|
-
)
|
|
8955
|
-
|
|
8956
|
-
class ExtWindowOrientEnum(EnumDefinitionImpl):
|
|
8957
|
-
|
|
8958
|
-
north = PermissibleValue(text="north")
|
|
8959
|
-
south = PermissibleValue(text="south")
|
|
8960
|
-
east = PermissibleValue(text="east")
|
|
8961
|
-
west = PermissibleValue(text="west")
|
|
8962
|
-
northeast = PermissibleValue(text="northeast")
|
|
8963
|
-
southeast = PermissibleValue(text="southeast")
|
|
8964
|
-
southwest = PermissibleValue(text="southwest")
|
|
8965
|
-
northwest = PermissibleValue(text="northwest")
|
|
8966
|
-
|
|
8967
|
-
_defn = EnumDefinition(
|
|
8968
|
-
name="ExtWindowOrientEnum",
|
|
8969
|
-
)
|
|
8970
|
-
|
|
8971
9023
|
class FaoClassEnum(EnumDefinitionImpl):
|
|
8972
9024
|
|
|
8973
9025
|
Acrisols = PermissibleValue(text="Acrisols")
|
|
9026
|
+
Alisols = PermissibleValue(text="Alisols")
|
|
8974
9027
|
Andosols = PermissibleValue(text="Andosols")
|
|
9028
|
+
Anthrosols = PermissibleValue(text="Anthrosols")
|
|
8975
9029
|
Arenosols = PermissibleValue(text="Arenosols")
|
|
9030
|
+
Calcisols = PermissibleValue(text="Calcisols")
|
|
8976
9031
|
Cambisols = PermissibleValue(text="Cambisols")
|
|
8977
9032
|
Chernozems = PermissibleValue(text="Chernozems")
|
|
9033
|
+
Cryosols = PermissibleValue(text="Cryosols")
|
|
9034
|
+
Durisols = PermissibleValue(text="Durisols")
|
|
8978
9035
|
Ferralsols = PermissibleValue(text="Ferralsols")
|
|
8979
9036
|
Fluvisols = PermissibleValue(text="Fluvisols")
|
|
8980
9037
|
Gleysols = PermissibleValue(text="Gleysols")
|
|
@@ -8983,10 +9040,13 @@ class FaoClassEnum(EnumDefinitionImpl):
|
|
|
8983
9040
|
Histosols = PermissibleValue(text="Histosols")
|
|
8984
9041
|
Kastanozems = PermissibleValue(text="Kastanozems")
|
|
8985
9042
|
Lithosols = PermissibleValue(text="Lithosols")
|
|
9043
|
+
Leptosols = PermissibleValue(text="Leptosols")
|
|
9044
|
+
Lixisols = PermissibleValue(text="Lixisols")
|
|
8986
9045
|
Luvisols = PermissibleValue(text="Luvisols")
|
|
8987
9046
|
Nitosols = PermissibleValue(text="Nitosols")
|
|
8988
9047
|
Phaeozems = PermissibleValue(text="Phaeozems")
|
|
8989
9048
|
Planosols = PermissibleValue(text="Planosols")
|
|
9049
|
+
Plinthosols = PermissibleValue(text="Plinthosols")
|
|
8990
9050
|
Podzols = PermissibleValue(text="Podzols")
|
|
8991
9051
|
Podzoluvisols = PermissibleValue(text="Podzoluvisols")
|
|
8992
9052
|
Rankers = PermissibleValue(text="Rankers")
|
|
@@ -8994,6 +9054,9 @@ class FaoClassEnum(EnumDefinitionImpl):
|
|
|
8994
9054
|
Rendzinas = PermissibleValue(text="Rendzinas")
|
|
8995
9055
|
Solonchaks = PermissibleValue(text="Solonchaks")
|
|
8996
9056
|
Solonetz = PermissibleValue(text="Solonetz")
|
|
9057
|
+
Stagnosols = PermissibleValue(text="Stagnosols")
|
|
9058
|
+
Technosols = PermissibleValue(text="Technosols")
|
|
9059
|
+
Umbrisols = PermissibleValue(text="Umbrisols")
|
|
8997
9060
|
Vertisols = PermissibleValue(text="Vertisols")
|
|
8998
9061
|
Yermosols = PermissibleValue(text="Yermosols")
|
|
8999
9062
|
|
|
@@ -9012,65 +9075,27 @@ class FilterTypeEnum(EnumDefinitionImpl):
|
|
|
9012
9075
|
|
|
9013
9076
|
@classmethod
|
|
9014
9077
|
def _addvals(cls):
|
|
9015
|
-
setattr(cls, "particulate air filter",
|
|
9016
|
-
PermissibleValue(text="particulate air filter"))
|
|
9017
9078
|
setattr(cls, "chemical air filter",
|
|
9018
9079
|
PermissibleValue(text="chemical air filter"))
|
|
9019
|
-
setattr(cls, "low-MERV pleated media",
|
|
9020
|
-
PermissibleValue(text="low-MERV pleated media"))
|
|
9021
9080
|
setattr(cls, "gas-phase or ultraviolet air treatments",
|
|
9022
9081
|
PermissibleValue(text="gas-phase or ultraviolet air treatments"))
|
|
9082
|
+
setattr(cls, "low-MERV pleated media",
|
|
9083
|
+
PermissibleValue(text="low-MERV pleated media"))
|
|
9084
|
+
setattr(cls, "particulate air filter",
|
|
9085
|
+
PermissibleValue(text="particulate air filter"))
|
|
9023
9086
|
|
|
9024
|
-
class
|
|
9025
|
-
|
|
9026
|
-
new = PermissibleValue(text="new")
|
|
9027
|
-
damaged = PermissibleValue(text="damaged")
|
|
9028
|
-
rupture = PermissibleValue(text="rupture")
|
|
9029
|
-
|
|
9030
|
-
_defn = EnumDefinition(
|
|
9031
|
-
name="FloorCondEnum",
|
|
9032
|
-
)
|
|
9033
|
-
|
|
9034
|
-
@classmethod
|
|
9035
|
-
def _addvals(cls):
|
|
9036
|
-
setattr(cls, "visible wear",
|
|
9037
|
-
PermissibleValue(text="visible wear"))
|
|
9038
|
-
setattr(cls, "needs repair",
|
|
9039
|
-
PermissibleValue(text="needs repair"))
|
|
9040
|
-
|
|
9041
|
-
class FloorFinishMatEnum(EnumDefinitionImpl):
|
|
9042
|
-
|
|
9043
|
-
tile = PermissibleValue(text="tile")
|
|
9044
|
-
carpet = PermissibleValue(text="carpet")
|
|
9045
|
-
rug = PermissibleValue(text="rug")
|
|
9046
|
-
lineoleum = PermissibleValue(text="lineoleum")
|
|
9047
|
-
stone = PermissibleValue(text="stone")
|
|
9048
|
-
bamboo = PermissibleValue(text="bamboo")
|
|
9049
|
-
cork = PermissibleValue(text="cork")
|
|
9050
|
-
terrazo = PermissibleValue(text="terrazo")
|
|
9051
|
-
concrete = PermissibleValue(text="concrete")
|
|
9052
|
-
none = PermissibleValue(text="none")
|
|
9053
|
-
sealed = PermissibleValue(text="sealed")
|
|
9054
|
-
paint = PermissibleValue(text="paint")
|
|
9087
|
+
class FireplaceTypeEnum(EnumDefinitionImpl):
|
|
9055
9088
|
|
|
9056
9089
|
_defn = EnumDefinition(
|
|
9057
|
-
name="
|
|
9090
|
+
name="FireplaceTypeEnum",
|
|
9058
9091
|
)
|
|
9059
9092
|
|
|
9060
9093
|
@classmethod
|
|
9061
9094
|
def _addvals(cls):
|
|
9062
|
-
setattr(cls, "
|
|
9063
|
-
PermissibleValue(text="
|
|
9064
|
-
setattr(cls, "
|
|
9065
|
-
PermissibleValue(text="
|
|
9066
|
-
setattr(cls, "vinyl composition tile",
|
|
9067
|
-
PermissibleValue(text="vinyl composition tile"))
|
|
9068
|
-
setattr(cls, "sheet vinyl",
|
|
9069
|
-
PermissibleValue(text="sheet vinyl"))
|
|
9070
|
-
setattr(cls, "clear finish",
|
|
9071
|
-
PermissibleValue(text="clear finish"))
|
|
9072
|
-
setattr(cls, "none or unfinished",
|
|
9073
|
-
PermissibleValue(text="none or unfinished"))
|
|
9095
|
+
setattr(cls, "gas burning",
|
|
9096
|
+
PermissibleValue(text="gas burning"))
|
|
9097
|
+
setattr(cls, "wood burning",
|
|
9098
|
+
PermissibleValue(text="wood burning"))
|
|
9074
9099
|
|
|
9075
9100
|
class FloorStrucEnum(EnumDefinitionImpl):
|
|
9076
9101
|
|
|
@@ -9104,30 +9129,30 @@ class FloorWaterMoldEnum(EnumDefinitionImpl):
|
|
|
9104
9129
|
|
|
9105
9130
|
@classmethod
|
|
9106
9131
|
def _addvals(cls):
|
|
9107
|
-
setattr(cls, "
|
|
9108
|
-
PermissibleValue(text="
|
|
9109
|
-
setattr(cls, "wet floor",
|
|
9110
|
-
PermissibleValue(text="wet floor"))
|
|
9111
|
-
setattr(cls, "water stains",
|
|
9112
|
-
PermissibleValue(text="water stains"))
|
|
9113
|
-
setattr(cls, "wall discoloration",
|
|
9114
|
-
PermissibleValue(text="wall discoloration"))
|
|
9115
|
-
setattr(cls, "floor discoloration",
|
|
9116
|
-
PermissibleValue(text="floor discoloration"))
|
|
9132
|
+
setattr(cls, "bulging walls",
|
|
9133
|
+
PermissibleValue(text="bulging walls"))
|
|
9117
9134
|
setattr(cls, "ceiling discoloration",
|
|
9118
9135
|
PermissibleValue(text="ceiling discoloration"))
|
|
9136
|
+
setattr(cls, "floor discoloration",
|
|
9137
|
+
PermissibleValue(text="floor discoloration"))
|
|
9138
|
+
setattr(cls, "mold odor",
|
|
9139
|
+
PermissibleValue(text="mold odor"))
|
|
9119
9140
|
setattr(cls, "peeling paint or wallpaper",
|
|
9120
9141
|
PermissibleValue(text="peeling paint or wallpaper"))
|
|
9121
|
-
setattr(cls, "
|
|
9122
|
-
PermissibleValue(text="
|
|
9142
|
+
setattr(cls, "wall discoloration",
|
|
9143
|
+
PermissibleValue(text="wall discoloration"))
|
|
9144
|
+
setattr(cls, "water stains",
|
|
9145
|
+
PermissibleValue(text="water stains"))
|
|
9146
|
+
setattr(cls, "wet floor",
|
|
9147
|
+
PermissibleValue(text="wet floor"))
|
|
9123
9148
|
|
|
9124
9149
|
class FreqCleanEnum(EnumDefinitionImpl):
|
|
9125
9150
|
|
|
9151
|
+
Annually = PermissibleValue(text="Annually")
|
|
9126
9152
|
Daily = PermissibleValue(text="Daily")
|
|
9127
|
-
Weekly = PermissibleValue(text="Weekly")
|
|
9128
9153
|
Monthly = PermissibleValue(text="Monthly")
|
|
9129
9154
|
Quarterly = PermissibleValue(text="Quarterly")
|
|
9130
|
-
|
|
9155
|
+
Weekly = PermissibleValue(text="Weekly")
|
|
9131
9156
|
other = PermissibleValue(text="other")
|
|
9132
9157
|
|
|
9133
9158
|
_defn = EnumDefinition(
|
|
@@ -9158,16 +9183,41 @@ class GenderRestroomEnum(EnumDefinitionImpl):
|
|
|
9158
9183
|
def _addvals(cls):
|
|
9159
9184
|
setattr(cls, "all gender",
|
|
9160
9185
|
PermissibleValue(text="all gender"))
|
|
9161
|
-
setattr(cls, "gender
|
|
9162
|
-
PermissibleValue(text="gender
|
|
9186
|
+
setattr(cls, "gender neutral",
|
|
9187
|
+
PermissibleValue(text="gender neutral"))
|
|
9163
9188
|
setattr(cls, "male and female",
|
|
9164
9189
|
PermissibleValue(text="male and female"))
|
|
9165
9190
|
|
|
9191
|
+
class GeolAgeEnum(EnumDefinitionImpl):
|
|
9192
|
+
|
|
9193
|
+
Archean = PermissibleValue(text="Archean")
|
|
9194
|
+
Cambrian = PermissibleValue(text="Cambrian")
|
|
9195
|
+
Carboniferous = PermissibleValue(text="Carboniferous")
|
|
9196
|
+
Cenozoic = PermissibleValue(text="Cenozoic")
|
|
9197
|
+
Cretaceous = PermissibleValue(text="Cretaceous")
|
|
9198
|
+
Devonian = PermissibleValue(text="Devonian")
|
|
9199
|
+
Jurassic = PermissibleValue(text="Jurassic")
|
|
9200
|
+
Mesozoic = PermissibleValue(text="Mesozoic")
|
|
9201
|
+
Neogene = PermissibleValue(text="Neogene")
|
|
9202
|
+
Ordovician = PermissibleValue(text="Ordovician")
|
|
9203
|
+
Paleogene = PermissibleValue(text="Paleogene")
|
|
9204
|
+
Paleozoic = PermissibleValue(text="Paleozoic")
|
|
9205
|
+
Permian = PermissibleValue(text="Permian")
|
|
9206
|
+
Precambrian = PermissibleValue(text="Precambrian")
|
|
9207
|
+
Proterozoic = PermissibleValue(text="Proterozoic")
|
|
9208
|
+
Silurian = PermissibleValue(text="Silurian")
|
|
9209
|
+
Triassic = PermissibleValue(text="Triassic")
|
|
9210
|
+
other = PermissibleValue(text="other")
|
|
9211
|
+
|
|
9212
|
+
_defn = EnumDefinition(
|
|
9213
|
+
name="GeolAgeEnum",
|
|
9214
|
+
)
|
|
9215
|
+
|
|
9166
9216
|
class GrowthHabitEnum(EnumDefinitionImpl):
|
|
9167
9217
|
|
|
9168
9218
|
erect = PermissibleValue(text="erect")
|
|
9169
|
-
spreading = PermissibleValue(text="spreading")
|
|
9170
9219
|
prostrate = PermissibleValue(text="prostrate")
|
|
9220
|
+
spreading = PermissibleValue(text="spreading")
|
|
9171
9221
|
|
|
9172
9222
|
_defn = EnumDefinition(
|
|
9173
9223
|
name="GrowthHabitEnum",
|
|
@@ -9197,9 +9247,9 @@ class HandidnessEnum(EnumDefinitionImpl):
|
|
|
9197
9247
|
|
|
9198
9248
|
class HcProducedEnum(EnumDefinitionImpl):
|
|
9199
9249
|
|
|
9200
|
-
Oil = PermissibleValue(text="Oil")
|
|
9201
|
-
Gas = PermissibleValue(text="Gas")
|
|
9202
9250
|
Bitumen = PermissibleValue(text="Bitumen")
|
|
9251
|
+
Gas = PermissibleValue(text="Gas")
|
|
9252
|
+
Oil = PermissibleValue(text="Oil")
|
|
9203
9253
|
other = PermissibleValue(text="other")
|
|
9204
9254
|
|
|
9205
9255
|
_defn = EnumDefinition(
|
|
@@ -9208,10 +9258,10 @@ class HcProducedEnum(EnumDefinitionImpl):
|
|
|
9208
9258
|
|
|
9209
9259
|
@classmethod
|
|
9210
9260
|
def _addvals(cls):
|
|
9211
|
-
setattr(cls, "Gas-Condensate",
|
|
9212
|
-
PermissibleValue(text="Gas-Condensate"))
|
|
9213
9261
|
setattr(cls, "Coalbed Methane",
|
|
9214
9262
|
PermissibleValue(text="Coalbed Methane"))
|
|
9263
|
+
setattr(cls, "Gas-Condensate",
|
|
9264
|
+
PermissibleValue(text="Gas-Condensate"))
|
|
9215
9265
|
|
|
9216
9266
|
class HcrEnum(EnumDefinitionImpl):
|
|
9217
9267
|
|
|
@@ -9225,41 +9275,16 @@ class HcrEnum(EnumDefinitionImpl):
|
|
|
9225
9275
|
|
|
9226
9276
|
@classmethod
|
|
9227
9277
|
def _addvals(cls):
|
|
9228
|
-
setattr(cls, "Oil Reservoir",
|
|
9229
|
-
PermissibleValue(text="Oil Reservoir"))
|
|
9230
9278
|
setattr(cls, "Gas Reservoir",
|
|
9231
9279
|
PermissibleValue(text="Gas Reservoir"))
|
|
9280
|
+
setattr(cls, "Oil Reservoir",
|
|
9281
|
+
PermissibleValue(text="Oil Reservoir"))
|
|
9232
9282
|
setattr(cls, "Oil Sand",
|
|
9233
9283
|
PermissibleValue(text="Oil Sand"))
|
|
9234
|
-
setattr(cls, "Tight Oil Reservoir",
|
|
9235
|
-
PermissibleValue(text="Tight Oil Reservoir"))
|
|
9236
9284
|
setattr(cls, "Tight Gas Reservoir",
|
|
9237
9285
|
PermissibleValue(text="Tight Gas Reservoir"))
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
Archean = PermissibleValue(text="Archean")
|
|
9242
|
-
Cambrian = PermissibleValue(text="Cambrian")
|
|
9243
|
-
Carboniferous = PermissibleValue(text="Carboniferous")
|
|
9244
|
-
Cenozoic = PermissibleValue(text="Cenozoic")
|
|
9245
|
-
Cretaceous = PermissibleValue(text="Cretaceous")
|
|
9246
|
-
Devonian = PermissibleValue(text="Devonian")
|
|
9247
|
-
Jurassic = PermissibleValue(text="Jurassic")
|
|
9248
|
-
Mesozoic = PermissibleValue(text="Mesozoic")
|
|
9249
|
-
Neogene = PermissibleValue(text="Neogene")
|
|
9250
|
-
Ordovician = PermissibleValue(text="Ordovician")
|
|
9251
|
-
Paleogene = PermissibleValue(text="Paleogene")
|
|
9252
|
-
Paleozoic = PermissibleValue(text="Paleozoic")
|
|
9253
|
-
Permian = PermissibleValue(text="Permian")
|
|
9254
|
-
Precambrian = PermissibleValue(text="Precambrian")
|
|
9255
|
-
Proterozoic = PermissibleValue(text="Proterozoic")
|
|
9256
|
-
Silurian = PermissibleValue(text="Silurian")
|
|
9257
|
-
Triassic = PermissibleValue(text="Triassic")
|
|
9258
|
-
other = PermissibleValue(text="other")
|
|
9259
|
-
|
|
9260
|
-
_defn = EnumDefinition(
|
|
9261
|
-
name="HcrGeolAgeEnum",
|
|
9262
|
-
)
|
|
9286
|
+
setattr(cls, "Tight Oil Reservoir",
|
|
9287
|
+
PermissibleValue(text="Tight Oil Reservoir"))
|
|
9263
9288
|
|
|
9264
9289
|
class HeatCoolTypeEnum(EnumDefinitionImpl):
|
|
9265
9290
|
|
|
@@ -9269,58 +9294,35 @@ class HeatCoolTypeEnum(EnumDefinitionImpl):
|
|
|
9269
9294
|
|
|
9270
9295
|
@classmethod
|
|
9271
9296
|
def _addvals(cls):
|
|
9272
|
-
setattr(cls, "radiant system",
|
|
9273
|
-
PermissibleValue(text="radiant system"))
|
|
9274
|
-
setattr(cls, "heat pump",
|
|
9275
|
-
PermissibleValue(text="heat pump"))
|
|
9276
9297
|
setattr(cls, "forced air system",
|
|
9277
9298
|
PermissibleValue(text="forced air system"))
|
|
9299
|
+
setattr(cls, "heat pump",
|
|
9300
|
+
PermissibleValue(text="heat pump"))
|
|
9301
|
+
setattr(cls, "radiant system",
|
|
9302
|
+
PermissibleValue(text="radiant system"))
|
|
9278
9303
|
setattr(cls, "steam forced heat",
|
|
9279
9304
|
PermissibleValue(text="steam forced heat"))
|
|
9280
9305
|
setattr(cls, "wood stove",
|
|
9281
9306
|
PermissibleValue(text="wood stove"))
|
|
9282
9307
|
|
|
9283
|
-
class
|
|
9308
|
+
class HeatSysDelivMethEnum(EnumDefinitionImpl):
|
|
9284
9309
|
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
east = PermissibleValue(text="east")
|
|
9288
|
-
west = PermissibleValue(text="west")
|
|
9310
|
+
conductive = PermissibleValue(text="conductive")
|
|
9311
|
+
radiant = PermissibleValue(text="radiant")
|
|
9289
9312
|
|
|
9290
9313
|
_defn = EnumDefinition(
|
|
9291
|
-
name="
|
|
9314
|
+
name="HeatSysDelivMethEnum",
|
|
9292
9315
|
)
|
|
9293
9316
|
|
|
9294
|
-
class HostSexEnum(EnumDefinitionImpl):
|
|
9295
|
-
|
|
9296
|
-
female = PermissibleValue(text="female")
|
|
9297
|
-
hermaphrodite = PermissibleValue(text="hermaphrodite")
|
|
9298
|
-
male = PermissibleValue(text="male")
|
|
9299
|
-
transgender = PermissibleValue(text="transgender")
|
|
9300
|
-
undeclared = PermissibleValue(text="undeclared")
|
|
9301
|
-
|
|
9302
|
-
_defn = EnumDefinition(
|
|
9303
|
-
name="HostSexEnum",
|
|
9304
|
-
)
|
|
9305
|
-
|
|
9306
|
-
@classmethod
|
|
9307
|
-
def _addvals(cls):
|
|
9308
|
-
setattr(cls, "non-binary",
|
|
9309
|
-
PermissibleValue(text="non-binary"))
|
|
9310
|
-
setattr(cls, "transgender (female to male)",
|
|
9311
|
-
PermissibleValue(text="transgender (female to male)"))
|
|
9312
|
-
setattr(cls, "transgender (male to female)",
|
|
9313
|
-
PermissibleValue(text="transgender (male to female)"))
|
|
9314
|
-
|
|
9315
9317
|
class IndoorSpaceEnum(EnumDefinitionImpl):
|
|
9316
9318
|
|
|
9317
|
-
bedroom = PermissibleValue(text="bedroom")
|
|
9318
|
-
office = PermissibleValue(text="office")
|
|
9319
9319
|
bathroom = PermissibleValue(text="bathroom")
|
|
9320
|
+
bedroom = PermissibleValue(text="bedroom")
|
|
9321
|
+
elevator = PermissibleValue(text="elevator")
|
|
9320
9322
|
foyer = PermissibleValue(text="foyer")
|
|
9321
|
-
kitchen = PermissibleValue(text="kitchen")
|
|
9322
9323
|
hallway = PermissibleValue(text="hallway")
|
|
9323
|
-
|
|
9324
|
+
kitchen = PermissibleValue(text="kitchen")
|
|
9325
|
+
office = PermissibleValue(text="office")
|
|
9324
9326
|
|
|
9325
9327
|
_defn = EnumDefinition(
|
|
9326
9328
|
name="IndoorSpaceEnum",
|
|
@@ -9337,8 +9339,8 @@ class IndoorSurfEnum(EnumDefinitionImpl):
|
|
|
9337
9339
|
ceiling = PermissibleValue(text="ceiling")
|
|
9338
9340
|
door = PermissibleValue(text="door")
|
|
9339
9341
|
shelving = PermissibleValue(text="shelving")
|
|
9340
|
-
window = PermissibleValue(text="window")
|
|
9341
9342
|
wall = PermissibleValue(text="wall")
|
|
9343
|
+
window = PermissibleValue(text="window")
|
|
9342
9344
|
|
|
9343
9345
|
_defn = EnumDefinition(
|
|
9344
9346
|
name="IndoorSurfEnum",
|
|
@@ -9351,23 +9353,6 @@ class IndoorSurfEnum(EnumDefinitionImpl):
|
|
|
9351
9353
|
setattr(cls, "vent cover",
|
|
9352
9354
|
PermissibleValue(text="vent cover"))
|
|
9353
9355
|
|
|
9354
|
-
class IntWallCondEnum(EnumDefinitionImpl):
|
|
9355
|
-
|
|
9356
|
-
new = PermissibleValue(text="new")
|
|
9357
|
-
damaged = PermissibleValue(text="damaged")
|
|
9358
|
-
rupture = PermissibleValue(text="rupture")
|
|
9359
|
-
|
|
9360
|
-
_defn = EnumDefinition(
|
|
9361
|
-
name="IntWallCondEnum",
|
|
9362
|
-
)
|
|
9363
|
-
|
|
9364
|
-
@classmethod
|
|
9365
|
-
def _addvals(cls):
|
|
9366
|
-
setattr(cls, "visible wear",
|
|
9367
|
-
PermissibleValue(text="visible wear"))
|
|
9368
|
-
setattr(cls, "needs repair",
|
|
9369
|
-
PermissibleValue(text="needs repair"))
|
|
9370
|
-
|
|
9371
9356
|
class LightTypeEnum(EnumDefinitionImpl):
|
|
9372
9357
|
|
|
9373
9358
|
none = PermissibleValue(text="none")
|
|
@@ -9378,14 +9363,14 @@ class LightTypeEnum(EnumDefinitionImpl):
|
|
|
9378
9363
|
|
|
9379
9364
|
@classmethod
|
|
9380
9365
|
def _addvals(cls):
|
|
9381
|
-
setattr(cls, "natural light",
|
|
9382
|
-
PermissibleValue(text="natural light"))
|
|
9383
|
-
setattr(cls, "electric light",
|
|
9384
|
-
PermissibleValue(text="electric light"))
|
|
9385
9366
|
setattr(cls, "desk lamp",
|
|
9386
9367
|
PermissibleValue(text="desk lamp"))
|
|
9387
|
-
setattr(cls, "
|
|
9388
|
-
PermissibleValue(text="
|
|
9368
|
+
setattr(cls, "electric light",
|
|
9369
|
+
PermissibleValue(text="electric light"))
|
|
9370
|
+
setattr(cls, "fluorescent lights",
|
|
9371
|
+
PermissibleValue(text="fluorescent lights"))
|
|
9372
|
+
setattr(cls, "natural light",
|
|
9373
|
+
PermissibleValue(text="natural light"))
|
|
9389
9374
|
|
|
9390
9375
|
class LithologyEnum(EnumDefinitionImpl):
|
|
9391
9376
|
|
|
@@ -9409,20 +9394,33 @@ class LithologyEnum(EnumDefinitionImpl):
|
|
|
9409
9394
|
|
|
9410
9395
|
class MechStrucEnum(EnumDefinitionImpl):
|
|
9411
9396
|
|
|
9412
|
-
|
|
9413
|
-
|
|
9397
|
+
boat = PermissibleValue(text="boat")
|
|
9398
|
+
bus = PermissibleValue(text="bus")
|
|
9399
|
+
car = PermissibleValue(text="car")
|
|
9414
9400
|
carriage = PermissibleValue(text="carriage")
|
|
9401
|
+
coach = PermissibleValue(text="coach")
|
|
9415
9402
|
elevator = PermissibleValue(text="elevator")
|
|
9416
9403
|
escalator = PermissibleValue(text="escalator")
|
|
9417
|
-
|
|
9404
|
+
subway = PermissibleValue(text="subway")
|
|
9418
9405
|
train = PermissibleValue(text="train")
|
|
9419
|
-
car = PermissibleValue(text="car")
|
|
9420
|
-
bus = PermissibleValue(text="bus")
|
|
9421
9406
|
|
|
9422
9407
|
_defn = EnumDefinition(
|
|
9423
9408
|
name="MechStrucEnum",
|
|
9424
9409
|
)
|
|
9425
9410
|
|
|
9411
|
+
class MoldVisibilityEnum(EnumDefinitionImpl):
|
|
9412
|
+
|
|
9413
|
+
_defn = EnumDefinition(
|
|
9414
|
+
name="MoldVisibilityEnum",
|
|
9415
|
+
)
|
|
9416
|
+
|
|
9417
|
+
@classmethod
|
|
9418
|
+
def _addvals(cls):
|
|
9419
|
+
setattr(cls, "no presence of mold visible",
|
|
9420
|
+
PermissibleValue(text="no presence of mold visible"))
|
|
9421
|
+
setattr(cls, "presence of mold visible",
|
|
9422
|
+
PermissibleValue(text="presence of mold visible"))
|
|
9423
|
+
|
|
9426
9424
|
class OccupDocumentEnum(EnumDefinitionImpl):
|
|
9427
9425
|
|
|
9428
9426
|
estimate = PermissibleValue(text="estimate")
|
|
@@ -9439,16 +9437,6 @@ class OccupDocumentEnum(EnumDefinitionImpl):
|
|
|
9439
9437
|
setattr(cls, "manual count",
|
|
9440
9438
|
PermissibleValue(text="manual count"))
|
|
9441
9439
|
|
|
9442
|
-
class OrganismCountEnum(EnumDefinitionImpl):
|
|
9443
|
-
|
|
9444
|
-
ATP = PermissibleValue(text="ATP")
|
|
9445
|
-
MPN = PermissibleValue(text="MPN")
|
|
9446
|
-
other = PermissibleValue(text="other")
|
|
9447
|
-
|
|
9448
|
-
_defn = EnumDefinition(
|
|
9449
|
-
name="OrganismCountEnum",
|
|
9450
|
-
)
|
|
9451
|
-
|
|
9452
9440
|
class OxyStatSampEnum(EnumDefinitionImpl):
|
|
9453
9441
|
|
|
9454
9442
|
aerobic = PermissibleValue(text="aerobic")
|
|
@@ -9459,34 +9447,12 @@ class OxyStatSampEnum(EnumDefinitionImpl):
|
|
|
9459
9447
|
name="OxyStatSampEnum",
|
|
9460
9448
|
)
|
|
9461
9449
|
|
|
9462
|
-
class PlantGrowthMedEnum(EnumDefinitionImpl):
|
|
9463
|
-
|
|
9464
|
-
perlite = PermissibleValue(text="perlite")
|
|
9465
|
-
pumice = PermissibleValue(text="pumice")
|
|
9466
|
-
sand = PermissibleValue(text="sand")
|
|
9467
|
-
soil = PermissibleValue(text="soil")
|
|
9468
|
-
vermiculite = PermissibleValue(text="vermiculite")
|
|
9469
|
-
water = PermissibleValue(text="water")
|
|
9470
|
-
|
|
9471
|
-
_defn = EnumDefinition(
|
|
9472
|
-
name="PlantGrowthMedEnum",
|
|
9473
|
-
)
|
|
9474
|
-
|
|
9475
|
-
@classmethod
|
|
9476
|
-
def _addvals(cls):
|
|
9477
|
-
setattr(cls, "other artificial liquid medium",
|
|
9478
|
-
PermissibleValue(text="other artificial liquid medium"))
|
|
9479
|
-
setattr(cls, "other artificial solid medium",
|
|
9480
|
-
PermissibleValue(text="other artificial solid medium"))
|
|
9481
|
-
setattr(cls, "peat moss",
|
|
9482
|
-
PermissibleValue(text="peat moss"))
|
|
9483
|
-
|
|
9484
9450
|
class PlantSexEnum(EnumDefinitionImpl):
|
|
9485
9451
|
|
|
9486
9452
|
Androdioecious = PermissibleValue(text="Androdioecious")
|
|
9487
9453
|
Androecious = PermissibleValue(text="Androecious")
|
|
9488
|
-
Androgynous = PermissibleValue(text="Androgynous")
|
|
9489
9454
|
Androgynomonoecious = PermissibleValue(text="Androgynomonoecious")
|
|
9455
|
+
Androgynous = PermissibleValue(text="Androgynous")
|
|
9490
9456
|
Andromonoecious = PermissibleValue(text="Andromonoecious")
|
|
9491
9457
|
Bisexual = PermissibleValue(text="Bisexual")
|
|
9492
9458
|
Dichogamous = PermissibleValue(text="Dichogamous")
|
|
@@ -9519,10 +9485,10 @@ class PlantSexEnum(EnumDefinitionImpl):
|
|
|
9519
9485
|
|
|
9520
9486
|
class ProfilePositionEnum(EnumDefinitionImpl):
|
|
9521
9487
|
|
|
9522
|
-
summit = PermissibleValue(text="summit")
|
|
9523
|
-
shoulder = PermissibleValue(text="shoulder")
|
|
9524
9488
|
backslope = PermissibleValue(text="backslope")
|
|
9525
9489
|
footslope = PermissibleValue(text="footslope")
|
|
9490
|
+
shoulder = PermissibleValue(text="shoulder")
|
|
9491
|
+
summit = PermissibleValue(text="summit")
|
|
9526
9492
|
toeslope = PermissibleValue(text="toeslope")
|
|
9527
9493
|
|
|
9528
9494
|
_defn = EnumDefinition(
|
|
@@ -9537,14 +9503,14 @@ class QuadPosEnum(EnumDefinitionImpl):
|
|
|
9537
9503
|
|
|
9538
9504
|
@classmethod
|
|
9539
9505
|
def _addvals(cls):
|
|
9506
|
+
setattr(cls, "East side",
|
|
9507
|
+
PermissibleValue(text="East side"))
|
|
9540
9508
|
setattr(cls, "North side",
|
|
9541
9509
|
PermissibleValue(text="North side"))
|
|
9542
|
-
setattr(cls, "West side",
|
|
9543
|
-
PermissibleValue(text="West side"))
|
|
9544
9510
|
setattr(cls, "South side",
|
|
9545
9511
|
PermissibleValue(text="South side"))
|
|
9546
|
-
setattr(cls, "
|
|
9547
|
-
PermissibleValue(text="
|
|
9512
|
+
setattr(cls, "West side",
|
|
9513
|
+
PermissibleValue(text="West side"))
|
|
9548
9514
|
|
|
9549
9515
|
class RelSampLocEnum(EnumDefinitionImpl):
|
|
9550
9516
|
|
|
@@ -9554,17 +9520,17 @@ class RelSampLocEnum(EnumDefinitionImpl):
|
|
|
9554
9520
|
|
|
9555
9521
|
@classmethod
|
|
9556
9522
|
def _addvals(cls):
|
|
9557
|
-
setattr(cls, "edge of car",
|
|
9558
|
-
PermissibleValue(text="edge of car"))
|
|
9559
9523
|
setattr(cls, "center of car",
|
|
9560
9524
|
PermissibleValue(text="center of car"))
|
|
9525
|
+
setattr(cls, "edge of car",
|
|
9526
|
+
PermissibleValue(text="edge of car"))
|
|
9561
9527
|
setattr(cls, "under a seat",
|
|
9562
9528
|
PermissibleValue(text="under a seat"))
|
|
9563
9529
|
|
|
9564
9530
|
class RoomCondtEnum(EnumDefinitionImpl):
|
|
9565
9531
|
|
|
9566
|
-
new = PermissibleValue(text="new")
|
|
9567
9532
|
damaged = PermissibleValue(text="damaged")
|
|
9533
|
+
new = PermissibleValue(text="new")
|
|
9568
9534
|
rupture = PermissibleValue(text="rupture")
|
|
9569
9535
|
|
|
9570
9536
|
_defn = EnumDefinition(
|
|
@@ -9573,12 +9539,12 @@ class RoomCondtEnum(EnumDefinitionImpl):
|
|
|
9573
9539
|
|
|
9574
9540
|
@classmethod
|
|
9575
9541
|
def _addvals(cls):
|
|
9576
|
-
setattr(cls, "visible wear",
|
|
9577
|
-
PermissibleValue(text="visible wear"))
|
|
9578
9542
|
setattr(cls, "needs repair",
|
|
9579
9543
|
PermissibleValue(text="needs repair"))
|
|
9580
9544
|
setattr(cls, "visible signs of mold/mildew",
|
|
9581
9545
|
PermissibleValue(text="visible signs of mold/mildew"))
|
|
9546
|
+
setattr(cls, "visible wear",
|
|
9547
|
+
PermissibleValue(text="visible wear"))
|
|
9582
9548
|
|
|
9583
9549
|
class RoomConnectedEnum(EnumDefinitionImpl):
|
|
9584
9550
|
|
|
@@ -9614,10 +9580,10 @@ class RoomLocEnum(EnumDefinitionImpl):
|
|
|
9614
9580
|
def _addvals(cls):
|
|
9615
9581
|
setattr(cls, "corner room",
|
|
9616
9582
|
PermissibleValue(text="corner room"))
|
|
9617
|
-
setattr(cls, "interior room",
|
|
9618
|
-
PermissibleValue(text="interior room"))
|
|
9619
9583
|
setattr(cls, "exterior wall",
|
|
9620
9584
|
PermissibleValue(text="exterior wall"))
|
|
9585
|
+
setattr(cls, "interior room",
|
|
9586
|
+
PermissibleValue(text="interior room"))
|
|
9621
9587
|
|
|
9622
9588
|
class RoomSampPosEnum(EnumDefinitionImpl):
|
|
9623
9589
|
|
|
@@ -9629,65 +9595,22 @@ class RoomSampPosEnum(EnumDefinitionImpl):
|
|
|
9629
9595
|
|
|
9630
9596
|
@classmethod
|
|
9631
9597
|
def _addvals(cls):
|
|
9632
|
-
setattr(cls, "north corner",
|
|
9633
|
-
PermissibleValue(text="north corner"))
|
|
9634
|
-
setattr(cls, "south corner",
|
|
9635
|
-
PermissibleValue(text="south corner"))
|
|
9636
|
-
setattr(cls, "west corner",
|
|
9637
|
-
PermissibleValue(text="west corner"))
|
|
9638
9598
|
setattr(cls, "east corner",
|
|
9639
9599
|
PermissibleValue(text="east corner"))
|
|
9600
|
+
setattr(cls, "north corner",
|
|
9601
|
+
PermissibleValue(text="north corner"))
|
|
9640
9602
|
setattr(cls, "northeast corner",
|
|
9641
9603
|
PermissibleValue(text="northeast corner"))
|
|
9642
9604
|
setattr(cls, "northwest corner",
|
|
9643
9605
|
PermissibleValue(text="northwest corner"))
|
|
9606
|
+
setattr(cls, "south corner",
|
|
9607
|
+
PermissibleValue(text="south corner"))
|
|
9644
9608
|
setattr(cls, "southeast corner",
|
|
9645
9609
|
PermissibleValue(text="southeast corner"))
|
|
9646
9610
|
setattr(cls, "southwest corner",
|
|
9647
9611
|
PermissibleValue(text="southwest corner"))
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
attic = PermissibleValue(text="attic")
|
|
9652
|
-
bathroom = PermissibleValue(text="bathroom")
|
|
9653
|
-
closet = PermissibleValue(text="closet")
|
|
9654
|
-
elevator = PermissibleValue(text="elevator")
|
|
9655
|
-
hallway = PermissibleValue(text="hallway")
|
|
9656
|
-
kitchen = PermissibleValue(text="kitchen")
|
|
9657
|
-
stairwell = PermissibleValue(text="stairwell")
|
|
9658
|
-
lobby = PermissibleValue(text="lobby")
|
|
9659
|
-
vestibule = PermissibleValue(text="vestibule")
|
|
9660
|
-
laboratory_wet = PermissibleValue(text="laboratory_wet")
|
|
9661
|
-
laboratory_dry = PermissibleValue(text="laboratory_dry")
|
|
9662
|
-
gymnasium = PermissibleValue(text="gymnasium")
|
|
9663
|
-
natatorium = PermissibleValue(text="natatorium")
|
|
9664
|
-
auditorium = PermissibleValue(text="auditorium")
|
|
9665
|
-
lockers = PermissibleValue(text="lockers")
|
|
9666
|
-
cafe = PermissibleValue(text="cafe")
|
|
9667
|
-
warehouse = PermissibleValue(text="warehouse")
|
|
9668
|
-
|
|
9669
|
-
_defn = EnumDefinition(
|
|
9670
|
-
name="RoomTypeEnum",
|
|
9671
|
-
)
|
|
9672
|
-
|
|
9673
|
-
@classmethod
|
|
9674
|
-
def _addvals(cls):
|
|
9675
|
-
setattr(cls, "conference room",
|
|
9676
|
-
PermissibleValue(text="conference room"))
|
|
9677
|
-
setattr(cls, "examining room",
|
|
9678
|
-
PermissibleValue(text="examining room"))
|
|
9679
|
-
setattr(cls, "mail room",
|
|
9680
|
-
PermissibleValue(text="mail room"))
|
|
9681
|
-
setattr(cls, "private office",
|
|
9682
|
-
PermissibleValue(text="private office"))
|
|
9683
|
-
setattr(cls, "open office",
|
|
9684
|
-
PermissibleValue(text="open office"))
|
|
9685
|
-
setattr(cls, ",restroom",
|
|
9686
|
-
PermissibleValue(text=",restroom"))
|
|
9687
|
-
setattr(cls, "mechanical or electrical room",
|
|
9688
|
-
PermissibleValue(text="mechanical or electrical room"))
|
|
9689
|
-
setattr(cls, "data center",
|
|
9690
|
-
PermissibleValue(text="data center"))
|
|
9612
|
+
setattr(cls, "west corner",
|
|
9613
|
+
PermissibleValue(text="west corner"))
|
|
9691
9614
|
|
|
9692
9615
|
class SampCaptStatusEnum(EnumDefinitionImpl):
|
|
9693
9616
|
|
|
@@ -9710,10 +9633,10 @@ class SampCaptStatusEnum(EnumDefinitionImpl):
|
|
|
9710
9633
|
|
|
9711
9634
|
class SampCollectPointEnum(EnumDefinitionImpl):
|
|
9712
9635
|
|
|
9636
|
+
other = PermissibleValue(text="other")
|
|
9637
|
+
separator = PermissibleValue(text="separator")
|
|
9713
9638
|
well = PermissibleValue(text="well")
|
|
9714
9639
|
wellhead = PermissibleValue(text="wellhead")
|
|
9715
|
-
separator = PermissibleValue(text="separator")
|
|
9716
|
-
other = PermissibleValue(text="other")
|
|
9717
9640
|
|
|
9718
9641
|
_defn = EnumDefinition(
|
|
9719
9642
|
name="SampCollectPointEnum",
|
|
@@ -9721,20 +9644,20 @@ class SampCollectPointEnum(EnumDefinitionImpl):
|
|
|
9721
9644
|
|
|
9722
9645
|
@classmethod
|
|
9723
9646
|
def _addvals(cls):
|
|
9724
|
-
setattr(cls, "test well",
|
|
9725
|
-
PermissibleValue(text="test well"))
|
|
9726
9647
|
setattr(cls, "drilling rig",
|
|
9727
9648
|
PermissibleValue(text="drilling rig"))
|
|
9728
9649
|
setattr(cls, "storage tank",
|
|
9729
9650
|
PermissibleValue(text="storage tank"))
|
|
9651
|
+
setattr(cls, "test well",
|
|
9652
|
+
PermissibleValue(text="test well"))
|
|
9730
9653
|
|
|
9731
9654
|
class SampDisStageEnum(EnumDefinitionImpl):
|
|
9732
9655
|
|
|
9733
9656
|
dissemination = PermissibleValue(text="dissemination")
|
|
9734
9657
|
infection = PermissibleValue(text="infection")
|
|
9735
9658
|
inoculation = PermissibleValue(text="inoculation")
|
|
9736
|
-
penetration = PermissibleValue(text="penetration")
|
|
9737
9659
|
other = PermissibleValue(text="other")
|
|
9660
|
+
penetration = PermissibleValue(text="penetration")
|
|
9738
9661
|
|
|
9739
9662
|
_defn = EnumDefinition(
|
|
9740
9663
|
name="SampDisStageEnum",
|
|
@@ -9745,34 +9668,6 @@ class SampDisStageEnum(EnumDefinitionImpl):
|
|
|
9745
9668
|
setattr(cls, "growth and reproduction",
|
|
9746
9669
|
PermissibleValue(text="growth and reproduction"))
|
|
9747
9670
|
|
|
9748
|
-
class SampFloorEnum(EnumDefinitionImpl):
|
|
9749
|
-
|
|
9750
|
-
basement = PermissibleValue(text="basement")
|
|
9751
|
-
lobby = PermissibleValue(text="lobby")
|
|
9752
|
-
|
|
9753
|
-
_defn = EnumDefinition(
|
|
9754
|
-
name="SampFloorEnum",
|
|
9755
|
-
)
|
|
9756
|
-
|
|
9757
|
-
@classmethod
|
|
9758
|
-
def _addvals(cls):
|
|
9759
|
-
setattr(cls, "1st floor",
|
|
9760
|
-
PermissibleValue(text="1st floor"))
|
|
9761
|
-
setattr(cls, "2nd floor",
|
|
9762
|
-
PermissibleValue(text="2nd floor"))
|
|
9763
|
-
|
|
9764
|
-
class SampMdEnum(EnumDefinitionImpl):
|
|
9765
|
-
|
|
9766
|
-
DF = PermissibleValue(text="DF")
|
|
9767
|
-
RT = PermissibleValue(text="RT")
|
|
9768
|
-
KB = PermissibleValue(text="KB")
|
|
9769
|
-
MSL = PermissibleValue(text="MSL")
|
|
9770
|
-
other = PermissibleValue(text="other")
|
|
9771
|
-
|
|
9772
|
-
_defn = EnumDefinition(
|
|
9773
|
-
name="SampMdEnum",
|
|
9774
|
-
)
|
|
9775
|
-
|
|
9776
9671
|
class SampSubtypeEnum(EnumDefinitionImpl):
|
|
9777
9672
|
|
|
9778
9673
|
biofilm = PermissibleValue(text="biofilm")
|
|
@@ -9784,12 +9679,12 @@ class SampSubtypeEnum(EnumDefinitionImpl):
|
|
|
9784
9679
|
|
|
9785
9680
|
@classmethod
|
|
9786
9681
|
def _addvals(cls):
|
|
9682
|
+
setattr(cls, "not applicable",
|
|
9683
|
+
PermissibleValue(text="not applicable"))
|
|
9787
9684
|
setattr(cls, "oil phase",
|
|
9788
9685
|
PermissibleValue(text="oil phase"))
|
|
9789
9686
|
setattr(cls, "water phase",
|
|
9790
9687
|
PermissibleValue(text="water phase"))
|
|
9791
|
-
setattr(cls, "not applicable",
|
|
9792
|
-
PermissibleValue(text="not applicable"))
|
|
9793
9688
|
|
|
9794
9689
|
class SampWeatherEnum(EnumDefinitionImpl):
|
|
9795
9690
|
|
|
@@ -9797,8 +9692,8 @@ class SampWeatherEnum(EnumDefinitionImpl):
|
|
|
9797
9692
|
foggy = PermissibleValue(text="foggy")
|
|
9798
9693
|
hail = PermissibleValue(text="hail")
|
|
9799
9694
|
rain = PermissibleValue(text="rain")
|
|
9800
|
-
snow = PermissibleValue(text="snow")
|
|
9801
9695
|
sleet = PermissibleValue(text="sleet")
|
|
9696
|
+
snow = PermissibleValue(text="snow")
|
|
9802
9697
|
sunny = PermissibleValue(text="sunny")
|
|
9803
9698
|
windy = PermissibleValue(text="windy")
|
|
9804
9699
|
|
|
@@ -9811,11 +9706,36 @@ class SampWeatherEnum(EnumDefinitionImpl):
|
|
|
9811
9706
|
setattr(cls, "clear sky",
|
|
9812
9707
|
PermissibleValue(text="clear sky"))
|
|
9813
9708
|
|
|
9709
|
+
class SeasonEnum(EnumDefinitionImpl):
|
|
9710
|
+
|
|
9711
|
+
_defn = EnumDefinition(
|
|
9712
|
+
name="SeasonEnum",
|
|
9713
|
+
)
|
|
9714
|
+
|
|
9715
|
+
@classmethod
|
|
9716
|
+
def _addvals(cls):
|
|
9717
|
+
setattr(cls, "autumn [NCIT:C94733]",
|
|
9718
|
+
PermissibleValue(
|
|
9719
|
+
text="autumn [NCIT:C94733]",
|
|
9720
|
+
meaning=NCIT["C94733"]))
|
|
9721
|
+
setattr(cls, "spring [NCIT:C94731]",
|
|
9722
|
+
PermissibleValue(
|
|
9723
|
+
text="spring [NCIT:C94731]",
|
|
9724
|
+
meaning=NCIT["C94731"]))
|
|
9725
|
+
setattr(cls, "summer [NCIT:C94732]",
|
|
9726
|
+
PermissibleValue(
|
|
9727
|
+
text="summer [NCIT:C94732]",
|
|
9728
|
+
meaning=NCIT["C94732"]))
|
|
9729
|
+
setattr(cls, "winter [NCIT:C94730]",
|
|
9730
|
+
PermissibleValue(
|
|
9731
|
+
text="winter [NCIT:C94730]",
|
|
9732
|
+
meaning=NCIT["C94730"]))
|
|
9733
|
+
|
|
9814
9734
|
class SeasonUseEnum(EnumDefinitionImpl):
|
|
9815
9735
|
|
|
9736
|
+
Fall = PermissibleValue(text="Fall")
|
|
9816
9737
|
Spring = PermissibleValue(text="Spring")
|
|
9817
9738
|
Summer = PermissibleValue(text="Summer")
|
|
9818
|
-
Fall = PermissibleValue(text="Fall")
|
|
9819
9739
|
Winter = PermissibleValue(text="Winter")
|
|
9820
9740
|
|
|
9821
9741
|
_defn = EnumDefinition(
|
|
@@ -9833,22 +9753,27 @@ class SedimentTypeEnum(EnumDefinitionImpl):
|
|
|
9833
9753
|
name="SedimentTypeEnum",
|
|
9834
9754
|
)
|
|
9835
9755
|
|
|
9836
|
-
class
|
|
9756
|
+
class SeqQualityCheckEnum(EnumDefinitionImpl):
|
|
9837
9757
|
|
|
9838
|
-
|
|
9839
|
-
new = PermissibleValue(text="new")
|
|
9840
|
-
rupture = PermissibleValue(text="rupture")
|
|
9758
|
+
none = PermissibleValue(text="none")
|
|
9841
9759
|
|
|
9842
9760
|
_defn = EnumDefinition(
|
|
9843
|
-
name="
|
|
9761
|
+
name="SeqQualityCheckEnum",
|
|
9844
9762
|
)
|
|
9845
9763
|
|
|
9846
9764
|
@classmethod
|
|
9847
9765
|
def _addvals(cls):
|
|
9848
|
-
setattr(cls, "
|
|
9849
|
-
PermissibleValue(text="
|
|
9850
|
-
|
|
9851
|
-
|
|
9766
|
+
setattr(cls, "manually edited",
|
|
9767
|
+
PermissibleValue(text="manually edited"))
|
|
9768
|
+
|
|
9769
|
+
class ShadingDeviceLocEnum(EnumDefinitionImpl):
|
|
9770
|
+
|
|
9771
|
+
exterior = PermissibleValue(text="exterior")
|
|
9772
|
+
interior = PermissibleValue(text="interior")
|
|
9773
|
+
|
|
9774
|
+
_defn = EnumDefinition(
|
|
9775
|
+
name="ShadingDeviceLocEnum",
|
|
9776
|
+
)
|
|
9852
9777
|
|
|
9853
9778
|
class ShadingDeviceTypeEnum(EnumDefinitionImpl):
|
|
9854
9779
|
|
|
@@ -9884,7 +9809,9 @@ class ShadingDeviceTypeEnum(EnumDefinitionImpl):
|
|
|
9884
9809
|
|
|
9885
9810
|
class SoilHorizonEnum(EnumDefinitionImpl):
|
|
9886
9811
|
|
|
9887
|
-
Permafrost = PermissibleValue(
|
|
9812
|
+
Permafrost = PermissibleValue(
|
|
9813
|
+
text="Permafrost",
|
|
9814
|
+
description="Soil that continuously remains below 0 °C (32 °F) for two years or more.")
|
|
9888
9815
|
|
|
9889
9816
|
_defn = EnumDefinition(
|
|
9890
9817
|
name="SoilHorizonEnum",
|
|
@@ -9892,27 +9819,53 @@ class SoilHorizonEnum(EnumDefinitionImpl):
|
|
|
9892
9819
|
|
|
9893
9820
|
@classmethod
|
|
9894
9821
|
def _addvals(cls):
|
|
9895
|
-
setattr(cls, "O horizon",
|
|
9896
|
-
PermissibleValue(text="O horizon"))
|
|
9897
9822
|
setattr(cls, "A horizon",
|
|
9898
|
-
PermissibleValue(
|
|
9899
|
-
|
|
9900
|
-
|
|
9823
|
+
PermissibleValue(
|
|
9824
|
+
text="A horizon",
|
|
9825
|
+
description="""The surface horizon, also called topsoil. It has a defined soil structure, and is mostly made up of humus (decayed organic matter)."""))
|
|
9901
9826
|
setattr(cls, "B horizon",
|
|
9902
|
-
PermissibleValue(
|
|
9827
|
+
PermissibleValue(
|
|
9828
|
+
text="B horizon",
|
|
9829
|
+
description="""Also known as the subsoil. It is greatly composed of material illuviated (washed in from) layers above it. It is typically denser than the A horizon and has a clayey texture."""))
|
|
9903
9830
|
setattr(cls, "C horizon",
|
|
9904
|
-
PermissibleValue(
|
|
9831
|
+
PermissibleValue(
|
|
9832
|
+
text="C horizon",
|
|
9833
|
+
description="""Also known as the substratum is unconsolidated material deepest in the pit and closest to the bedrock."""))
|
|
9834
|
+
setattr(cls, "E horizon",
|
|
9835
|
+
PermissibleValue(
|
|
9836
|
+
text="E horizon",
|
|
9837
|
+
description="""Used to refer to subsurface horizons that have undergone a significant loss of minerals, also known as Eluviation (or leaching)."""))
|
|
9838
|
+
setattr(cls, "O horizon",
|
|
9839
|
+
PermissibleValue(
|
|
9840
|
+
text="O horizon",
|
|
9841
|
+
description="""The organic horizon. Typically at the top of the soil structure and is made up of mostly organic matter.""",
|
|
9842
|
+
meaning=ENVO["03600018"]))
|
|
9905
9843
|
setattr(cls, "R layer",
|
|
9906
|
-
PermissibleValue(
|
|
9844
|
+
PermissibleValue(
|
|
9845
|
+
text="R layer",
|
|
9846
|
+
description="""Hard bedrock, which is usually the lowest layer. It is characterized by tightly bound and unbreakable materials."""))
|
|
9907
9847
|
setattr(cls, "M horizon",
|
|
9908
9848
|
PermissibleValue(text="M horizon"))
|
|
9909
9849
|
|
|
9850
|
+
class SpaceTypStateEnum(EnumDefinitionImpl):
|
|
9851
|
+
|
|
9852
|
+
_defn = EnumDefinition(
|
|
9853
|
+
name="SpaceTypStateEnum",
|
|
9854
|
+
)
|
|
9855
|
+
|
|
9856
|
+
@classmethod
|
|
9857
|
+
def _addvals(cls):
|
|
9858
|
+
setattr(cls, "typically occupied",
|
|
9859
|
+
PermissibleValue(text="typically occupied"))
|
|
9860
|
+
setattr(cls, "typically unoccupied",
|
|
9861
|
+
PermissibleValue(text="typically unoccupied"))
|
|
9862
|
+
|
|
9910
9863
|
class SpecificEnum(EnumDefinitionImpl):
|
|
9911
9864
|
|
|
9912
|
-
operation = PermissibleValue(text="operation")
|
|
9913
|
-
construction = PermissibleValue(text="construction")
|
|
9914
9865
|
bid = PermissibleValue(text="bid")
|
|
9866
|
+
construction = PermissibleValue(text="construction")
|
|
9915
9867
|
design = PermissibleValue(text="design")
|
|
9868
|
+
operation = PermissibleValue(text="operation")
|
|
9916
9869
|
photos = PermissibleValue(text="photos")
|
|
9917
9870
|
|
|
9918
9871
|
_defn = EnumDefinition(
|
|
@@ -9926,9 +9879,9 @@ class SpecificEnum(EnumDefinitionImpl):
|
|
|
9926
9879
|
|
|
9927
9880
|
class SrDepEnvEnum(EnumDefinitionImpl):
|
|
9928
9881
|
|
|
9929
|
-
Lacustine = PermissibleValue(text="Lacustine")
|
|
9930
9882
|
Fluvioldeltaic = PermissibleValue(text="Fluvioldeltaic")
|
|
9931
9883
|
Fluviomarine = PermissibleValue(text="Fluviomarine")
|
|
9884
|
+
Lacustine = PermissibleValue(text="Lacustine")
|
|
9932
9885
|
Marine = PermissibleValue(text="Marine")
|
|
9933
9886
|
other = PermissibleValue(text="other")
|
|
9934
9887
|
|
|
@@ -9936,31 +9889,6 @@ class SrDepEnvEnum(EnumDefinitionImpl):
|
|
|
9936
9889
|
name="SrDepEnvEnum",
|
|
9937
9890
|
)
|
|
9938
9891
|
|
|
9939
|
-
class SrGeolAgeEnum(EnumDefinitionImpl):
|
|
9940
|
-
|
|
9941
|
-
Archean = PermissibleValue(text="Archean")
|
|
9942
|
-
Cambrian = PermissibleValue(text="Cambrian")
|
|
9943
|
-
Carboniferous = PermissibleValue(text="Carboniferous")
|
|
9944
|
-
Cenozoic = PermissibleValue(text="Cenozoic")
|
|
9945
|
-
Cretaceous = PermissibleValue(text="Cretaceous")
|
|
9946
|
-
Devonian = PermissibleValue(text="Devonian")
|
|
9947
|
-
Jurassic = PermissibleValue(text="Jurassic")
|
|
9948
|
-
Mesozoic = PermissibleValue(text="Mesozoic")
|
|
9949
|
-
Neogene = PermissibleValue(text="Neogene")
|
|
9950
|
-
Ordovician = PermissibleValue(text="Ordovician")
|
|
9951
|
-
Paleogene = PermissibleValue(text="Paleogene")
|
|
9952
|
-
Paleozoic = PermissibleValue(text="Paleozoic")
|
|
9953
|
-
Permian = PermissibleValue(text="Permian")
|
|
9954
|
-
Precambrian = PermissibleValue(text="Precambrian")
|
|
9955
|
-
Proterozoic = PermissibleValue(text="Proterozoic")
|
|
9956
|
-
Silurian = PermissibleValue(text="Silurian")
|
|
9957
|
-
Triassic = PermissibleValue(text="Triassic")
|
|
9958
|
-
other = PermissibleValue(text="other")
|
|
9959
|
-
|
|
9960
|
-
_defn = EnumDefinition(
|
|
9961
|
-
name="SrGeolAgeEnum",
|
|
9962
|
-
)
|
|
9963
|
-
|
|
9964
9892
|
class SrKerogTypeEnum(EnumDefinitionImpl):
|
|
9965
9893
|
|
|
9966
9894
|
other = PermissibleValue(text="other")
|
|
@@ -9982,10 +9910,10 @@ class SrKerogTypeEnum(EnumDefinitionImpl):
|
|
|
9982
9910
|
|
|
9983
9911
|
class SrLithologyEnum(EnumDefinitionImpl):
|
|
9984
9912
|
|
|
9985
|
-
|
|
9913
|
+
Biosilicieous = PermissibleValue(text="Biosilicieous")
|
|
9986
9914
|
Carbonate = PermissibleValue(text="Carbonate")
|
|
9915
|
+
Clastic = PermissibleValue(text="Clastic")
|
|
9987
9916
|
Coal = PermissibleValue(text="Coal")
|
|
9988
|
-
Biosilicieous = PermissibleValue(text="Biosilicieous")
|
|
9989
9917
|
other = PermissibleValue(text="other")
|
|
9990
9918
|
|
|
9991
9919
|
_defn = EnumDefinition(
|
|
@@ -9994,8 +9922,8 @@ class SrLithologyEnum(EnumDefinitionImpl):
|
|
|
9994
9922
|
|
|
9995
9923
|
class SubstructureTypeEnum(EnumDefinitionImpl):
|
|
9996
9924
|
|
|
9997
|
-
crawlspace = PermissibleValue(text="crawlspace")
|
|
9998
9925
|
basement = PermissibleValue(text="basement")
|
|
9926
|
+
crawlspace = PermissibleValue(text="crawlspace")
|
|
9999
9927
|
|
|
10000
9928
|
_defn = EnumDefinition(
|
|
10001
9929
|
name="SubstructureTypeEnum",
|
|
@@ -10008,10 +9936,10 @@ class SubstructureTypeEnum(EnumDefinitionImpl):
|
|
|
10008
9936
|
|
|
10009
9937
|
class SurfAirContEnum(EnumDefinitionImpl):
|
|
10010
9938
|
|
|
9939
|
+
biocides = PermissibleValue(text="biocides")
|
|
10011
9940
|
dust = PermissibleValue(text="dust")
|
|
10012
|
-
radon = PermissibleValue(text="radon")
|
|
10013
9941
|
nutrients = PermissibleValue(text="nutrients")
|
|
10014
|
-
|
|
9942
|
+
radon = PermissibleValue(text="radon")
|
|
10015
9943
|
|
|
10016
9944
|
_defn = EnumDefinition(
|
|
10017
9945
|
name="SurfAirContEnum",
|
|
@@ -10019,14 +9947,14 @@ class SurfAirContEnum(EnumDefinitionImpl):
|
|
|
10019
9947
|
|
|
10020
9948
|
@classmethod
|
|
10021
9949
|
def _addvals(cls):
|
|
9950
|
+
setattr(cls, "biological contaminants",
|
|
9951
|
+
PermissibleValue(text="biological contaminants"))
|
|
10022
9952
|
setattr(cls, "organic matter",
|
|
10023
9953
|
PermissibleValue(text="organic matter"))
|
|
10024
9954
|
setattr(cls, "particulate matter",
|
|
10025
9955
|
PermissibleValue(text="particulate matter"))
|
|
10026
9956
|
setattr(cls, "volatile organic compounds",
|
|
10027
9957
|
PermissibleValue(text="volatile organic compounds"))
|
|
10028
|
-
setattr(cls, "biological contaminants",
|
|
10029
|
-
PermissibleValue(text="biological contaminants"))
|
|
10030
9958
|
|
|
10031
9959
|
class SurfMaterialEnum(EnumDefinitionImpl):
|
|
10032
9960
|
|
|
@@ -10064,21 +9992,21 @@ class TidalStageEnum(EnumDefinitionImpl):
|
|
|
10064
9992
|
|
|
10065
9993
|
@classmethod
|
|
10066
9994
|
def _addvals(cls):
|
|
10067
|
-
setattr(cls, "low tide",
|
|
10068
|
-
PermissibleValue(text="low tide"))
|
|
10069
9995
|
setattr(cls, "ebb tide",
|
|
10070
9996
|
PermissibleValue(text="ebb tide"))
|
|
10071
9997
|
setattr(cls, "flood tide",
|
|
10072
9998
|
PermissibleValue(text="flood tide"))
|
|
10073
9999
|
setattr(cls, "high tide",
|
|
10074
10000
|
PermissibleValue(text="high tide"))
|
|
10001
|
+
setattr(cls, "low tide",
|
|
10002
|
+
PermissibleValue(text="low tide"))
|
|
10075
10003
|
|
|
10076
10004
|
class TillageEnum(EnumDefinitionImpl):
|
|
10077
10005
|
|
|
10078
|
-
drill = PermissibleValue(text="drill")
|
|
10079
10006
|
chisel = PermissibleValue(text="chisel")
|
|
10080
|
-
|
|
10007
|
+
drill = PermissibleValue(text="drill")
|
|
10081
10008
|
mouldboard = PermissibleValue(text="mouldboard")
|
|
10009
|
+
tined = PermissibleValue(text="tined")
|
|
10082
10010
|
|
|
10083
10011
|
_defn = EnumDefinition(
|
|
10084
10012
|
name="TillageEnum",
|
|
@@ -10088,20 +10016,20 @@ class TillageEnum(EnumDefinitionImpl):
|
|
|
10088
10016
|
def _addvals(cls):
|
|
10089
10017
|
setattr(cls, "cutting disc",
|
|
10090
10018
|
PermissibleValue(text="cutting disc"))
|
|
10019
|
+
setattr(cls, "disc plough",
|
|
10020
|
+
PermissibleValue(text="disc plough"))
|
|
10091
10021
|
setattr(cls, "ridge till",
|
|
10092
10022
|
PermissibleValue(text="ridge till"))
|
|
10093
10023
|
setattr(cls, "strip tillage",
|
|
10094
10024
|
PermissibleValue(text="strip tillage"))
|
|
10095
10025
|
setattr(cls, "zonal tillage",
|
|
10096
10026
|
PermissibleValue(text="zonal tillage"))
|
|
10097
|
-
setattr(cls, "disc plough",
|
|
10098
|
-
PermissibleValue(text="disc plough"))
|
|
10099
10027
|
|
|
10100
10028
|
class TrainLineEnum(EnumDefinitionImpl):
|
|
10101
10029
|
|
|
10102
|
-
red = PermissibleValue(text="red")
|
|
10103
10030
|
green = PermissibleValue(text="green")
|
|
10104
10031
|
orange = PermissibleValue(text="orange")
|
|
10032
|
+
red = PermissibleValue(text="red")
|
|
10105
10033
|
|
|
10106
10034
|
_defn = EnumDefinition(
|
|
10107
10035
|
name="TrainLineEnum",
|
|
@@ -10117,45 +10045,25 @@ class TrainStatLocEnum(EnumDefinitionImpl):
|
|
|
10117
10045
|
|
|
10118
10046
|
@classmethod
|
|
10119
10047
|
def _addvals(cls):
|
|
10048
|
+
setattr(cls, "forest hills",
|
|
10049
|
+
PermissibleValue(text="forest hills"))
|
|
10120
10050
|
setattr(cls, "south station above ground",
|
|
10121
10051
|
PermissibleValue(text="south station above ground"))
|
|
10122
|
-
setattr(cls, "south station underground",
|
|
10123
|
-
PermissibleValue(text="south station underground"))
|
|
10124
10052
|
setattr(cls, "south station amtrak",
|
|
10125
10053
|
PermissibleValue(text="south station amtrak"))
|
|
10126
|
-
setattr(cls, "
|
|
10127
|
-
PermissibleValue(text="
|
|
10054
|
+
setattr(cls, "south station underground",
|
|
10055
|
+
PermissibleValue(text="south station underground"))
|
|
10128
10056
|
|
|
10129
10057
|
class TrainStopLocEnum(EnumDefinitionImpl):
|
|
10130
10058
|
|
|
10059
|
+
downtown = PermissibleValue(text="downtown")
|
|
10131
10060
|
end = PermissibleValue(text="end")
|
|
10132
10061
|
mid = PermissibleValue(text="mid")
|
|
10133
|
-
downtown = PermissibleValue(text="downtown")
|
|
10134
10062
|
|
|
10135
10063
|
_defn = EnumDefinition(
|
|
10136
10064
|
name="TrainStopLocEnum",
|
|
10137
10065
|
)
|
|
10138
10066
|
|
|
10139
|
-
class VisMediaEnum(EnumDefinitionImpl):
|
|
10140
|
-
|
|
10141
|
-
photos = PermissibleValue(text="photos")
|
|
10142
|
-
videos = PermissibleValue(text="videos")
|
|
10143
|
-
interiors = PermissibleValue(text="interiors")
|
|
10144
|
-
equipment = PermissibleValue(text="equipment")
|
|
10145
|
-
|
|
10146
|
-
_defn = EnumDefinition(
|
|
10147
|
-
name="VisMediaEnum",
|
|
10148
|
-
)
|
|
10149
|
-
|
|
10150
|
-
@classmethod
|
|
10151
|
-
def _addvals(cls):
|
|
10152
|
-
setattr(cls, "commonly of the building",
|
|
10153
|
-
PermissibleValue(text="commonly of the building"))
|
|
10154
|
-
setattr(cls, "site context (adjacent buildings, vegetation, terrain, streets)",
|
|
10155
|
-
PermissibleValue(text="site context (adjacent buildings, vegetation, terrain, streets)"))
|
|
10156
|
-
setattr(cls, "3D scans",
|
|
10157
|
-
PermissibleValue(text="3D scans"))
|
|
10158
|
-
|
|
10159
10067
|
class WallConstTypeEnum(EnumDefinitionImpl):
|
|
10160
10068
|
|
|
10161
10069
|
_defn = EnumDefinition(
|
|
@@ -10164,6 +10072,8 @@ class WallConstTypeEnum(EnumDefinitionImpl):
|
|
|
10164
10072
|
|
|
10165
10073
|
@classmethod
|
|
10166
10074
|
def _addvals(cls):
|
|
10075
|
+
setattr(cls, "fire resistive",
|
|
10076
|
+
PermissibleValue(text="fire resistive"))
|
|
10167
10077
|
setattr(cls, "frame construction",
|
|
10168
10078
|
PermissibleValue(text="frame construction"))
|
|
10169
10079
|
setattr(cls, "joisted masonry",
|
|
@@ -10174,17 +10084,15 @@ class WallConstTypeEnum(EnumDefinitionImpl):
|
|
|
10174
10084
|
PermissibleValue(text="masonry noncombustible"))
|
|
10175
10085
|
setattr(cls, "modified fire resistive",
|
|
10176
10086
|
PermissibleValue(text="modified fire resistive"))
|
|
10177
|
-
setattr(cls, "fire resistive",
|
|
10178
|
-
PermissibleValue(text="fire resistive"))
|
|
10179
10087
|
|
|
10180
10088
|
class WallFinishMatEnum(EnumDefinitionImpl):
|
|
10181
10089
|
|
|
10090
|
+
masonry = PermissibleValue(text="masonry")
|
|
10091
|
+
metal = PermissibleValue(text="metal")
|
|
10182
10092
|
plaster = PermissibleValue(text="plaster")
|
|
10183
|
-
tile = PermissibleValue(text="tile")
|
|
10184
10093
|
terrazzo = PermissibleValue(text="terrazzo")
|
|
10094
|
+
tile = PermissibleValue(text="tile")
|
|
10185
10095
|
wood = PermissibleValue(text="wood")
|
|
10186
|
-
metal = PermissibleValue(text="metal")
|
|
10187
|
-
masonry = PermissibleValue(text="masonry")
|
|
10188
10096
|
|
|
10189
10097
|
_defn = EnumDefinition(
|
|
10190
10098
|
name="WallFinishMatEnum",
|
|
@@ -10192,34 +10100,23 @@ class WallFinishMatEnum(EnumDefinitionImpl):
|
|
|
10192
10100
|
|
|
10193
10101
|
@classmethod
|
|
10194
10102
|
def _addvals(cls):
|
|
10195
|
-
setattr(cls, "
|
|
10196
|
-
PermissibleValue(text="
|
|
10197
|
-
setattr(cls, "veneer plaster",
|
|
10198
|
-
PermissibleValue(text="veneer plaster"))
|
|
10103
|
+
setattr(cls, "acoustical treatment",
|
|
10104
|
+
PermissibleValue(text="acoustical treatment"))
|
|
10199
10105
|
setattr(cls, "gypsum board",
|
|
10200
10106
|
PermissibleValue(text="gypsum board"))
|
|
10107
|
+
setattr(cls, "gypsum plaster",
|
|
10108
|
+
PermissibleValue(text="gypsum plaster"))
|
|
10201
10109
|
setattr(cls, "stone facing",
|
|
10202
10110
|
PermissibleValue(text="stone facing"))
|
|
10203
|
-
setattr(cls, "
|
|
10204
|
-
PermissibleValue(text="
|
|
10205
|
-
|
|
10206
|
-
class WallLocEnum(EnumDefinitionImpl):
|
|
10207
|
-
|
|
10208
|
-
north = PermissibleValue(text="north")
|
|
10209
|
-
south = PermissibleValue(text="south")
|
|
10210
|
-
east = PermissibleValue(text="east")
|
|
10211
|
-
west = PermissibleValue(text="west")
|
|
10212
|
-
|
|
10213
|
-
_defn = EnumDefinition(
|
|
10214
|
-
name="WallLocEnum",
|
|
10215
|
-
)
|
|
10111
|
+
setattr(cls, "veneer plaster",
|
|
10112
|
+
PermissibleValue(text="veneer plaster"))
|
|
10216
10113
|
|
|
10217
10114
|
class WallSurfTreatmentEnum(EnumDefinitionImpl):
|
|
10218
10115
|
|
|
10116
|
+
fabric = PermissibleValue(text="fabric")
|
|
10219
10117
|
painted = PermissibleValue(text="painted")
|
|
10220
10118
|
paneling = PermissibleValue(text="paneling")
|
|
10221
10119
|
stucco = PermissibleValue(text="stucco")
|
|
10222
|
-
fabric = PermissibleValue(text="fabric")
|
|
10223
10120
|
|
|
10224
10121
|
_defn = EnumDefinition(
|
|
10225
10122
|
name="WallSurfTreatmentEnum",
|
|
@@ -10227,44 +10124,10 @@ class WallSurfTreatmentEnum(EnumDefinitionImpl):
|
|
|
10227
10124
|
|
|
10228
10125
|
@classmethod
|
|
10229
10126
|
def _addvals(cls):
|
|
10230
|
-
setattr(cls, "wall paper",
|
|
10231
|
-
PermissibleValue(text="wall paper"))
|
|
10232
10127
|
setattr(cls, "no treatment",
|
|
10233
10128
|
PermissibleValue(text="no treatment"))
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
|
|
10237
|
-
knockdown = PermissibleValue(text="knockdown")
|
|
10238
|
-
popcorn = PermissibleValue(text="popcorn")
|
|
10239
|
-
smooth = PermissibleValue(text="smooth")
|
|
10240
|
-
swirl = PermissibleValue(text="swirl")
|
|
10241
|
-
|
|
10242
|
-
_defn = EnumDefinition(
|
|
10243
|
-
name="WallTextureEnum",
|
|
10244
|
-
)
|
|
10245
|
-
|
|
10246
|
-
@classmethod
|
|
10247
|
-
def _addvals(cls):
|
|
10248
|
-
setattr(cls, "crows feet",
|
|
10249
|
-
PermissibleValue(text="crows feet"))
|
|
10250
|
-
setattr(cls, "crows-foot stomp",
|
|
10251
|
-
PermissibleValue(text="crows-foot stomp"))
|
|
10252
|
-
setattr(cls, "",
|
|
10253
|
-
PermissibleValue(text=""))
|
|
10254
|
-
setattr(cls, "double skip",
|
|
10255
|
-
PermissibleValue(text="double skip"))
|
|
10256
|
-
setattr(cls, "hawk and trowel",
|
|
10257
|
-
PermissibleValue(text="hawk and trowel"))
|
|
10258
|
-
setattr(cls, "orange peel",
|
|
10259
|
-
PermissibleValue(text="orange peel"))
|
|
10260
|
-
setattr(cls, "rosebud stomp",
|
|
10261
|
-
PermissibleValue(text="rosebud stomp"))
|
|
10262
|
-
setattr(cls, "Santa-Fe texture",
|
|
10263
|
-
PermissibleValue(text="Santa-Fe texture"))
|
|
10264
|
-
setattr(cls, "skip trowel",
|
|
10265
|
-
PermissibleValue(text="skip trowel"))
|
|
10266
|
-
setattr(cls, "stomp knockdown",
|
|
10267
|
-
PermissibleValue(text="stomp knockdown"))
|
|
10129
|
+
setattr(cls, "wall paper",
|
|
10130
|
+
PermissibleValue(text="wall paper"))
|
|
10268
10131
|
|
|
10269
10132
|
class WaterFeatTypeEnum(EnumDefinitionImpl):
|
|
10270
10133
|
|
|
@@ -10284,35 +10147,18 @@ class WaterFeatTypeEnum(EnumDefinitionImpl):
|
|
|
10284
10147
|
|
|
10285
10148
|
class WeekdayEnum(EnumDefinitionImpl):
|
|
10286
10149
|
|
|
10287
|
-
Monday = PermissibleValue(text="Monday")
|
|
10288
|
-
Tuesday = PermissibleValue(text="Tuesday")
|
|
10289
|
-
Wednesday = PermissibleValue(text="Wednesday")
|
|
10290
|
-
Thursday = PermissibleValue(text="Thursday")
|
|
10291
10150
|
Friday = PermissibleValue(text="Friday")
|
|
10151
|
+
Monday = PermissibleValue(text="Monday")
|
|
10292
10152
|
Saturday = PermissibleValue(text="Saturday")
|
|
10293
10153
|
Sunday = PermissibleValue(text="Sunday")
|
|
10154
|
+
Thursday = PermissibleValue(text="Thursday")
|
|
10155
|
+
Tuesday = PermissibleValue(text="Tuesday")
|
|
10156
|
+
Wednesday = PermissibleValue(text="Wednesday")
|
|
10294
10157
|
|
|
10295
10158
|
_defn = EnumDefinition(
|
|
10296
10159
|
name="WeekdayEnum",
|
|
10297
10160
|
)
|
|
10298
10161
|
|
|
10299
|
-
class WindowCondEnum(EnumDefinitionImpl):
|
|
10300
|
-
|
|
10301
|
-
damaged = PermissibleValue(text="damaged")
|
|
10302
|
-
new = PermissibleValue(text="new")
|
|
10303
|
-
rupture = PermissibleValue(text="rupture")
|
|
10304
|
-
|
|
10305
|
-
_defn = EnumDefinition(
|
|
10306
|
-
name="WindowCondEnum",
|
|
10307
|
-
)
|
|
10308
|
-
|
|
10309
|
-
@classmethod
|
|
10310
|
-
def _addvals(cls):
|
|
10311
|
-
setattr(cls, "needs repair",
|
|
10312
|
-
PermissibleValue(text="needs repair"))
|
|
10313
|
-
setattr(cls, "visible wear",
|
|
10314
|
-
PermissibleValue(text="visible wear"))
|
|
10315
|
-
|
|
10316
10162
|
class WindowCoverEnum(EnumDefinitionImpl):
|
|
10317
10163
|
|
|
10318
10164
|
blinds = PermissibleValue(text="blinds")
|
|
@@ -10333,17 +10179,6 @@ class WindowHorizPosEnum(EnumDefinitionImpl):
|
|
|
10333
10179
|
name="WindowHorizPosEnum",
|
|
10334
10180
|
)
|
|
10335
10181
|
|
|
10336
|
-
class WindowLocEnum(EnumDefinitionImpl):
|
|
10337
|
-
|
|
10338
|
-
north = PermissibleValue(text="north")
|
|
10339
|
-
south = PermissibleValue(text="south")
|
|
10340
|
-
east = PermissibleValue(text="east")
|
|
10341
|
-
west = PermissibleValue(text="west")
|
|
10342
|
-
|
|
10343
|
-
_defn = EnumDefinition(
|
|
10344
|
-
name="WindowLocEnum",
|
|
10345
|
-
)
|
|
10346
|
-
|
|
10347
10182
|
class WindowMatEnum(EnumDefinitionImpl):
|
|
10348
10183
|
|
|
10349
10184
|
clad = PermissibleValue(text="clad")
|
|
@@ -10356,6 +10191,15 @@ class WindowMatEnum(EnumDefinitionImpl):
|
|
|
10356
10191
|
name="WindowMatEnum",
|
|
10357
10192
|
)
|
|
10358
10193
|
|
|
10194
|
+
class WindowStatusEnum(EnumDefinitionImpl):
|
|
10195
|
+
|
|
10196
|
+
closed = PermissibleValue(text="closed")
|
|
10197
|
+
open = PermissibleValue(text="open")
|
|
10198
|
+
|
|
10199
|
+
_defn = EnumDefinition(
|
|
10200
|
+
name="WindowStatusEnum",
|
|
10201
|
+
)
|
|
10202
|
+
|
|
10359
10203
|
class WindowTypeEnum(EnumDefinitionImpl):
|
|
10360
10204
|
|
|
10361
10205
|
_defn = EnumDefinition(
|
|
@@ -10364,25 +10208,108 @@ class WindowTypeEnum(EnumDefinitionImpl):
|
|
|
10364
10208
|
|
|
10365
10209
|
@classmethod
|
|
10366
10210
|
def _addvals(cls):
|
|
10367
|
-
setattr(cls, "single-hung sash window",
|
|
10368
|
-
PermissibleValue(text="single-hung sash window"))
|
|
10369
|
-
setattr(cls, "horizontal sash window",
|
|
10370
|
-
PermissibleValue(text="horizontal sash window"))
|
|
10371
10211
|
setattr(cls, "fixed window",
|
|
10372
10212
|
PermissibleValue(text="fixed window"))
|
|
10213
|
+
setattr(cls, "horizontal sash window",
|
|
10214
|
+
PermissibleValue(text="horizontal sash window"))
|
|
10215
|
+
setattr(cls, "single-hung sash window",
|
|
10216
|
+
PermissibleValue(text="single-hung sash window"))
|
|
10373
10217
|
|
|
10374
10218
|
class WindowVertPosEnum(EnumDefinitionImpl):
|
|
10375
10219
|
|
|
10376
10220
|
bottom = PermissibleValue(text="bottom")
|
|
10221
|
+
high = PermissibleValue(text="high")
|
|
10222
|
+
low = PermissibleValue(text="low")
|
|
10377
10223
|
middle = PermissibleValue(text="middle")
|
|
10378
10224
|
top = PermissibleValue(text="top")
|
|
10379
|
-
low = PermissibleValue(text="low")
|
|
10380
|
-
high = PermissibleValue(text="high")
|
|
10381
10225
|
|
|
10382
10226
|
_defn = EnumDefinition(
|
|
10383
10227
|
name="WindowVertPosEnum",
|
|
10384
10228
|
)
|
|
10385
10229
|
|
|
10230
|
+
class HostSexEnum(EnumDefinitionImpl):
|
|
10231
|
+
|
|
10232
|
+
female = PermissibleValue(text="female")
|
|
10233
|
+
hermaphrodite = PermissibleValue(text="hermaphrodite")
|
|
10234
|
+
male = PermissibleValue(text="male")
|
|
10235
|
+
transgender = PermissibleValue(text="transgender")
|
|
10236
|
+
undeclared = PermissibleValue(text="undeclared")
|
|
10237
|
+
|
|
10238
|
+
_defn = EnumDefinition(
|
|
10239
|
+
name="HostSexEnum",
|
|
10240
|
+
)
|
|
10241
|
+
|
|
10242
|
+
@classmethod
|
|
10243
|
+
def _addvals(cls):
|
|
10244
|
+
setattr(cls, "non-binary",
|
|
10245
|
+
PermissibleValue(text="non-binary"))
|
|
10246
|
+
setattr(cls, "transgender (female to male)",
|
|
10247
|
+
PermissibleValue(text="transgender (female to male)"))
|
|
10248
|
+
setattr(cls, "transgender (male to female)",
|
|
10249
|
+
PermissibleValue(text="transgender (male to female)"))
|
|
10250
|
+
|
|
10251
|
+
class CurLandUseEnum(EnumDefinitionImpl):
|
|
10252
|
+
|
|
10253
|
+
badlands = PermissibleValue(text="badlands")
|
|
10254
|
+
cities = PermissibleValue(text="cities")
|
|
10255
|
+
conifers = PermissibleValue(text="conifers")
|
|
10256
|
+
farmstead = PermissibleValue(text="farmstead")
|
|
10257
|
+
gravel = PermissibleValue(text="gravel")
|
|
10258
|
+
hardwoods = PermissibleValue(text="hardwoods")
|
|
10259
|
+
hayland = PermissibleValue(text="hayland")
|
|
10260
|
+
marshlands = PermissibleValue(text="marshlands")
|
|
10261
|
+
meadows = PermissibleValue(text="meadows")
|
|
10262
|
+
mudflats = PermissibleValue(text="mudflats")
|
|
10263
|
+
pastureland = PermissibleValue(text="pastureland")
|
|
10264
|
+
rainforest = PermissibleValue(text="rainforest")
|
|
10265
|
+
rangeland = PermissibleValue(text="rangeland")
|
|
10266
|
+
rock = PermissibleValue(text="rock")
|
|
10267
|
+
sand = PermissibleValue(text="sand")
|
|
10268
|
+
swamp = PermissibleValue(text="swamp")
|
|
10269
|
+
tropical = PermissibleValue(text="tropical")
|
|
10270
|
+
tundra = PermissibleValue(text="tundra")
|
|
10271
|
+
|
|
10272
|
+
_defn = EnumDefinition(
|
|
10273
|
+
name="CurLandUseEnum",
|
|
10274
|
+
)
|
|
10275
|
+
|
|
10276
|
+
@classmethod
|
|
10277
|
+
def _addvals(cls):
|
|
10278
|
+
setattr(cls, "crop trees",
|
|
10279
|
+
PermissibleValue(text="crop trees"))
|
|
10280
|
+
setattr(cls, "horticultural plants",
|
|
10281
|
+
PermissibleValue(text="horticultural plants"))
|
|
10282
|
+
setattr(cls, "industrial areas",
|
|
10283
|
+
PermissibleValue(text="industrial areas"))
|
|
10284
|
+
setattr(cls, "intermixed hardwood and conifers",
|
|
10285
|
+
PermissibleValue(text="intermixed hardwood and conifers"))
|
|
10286
|
+
setattr(cls, "mines/quarries",
|
|
10287
|
+
PermissibleValue(text="mines/quarries"))
|
|
10288
|
+
setattr(cls, "oil waste areas",
|
|
10289
|
+
PermissibleValue(text="oil waste areas"))
|
|
10290
|
+
setattr(cls, "permanent snow or ice",
|
|
10291
|
+
PermissibleValue(text="permanent snow or ice"))
|
|
10292
|
+
setattr(cls, "roads/railroads",
|
|
10293
|
+
PermissibleValue(text="roads/railroads"))
|
|
10294
|
+
setattr(cls, "row crops",
|
|
10295
|
+
PermissibleValue(text="row crops"))
|
|
10296
|
+
setattr(cls, "saline seeps",
|
|
10297
|
+
PermissibleValue(text="saline seeps"))
|
|
10298
|
+
setattr(cls, "salt flats",
|
|
10299
|
+
PermissibleValue(text="salt flats"))
|
|
10300
|
+
setattr(cls, "shrub crops",
|
|
10301
|
+
PermissibleValue(text="shrub crops"))
|
|
10302
|
+
setattr(cls, "shrub land",
|
|
10303
|
+
PermissibleValue(text="shrub land"))
|
|
10304
|
+
setattr(cls, "small grains",
|
|
10305
|
+
PermissibleValue(text="small grains"))
|
|
10306
|
+
setattr(cls, "successional shrub land",
|
|
10307
|
+
PermissibleValue(text="successional shrub land"))
|
|
10308
|
+
setattr(cls, "vegetable crops",
|
|
10309
|
+
PermissibleValue(text="vegetable crops"))
|
|
10310
|
+
setattr(cls, "vine crops",
|
|
10311
|
+
PermissibleValue(text="vine crops"))
|
|
10312
|
+
|
|
10386
10313
|
class TargetGeneEnum(EnumDefinitionImpl):
|
|
10387
10314
|
|
|
10388
10315
|
_defn = EnumDefinition(
|
|
@@ -10443,9 +10370,11 @@ class AnalysisTypeEnum(EnumDefinitionImpl):
|
|
|
10443
10370
|
lipidomics = PermissibleValue(text="lipidomics")
|
|
10444
10371
|
metagenomics = PermissibleValue(
|
|
10445
10372
|
text="metagenomics",
|
|
10373
|
+
title="Metagenomics",
|
|
10446
10374
|
description="Standard short-read metagenomic sequencing")
|
|
10447
10375
|
metagenomics_long_read = PermissibleValue(
|
|
10448
10376
|
text="metagenomics_long_read",
|
|
10377
|
+
title="Metagenomics (long read)",
|
|
10449
10378
|
description="Long-read metagenomic sequencing")
|
|
10450
10379
|
metaproteomics = PermissibleValue(text="metaproteomics")
|
|
10451
10380
|
metatranscriptomics = PermissibleValue(text="metatranscriptomics")
|
|
@@ -10463,30 +10392,38 @@ class AnalysisTypeEnum(EnumDefinitionImpl):
|
|
|
10463
10392
|
setattr(cls, "amplicon sequencing assay",
|
|
10464
10393
|
PermissibleValue(
|
|
10465
10394
|
text="amplicon sequencing assay",
|
|
10395
|
+
title="Amplicon sequencing assay",
|
|
10466
10396
|
meaning=OBI["0002767"]))
|
|
10467
10397
|
|
|
10468
10398
|
class SubmissionStatusEnum(EnumDefinitionImpl):
|
|
10469
10399
|
|
|
10470
10400
|
InProgress = PermissibleValue(
|
|
10471
10401
|
text="InProgress",
|
|
10402
|
+
title="In Progress",
|
|
10472
10403
|
description="The submitter is currently working on the submission.")
|
|
10473
10404
|
SubmittedPendingReview = PermissibleValue(
|
|
10474
10405
|
text="SubmittedPendingReview",
|
|
10406
|
+
title="Submitted - Pending Review",
|
|
10475
10407
|
description="Submission is ready for NMDC review, the submitter cannot edit.")
|
|
10476
10408
|
ApprovedHeld = PermissibleValue(
|
|
10477
10409
|
text="ApprovedHeld",
|
|
10410
|
+
title="Approved - Held",
|
|
10478
10411
|
description="""Submission has been reviewed and approved. Information is complete, but not yet shared on the data portal. The submitter cannot edit.""")
|
|
10479
10412
|
ApprovedPendingUserFacility = PermissibleValue(
|
|
10480
10413
|
text="ApprovedPendingUserFacility",
|
|
10414
|
+
title="Approved - Sent to User Facility",
|
|
10481
10415
|
description="""Submission has been reviewed and approved by NMDC. Sample information has been shared with designated user facility and is ready for their review. The submitter cannot edit.""")
|
|
10482
10416
|
UpdatesRequired = PermissibleValue(
|
|
10483
10417
|
text="UpdatesRequired",
|
|
10418
|
+
title="Updates Required",
|
|
10484
10419
|
description="""Submission has been reviewed and submitter edits are required for approval. The submitter can edit the submission.""")
|
|
10485
10420
|
Denied = PermissibleValue(
|
|
10486
10421
|
text="Denied",
|
|
10422
|
+
title="Denied",
|
|
10487
10423
|
description="Submission has been reviewed and denied. The submitter cannot edit.")
|
|
10488
10424
|
Released = PermissibleValue(
|
|
10489
10425
|
text="Released",
|
|
10426
|
+
title="Released",
|
|
10490
10427
|
description="""Submission has been reviewed and approved and data is released on the data portal. The submitter cannot edit.""")
|
|
10491
10428
|
|
|
10492
10429
|
_defn = EnumDefinition(
|
|
@@ -10497,6 +10434,15 @@ class SubmissionStatusEnum(EnumDefinitionImpl):
|
|
|
10497
10434
|
class slots:
|
|
10498
10435
|
pass
|
|
10499
10436
|
|
|
10437
|
+
slots.host_family_relation = Slot(uri=MIXS['0000872'], name="host_family_relation", curie=MIXS.curie('0000872'),
|
|
10438
|
+
model_uri=NMDC.host_family_relation, domain=None, range=Optional[Union[str, list[str]]])
|
|
10439
|
+
|
|
10440
|
+
slots.salinity_meth = Slot(uri=MIXS['0000341'], name="salinity_meth", curie=MIXS.curie('0000341'),
|
|
10441
|
+
model_uri=NMDC.salinity_meth, domain=None, range=Optional[str])
|
|
10442
|
+
|
|
10443
|
+
slots.soil_text_measure = Slot(uri=MIXS['0000335'], name="soil_text_measure", curie=MIXS.curie('0000335'),
|
|
10444
|
+
model_uri=NMDC.soil_text_measure, domain=None, range=Optional[str])
|
|
10445
|
+
|
|
10500
10446
|
slots.biomaterial_purity = Slot(uri=NMDC.biomaterial_purity, name="biomaterial_purity", curie=NMDC.curie('biomaterial_purity'),
|
|
10501
10447
|
model_uri=NMDC.biomaterial_purity, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
10502
10448
|
|
|
@@ -10567,9 +10513,6 @@ slots.count = Slot(uri=NMDC.count, name="count", curie=NMDC.curie('count'),
|
|
|
10567
10513
|
slots.functional_annotation_agg = Slot(uri=NMDC.functional_annotation_agg, name="functional_annotation_agg", curie=NMDC.curie('functional_annotation_agg'),
|
|
10568
10514
|
model_uri=NMDC.functional_annotation_agg, domain=None, range=Optional[Union[Union[dict, FunctionalAnnotationAggMember], list[Union[dict, FunctionalAnnotationAggMember]]]])
|
|
10569
10515
|
|
|
10570
|
-
slots.ecosystem_path_id = Slot(uri=NMDC.ecosystem_path_id, name="ecosystem_path_id", curie=NMDC.curie('ecosystem_path_id'),
|
|
10571
|
-
model_uri=NMDC.ecosystem_path_id, domain=None, range=Optional[str])
|
|
10572
|
-
|
|
10573
10516
|
slots.sample_collection_year = Slot(uri=NMDC.sample_collection_year, name="sample_collection_year", curie=NMDC.curie('sample_collection_year'),
|
|
10574
10517
|
model_uri=NMDC.sample_collection_year, domain=None, range=Optional[int])
|
|
10575
10518
|
|
|
@@ -11210,6 +11153,9 @@ slots.notes = Slot(uri=NMDC.notes, name="notes", curie=NMDC.curie('notes'),
|
|
|
11210
11153
|
slots.funding_sources = Slot(uri=NMDC.funding_sources, name="funding_sources", curie=NMDC.curie('funding_sources'),
|
|
11211
11154
|
model_uri=NMDC.funding_sources, domain=None, range=Optional[Union[str, list[str]]])
|
|
11212
11155
|
|
|
11156
|
+
slots.ecosystem_path_id = Slot(uri=NMDC.ecosystem_path_id, name="ecosystem_path_id", curie=NMDC.curie('ecosystem_path_id'),
|
|
11157
|
+
model_uri=NMDC.ecosystem_path_id, domain=None, range=Optional[int])
|
|
11158
|
+
|
|
11213
11159
|
slots.gold_path_field = Slot(uri=NMDC.gold_path_field, name="gold_path_field", curie=NMDC.curie('gold_path_field'),
|
|
11214
11160
|
model_uri=NMDC.gold_path_field, domain=None, range=Optional[str])
|
|
11215
11161
|
|
|
@@ -11288,6 +11234,9 @@ slots.start_date = Slot(uri=NMDC.start_date, name="start_date", curie=NMDC.curie
|
|
|
11288
11234
|
slots.end_date = Slot(uri=NMDC.end_date, name="end_date", curie=NMDC.curie('end_date'),
|
|
11289
11235
|
model_uri=NMDC.end_date, domain=None, range=Optional[str])
|
|
11290
11236
|
|
|
11237
|
+
slots.source_system_of_record = Slot(uri=NMDC['basic_classes/source_system_of_record'], name="source_system_of_record", curie=NMDC.curie('basic_classes/source_system_of_record'),
|
|
11238
|
+
model_uri=NMDC.source_system_of_record, domain=None, range=Optional[Union[str, "SourceSystemEnum"]])
|
|
11239
|
+
|
|
11291
11240
|
slots.associated_studies = Slot(uri=NMDC['basic_classes/associated_studies'], name="associated_studies", curie=NMDC.curie('basic_classes/associated_studies'),
|
|
11292
11241
|
model_uri=NMDC.associated_studies, domain=None, range=Union[Union[str, StudyId], list[Union[str, StudyId]]])
|
|
11293
11242
|
|
|
@@ -11372,6 +11321,9 @@ slots.protocol_for = Slot(uri=NMDC['basic_classes/protocol_for'], name="protocol
|
|
|
11372
11321
|
slots.superseded_by = Slot(uri=NMDC['basic_classes/superseded_by'], name="superseded_by", curie=NMDC.curie('basic_classes/superseded_by'),
|
|
11373
11322
|
model_uri=NMDC.superseded_by, domain=None, range=Optional[Union[str, WorkflowExecutionId]])
|
|
11374
11323
|
|
|
11324
|
+
slots.provenance_metadata = Slot(uri=NMDC['basic_classes/provenance_metadata'], name="provenance_metadata", curie=NMDC.curie('basic_classes/provenance_metadata'),
|
|
11325
|
+
model_uri=NMDC.provenance_metadata, domain=None, range=Optional[Union[dict, ProvenanceMetadata]])
|
|
11326
|
+
|
|
11375
11327
|
slots.rna_collect_site = Slot(uri=NMDC.rna_collect_site, name="rna_collect_site", curie=NMDC.curie('rna_collect_site'),
|
|
11376
11328
|
model_uri=NMDC.rna_collect_site, domain=None, range=Optional[str])
|
|
11377
11329
|
|
|
@@ -11608,25 +11560,25 @@ slots.abs_air_humidity = Slot(uri=MIXS['0000122'], name="abs_air_humidity", curi
|
|
|
11608
11560
|
model_uri=NMDC.abs_air_humidity, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11609
11561
|
|
|
11610
11562
|
slots.add_recov_method = Slot(uri=MIXS['0001009'], name="add_recov_method", curie=MIXS.curie('0001009'),
|
|
11611
|
-
model_uri=NMDC.add_recov_method, domain=None, range=Optional[
|
|
11563
|
+
model_uri=NMDC.add_recov_method, domain=None, range=Optional[str])
|
|
11612
11564
|
|
|
11613
11565
|
slots.additional_info = Slot(uri=MIXS['0000300'], name="additional_info", curie=MIXS.curie('0000300'),
|
|
11614
11566
|
model_uri=NMDC.additional_info, domain=None, range=Optional[Union[dict, TextValue]])
|
|
11615
11567
|
|
|
11616
11568
|
slots.address = Slot(uri=MIXS['0000218'], name="address", curie=MIXS.curie('0000218'),
|
|
11617
|
-
model_uri=NMDC.address, domain=None, range=Optional[
|
|
11569
|
+
model_uri=NMDC.address, domain=None, range=Optional[str])
|
|
11618
11570
|
|
|
11619
11571
|
slots.adj_room = Slot(uri=MIXS['0000219'], name="adj_room", curie=MIXS.curie('0000219'),
|
|
11620
11572
|
model_uri=NMDC.adj_room, domain=None, range=Optional[Union[dict, TextValue]])
|
|
11621
11573
|
|
|
11622
11574
|
slots.aero_struc = Slot(uri=MIXS['0000773'], name="aero_struc", curie=MIXS.curie('0000773'),
|
|
11623
|
-
model_uri=NMDC.aero_struc, domain=None, range=Optional[Union[
|
|
11575
|
+
model_uri=NMDC.aero_struc, domain=None, range=Optional[Union[str, "AeroStrucEnum"]])
|
|
11624
11576
|
|
|
11625
11577
|
slots.agrochem_addition = Slot(uri=MIXS['0000639'], name="agrochem_addition", curie=MIXS.curie('0000639'),
|
|
11626
11578
|
model_uri=NMDC.agrochem_addition, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
11627
11579
|
|
|
11628
11580
|
slots.air_PM_concen = Slot(uri=MIXS['0000108'], name="air_PM_concen", curie=MIXS.curie('0000108'),
|
|
11629
|
-
model_uri=NMDC.air_PM_concen, domain=None, range=Optional[Union[
|
|
11581
|
+
model_uri=NMDC.air_PM_concen, domain=None, range=Optional[Union[str, list[str]]])
|
|
11630
11582
|
|
|
11631
11583
|
slots.air_temp = Slot(uri=MIXS['0000124'], name="air_temp", curie=MIXS.curie('0000124'),
|
|
11632
11584
|
model_uri=NMDC.air_temp, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -11638,13 +11590,13 @@ slots.al_sat = Slot(uri=MIXS['0000607'], name="al_sat", curie=MIXS.curie('000060
|
|
|
11638
11590
|
model_uri=NMDC.al_sat, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11639
11591
|
|
|
11640
11592
|
slots.al_sat_meth = Slot(uri=MIXS['0000324'], name="al_sat_meth", curie=MIXS.curie('0000324'),
|
|
11641
|
-
model_uri=NMDC.al_sat_meth, domain=None, range=Optional[
|
|
11593
|
+
model_uri=NMDC.al_sat_meth, domain=None, range=Optional[str])
|
|
11642
11594
|
|
|
11643
11595
|
slots.alkalinity = Slot(uri=MIXS['0000421'], name="alkalinity", curie=MIXS.curie('0000421'),
|
|
11644
11596
|
model_uri=NMDC.alkalinity, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11645
11597
|
|
|
11646
11598
|
slots.alkalinity_method = Slot(uri=MIXS['0000298'], name="alkalinity_method", curie=MIXS.curie('0000298'),
|
|
11647
|
-
model_uri=NMDC.alkalinity_method, domain=None, range=Optional[
|
|
11599
|
+
model_uri=NMDC.alkalinity_method, domain=None, range=Optional[str])
|
|
11648
11600
|
|
|
11649
11601
|
slots.alkyl_diethers = Slot(uri=MIXS['0000490'], name="alkyl_diethers", curie=MIXS.curie('0000490'),
|
|
11650
11602
|
model_uri=NMDC.alkyl_diethers, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -11725,10 +11677,10 @@ slots.biochem_oxygen_dem = Slot(uri=MIXS['0000653'], name="biochem_oxygen_dem",
|
|
|
11725
11677
|
model_uri=NMDC.biochem_oxygen_dem, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11726
11678
|
|
|
11727
11679
|
slots.biocide = Slot(uri=MIXS['0001011'], name="biocide", curie=MIXS.curie('0001011'),
|
|
11728
|
-
model_uri=NMDC.biocide, domain=None, range=Optional[
|
|
11680
|
+
model_uri=NMDC.biocide, domain=None, range=Optional[str])
|
|
11729
11681
|
|
|
11730
11682
|
slots.biocide_admin_method = Slot(uri=MIXS['0000456'], name="biocide_admin_method", curie=MIXS.curie('0000456'),
|
|
11731
|
-
model_uri=NMDC.biocide_admin_method, domain=None, range=Optional[
|
|
11683
|
+
model_uri=NMDC.biocide_admin_method, domain=None, range=Optional[str])
|
|
11732
11684
|
|
|
11733
11685
|
slots.biol_stat = Slot(uri=MIXS['0000858'], name="biol_stat", curie=MIXS.curie('0000858'),
|
|
11734
11686
|
model_uri=NMDC.biol_stat, domain=None, range=Optional[Union[str, "BiolStatEnum"]])
|
|
@@ -11767,7 +11719,7 @@ slots.built_struc_age = Slot(uri=MIXS['0000145'], name="built_struc_age", curie=
|
|
|
11767
11719
|
model_uri=NMDC.built_struc_age, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11768
11720
|
|
|
11769
11721
|
slots.built_struc_set = Slot(uri=MIXS['0000778'], name="built_struc_set", curie=MIXS.curie('0000778'),
|
|
11770
|
-
model_uri=NMDC.built_struc_set, domain=None, range=Optional[Union[
|
|
11722
|
+
model_uri=NMDC.built_struc_set, domain=None, range=Optional[Union[str, "BuiltStrucSetEnum"]])
|
|
11771
11723
|
|
|
11772
11724
|
slots.built_struc_type = Slot(uri=MIXS['0000721'], name="built_struc_type", curie=MIXS.curie('0000721'),
|
|
11773
11725
|
model_uri=NMDC.built_struc_type, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -11788,16 +11740,16 @@ slots.ceil_area = Slot(uri=MIXS['0000148'], name="ceil_area", curie=MIXS.curie('
|
|
|
11788
11740
|
model_uri=NMDC.ceil_area, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11789
11741
|
|
|
11790
11742
|
slots.ceil_cond = Slot(uri=MIXS['0000779'], name="ceil_cond", curie=MIXS.curie('0000779'),
|
|
11791
|
-
model_uri=NMDC.ceil_cond, domain=None, range=Optional[Union[str, "
|
|
11743
|
+
model_uri=NMDC.ceil_cond, domain=None, range=Optional[Union[str, "DamagedEnum"]])
|
|
11792
11744
|
|
|
11793
11745
|
slots.ceil_finish_mat = Slot(uri=MIXS['0000780'], name="ceil_finish_mat", curie=MIXS.curie('0000780'),
|
|
11794
11746
|
model_uri=NMDC.ceil_finish_mat, domain=None, range=Optional[Union[str, "CeilFinishMatEnum"]])
|
|
11795
11747
|
|
|
11796
11748
|
slots.ceil_struc = Slot(uri=MIXS['0000782'], name="ceil_struc", curie=MIXS.curie('0000782'),
|
|
11797
|
-
model_uri=NMDC.ceil_struc, domain=None, range=Optional[Union[
|
|
11749
|
+
model_uri=NMDC.ceil_struc, domain=None, range=Optional[Union[str, "CeilStrucEnum"]])
|
|
11798
11750
|
|
|
11799
11751
|
slots.ceil_texture = Slot(uri=MIXS['0000783'], name="ceil_texture", curie=MIXS.curie('0000783'),
|
|
11800
|
-
model_uri=NMDC.ceil_texture, domain=None, range=Optional[Union[str, "
|
|
11752
|
+
model_uri=NMDC.ceil_texture, domain=None, range=Optional[Union[str, "CeilingWallTextureEnum"]])
|
|
11801
11753
|
|
|
11802
11754
|
slots.ceil_thermal_mass = Slot(uri=MIXS['0000143'], name="ceil_thermal_mass", curie=MIXS.curie('0000143'),
|
|
11803
11755
|
model_uri=NMDC.ceil_thermal_mass, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -11806,7 +11758,7 @@ slots.ceil_type = Slot(uri=MIXS['0000784'], name="ceil_type", curie=MIXS.curie('
|
|
|
11806
11758
|
model_uri=NMDC.ceil_type, domain=None, range=Optional[Union[str, "CeilTypeEnum"]])
|
|
11807
11759
|
|
|
11808
11760
|
slots.ceil_water_mold = Slot(uri=MIXS['0000781'], name="ceil_water_mold", curie=MIXS.curie('0000781'),
|
|
11809
|
-
model_uri=NMDC.ceil_water_mold, domain=None, range=Optional[Union[
|
|
11761
|
+
model_uri=NMDC.ceil_water_mold, domain=None, range=Optional[Union[str, "MoldVisibilityEnum"]])
|
|
11810
11762
|
|
|
11811
11763
|
slots.chem_administration = Slot(uri=MIXS['0000751'], name="chem_administration", curie=MIXS.curie('0000751'),
|
|
11812
11764
|
model_uri=NMDC.chem_administration, domain=None, range=Optional[Union[Union[dict, ControlledTermValue], list[Union[dict, ControlledTermValue]]]])
|
|
@@ -11821,7 +11773,7 @@ slots.chem_treat_method = Slot(uri=MIXS['0000457'], name="chem_treat_method", cu
|
|
|
11821
11773
|
model_uri=NMDC.chem_treat_method, domain=None, range=Optional[str])
|
|
11822
11774
|
|
|
11823
11775
|
slots.chem_treatment = Slot(uri=MIXS['0001012'], name="chem_treatment", curie=MIXS.curie('0001012'),
|
|
11824
|
-
model_uri=NMDC.chem_treatment, domain=None, range=Optional[
|
|
11776
|
+
model_uri=NMDC.chem_treatment, domain=None, range=Optional[str])
|
|
11825
11777
|
|
|
11826
11778
|
slots.chimera_check = Slot(uri=MIXS['0000052'], name="chimera_check", curie=MIXS.curie('0000052'),
|
|
11827
11779
|
model_uri=NMDC.chimera_check, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -11851,13 +11803,13 @@ slots.cult_root_med = Slot(uri=MIXS['0001041'], name="cult_root_med", curie=MIXS
|
|
|
11851
11803
|
model_uri=NMDC.cult_root_med, domain=None, range=Optional[Union[dict, TextValue]])
|
|
11852
11804
|
|
|
11853
11805
|
slots.cur_land_use = Slot(uri=MIXS['0001080'], name="cur_land_use", curie=MIXS.curie('0001080'),
|
|
11854
|
-
model_uri=NMDC.cur_land_use, domain=None, range=Optional[
|
|
11806
|
+
model_uri=NMDC.cur_land_use, domain=None, range=Optional[str])
|
|
11855
11807
|
|
|
11856
11808
|
slots.cur_vegetation = Slot(uri=MIXS['0000312'], name="cur_vegetation", curie=MIXS.curie('0000312'),
|
|
11857
11809
|
model_uri=NMDC.cur_vegetation, domain=None, range=Optional[Union[dict, TextValue]])
|
|
11858
11810
|
|
|
11859
11811
|
slots.cur_vegetation_meth = Slot(uri=MIXS['0000314'], name="cur_vegetation_meth", curie=MIXS.curie('0000314'),
|
|
11860
|
-
model_uri=NMDC.cur_vegetation_meth, domain=None, range=Optional[
|
|
11812
|
+
model_uri=NMDC.cur_vegetation_meth, domain=None, range=Optional[str])
|
|
11861
11813
|
|
|
11862
11814
|
slots.date_last_rain = Slot(uri=MIXS['0000786'], name="date_last_rain", curie=MIXS.curie('0000786'),
|
|
11863
11815
|
model_uri=NMDC.date_last_rain, domain=None, range=Optional[Union[dict, TimestampValue]])
|
|
@@ -11911,13 +11863,13 @@ slots.door_comp_type = Slot(uri=MIXS['0000795'], name="door_comp_type", curie=MI
|
|
|
11911
11863
|
model_uri=NMDC.door_comp_type, domain=None, range=Optional[Union[str, "DoorCompTypeEnum"]])
|
|
11912
11864
|
|
|
11913
11865
|
slots.door_cond = Slot(uri=MIXS['0000788'], name="door_cond", curie=MIXS.curie('0000788'),
|
|
11914
|
-
model_uri=NMDC.door_cond, domain=None, range=Optional[Union[str, "
|
|
11866
|
+
model_uri=NMDC.door_cond, domain=None, range=Optional[Union[str, "DamagedRupturedEnum"]])
|
|
11915
11867
|
|
|
11916
11868
|
slots.door_direct = Slot(uri=MIXS['0000789'], name="door_direct", curie=MIXS.curie('0000789'),
|
|
11917
11869
|
model_uri=NMDC.door_direct, domain=None, range=Optional[Union[str, "DoorDirectEnum"]])
|
|
11918
11870
|
|
|
11919
11871
|
slots.door_loc = Slot(uri=MIXS['0000790'], name="door_loc", curie=MIXS.curie('0000790'),
|
|
11920
|
-
model_uri=NMDC.door_loc, domain=None, range=Optional[Union[str, "
|
|
11872
|
+
model_uri=NMDC.door_loc, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
11921
11873
|
|
|
11922
11874
|
slots.door_mat = Slot(uri=MIXS['0000791'], name="door_mat", curie=MIXS.curie('0000791'),
|
|
11923
11875
|
model_uri=NMDC.door_mat, domain=None, range=Optional[Union[str, "DoorMatEnum"]])
|
|
@@ -11935,10 +11887,10 @@ slots.door_type_metal = Slot(uri=MIXS['0000796'], name="door_type_metal", curie=
|
|
|
11935
11887
|
model_uri=NMDC.door_type_metal, domain=None, range=Optional[Union[str, "DoorTypeMetalEnum"]])
|
|
11936
11888
|
|
|
11937
11889
|
slots.door_type_wood = Slot(uri=MIXS['0000797'], name="door_type_wood", curie=MIXS.curie('0000797'),
|
|
11938
|
-
model_uri=NMDC.door_type_wood, domain=None, range=Optional[
|
|
11890
|
+
model_uri=NMDC.door_type_wood, domain=None, range=Optional[str])
|
|
11939
11891
|
|
|
11940
11892
|
slots.door_water_mold = Slot(uri=MIXS['0000793'], name="door_water_mold", curie=MIXS.curie('0000793'),
|
|
11941
|
-
model_uri=NMDC.door_water_mold, domain=None, range=Optional[Union[
|
|
11893
|
+
model_uri=NMDC.door_water_mold, domain=None, range=Optional[Union[str, "MoldVisibilityEnum"]])
|
|
11942
11894
|
|
|
11943
11895
|
slots.down_par = Slot(uri=MIXS['0000703'], name="down_par", curie=MIXS.curie('0000703'),
|
|
11944
11896
|
model_uri=NMDC.down_par, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -11983,16 +11935,17 @@ slots.exp_pipe = Slot(uri=MIXS['0000220'], name="exp_pipe", curie=MIXS.curie('00
|
|
|
11983
11935
|
model_uri=NMDC.exp_pipe, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
11984
11936
|
|
|
11985
11937
|
slots.experimental_factor = Slot(uri=MIXS['0000008'], name="experimental_factor", curie=MIXS.curie('0000008'),
|
|
11986
|
-
model_uri=NMDC.experimental_factor, domain=None, range=Optional[Union[dict, ControlledTermValue]]
|
|
11938
|
+
model_uri=NMDC.experimental_factor, domain=None, range=Optional[Union[dict, ControlledTermValue]],
|
|
11939
|
+
pattern=re.compile(r'^\S+.*\S+ \[[a-zA-Z]{2,}:\d+\]$'))
|
|
11987
11940
|
|
|
11988
11941
|
slots.ext_door = Slot(uri=MIXS['0000170'], name="ext_door", curie=MIXS.curie('0000170'),
|
|
11989
11942
|
model_uri=NMDC.ext_door, domain=None, range=Optional[Union[dict, TextValue]])
|
|
11990
11943
|
|
|
11991
11944
|
slots.ext_wall_orient = Slot(uri=MIXS['0000817'], name="ext_wall_orient", curie=MIXS.curie('0000817'),
|
|
11992
|
-
model_uri=NMDC.ext_wall_orient, domain=None, range=Optional[Union[str, "
|
|
11945
|
+
model_uri=NMDC.ext_wall_orient, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
11993
11946
|
|
|
11994
11947
|
slots.ext_window_orient = Slot(uri=MIXS['0000818'], name="ext_window_orient", curie=MIXS.curie('0000818'),
|
|
11995
|
-
model_uri=NMDC.ext_window_orient, domain=None, range=Optional[Union[str, "
|
|
11948
|
+
model_uri=NMDC.ext_window_orient, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
11996
11949
|
|
|
11997
11950
|
slots.extreme_event = Slot(uri=MIXS['0000320'], name="extreme_event", curie=MIXS.curie('0000320'),
|
|
11998
11951
|
model_uri=NMDC.extreme_event, domain=None, range=Optional[str])
|
|
@@ -12013,7 +11966,7 @@ slots.fire = Slot(uri=MIXS['0001086'], name="fire", curie=MIXS.curie('0001086'),
|
|
|
12013
11966
|
model_uri=NMDC.fire, domain=None, range=Optional[str])
|
|
12014
11967
|
|
|
12015
11968
|
slots.fireplace_type = Slot(uri=MIXS['0000802'], name="fireplace_type", curie=MIXS.curie('0000802'),
|
|
12016
|
-
model_uri=NMDC.fireplace_type, domain=None, range=Optional[Union[
|
|
11969
|
+
model_uri=NMDC.fireplace_type, domain=None, range=Optional[Union[str, "FireplaceTypeEnum"]])
|
|
12017
11970
|
|
|
12018
11971
|
slots.flooding = Slot(uri=MIXS['0000319'], name="flooding", curie=MIXS.curie('0000319'),
|
|
12019
11972
|
model_uri=NMDC.flooding, domain=None, range=Optional[str])
|
|
@@ -12025,13 +11978,13 @@ slots.floor_area = Slot(uri=MIXS['0000165'], name="floor_area", curie=MIXS.curie
|
|
|
12025
11978
|
model_uri=NMDC.floor_area, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12026
11979
|
|
|
12027
11980
|
slots.floor_cond = Slot(uri=MIXS['0000803'], name="floor_cond", curie=MIXS.curie('0000803'),
|
|
12028
|
-
model_uri=NMDC.floor_cond, domain=None, range=Optional[Union[str, "
|
|
11981
|
+
model_uri=NMDC.floor_cond, domain=None, range=Optional[Union[str, "DamagedEnum"]])
|
|
12029
11982
|
|
|
12030
11983
|
slots.floor_count = Slot(uri=MIXS['0000225'], name="floor_count", curie=MIXS.curie('0000225'),
|
|
12031
11984
|
model_uri=NMDC.floor_count, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12032
11985
|
|
|
12033
11986
|
slots.floor_finish_mat = Slot(uri=MIXS['0000804'], name="floor_finish_mat", curie=MIXS.curie('0000804'),
|
|
12034
|
-
model_uri=NMDC.floor_finish_mat, domain=None, range=Optional[
|
|
11987
|
+
model_uri=NMDC.floor_finish_mat, domain=None, range=Optional[str])
|
|
12035
11988
|
|
|
12036
11989
|
slots.floor_struc = Slot(uri=MIXS['0000806'], name="floor_struc", curie=MIXS.curie('0000806'),
|
|
12037
11990
|
model_uri=NMDC.floor_struc, domain=None, range=Optional[Union[str, "FloorStrucEnum"]])
|
|
@@ -12067,7 +12020,7 @@ slots.gender_restroom = Slot(uri=MIXS['0000808'], name="gender_restroom", curie=
|
|
|
12067
12020
|
model_uri=NMDC.gender_restroom, domain=None, range=Optional[Union[str, "GenderRestroomEnum"]])
|
|
12068
12021
|
|
|
12069
12022
|
slots.genetic_mod = Slot(uri=MIXS['0000859'], name="genetic_mod", curie=MIXS.curie('0000859'),
|
|
12070
|
-
model_uri=NMDC.genetic_mod, domain=None, range=Optional[
|
|
12023
|
+
model_uri=NMDC.genetic_mod, domain=None, range=Optional[str])
|
|
12071
12024
|
|
|
12072
12025
|
slots.geo_loc_name = Slot(uri=MIXS['0000010'], name="geo_loc_name", curie=MIXS.curie('0000010'),
|
|
12073
12026
|
model_uri=NMDC.geo_loc_name, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12106,7 +12059,7 @@ slots.hcr_fw_salinity = Slot(uri=MIXS['0000406'], name="hcr_fw_salinity", curie=
|
|
|
12106
12059
|
model_uri=NMDC.hcr_fw_salinity, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12107
12060
|
|
|
12108
12061
|
slots.hcr_geol_age = Slot(uri=MIXS['0000993'], name="hcr_geol_age", curie=MIXS.curie('0000993'),
|
|
12109
|
-
model_uri=NMDC.hcr_geol_age, domain=None, range=Optional[Union[str, "
|
|
12062
|
+
model_uri=NMDC.hcr_geol_age, domain=None, range=Optional[Union[str, "GeolAgeEnum"]])
|
|
12110
12063
|
|
|
12111
12064
|
slots.hcr_pressure = Slot(uri=MIXS['0000395'], name="hcr_pressure", curie=MIXS.curie('0000395'),
|
|
12112
12065
|
model_uri=NMDC.hcr_pressure, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12118,7 +12071,7 @@ slots.heat_cool_type = Slot(uri=MIXS['0000766'], name="heat_cool_type", curie=MI
|
|
|
12118
12071
|
model_uri=NMDC.heat_cool_type, domain=None, range=Optional[Union[Union[str, "HeatCoolTypeEnum"], list[Union[str, "HeatCoolTypeEnum"]]]])
|
|
12119
12072
|
|
|
12120
12073
|
slots.heat_deliv_loc = Slot(uri=MIXS['0000810'], name="heat_deliv_loc", curie=MIXS.curie('0000810'),
|
|
12121
|
-
model_uri=NMDC.heat_deliv_loc, domain=None, range=Optional[Union[str, "
|
|
12074
|
+
model_uri=NMDC.heat_deliv_loc, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
12122
12075
|
|
|
12123
12076
|
slots.heat_sys_deliv_meth = Slot(uri=MIXS['0000812'], name="heat_sys_deliv_meth", curie=MIXS.curie('0000812'),
|
|
12124
12077
|
model_uri=NMDC.heat_sys_deliv_meth, domain=None, range=Optional[str])
|
|
@@ -12130,7 +12083,7 @@ slots.heavy_metals = Slot(uri=MIXS['0000652'], name="heavy_metals", curie=MIXS.c
|
|
|
12130
12083
|
model_uri=NMDC.heavy_metals, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12131
12084
|
|
|
12132
12085
|
slots.heavy_metals_meth = Slot(uri=MIXS['0000343'], name="heavy_metals_meth", curie=MIXS.curie('0000343'),
|
|
12133
|
-
model_uri=NMDC.heavy_metals_meth, domain=None, range=Optional[
|
|
12086
|
+
model_uri=NMDC.heavy_metals_meth, domain=None, range=Optional[str])
|
|
12134
12087
|
|
|
12135
12088
|
slots.height_carper_fiber = Slot(uri=MIXS['0000167'], name="height_carper_fiber", curie=MIXS.curie('0000167'),
|
|
12136
12089
|
model_uri=NMDC.height_carper_fiber, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12139,7 +12092,7 @@ slots.herbicide_regm = Slot(uri=MIXS['0000561'], name="herbicide_regm", curie=MI
|
|
|
12139
12092
|
model_uri=NMDC.herbicide_regm, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12140
12093
|
|
|
12141
12094
|
slots.horizon_meth = Slot(uri=MIXS['0000321'], name="horizon_meth", curie=MIXS.curie('0000321'),
|
|
12142
|
-
model_uri=NMDC.horizon_meth, domain=None, range=Optional[
|
|
12095
|
+
model_uri=NMDC.horizon_meth, domain=None, range=Optional[str])
|
|
12143
12096
|
|
|
12144
12097
|
slots.host_age = Slot(uri=MIXS['0000255'], name="host_age", curie=MIXS.curie('0000255'),
|
|
12145
12098
|
model_uri=NMDC.host_age, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12166,14 +12119,11 @@ slots.host_diet = Slot(uri=MIXS['0000869'], name="host_diet", curie=MIXS.curie('
|
|
|
12166
12119
|
model_uri=NMDC.host_diet, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12167
12120
|
|
|
12168
12121
|
slots.host_disease_stat = Slot(uri=MIXS['0000031'], name="host_disease_stat", curie=MIXS.curie('0000031'),
|
|
12169
|
-
model_uri=NMDC.host_disease_stat, domain=None, range=Optional[
|
|
12122
|
+
model_uri=NMDC.host_disease_stat, domain=None, range=Optional[str])
|
|
12170
12123
|
|
|
12171
12124
|
slots.host_dry_mass = Slot(uri=MIXS['0000257'], name="host_dry_mass", curie=MIXS.curie('0000257'),
|
|
12172
12125
|
model_uri=NMDC.host_dry_mass, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12173
12126
|
|
|
12174
|
-
slots.host_family_relation = Slot(uri=MIXS['0000872'], name="host_family_relation", curie=MIXS.curie('0000872'),
|
|
12175
|
-
model_uri=NMDC.host_family_relation, domain=None, range=Optional[Union[str, list[str]]])
|
|
12176
|
-
|
|
12177
12127
|
slots.host_genotype = Slot(uri=MIXS['0000365'], name="host_genotype", curie=MIXS.curie('0000365'),
|
|
12178
12128
|
model_uri=NMDC.host_genotype, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12179
12129
|
|
|
@@ -12184,7 +12134,7 @@ slots.host_height = Slot(uri=MIXS['0000264'], name="host_height", curie=MIXS.cur
|
|
|
12184
12134
|
model_uri=NMDC.host_height, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12185
12135
|
|
|
12186
12136
|
slots.host_last_meal = Slot(uri=MIXS['0000870'], name="host_last_meal", curie=MIXS.curie('0000870'),
|
|
12187
|
-
model_uri=NMDC.host_last_meal, domain=None, range=Optional[Union[
|
|
12137
|
+
model_uri=NMDC.host_last_meal, domain=None, range=Optional[Union[str, list[str]]])
|
|
12188
12138
|
|
|
12189
12139
|
slots.host_length = Slot(uri=MIXS['0000256'], name="host_length", curie=MIXS.curie('0000256'),
|
|
12190
12140
|
model_uri=NMDC.host_length, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12196,7 +12146,7 @@ slots.host_phenotype = Slot(uri=MIXS['0000874'], name="host_phenotype", curie=MI
|
|
|
12196
12146
|
model_uri=NMDC.host_phenotype, domain=None, range=Optional[Union[dict, ControlledTermValue]])
|
|
12197
12147
|
|
|
12198
12148
|
slots.host_sex = Slot(uri=MIXS['0000811'], name="host_sex", curie=MIXS.curie('0000811'),
|
|
12199
|
-
model_uri=NMDC.host_sex, domain=None, range=Optional[
|
|
12149
|
+
model_uri=NMDC.host_sex, domain=None, range=Optional[str])
|
|
12200
12150
|
|
|
12201
12151
|
slots.host_shape = Slot(uri=MIXS['0000261'], name="host_shape", curie=MIXS.curie('0000261'),
|
|
12202
12152
|
model_uri=NMDC.host_shape, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12244,7 +12194,7 @@ slots.inside_lux = Slot(uri=MIXS['0000168'], name="inside_lux", curie=MIXS.curie
|
|
|
12244
12194
|
model_uri=NMDC.inside_lux, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12245
12195
|
|
|
12246
12196
|
slots.int_wall_cond = Slot(uri=MIXS['0000813'], name="int_wall_cond", curie=MIXS.curie('0000813'),
|
|
12247
|
-
model_uri=NMDC.int_wall_cond, domain=None, range=Optional[Union[str, "
|
|
12197
|
+
model_uri=NMDC.int_wall_cond, domain=None, range=Optional[Union[str, "DamagedEnum"]])
|
|
12248
12198
|
|
|
12249
12199
|
slots.iw_bt_date_well = Slot(uri=MIXS['0001010'], name="iw_bt_date_well", curie=MIXS.curie('0001010'),
|
|
12250
12200
|
model_uri=NMDC.iw_bt_date_well, domain=None, range=Optional[Union[dict, TimestampValue]])
|
|
@@ -12271,7 +12221,7 @@ slots.link_addit_analys = Slot(uri=MIXS['0000340'], name="link_addit_analys", cu
|
|
|
12271
12221
|
model_uri=NMDC.link_addit_analys, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12272
12222
|
|
|
12273
12223
|
slots.link_class_info = Slot(uri=MIXS['0000329'], name="link_class_info", curie=MIXS.curie('0000329'),
|
|
12274
|
-
model_uri=NMDC.link_class_info, domain=None, range=Optional[
|
|
12224
|
+
model_uri=NMDC.link_class_info, domain=None, range=Optional[str])
|
|
12275
12225
|
|
|
12276
12226
|
slots.link_climate_info = Slot(uri=MIXS['0000328'], name="link_climate_info", curie=MIXS.curie('0000328'),
|
|
12277
12227
|
model_uri=NMDC.link_climate_info, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12283,7 +12233,7 @@ slots.local_class = Slot(uri=MIXS['0000330'], name="local_class", curie=MIXS.cur
|
|
|
12283
12233
|
model_uri=NMDC.local_class, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12284
12234
|
|
|
12285
12235
|
slots.local_class_meth = Slot(uri=MIXS['0000331'], name="local_class_meth", curie=MIXS.curie('0000331'),
|
|
12286
|
-
model_uri=NMDC.local_class_meth, domain=None, range=Optional[
|
|
12236
|
+
model_uri=NMDC.local_class_meth, domain=None, range=Optional[str])
|
|
12287
12237
|
|
|
12288
12238
|
slots.magnesium = Slot(uri=MIXS['0000431'], name="magnesium", curie=MIXS.curie('0000431'),
|
|
12289
12239
|
model_uri=NMDC.magnesium, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12301,7 +12251,7 @@ slots.mech_struc = Slot(uri=MIXS['0000815'], name="mech_struc", curie=MIXS.curie
|
|
|
12301
12251
|
model_uri=NMDC.mech_struc, domain=None, range=Optional[Union[str, "MechStrucEnum"]])
|
|
12302
12252
|
|
|
12303
12253
|
slots.mechanical_damage = Slot(uri=MIXS['0001052'], name="mechanical_damage", curie=MIXS.curie('0001052'),
|
|
12304
|
-
model_uri=NMDC.mechanical_damage, domain=None, range=Optional[Union[
|
|
12254
|
+
model_uri=NMDC.mechanical_damage, domain=None, range=Optional[Union[str, list[str]]])
|
|
12305
12255
|
|
|
12306
12256
|
slots.methane = Slot(uri=MIXS['0000101'], name="methane", curie=MIXS.curie('0000101'),
|
|
12307
12257
|
model_uri=NMDC.methane, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12394,10 +12344,10 @@ slots.particle_class = Slot(uri=MIXS['0000206'], name="particle_class", curie=MI
|
|
|
12394
12344
|
model_uri=NMDC.particle_class, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12395
12345
|
|
|
12396
12346
|
slots.pcr_cond = Slot(uri=MIXS['0000049'], name="pcr_cond", curie=MIXS.curie('0000049'),
|
|
12397
|
-
model_uri=NMDC.pcr_cond, domain=None, range=Optional[
|
|
12347
|
+
model_uri=NMDC.pcr_cond, domain=None, range=Optional[str])
|
|
12398
12348
|
|
|
12399
12349
|
slots.pcr_primers = Slot(uri=MIXS['0000046'], name="pcr_primers", curie=MIXS.curie('0000046'),
|
|
12400
|
-
model_uri=NMDC.pcr_primers, domain=None, range=Optional[
|
|
12350
|
+
model_uri=NMDC.pcr_primers, domain=None, range=Optional[str])
|
|
12401
12351
|
|
|
12402
12352
|
slots.permeability = Slot(uri=MIXS['0000404'], name="permeability", curie=MIXS.curie('0000404'),
|
|
12403
12353
|
model_uri=NMDC.permeability, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12448,7 +12398,7 @@ slots.pollutants = Slot(uri=MIXS['0000107'], name="pollutants", curie=MIXS.curie
|
|
|
12448
12398
|
model_uri=NMDC.pollutants, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12449
12399
|
|
|
12450
12400
|
slots.pool_dna_extracts = Slot(uri=MIXS['0000325'], name="pool_dna_extracts", curie=MIXS.curie('0000325'),
|
|
12451
|
-
model_uri=NMDC.pool_dna_extracts, domain=None, range=Optional[
|
|
12401
|
+
model_uri=NMDC.pool_dna_extracts, domain=None, range=Optional[str])
|
|
12452
12402
|
|
|
12453
12403
|
slots.porosity = Slot(uri=MIXS['0000211'], name="porosity", curie=MIXS.curie('0000211'),
|
|
12454
12404
|
model_uri=NMDC.porosity, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12463,8 +12413,7 @@ slots.pre_treatment = Slot(uri=MIXS['0000348'], name="pre_treatment", curie=MIXS
|
|
|
12463
12413
|
model_uri=NMDC.pre_treatment, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12464
12414
|
|
|
12465
12415
|
slots.pres_animal_insect = Slot(uri=MIXS['0000819'], name="pres_animal_insect", curie=MIXS.curie('0000819'),
|
|
12466
|
-
model_uri=NMDC.pres_animal_insect, domain=None, range=Optional[str]
|
|
12467
|
-
pattern=re.compile(r'^(cat|dog|rodent|snake|other);\d+$'))
|
|
12416
|
+
model_uri=NMDC.pres_animal_insect, domain=None, range=Optional[str])
|
|
12468
12417
|
|
|
12469
12418
|
slots.pressure = Slot(uri=MIXS['0000412'], name="pressure", curie=MIXS.curie('0000412'),
|
|
12470
12419
|
model_uri=NMDC.pressure, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12473,7 +12422,7 @@ slots.prev_land_use_meth = Slot(uri=MIXS['0000316'], name="prev_land_use_meth",
|
|
|
12473
12422
|
model_uri=NMDC.prev_land_use_meth, domain=None, range=Optional[str])
|
|
12474
12423
|
|
|
12475
12424
|
slots.previous_land_use = Slot(uri=MIXS['0000315'], name="previous_land_use", curie=MIXS.curie('0000315'),
|
|
12476
|
-
model_uri=NMDC.previous_land_use, domain=None, range=Optional[
|
|
12425
|
+
model_uri=NMDC.previous_land_use, domain=None, range=Optional[str])
|
|
12477
12426
|
|
|
12478
12427
|
slots.primary_prod = Slot(uri=MIXS['0000728'], name="primary_prod", curie=MIXS.curie('0000728'),
|
|
12479
12428
|
model_uri=NMDC.primary_prod, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12563,7 +12512,7 @@ slots.room_samp_pos = Slot(uri=MIXS['0000824'], name="room_samp_pos", curie=MIXS
|
|
|
12563
12512
|
model_uri=NMDC.room_samp_pos, domain=None, range=Optional[Union[str, "RoomSampPosEnum"]])
|
|
12564
12513
|
|
|
12565
12514
|
slots.room_type = Slot(uri=MIXS['0000825'], name="room_type", curie=MIXS.curie('0000825'),
|
|
12566
|
-
model_uri=NMDC.room_type, domain=None, range=Optional[
|
|
12515
|
+
model_uri=NMDC.room_type, domain=None, range=Optional[str])
|
|
12567
12516
|
|
|
12568
12517
|
slots.room_vol = Slot(uri=MIXS['0000195'], name="room_vol", curie=MIXS.curie('0000195'),
|
|
12569
12518
|
model_uri=NMDC.room_vol, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12601,21 +12550,12 @@ slots.root_med_suppl = Slot(uri=MIXS['0000580'], name="root_med_suppl", curie=MI
|
|
|
12601
12550
|
slots.salinity = Slot(uri=MIXS['0000183'], name="salinity", curie=MIXS.curie('0000183'),
|
|
12602
12551
|
model_uri=NMDC.salinity, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12603
12552
|
|
|
12604
|
-
slots.salinity_meth = Slot(uri=MIXS['0000341'], name="salinity_meth", curie=MIXS.curie('0000341'),
|
|
12605
|
-
model_uri=NMDC.salinity_meth, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12606
|
-
|
|
12607
12553
|
slots.salt_regm = Slot(uri=MIXS['0000582'], name="salt_regm", curie=MIXS.curie('0000582'),
|
|
12608
12554
|
model_uri=NMDC.salt_regm, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
12609
12555
|
|
|
12610
12556
|
slots.samp_capt_status = Slot(uri=MIXS['0000860'], name="samp_capt_status", curie=MIXS.curie('0000860'),
|
|
12611
12557
|
model_uri=NMDC.samp_capt_status, domain=None, range=Optional[Union[str, "SampCaptStatusEnum"]])
|
|
12612
12558
|
|
|
12613
|
-
slots.samp_collec_device = Slot(uri=MIXS['0000002'], name="samp_collec_device", curie=MIXS.curie('0000002'),
|
|
12614
|
-
model_uri=NMDC.samp_collec_device, domain=None, range=Optional[str])
|
|
12615
|
-
|
|
12616
|
-
slots.samp_collec_method = Slot(uri=MIXS['0001225'], name="samp_collec_method", curie=MIXS.curie('0001225'),
|
|
12617
|
-
model_uri=NMDC.samp_collec_method, domain=None, range=Optional[str])
|
|
12618
|
-
|
|
12619
12559
|
slots.samp_collect_point = Slot(uri=MIXS['0001015'], name="samp_collect_point", curie=MIXS.curie('0001015'),
|
|
12620
12560
|
model_uri=NMDC.samp_collect_point, domain=None, range=Optional[Union[str, "SampCollectPointEnum"]])
|
|
12621
12561
|
|
|
@@ -12623,7 +12563,8 @@ slots.samp_dis_stage = Slot(uri=MIXS['0000249'], name="samp_dis_stage", curie=MI
|
|
|
12623
12563
|
model_uri=NMDC.samp_dis_stage, domain=None, range=Optional[Union[str, "SampDisStageEnum"]])
|
|
12624
12564
|
|
|
12625
12565
|
slots.samp_floor = Slot(uri=MIXS['0000828'], name="samp_floor", curie=MIXS.curie('0000828'),
|
|
12626
|
-
model_uri=NMDC.samp_floor, domain=None, range=Optional[
|
|
12566
|
+
model_uri=NMDC.samp_floor, domain=None, range=Optional[str],
|
|
12567
|
+
pattern=re.compile(r'^(?:(?:\d*1[1-3]th|\d*1st|\d*2nd|\d*3rd|\d*[04-9]th) floor|basement|lobby)$'))
|
|
12627
12568
|
|
|
12628
12569
|
slots.samp_loc_corr_rate = Slot(uri=MIXS['0000136'], name="samp_loc_corr_rate", curie=MIXS.curie('0000136'),
|
|
12629
12570
|
model_uri=NMDC.samp_loc_corr_rate, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12647,7 +12588,7 @@ slots.samp_size = Slot(uri=MIXS['0000001'], name="samp_size", curie=MIXS.curie('
|
|
|
12647
12588
|
model_uri=NMDC.samp_size, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12648
12589
|
|
|
12649
12590
|
slots.samp_sort_meth = Slot(uri=MIXS['0000216'], name="samp_sort_meth", curie=MIXS.curie('0000216'),
|
|
12650
|
-
model_uri=NMDC.samp_sort_meth, domain=None, range=Optional[Union[
|
|
12591
|
+
model_uri=NMDC.samp_sort_meth, domain=None, range=Optional[Union[str, list[str]]])
|
|
12651
12592
|
|
|
12652
12593
|
slots.samp_store_dur = Slot(uri=MIXS['0000116'], name="samp_store_dur", curie=MIXS.curie('0000116'),
|
|
12653
12594
|
model_uri=NMDC.samp_store_dur, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12689,7 +12630,7 @@ slots.saturates_pc = Slot(uri=MIXS['0000131'], name="saturates_pc", curie=MIXS.c
|
|
|
12689
12630
|
model_uri=NMDC.saturates_pc, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12690
12631
|
|
|
12691
12632
|
slots.season = Slot(uri=MIXS['0000829'], name="season", curie=MIXS.curie('0000829'),
|
|
12692
|
-
model_uri=NMDC.season, domain=None, range=Optional[Union[
|
|
12633
|
+
model_uri=NMDC.season, domain=None, range=Optional[Union[str, "SeasonEnum"]])
|
|
12693
12634
|
|
|
12694
12635
|
slots.season_environment = Slot(uri=MIXS['0001068'], name="season_environment", curie=MIXS.curie('0001068'),
|
|
12695
12636
|
model_uri=NMDC.season_environment, domain=None, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
@@ -12710,10 +12651,10 @@ slots.sediment_type = Slot(uri=MIXS['0001078'], name="sediment_type", curie=MIXS
|
|
|
12710
12651
|
model_uri=NMDC.sediment_type, domain=None, range=Optional[Union[str, "SedimentTypeEnum"]])
|
|
12711
12652
|
|
|
12712
12653
|
slots.seq_meth = Slot(uri=MIXS['0000050'], name="seq_meth", curie=MIXS.curie('0000050'),
|
|
12713
|
-
model_uri=NMDC.seq_meth, domain=None, range=Optional[
|
|
12654
|
+
model_uri=NMDC.seq_meth, domain=None, range=Optional[str])
|
|
12714
12655
|
|
|
12715
12656
|
slots.seq_quality_check = Slot(uri=MIXS['0000051'], name="seq_quality_check", curie=MIXS.curie('0000051'),
|
|
12716
|
-
model_uri=NMDC.seq_quality_check, domain=None, range=Optional[Union[
|
|
12657
|
+
model_uri=NMDC.seq_quality_check, domain=None, range=Optional[Union[str, "SeqQualityCheckEnum"]])
|
|
12717
12658
|
|
|
12718
12659
|
slots.sewage_type = Slot(uri=MIXS['0000215'], name="sewage_type", curie=MIXS.curie('0000215'),
|
|
12719
12660
|
model_uri=NMDC.sewage_type, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12722,10 +12663,10 @@ slots.shad_dev_water_mold = Slot(uri=MIXS['0000834'], name="shad_dev_water_mold"
|
|
|
12722
12663
|
model_uri=NMDC.shad_dev_water_mold, domain=None, range=Optional[str])
|
|
12723
12664
|
|
|
12724
12665
|
slots.shading_device_cond = Slot(uri=MIXS['0000831'], name="shading_device_cond", curie=MIXS.curie('0000831'),
|
|
12725
|
-
model_uri=NMDC.shading_device_cond, domain=None, range=Optional[Union[str, "
|
|
12666
|
+
model_uri=NMDC.shading_device_cond, domain=None, range=Optional[Union[str, "DamagedRupturedEnum"]])
|
|
12726
12667
|
|
|
12727
12668
|
slots.shading_device_loc = Slot(uri=MIXS['0000832'], name="shading_device_loc", curie=MIXS.curie('0000832'),
|
|
12728
|
-
model_uri=NMDC.shading_device_loc, domain=None, range=Optional[Union[
|
|
12669
|
+
model_uri=NMDC.shading_device_loc, domain=None, range=Optional[Union[str, "ShadingDeviceLocEnum"]])
|
|
12729
12670
|
|
|
12730
12671
|
slots.shading_device_mat = Slot(uri=MIXS['0000245'], name="shading_device_mat", curie=MIXS.curie('0000245'),
|
|
12731
12672
|
model_uri=NMDC.shading_device_mat, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12763,9 +12704,6 @@ slots.sodium = Slot(uri=MIXS['0000428'], name="sodium", curie=MIXS.curie('000042
|
|
|
12763
12704
|
slots.soil_horizon = Slot(uri=MIXS['0001082'], name="soil_horizon", curie=MIXS.curie('0001082'),
|
|
12764
12705
|
model_uri=NMDC.soil_horizon, domain=None, range=Optional[Union[str, "SoilHorizonEnum"]])
|
|
12765
12706
|
|
|
12766
|
-
slots.soil_text_measure = Slot(uri=MIXS['0000335'], name="soil_text_measure", curie=MIXS.curie('0000335'),
|
|
12767
|
-
model_uri=NMDC.soil_text_measure, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12768
|
-
|
|
12769
12707
|
slots.soil_texture_meth = Slot(uri=MIXS['0000336'], name="soil_texture_meth", curie=MIXS.curie('0000336'),
|
|
12770
12708
|
model_uri=NMDC.soil_texture_meth, domain=None, range=Optional[str])
|
|
12771
12709
|
|
|
@@ -12791,7 +12729,7 @@ slots.source_mat_id = Slot(uri=MIXS['0000026'], name="source_mat_id", curie=MIXS
|
|
|
12791
12729
|
model_uri=NMDC.source_mat_id, domain=None, range=Optional[Union[dict, TextValue]])
|
|
12792
12730
|
|
|
12793
12731
|
slots.space_typ_state = Slot(uri=MIXS['0000770'], name="space_typ_state", curie=MIXS.curie('0000770'),
|
|
12794
|
-
model_uri=NMDC.space_typ_state, domain=None, range=Optional[Union[
|
|
12732
|
+
model_uri=NMDC.space_typ_state, domain=None, range=Optional[Union[str, "SpaceTypStateEnum"]])
|
|
12795
12733
|
|
|
12796
12734
|
slots.specific = Slot(uri=MIXS['0000836'], name="specific", curie=MIXS.curie('0000836'),
|
|
12797
12735
|
model_uri=NMDC.specific, domain=None, range=Optional[Union[str, "SpecificEnum"]])
|
|
@@ -12803,7 +12741,7 @@ slots.sr_dep_env = Slot(uri=MIXS['0000996'], name="sr_dep_env", curie=MIXS.curie
|
|
|
12803
12741
|
model_uri=NMDC.sr_dep_env, domain=None, range=Optional[Union[str, "SrDepEnvEnum"]])
|
|
12804
12742
|
|
|
12805
12743
|
slots.sr_geol_age = Slot(uri=MIXS['0000997'], name="sr_geol_age", curie=MIXS.curie('0000997'),
|
|
12806
|
-
model_uri=NMDC.sr_geol_age, domain=None, range=Optional[Union[str, "
|
|
12744
|
+
model_uri=NMDC.sr_geol_age, domain=None, range=Optional[Union[str, "GeolAgeEnum"]])
|
|
12807
12745
|
|
|
12808
12746
|
slots.sr_kerog_type = Slot(uri=MIXS['0000994'], name="sr_kerog_type", curie=MIXS.curie('0000994'),
|
|
12809
12747
|
model_uri=NMDC.sr_kerog_type, domain=None, range=Optional[Union[str, "SrKerogTypeEnum"]])
|
|
@@ -12908,7 +12846,7 @@ slots.tot_nitro_content = Slot(uri=MIXS['0000530'], name="tot_nitro_content", cu
|
|
|
12908
12846
|
model_uri=NMDC.tot_nitro_content, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12909
12847
|
|
|
12910
12848
|
slots.tot_org_c_meth = Slot(uri=MIXS['0000337'], name="tot_org_c_meth", curie=MIXS.curie('0000337'),
|
|
12911
|
-
model_uri=NMDC.tot_org_c_meth, domain=None, range=Optional[
|
|
12849
|
+
model_uri=NMDC.tot_org_c_meth, domain=None, range=Optional[str])
|
|
12912
12850
|
|
|
12913
12851
|
slots.tot_org_carb = Slot(uri=MIXS['0000533'], name="tot_org_carb", curie=MIXS.curie('0000533'),
|
|
12914
12852
|
model_uri=NMDC.tot_org_carb, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -12959,7 +12897,7 @@ slots.vfa_fw = Slot(uri=MIXS['0000408'], name="vfa_fw", curie=MIXS.curie('000040
|
|
|
12959
12897
|
model_uri=NMDC.vfa_fw, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12960
12898
|
|
|
12961
12899
|
slots.vis_media = Slot(uri=MIXS['0000840'], name="vis_media", curie=MIXS.curie('0000840'),
|
|
12962
|
-
model_uri=NMDC.vis_media, domain=None, range=Optional[
|
|
12900
|
+
model_uri=NMDC.vis_media, domain=None, range=Optional[str])
|
|
12963
12901
|
|
|
12964
12902
|
slots.viscosity = Slot(uri=MIXS['0000126'], name="viscosity", curie=MIXS.curie('0000126'),
|
|
12965
12903
|
model_uri=NMDC.viscosity, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -12980,19 +12918,19 @@ slots.wall_height = Slot(uri=MIXS['0000221'], name="wall_height", curie=MIXS.cur
|
|
|
12980
12918
|
model_uri=NMDC.wall_height, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12981
12919
|
|
|
12982
12920
|
slots.wall_loc = Slot(uri=MIXS['0000843'], name="wall_loc", curie=MIXS.curie('0000843'),
|
|
12983
|
-
model_uri=NMDC.wall_loc, domain=None, range=Optional[Union[str, "
|
|
12921
|
+
model_uri=NMDC.wall_loc, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
12984
12922
|
|
|
12985
12923
|
slots.wall_surf_treatment = Slot(uri=MIXS['0000845'], name="wall_surf_treatment", curie=MIXS.curie('0000845'),
|
|
12986
12924
|
model_uri=NMDC.wall_surf_treatment, domain=None, range=Optional[Union[str, "WallSurfTreatmentEnum"]])
|
|
12987
12925
|
|
|
12988
12926
|
slots.wall_texture = Slot(uri=MIXS['0000846'], name="wall_texture", curie=MIXS.curie('0000846'),
|
|
12989
|
-
model_uri=NMDC.wall_texture, domain=None, range=Optional[Union[str, "
|
|
12927
|
+
model_uri=NMDC.wall_texture, domain=None, range=Optional[Union[str, "CeilingWallTextureEnum"]])
|
|
12990
12928
|
|
|
12991
12929
|
slots.wall_thermal_mass = Slot(uri=MIXS['0000222'], name="wall_thermal_mass", curie=MIXS.curie('0000222'),
|
|
12992
12930
|
model_uri=NMDC.wall_thermal_mass, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
12993
12931
|
|
|
12994
12932
|
slots.wall_water_mold = Slot(uri=MIXS['0000844'], name="wall_water_mold", curie=MIXS.curie('0000844'),
|
|
12995
|
-
model_uri=NMDC.wall_water_mold, domain=None, range=Optional[Union[
|
|
12933
|
+
model_uri=NMDC.wall_water_mold, domain=None, range=Optional[Union[str, "MoldVisibilityEnum"]])
|
|
12996
12934
|
|
|
12997
12935
|
slots.wastewater_type = Slot(uri=MIXS['0000353'], name="wastewater_type", curie=MIXS.curie('0000353'),
|
|
12998
12936
|
model_uri=NMDC.wastewater_type, domain=None, range=Optional[Union[dict, TextValue]])
|
|
@@ -13037,7 +12975,7 @@ slots.wind_speed = Slot(uri=MIXS['0000118'], name="wind_speed", curie=MIXS.curie
|
|
|
13037
12975
|
model_uri=NMDC.wind_speed, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
13038
12976
|
|
|
13039
12977
|
slots.window_cond = Slot(uri=MIXS['0000849'], name="window_cond", curie=MIXS.curie('0000849'),
|
|
13040
|
-
model_uri=NMDC.window_cond, domain=None, range=Optional[Union[str, "
|
|
12978
|
+
model_uri=NMDC.window_cond, domain=None, range=Optional[Union[str, "DamagedRupturedEnum"]])
|
|
13041
12979
|
|
|
13042
12980
|
slots.window_cover = Slot(uri=MIXS['0000850'], name="window_cover", curie=MIXS.curie('0000850'),
|
|
13043
12981
|
model_uri=NMDC.window_cover, domain=None, range=Optional[Union[str, "WindowCoverEnum"]])
|
|
@@ -13046,7 +12984,7 @@ slots.window_horiz_pos = Slot(uri=MIXS['0000851'], name="window_horiz_pos", curi
|
|
|
13046
12984
|
model_uri=NMDC.window_horiz_pos, domain=None, range=Optional[Union[str, "WindowHorizPosEnum"]])
|
|
13047
12985
|
|
|
13048
12986
|
slots.window_loc = Slot(uri=MIXS['0000852'], name="window_loc", curie=MIXS.curie('0000852'),
|
|
13049
|
-
model_uri=NMDC.window_loc, domain=None, range=Optional[Union[str, "
|
|
12987
|
+
model_uri=NMDC.window_loc, domain=None, range=Optional[Union[str, "CompassDirections8Enum"]])
|
|
13050
12988
|
|
|
13051
12989
|
slots.window_mat = Slot(uri=MIXS['0000853'], name="window_mat", curie=MIXS.curie('0000853'),
|
|
13052
12990
|
model_uri=NMDC.window_mat, domain=None, range=Optional[Union[str, "WindowMatEnum"]])
|
|
@@ -13058,7 +12996,7 @@ slots.window_size = Slot(uri=MIXS['0000224'], name="window_size", curie=MIXS.cur
|
|
|
13058
12996
|
model_uri=NMDC.window_size, domain=None, range=Optional[Union[dict, TextValue]])
|
|
13059
12997
|
|
|
13060
12998
|
slots.window_status = Slot(uri=MIXS['0000855'], name="window_status", curie=MIXS.curie('0000855'),
|
|
13061
|
-
model_uri=NMDC.window_status, domain=None, range=Optional[Union[
|
|
12999
|
+
model_uri=NMDC.window_status, domain=None, range=Optional[Union[str, "WindowStatusEnum"]])
|
|
13062
13000
|
|
|
13063
13001
|
slots.window_type = Slot(uri=MIXS['0000856'], name="window_type", curie=MIXS.curie('0000856'),
|
|
13064
13002
|
model_uri=NMDC.window_type, domain=None, range=Optional[Union[str, "WindowTypeEnum"]])
|
|
@@ -13067,25 +13005,16 @@ slots.window_vert_pos = Slot(uri=MIXS['0000857'], name="window_vert_pos", curie=
|
|
|
13067
13005
|
model_uri=NMDC.window_vert_pos, domain=None, range=Optional[Union[str, "WindowVertPosEnum"]])
|
|
13068
13006
|
|
|
13069
13007
|
slots.window_water_mold = Slot(uri=MIXS['0000854'], name="window_water_mold", curie=MIXS.curie('0000854'),
|
|
13070
|
-
model_uri=NMDC.window_water_mold, domain=None, range=Optional[Union[
|
|
13008
|
+
model_uri=NMDC.window_water_mold, domain=None, range=Optional[Union[str, "MoldVisibilityEnum"]])
|
|
13071
13009
|
|
|
13072
13010
|
slots.xylene = Slot(uri=MIXS['0000156'], name="xylene", curie=MIXS.curie('0000156'),
|
|
13073
13011
|
model_uri=NMDC.xylene, domain=None, range=Optional[Union[dict, QuantityValue]])
|
|
13074
13012
|
|
|
13075
|
-
slots.
|
|
13076
|
-
model_uri=NMDC.
|
|
13077
|
-
|
|
13078
|
-
slots.environment_field = Slot(uri=MIXS.environment_field, name="environment field", curie=MIXS.curie('environment_field'),
|
|
13079
|
-
model_uri=NMDC.environment_field, domain=None, range=Optional[str])
|
|
13080
|
-
|
|
13081
|
-
slots.investigation_field = Slot(uri=MIXS.investigation_field, name="investigation field", curie=MIXS.curie('investigation_field'),
|
|
13082
|
-
model_uri=NMDC.investigation_field, domain=None, range=Optional[str])
|
|
13083
|
-
|
|
13084
|
-
slots.nucleic_acid_sequence_source_field = Slot(uri=MIXS.nucleic_acid_sequence_source_field, name="nucleic acid sequence source field", curie=MIXS.curie('nucleic_acid_sequence_source_field'),
|
|
13085
|
-
model_uri=NMDC.nucleic_acid_sequence_source_field, domain=None, range=Optional[str])
|
|
13013
|
+
slots.samp_collec_device = Slot(uri=MIXS['0000002'], name="samp_collec_device", curie=MIXS.curie('0000002'),
|
|
13014
|
+
model_uri=NMDC.samp_collec_device, domain=None, range=Optional[str])
|
|
13086
13015
|
|
|
13087
|
-
slots.
|
|
13088
|
-
model_uri=NMDC.
|
|
13016
|
+
slots.samp_collec_method = Slot(uri=MIXS['0001225'], name="samp_collec_method", curie=MIXS.curie('0001225'),
|
|
13017
|
+
model_uri=NMDC.samp_collec_method, domain=None, range=Optional[str])
|
|
13089
13018
|
|
|
13090
13019
|
slots.mixs_env_triad_field = Slot(uri=MIXS.mixs_env_triad_field, name="mixs_env_triad_field", curie=MIXS.curie('mixs_env_triad_field'),
|
|
13091
13020
|
model_uri=NMDC.mixs_env_triad_field, domain=None, range=Optional[Union[dict, ControlledIdentifiedTermValue]])
|
|
@@ -13224,7 +13153,7 @@ slots.LibraryPreparation_id = Slot(uri=NMDC.id, name="LibraryPreparation_id", cu
|
|
|
13224
13153
|
pattern=re.compile(r'^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$'))
|
|
13225
13154
|
|
|
13226
13155
|
slots.LibraryPreparation_pcr_cond = Slot(uri=MIXS['0000049'], name="LibraryPreparation_pcr_cond", curie=MIXS.curie('0000049'),
|
|
13227
|
-
model_uri=NMDC.LibraryPreparation_pcr_cond, domain=LibraryPreparation, range=Optional[
|
|
13156
|
+
model_uri=NMDC.LibraryPreparation_pcr_cond, domain=LibraryPreparation, range=Optional[str])
|
|
13228
13157
|
|
|
13229
13158
|
slots.CollectingBiosamplesFromSite_has_input = Slot(uri=NMDC['basic_classes/has_input'], name="CollectingBiosamplesFromSite_has_input", curie=NMDC.curie('basic_classes/has_input'),
|
|
13230
13159
|
model_uri=NMDC.CollectingBiosamplesFromSite_has_input, domain=CollectingBiosamplesFromSite, range=Union[Union[str, SiteId], list[Union[str, SiteId]]])
|
|
@@ -13519,19 +13448,19 @@ slots.Biosample_al_sat = Slot(uri=MIXS['0000607'], name="Biosample_al_sat", curi
|
|
|
13519
13448
|
model_uri=NMDC.Biosample_al_sat, domain=Biosample, range=Optional[Union[dict, QuantityValue]])
|
|
13520
13449
|
|
|
13521
13450
|
slots.Biosample_al_sat_meth = Slot(uri=MIXS['0000324'], name="Biosample_al_sat_meth", curie=MIXS.curie('0000324'),
|
|
13522
|
-
model_uri=NMDC.Biosample_al_sat_meth, domain=Biosample, range=Optional[
|
|
13451
|
+
model_uri=NMDC.Biosample_al_sat_meth, domain=Biosample, range=Optional[str])
|
|
13523
13452
|
|
|
13524
13453
|
slots.Biosample_cur_vegetation = Slot(uri=MIXS['0000312'], name="Biosample_cur_vegetation", curie=MIXS.curie('0000312'),
|
|
13525
13454
|
model_uri=NMDC.Biosample_cur_vegetation, domain=Biosample, range=Optional[Union[dict, TextValue]])
|
|
13526
13455
|
|
|
13527
13456
|
slots.Biosample_cur_vegetation_meth = Slot(uri=MIXS['0000314'], name="Biosample_cur_vegetation_meth", curie=MIXS.curie('0000314'),
|
|
13528
|
-
model_uri=NMDC.Biosample_cur_vegetation_meth, domain=Biosample, range=Optional[
|
|
13457
|
+
model_uri=NMDC.Biosample_cur_vegetation_meth, domain=Biosample, range=Optional[str])
|
|
13529
13458
|
|
|
13530
13459
|
slots.Biosample_heavy_metals = Slot(uri=MIXS['0000652'], name="Biosample_heavy_metals", curie=MIXS.curie('0000652'),
|
|
13531
13460
|
model_uri=NMDC.Biosample_heavy_metals, domain=Biosample, range=Optional[Union[Union[dict, TextValue], list[Union[dict, TextValue]]]])
|
|
13532
13461
|
|
|
13533
13462
|
slots.Biosample_heavy_metals_meth = Slot(uri=MIXS['0000343'], name="Biosample_heavy_metals_meth", curie=MIXS.curie('0000343'),
|
|
13534
|
-
model_uri=NMDC.Biosample_heavy_metals_meth, domain=Biosample, range=Optional[Union[
|
|
13463
|
+
model_uri=NMDC.Biosample_heavy_metals_meth, domain=Biosample, range=Optional[Union[str, list[str]]])
|
|
13535
13464
|
|
|
13536
13465
|
slots.Biosample_season_precpt = Slot(uri=MIXS['0000645'], name="Biosample_season_precpt", curie=MIXS.curie('0000645'),
|
|
13537
13466
|
model_uri=NMDC.Biosample_season_precpt, domain=Biosample, range=Optional[Union[dict, QuantityValue]])
|
|
@@ -13552,14 +13481,11 @@ slots.Biosample_tot_nitro_cont_meth = Slot(uri=MIXS['0000338'], name="Biosample_
|
|
|
13552
13481
|
model_uri=NMDC.Biosample_tot_nitro_cont_meth, domain=Biosample, range=Optional[str])
|
|
13553
13482
|
|
|
13554
13483
|
slots.Biosample_tot_org_c_meth = Slot(uri=MIXS['0000337'], name="Biosample_tot_org_c_meth", curie=MIXS.curie('0000337'),
|
|
13555
|
-
model_uri=NMDC.Biosample_tot_org_c_meth, domain=Biosample, range=Optional[
|
|
13484
|
+
model_uri=NMDC.Biosample_tot_org_c_meth, domain=Biosample, range=Optional[str])
|
|
13556
13485
|
|
|
13557
13486
|
slots.Biosample_tot_org_carb = Slot(uri=MIXS['0000533'], name="Biosample_tot_org_carb", curie=MIXS.curie('0000533'),
|
|
13558
13487
|
model_uri=NMDC.Biosample_tot_org_carb, domain=Biosample, range=Optional[Union[dict, QuantityValue]])
|
|
13559
13488
|
|
|
13560
|
-
slots.Biosample_salinity_meth = Slot(uri=MIXS['0000341'], name="Biosample_salinity_meth", curie=MIXS.curie('0000341'),
|
|
13561
|
-
model_uri=NMDC.Biosample_salinity_meth, domain=Biosample, range=Optional[Union[dict, TextValue]])
|
|
13562
|
-
|
|
13563
13489
|
slots.Biosample_sieving = Slot(uri=MIXS['0000322'], name="Biosample_sieving", curie=MIXS.curie('0000322'),
|
|
13564
13490
|
model_uri=NMDC.Biosample_sieving, domain=Biosample, range=Optional[Union[dict, TextValue]])
|
|
13565
13491
|
|
|
@@ -13718,4 +13644,13 @@ slots.WorkflowExecution_processing_institution = Slot(uri=NMDC.processing_instit
|
|
|
13718
13644
|
model_uri=NMDC.WorkflowExecution_processing_institution, domain=WorkflowExecution, range=Union[str, "ProcessingInstitutionEnum"])
|
|
13719
13645
|
|
|
13720
13646
|
slots.WorkflowExecution_was_informed_by = Slot(uri=NMDC['basic_classes/was_informed_by'], name="WorkflowExecution_was_informed_by", curie=NMDC.curie('basic_classes/was_informed_by'),
|
|
13721
|
-
model_uri=NMDC.WorkflowExecution_was_informed_by, domain=WorkflowExecution, range=Union[Union[str, DataGenerationId], list[Union[str, DataGenerationId]]])
|
|
13647
|
+
model_uri=NMDC.WorkflowExecution_was_informed_by, domain=WorkflowExecution, range=Union[Union[str, DataGenerationId], list[Union[str, DataGenerationId]]])
|
|
13648
|
+
|
|
13649
|
+
slots.WorkflowExecution_version = Slot(uri=NMDC.version, name="WorkflowExecution_version", curie=NMDC.curie('version'),
|
|
13650
|
+
model_uri=NMDC.WorkflowExecution_version, domain=WorkflowExecution, range=Optional[str])
|
|
13651
|
+
|
|
13652
|
+
slots.ProvenanceMetadata_version = Slot(uri=NMDC.version, name="ProvenanceMetadata_version", curie=NMDC.curie('version'),
|
|
13653
|
+
model_uri=NMDC.ProvenanceMetadata_version, domain=ProvenanceMetadata, range=Optional[str])
|
|
13654
|
+
|
|
13655
|
+
slots.ProvenanceMetadata_git_url = Slot(uri=NMDC.git_url, name="ProvenanceMetadata_git_url", curie=NMDC.curie('git_url'),
|
|
13656
|
+
model_uri=NMDC.ProvenanceMetadata_git_url, domain=ProvenanceMetadata, range=Optional[str])
|