nmdc-schema 11.15.0__tar.gz → 11.15.1__tar.gz

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.
Files changed (127) hide show
  1. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/PKG-INFO +3 -1
  2. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc.py +2 -2
  3. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc.schema.json +2 -2
  4. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_materialized_patterns.json +55 -53
  5. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_materialized_patterns.schema.json +22 -23
  6. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_materialized_patterns.yaml +50 -52
  7. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_pydantic.py +53 -73
  8. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/pyproject.toml +6 -4
  9. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/LICENSE +0 -0
  10. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/README.md +0 -0
  11. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/README.md +0 -0
  12. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/__init__.py +0 -0
  13. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/anyuri_strings_to_iris.py +0 -0
  14. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/dump_single_modality.py +0 -0
  15. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/get_json_schema.py +0 -0
  16. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/get_nmdc_view.py +0 -0
  17. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/gold-to-mixs.sssom.tsv +0 -0
  18. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/id_helpers.py +0 -0
  19. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migration_recursion.py +0 -0
  20. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/.docker/.env.example +0 -0
  21. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/.docker/docker-compose.yaml +0 -0
  22. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/.docker/mongoKeyFile +0 -0
  23. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/.docker/mongo_init/initialize_replica_set.sh +0 -0
  24. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/.docker/wait-for-it.sh +0 -0
  25. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/README.md +0 -0
  26. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/__init__.py +0 -0
  27. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/adapters/adapter_base.py +0 -0
  28. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/adapters/dictionary_adapter.py +0 -0
  29. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/adapters/mongo_adapter.py +0 -0
  30. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/adapters/test_dictionary_adapter.py +0 -0
  31. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/adapters/test_mongo_adapter.py +0 -0
  32. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/assets/migrator_from_10_2_0_to_11_0_0_part_08/instrument_set.yaml +0 -0
  33. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/assets/migrator_from_11_7_to_11_8/data_category_map.yaml +0 -0
  34. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/assets/migrator_from_8_1_to_9_0/study_dois_changes.yaml +0 -0
  35. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/assets/migrator_from_9_1_to_9_2/websites_dois.yaml +0 -0
  36. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/cli/README.md +0 -0
  37. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/cli/__init__.py +0 -0
  38. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/cli/create_migrator.py +0 -0
  39. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/cli/migrator.py.template +0 -0
  40. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/cli/run_migrator.py +0 -0
  41. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/helpers.py +0 -0
  42. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migration_reporter.py +0 -0
  43. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_base.py +0 -0
  44. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_0_0_to_10_1_2.py +0 -0
  45. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_2_0_to_11_0_0.py +0 -0
  46. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_3_0_to_10_4_0.py +0 -0
  47. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_4_0_to_10_5_4.py +0 -0
  48. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_5_4_to_10_5_5.py +0 -0
  49. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_5_5_to_10_5_6.py +0 -0
  50. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_5_6_to_10_6_0.py +0 -0
  51. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_10_6_0_to_10_7_0.py +0 -0
  52. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_0_3_to_11_1_0.py +0 -0
  53. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_10_0_to_11_11_0.py +0 -0
  54. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_11_0_to_11_13_0.py +0 -0
  55. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_13_0_to_11_14_0.py +0 -0
  56. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_1_0_to_11_2_0.py +0 -0
  57. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_3_0_to_11_4_0.py +0 -0
  58. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_4_0_to_11_5_0.py +0 -0
  59. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_5_0_to_11_5_1.py +0 -0
  60. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_5_1_to_11_6_0.py +0 -0
  61. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_6_0_to_11_6_1.py +0 -0
  62. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_6_1_to_11_7_0.py +0 -0
  63. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_7_0_to_11_8_0.py +0 -0
  64. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_8_0_to_11_9_0.py +0 -0
  65. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_11_9_1_to_11_10_0.py +0 -0
  66. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_1_0_0_to_EXAMPLE.py +0 -0
  67. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_7_7_2_to_7_8_0.py +0 -0
  68. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_7_8_0_to_8_0_0.py +0 -0
  69. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_8_0_to_8_1.py +0 -0
  70. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_8_1_to_9_0.py +0 -0
  71. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_9_1_to_9_2.py +0 -0
  72. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/migrator_from_9_3_to_10_0.py +0 -0
  73. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/README.md +0 -0
  74. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/__init__.py +0 -0
  75. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_01.py +0 -0
  76. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_02.py +0 -0
  77. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_03.py +0 -0
  78. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_04.py +0 -0
  79. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_05.py +0 -0
  80. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_06.py +0 -0
  81. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_07.py +0 -0
  82. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_08.py +0 -0
  83. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_09.py +0 -0
  84. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_10.py +0 -0
  85. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_11.py +0 -0
  86. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_12.py +0 -0
  87. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_13.py +0 -0
  88. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_14.py +0 -0
  89. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_15.py +0 -0
  90. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_10_2_0_to_11_0_0/migrator_from_10_2_0_to_11_0_0_part_16.py +0 -0
  91. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_0_3_to_11_1_0/__init__.py +0 -0
  92. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_0_3_to_11_1_0/migrator_from_11_0_3_to_11_1_0_part_1.py +0 -0
  93. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_0_3_to_11_1_0/migrator_from_11_0_3_to_11_1_0_part_2.py +0 -0
  94. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_0_3_to_11_1_0/migrator_from_11_0_3_to_11_1_0_part_3.py +0 -0
  95. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/__init__.py +0 -0
  96. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/migrator_from_11_10_0_to_11_11_0_part_1.py +0 -0
  97. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/migrator_from_11_10_0_to_11_11_0_part_2.py +0 -0
  98. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_11_0_to_11_13_0/__init__.py +0 -0
  99. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_11_0_to_11_13_0/migrator_from_11_11_0_to_11_13_0_part_1.py +0 -0
  100. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_11_0_to_11_13_0/migrator_from_11_11_0_to_11_13_0_part_2.py +0 -0
  101. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_11_0_to_11_13_0/migrator_from_11_11_0_to_11_13_0_part_3.py +0 -0
  102. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_13_0_to_11_14_0/__init__.py +0 -0
  103. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/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 +0 -0
  104. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/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 +0 -0
  105. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_1_0_to_11_2_0/__init__.py +0 -0
  106. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_1_0_to_11_2_0/migrator_from_11_1_0_to_11_2_0_part_1.py +0 -0
  107. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_1_0_to_11_2_0/migrator_from_11_1_0_to_11_2_0_part_2.py +0 -0
  108. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_5_1_to_11_6_0/__init__.py +0 -0
  109. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_5_1_to_11_6_0/migrator_from_11_5_1_to_11_6_0_part_1.py +0 -0
  110. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_5_1_to_11_6_0/migrator_from_11_5_1_to_11_6_0_part_2.py +0 -0
  111. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/__init__.py +0 -0
  112. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_1.py +0 -0
  113. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_2.py +0 -0
  114. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_3.py +0 -0
  115. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_4.py +0 -0
  116. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_7_0_to_11_8_0/migrator_from_11_7_0_to_11_8_0_part_5.py +0 -0
  117. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_8_0_to_11_9_0/__init__.py +0 -0
  118. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_8_0_to_11_9_0/migrator_from_11_8_0_to_11_9_0_part_1.py +0 -0
  119. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_8_0_to_11_9_0/migrator_from_11_8_0_to_11_9_0_part_2.py +0 -0
  120. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_9_1_to_11_10_0/__init__.py +0 -0
  121. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_9_1_to_11_10_0/migrator_from_11_9_1_to_11_10_0_part_1.py +0 -0
  122. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_9_1_to_11_10_0/migrator_from_11_9_1_to_11_10_0_part_2.py +0 -0
  123. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/migrators/partials/migrator_from_11_9_1_to_11_10_0/migrator_from_11_9_1_to_11_10_0_part_3.py +0 -0
  124. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_data.py +0 -0
  125. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_schema_validation_plugin.py +0 -0
  126. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/nmdc_version.py +0 -0
  127. {nmdc_schema-11.15.0 → nmdc_schema-11.15.1}/nmdc_schema/validate_nmdc_json.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nmdc_schema
3
- Version: 11.15.0
3
+ Version: 11.15.1
4
4
  Summary: Schema resources for the National Microbiome Data Collaborative (NMDC)
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -27,6 +27,8 @@ Requires-Dist: jsonasobj2 (>=1,<2)
27
27
  Requires-Dist: jsonschema (>=4,<5)
28
28
  Requires-Dist: linkml (>=1.9.6,<2.0.0)
29
29
  Requires-Dist: linkml-runtime (>=1.9.5,<2.0.0)
30
+ Requires-Dist: pyasn1 (>=0.6.2)
31
+ Requires-Dist: pymdown-extensions (>=10.16.1)
30
32
  Requires-Dist: pymongo (>=4.7.2,<5.0.0)
31
33
  Requires-Dist: python-dotenv
32
34
  Requires-Dist: pyyaml (>=6,<7)
@@ -1,5 +1,5 @@
1
1
  # Auto generated from nmdc.yaml by pythongen.py version: 0.0.1
2
- # Generation date: 2026-01-15T00:37:30
2
+ # Generation date: 2026-01-21T19:39:27
3
3
  # Schema: NMDC
4
4
  #
5
5
  # id: https://w3id.org/nmdc/nmdc
@@ -60,7 +60,7 @@ from linkml_runtime.linkml_model.types import Boolean, Decimal, Float, Integer,
60
60
  from linkml_runtime.utils.metamodelcore import Bool, Decimal, URIorCURIE
61
61
 
62
62
  metamodel_version = "1.7.0"
63
- version = "11.15.0"
63
+ version = "11.15.1"
64
64
 
65
65
  # Namespaces
66
66
  BFO = CurieNamespace('BFO', 'http://purl.obolibrary.org/obo/BFO_')
@@ -1584,7 +1584,7 @@
1584
1584
  "type": "null"
1585
1585
  }
1586
1586
  ],
1587
- "description": "The number of times the sample location is cleaned. Frequency of cleaning might be on a Daily basis, Weekly, Monthly, Quarterly or Annually"
1587
+ "description": "The number of times the sample location is cleaned per day."
1588
1588
  },
1589
1589
  "freq_cook": {
1590
1590
  "anyOf": [
@@ -15466,5 +15466,5 @@
15466
15466
  },
15467
15467
  "title": "NMDC",
15468
15468
  "type": "object",
15469
- "version": "11.15.0"
15469
+ "version": "11.15.1"
15470
15470
  }
@@ -6,7 +6,7 @@
6
6
  "not importing any MIxS terms where the relationship between the name (SCN) and the id isn't 1:1"
7
7
  ],
8
8
  "id": "https://w3id.org/nmdc/nmdc",
9
- "version": "11.15.0",
9
+ "version": "11.15.1",
10
10
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
11
11
  "prefixes": {
12
12
  "BFO": {
@@ -7480,7 +7480,7 @@
7480
7480
  "slot_uri": "MIXS:0000341",
7481
7481
  "range": "string",
7482
7482
  "multivalued": false,
7483
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
7483
+ "pattern": "^PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$",
7484
7484
  "structured_pattern": {
7485
7485
  "syntax": "^{PMID}|{DOI}|{URL}$",
7486
7486
  "interpolated": true
@@ -9957,7 +9957,7 @@
9957
9957
  "start"
9958
9958
  ],
9959
9959
  "slot_uri": "MIXS:0001009",
9960
- "pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$$",
9960
+ "pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$",
9961
9961
  "structured_pattern": {
9962
9962
  "syntax": "^({add_recov_methods});{date_time_stamp}$",
9963
9963
  "interpolated": true,
@@ -10042,7 +10042,7 @@
10042
10042
  "range": "TextValue",
10043
10043
  "multivalued": true,
10044
10044
  "inlined_as_list": true,
10045
- "pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$$",
10045
+ "pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$",
10046
10046
  "structured_pattern": {
10047
10047
  "syntax": "^{agrochemical_name};{amount} {unit};{date_time_stamp}$",
10048
10048
  "interpolated": true,
@@ -10183,9 +10183,9 @@
10183
10183
  ],
10184
10184
  "slot_uri": "MIXS:0000324",
10185
10185
  "range": "string",
10186
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
10186
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
10187
10187
  "structured_pattern": {
10188
- "syntax": "^{PMID}|{DOI}|{URL}$",
10188
+ "syntax": "^({PMID}|{DOI}|{URL})$",
10189
10189
  "interpolated": true,
10190
10190
  "partial_match": true
10191
10191
  }
@@ -11833,9 +11833,9 @@
11833
11833
  ],
11834
11834
  "slot_uri": "MIXS:0001041",
11835
11835
  "range": "TextValue",
11836
- "pattern": "^.*|^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
11836
+ "pattern": "^(.*|PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
11837
11837
  "structured_pattern": {
11838
- "syntax": "^{text}|{PMID}|{DOI}|{URL}$",
11838
+ "syntax": "^({text}|{PMID}|{DOI}|{URL})$",
11839
11839
  "interpolated": true
11840
11840
  }
11841
11841
  },
@@ -11890,9 +11890,9 @@
11890
11890
  ],
11891
11891
  "slot_uri": "MIXS:0000314",
11892
11892
  "range": "string",
11893
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
11893
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
11894
11894
  "structured_pattern": {
11895
- "syntax": "^{PMID}|{DOI}|{URL}$",
11895
+ "syntax": "^({PMID}|{DOI}|{URL})$",
11896
11896
  "interpolated": true,
11897
11897
  "partial_match": true
11898
11898
  }
@@ -13303,11 +13303,11 @@
13303
13303
  "value": "1/d"
13304
13304
  }
13305
13305
  },
13306
- "description": "The number of times the sample location is cleaned. Frequency of cleaning might be on a Daily basis, Weekly, Monthly, Quarterly or Annually",
13306
+ "description": "The number of times the sample location is cleaned per day.",
13307
13307
  "title": "frequency of cleaning",
13308
13308
  "examples": [
13309
13309
  {
13310
- "value": "Daily"
13310
+ "value": "2 1/d"
13311
13311
  }
13312
13312
  ],
13313
13313
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -13446,9 +13446,9 @@
13446
13446
  ],
13447
13447
  "from_schema": "https://w3id.org/nmdc/nmdc",
13448
13448
  "slot_uri": "MIXS:0000859",
13449
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
13449
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
13450
13450
  "structured_pattern": {
13451
- "syntax": "^{PMID}|{DOI}|{URL}$",
13451
+ "syntax": "^({PMID}|{DOI}|{URL})$",
13452
13452
  "interpolated": true
13453
13453
  }
13454
13454
  },
@@ -13886,9 +13886,9 @@
13886
13886
  "slot_uri": "MIXS:0000343",
13887
13887
  "range": "string",
13888
13888
  "inlined_as_list": true,
13889
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
13889
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
13890
13890
  "structured_pattern": {
13891
- "syntax": "^{PMID}|{DOI}|{URL}$",
13891
+ "syntax": "^({PMID}|{DOI}|{URL})$",
13892
13892
  "interpolated": true,
13893
13893
  "partial_match": true
13894
13894
  }
@@ -13955,9 +13955,9 @@
13955
13955
  ],
13956
13956
  "slot_uri": "MIXS:0000321",
13957
13957
  "range": "string",
13958
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
13958
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
13959
13959
  "structured_pattern": {
13960
- "syntax": "^{PMID}|{DOI}|{URL}$",
13960
+ "syntax": "^({PMID}|{DOI}|{URL})$",
13961
13961
  "interpolated": true,
13962
13962
  "partial_match": true
13963
13963
  }
@@ -14221,9 +14221,9 @@
14221
14221
  ],
14222
14222
  "slot_uri": "MIXS:0000871",
14223
14223
  "range": "TextValue",
14224
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$",
14224
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$",
14225
14225
  "structured_pattern": {
14226
- "syntax": "^{PMID}|{DOI}|{URL}|{text}$",
14226
+ "syntax": "^({PMID}|{DOI}|{URL}|{text})$",
14227
14227
  "interpolated": true,
14228
14228
  "partial_match": true
14229
14229
  }
@@ -14931,9 +14931,9 @@
14931
14931
  ],
14932
14932
  "slot_uri": "MIXS:0000340",
14933
14933
  "range": "TextValue",
14934
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
14934
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
14935
14935
  "structured_pattern": {
14936
- "syntax": "^{PMID}|{DOI}|{URL}$",
14936
+ "syntax": "^({PMID}|{DOI}|{URL})$",
14937
14937
  "interpolated": true,
14938
14938
  "partial_match": true
14939
14939
  }
@@ -14968,9 +14968,9 @@
14968
14968
  ],
14969
14969
  "slot_uri": "MIXS:0000328",
14970
14970
  "range": "TextValue",
14971
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
14971
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
14972
14972
  "structured_pattern": {
14973
- "syntax": "^{PMID}|{DOI}|{URL}$",
14973
+ "syntax": "^({PMID}|{DOI}|{URL})$",
14974
14974
  "interpolated": true,
14975
14975
  "partial_match": true
14976
14976
  }
@@ -15020,9 +15020,9 @@
15020
15020
  ],
15021
15021
  "slot_uri": "MIXS:0000331",
15022
15022
  "range": "string",
15023
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
15023
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
15024
15024
  "structured_pattern": {
15025
- "syntax": "^{PMID}|{DOI}|{URL}$",
15025
+ "syntax": "^({PMID}|{DOI}|{URL})$",
15026
15026
  "interpolated": true,
15027
15027
  "partial_match": true
15028
15028
  }
@@ -15472,9 +15472,9 @@
15472
15472
  "from_schema": "https://w3id.org/nmdc/nmdc",
15473
15473
  "slot_uri": "MIXS:0000038",
15474
15474
  "range": "TextValue",
15475
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
15475
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
15476
15476
  "structured_pattern": {
15477
- "syntax": "^{PMID}|{DOI}|{URL}$",
15477
+ "syntax": "^({PMID}|{DOI}|{URL})$",
15478
15478
  "interpolated": true,
15479
15479
  "partial_match": true
15480
15480
  }
@@ -15491,9 +15491,9 @@
15491
15491
  "from_schema": "https://w3id.org/nmdc/nmdc",
15492
15492
  "slot_uri": "MIXS:0000037",
15493
15493
  "range": "TextValue",
15494
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
15494
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
15495
15495
  "structured_pattern": {
15496
- "syntax": "^{PMID}|{DOI}|{URL}$",
15496
+ "syntax": "^({PMID}|{DOI}|{URL})$",
15497
15497
  "interpolated": true,
15498
15498
  "partial_match": true
15499
15499
  }
@@ -16562,9 +16562,9 @@
16562
16562
  ],
16563
16563
  "slot_uri": "MIXS:0000316",
16564
16564
  "range": "string",
16565
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
16565
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
16566
16566
  "structured_pattern": {
16567
- "syntax": "^{PMID}|{DOI}|{URL}$",
16567
+ "syntax": "^({PMID}|{DOI}|{URL})$",
16568
16568
  "interpolated": true,
16569
16569
  "partial_match": true
16570
16570
  }
@@ -16581,7 +16581,7 @@
16581
16581
  "title": "history/previous land use",
16582
16582
  "examples": [
16583
16583
  {
16584
- "value": "fallow; 2018-05-11:T14:30Z"
16584
+ "value": "fallow;2018-05-11T14:30Z"
16585
16585
  }
16586
16586
  ],
16587
16587
  "from_schema": "https://w3id.org/nmdc/nmdc",
@@ -17301,9 +17301,9 @@
17301
17301
  ],
17302
17302
  "slot_uri": "MIXS:0001061",
17303
17303
  "range": "TextValue",
17304
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$",
17304
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$",
17305
17305
  "structured_pattern": {
17306
- "syntax": "^{PMID}|{DOI}|{URL}|{text}$",
17306
+ "syntax": "^({PMID}|{DOI}|{URL}|{text})$",
17307
17307
  "interpolated": true,
17308
17308
  "partial_match": true
17309
17309
  }
@@ -19012,11 +19012,7 @@
19012
19012
  "storage"
19013
19013
  ],
19014
19014
  "slot_uri": "MIXS:0000327",
19015
- "range": "TextValue",
19016
- "pattern": "^([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);P(?:(?:\\d+D|\\d+M(?:\\d+D)?|\\d+Y(?:\\d+M(?:\\d+D)?)?)(?:T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S))?|T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S)|\\d+W)$",
19017
- "structured_pattern": {
19018
- "syntax": "^{storage_condition_type};{duration}$"
19019
- }
19015
+ "range": "TextValue"
19020
19016
  },
19021
19017
  "substructure_type": {
19022
19018
  "name": "substructure_type",
@@ -19531,9 +19527,9 @@
19531
19527
  ],
19532
19528
  "slot_uri": "MIXS:0001070",
19533
19529
  "range": "TextValue",
19534
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$",
19530
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$",
19535
19531
  "structured_pattern": {
19536
- "syntax": "^{PMID}|{DOI}|{URL}|{text}$",
19532
+ "syntax": "^({PMID}|{DOI}|{URL}|{text})$",
19537
19533
  "interpolated": true,
19538
19534
  "partial_match": true
19539
19535
  }
@@ -19769,9 +19765,9 @@
19769
19765
  ],
19770
19766
  "slot_uri": "MIXS:0000338",
19771
19767
  "range": "string",
19772
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
19768
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
19773
19769
  "structured_pattern": {
19774
- "syntax": "^{PMID}|{DOI}|{URL}$",
19770
+ "syntax": "^({PMID}|{DOI}|{URL})$",
19775
19771
  "interpolated": true,
19776
19772
  "partial_match": true
19777
19773
  }
@@ -19824,9 +19820,9 @@
19824
19820
  ],
19825
19821
  "slot_uri": "MIXS:0000337",
19826
19822
  "range": "string",
19827
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
19823
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
19828
19824
  "structured_pattern": {
19829
- "syntax": "^{PMID}|{DOI}|{URL}$",
19825
+ "syntax": "^({PMID}|{DOI}|{URL})$",
19830
19826
  "interpolated": true,
19831
19827
  "partial_match": true
19832
19828
  }
@@ -25762,15 +25758,17 @@
25762
25758
  "name": "heavy_metals_meth",
25763
25759
  "title": "heavy metals method/ extreme unusual properties",
25764
25760
  "comments": [
25765
- "Required when heavy metals are provided",
25766
- "If different methods are used for multiple metals, indicate the metal and method. Separate metals by ;"
25761
+ "Required when heavy metals are provided"
25767
25762
  ],
25768
25763
  "examples": [
25769
25764
  {
25770
25765
  "value": "https://doi.org/10.3390/ijms9040434"
25771
25766
  },
25772
25767
  {
25773
- "value": "mercury https://doi.org/10.1007/BF01056090; chromium https://doi.org/10.1007/s00216-006-0322-8"
25768
+ "value": "doi:10.1007/BF01056090"
25769
+ },
25770
+ {
25771
+ "value": "https://doi.org/10.1007/s00216-006-0322-8"
25774
25772
  }
25775
25773
  ],
25776
25774
  "multivalued": true
@@ -26688,7 +26686,7 @@
26688
26686
  },
26689
26687
  "date_time_stamp": {
26690
26688
  "setting_key": "date_time_stamp",
26691
- "setting_value": "(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$"
26689
+ "setting_value": "(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?"
26692
26690
  },
26693
26691
  "dna_bases": {
26694
26692
  "setting_key": "dna_bases",
@@ -26696,7 +26694,7 @@
26696
26694
  },
26697
26695
  "DOI": {
26698
26696
  "setting_key": "DOI",
26699
- "setting_value": "^doi:10.\\d{2,9}/.*$"
26697
+ "setting_value": "doi:10.\\d{2,9}/.*"
26700
26698
  },
26701
26699
  "duration": {
26702
26700
  "setting_key": "duration",
@@ -26736,7 +26734,7 @@
26736
26734
  },
26737
26735
  "PMID": {
26738
26736
  "setting_key": "PMID",
26739
- "setting_value": "^PMID:\\d+$"
26737
+ "setting_value": "PMID:\\d+"
26740
26738
  },
26741
26739
  "primer_adapter_codes": {
26742
26740
  "setting_key": "primer_adapter_codes",
@@ -26782,13 +26780,17 @@
26782
26780
  "setting_key": "text",
26783
26781
  "setting_value": ".*"
26784
26782
  },
26783
+ "timestamp": {
26784
+ "setting_key": "timestamp",
26785
+ "setting_value": "(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?"
26786
+ },
26785
26787
  "unit": {
26786
26788
  "setting_key": "unit",
26787
26789
  "setting_value": "([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+)"
26788
26790
  },
26789
26791
  "URL": {
26790
26792
  "setting_key": "URL",
26791
- "setting_value": "^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$"
26793
+ "setting_value": "https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)"
26792
26794
  },
26793
26795
  "version": {
26794
26796
  "setting_key": "version",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "add_recov_method": {
87
87
  "description": "Additional (i.e. Secondary, tertiary, etc.) recovery methods deployed for increase of hydrocarbon recovery from resource and start date for each one of them. If \"other\" is specified, please propose entry in \"additional info\" field",
88
- "pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$$",
88
+ "pattern": "^(Water Injection|Dump Flood|Gas Injection|Wag Immiscible Injection|Polymer Addition|Surfactant Addition|Not Applicable|other);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$",
89
89
  "type": [
90
90
  "string",
91
91
  "null"
@@ -130,7 +130,7 @@
130
130
  "description": "Addition of fertilizers, pesticides, etc. - amount and time of applications",
131
131
  "items": {
132
132
  "$ref": "#/$defs/TextValue",
133
- "pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$$"
133
+ "pattern": "^.*;[-+]?[0-9]*\\.?[0-9]+ ([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);(\\d{4})(-(0[1-9]|1[0-2])(-(0[1-9]|[12]\\d|3[01])(T([01]\\d|2[0-3]):([0-5]\\d)(:([0-5]\\d))?(\\.\\d+)?(Z|([+-][01]\\d:[0-5]\\d))?)?)?)?$"
134
134
  },
135
135
  "type": [
136
136
  "array",
@@ -184,7 +184,7 @@
184
184
  },
185
185
  "al_sat_meth": {
186
186
  "description": "Reference or method used in determining Aluminum saturation",
187
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
187
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
188
188
  "type": [
189
189
  "string",
190
190
  "null"
@@ -982,7 +982,7 @@
982
982
  }
983
983
  ],
984
984
  "description": "Name or reference for the hydroponic or in vitro culture rooting medium; can be the name of a commonly used medium or reference to a specific medium, e.g. Murashige and Skoog medium. If the medium has not been formally published, use the rooting medium descriptors",
985
- "pattern": "^.*|^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$"
985
+ "pattern": "^(.*|PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
986
986
  },
987
987
  "cur_land_use": {
988
988
  "description": "Present state of sample site",
@@ -1004,7 +1004,7 @@
1004
1004
  },
1005
1005
  "cur_vegetation_meth": {
1006
1006
  "description": "Reference or method used in vegetation classification",
1007
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
1007
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
1008
1008
  "type": [
1009
1009
  "string",
1010
1010
  "null"
@@ -1657,7 +1657,7 @@
1657
1657
  "type": "null"
1658
1658
  }
1659
1659
  ],
1660
- "description": "The number of times the sample location is cleaned. Frequency of cleaning might be on a Daily basis, Weekly, Monthly, Quarterly or Annually"
1660
+ "description": "The number of times the sample location is cleaned per day."
1661
1661
  },
1662
1662
  "freq_cook": {
1663
1663
  "anyOf": [
@@ -1711,7 +1711,7 @@
1711
1711
  },
1712
1712
  "genetic_mod": {
1713
1713
  "description": "Genetic modifications of the genome of an organism, which may occur naturally by spontaneous mutation, or be introduced by some experimental means, e.g. specification of a transgene or the gene knocked-out or details of transient transfection",
1714
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
1714
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
1715
1715
  "type": [
1716
1716
  "string",
1717
1717
  "null"
@@ -1915,7 +1915,7 @@
1915
1915
  "heavy_metals_meth": {
1916
1916
  "description": "Reference or method used in determining heavy metals",
1917
1917
  "items": {
1918
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
1918
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
1919
1919
  "type": "string"
1920
1920
  },
1921
1921
  "type": [
@@ -1947,7 +1947,7 @@
1947
1947
  },
1948
1948
  "horizon_meth": {
1949
1949
  "description": "Reference or method used in determining the horizon",
1950
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
1950
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
1951
1951
  "type": [
1952
1952
  "string",
1953
1953
  "null"
@@ -2098,7 +2098,7 @@
2098
2098
  }
2099
2099
  ],
2100
2100
  "description": "Literature reference giving growth conditions of the host",
2101
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$"
2101
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
2102
2102
  },
2103
2103
  "host_height": {
2104
2104
  "anyOf": [
@@ -2495,7 +2495,7 @@
2495
2495
  }
2496
2496
  ],
2497
2497
  "description": "Link to additional analysis results performed on the sample",
2498
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$"
2498
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
2499
2499
  },
2500
2500
  "link_class_info": {
2501
2501
  "description": "Link to digitized soil maps or other soil classification information",
@@ -2514,7 +2514,7 @@
2514
2514
  }
2515
2515
  ],
2516
2516
  "description": "Link to climate resource",
2517
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$"
2517
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
2518
2518
  },
2519
2519
  "lithology": {
2520
2520
  "$ref": "#/$defs/LithologyEnum",
@@ -2533,7 +2533,7 @@
2533
2533
  },
2534
2534
  "local_class_meth": {
2535
2535
  "description": "Reference or method used in determining the local soil classification",
2536
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
2536
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
2537
2537
  "type": [
2538
2538
  "string",
2539
2539
  "null"
@@ -3257,7 +3257,7 @@
3257
3257
  },
3258
3258
  "prev_land_use_meth": {
3259
3259
  "description": "Reference or method used in determining previous land use and dates",
3260
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
3260
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
3261
3261
  "type": [
3262
3262
  "string",
3263
3263
  "null"
@@ -3642,7 +3642,7 @@
3642
3642
  }
3643
3643
  ],
3644
3644
  "description": "Relevant rooting conditions such as field plot size, sowing density, container dimensions, number of plants per container",
3645
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$"
3645
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
3646
3646
  },
3647
3647
  "root_med_carbon": {
3648
3648
  "anyOf": [
@@ -3742,7 +3742,7 @@
3742
3742
  },
3743
3743
  "salinity_meth": {
3744
3744
  "description": "Reference or method used in determining salinity.",
3745
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
3745
+ "pattern": "^PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$",
3746
3746
  "type": [
3747
3747
  "string",
3748
3748
  "null"
@@ -4412,8 +4412,7 @@
4412
4412
  "type": "null"
4413
4413
  }
4414
4414
  ],
4415
- "description": "Explain how and for how long the soil sample was stored before DNA extraction (fresh/frozen/other)",
4416
- "pattern": "^([^\\s-]{1,2}|[^\\s-]+.+[^\\s-]+);P(?:(?:\\d+D|\\d+M(?:\\d+D)?|\\d+Y(?:\\d+M(?:\\d+D)?)?)(?:T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S))?|T(?:\\d+H(?:\\d+M(?:\\d+S)?)?|\\d+M(?:\\d+S)?|\\d+S)|\\d+W)$"
4415
+ "description": "Explain how and for how long the soil sample was stored before DNA extraction (fresh/frozen/other)"
4417
4416
  },
4418
4417
  "substructure_type": {
4419
4418
  "description": "The substructure or under building is that largely hidden section of the building which is built off the foundations to the ground floor level",
@@ -4628,7 +4627,7 @@
4628
4627
  }
4629
4628
  ],
4630
4629
  "description": "Description of plant tissue culture growth media used",
4631
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$|.*$"
4630
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)|.*)$"
4632
4631
  },
4633
4632
  "toluene": {
4634
4633
  "anyOf": [
@@ -4716,7 +4715,7 @@
4716
4715
  },
4717
4716
  "tot_nitro_cont_meth": {
4718
4717
  "description": "Reference or method used in determining the total nitrogen",
4719
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
4718
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
4720
4719
  "type": [
4721
4720
  "string",
4722
4721
  "null"
@@ -4736,7 +4735,7 @@
4736
4735
  },
4737
4736
  "tot_org_c_meth": {
4738
4737
  "description": "Reference or method used in determining total organic carbon",
4739
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$",
4738
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$",
4740
4739
  "type": [
4741
4740
  "string",
4742
4741
  "null"
@@ -8744,7 +8743,7 @@
8744
8743
  }
8745
8744
  ],
8746
8745
  "description": "A link to a literature reference, electronic resource or a standard operating procedure (SOP), that describes the enzymatic amplification (PCR, TMA, NASBA) of specific nucleic acids",
8747
- "pattern": "^^PMID:\\d+$|^doi:10.\\d{2,9}/.*$|^https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*)$$"
8746
+ "pattern": "^(PMID:\\d+|doi:10.\\d{2,9}/.*|https?:\\/\\/(?:www\\.)?[-a-zA-Z0-9@:%._\\+~#=]{1,256}\\.[a-zA-Z0-9()]{1,6}\\b(?:[-a-zA-Z0-9()@:%_\\+.~#?&\\/=]*))$"
8748
8747
  },
8749
8748
  "pcr_cond": {
8750
8749
  "description": "Description of reaction conditions and components of polymerase chain reaction performed during library preparation",
@@ -15773,6 +15772,6 @@
15773
15772
  },
15774
15773
  "title": "NMDC",
15775
15774
  "type": "object",
15776
- "version": "11.15.0"
15775
+ "version": "11.15.1"
15777
15776
  }
15778
15777