Skip to content

Commit 99222fe

Browse files
authored
Merge pull request #12 from linkml/add-exo-ecto-mappings
Add ExO mappings to exposure route valuesets
2 parents 6a46af8 + 3f3cd7e commit 99222fe

1 file changed

Lines changed: 26 additions & 16 deletions

File tree

src/valuesets/schema/environmental_health/exposures.yaml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ prefixes:
88
ENVO: http://purl.obolibrary.org/obo/ENVO_
99
NCIT: http://purl.obolibrary.org/obo/NCIT_
1010
CHEBI: http://purl.obolibrary.org/obo/CHEBI_
11+
ExO: http://purl.obolibrary.org/obo/ExO_
12+
ECTO: http://purl.obolibrary.org/obo/ECTO_
1113
valuesets: https://w3id.org/valuesets/
1214
default_prefix: valuesets
1315
slots:
@@ -165,10 +167,14 @@ enums:
165167
description: Exposure through breathing
166168
meaning: NCIT:C38284
167169
title: Nasal Route of Administration
170+
related_mappings:
171+
- ExO:0000057
168172
INGESTION:
169173
description: Exposure through eating or drinking
170174
meaning: NCIT:C38288
171175
title: Oral Route of Administration
176+
related_mappings:
177+
- ExO:0000056
172178
DERMAL:
173179
description: Exposure through skin contact
174180
meaning: NCIT:C38675
@@ -177,10 +183,14 @@ enums:
177183
description: Exposure through injection
178184
meaning: NCIT:C38276
179185
title: Intravenous Route of Administration
186+
related_mappings:
187+
- ExO:0000060
180188
TRANSPLACENTAL:
181189
description: Exposure through placental transfer
182190
meaning: NCIT:C38307
183191
title: Transplacental Route of Administration
192+
related_mappings:
193+
- ExO:0000159
184194
OCULAR:
185195
description: Exposure through the eyes
186196
meaning: NCIT:C38287
@@ -193,60 +203,60 @@ enums:
193203
AMBIENT_AIR:
194204
description: Outdoor air pollution
195205
related_mappings:
196-
- ENVO:01000676
206+
- ENVO:01000676
197207
INDOOR_AIR:
198208
description: Indoor air pollution
199209
related_mappings:
200-
- ENVO:01000676
210+
- ENVO:01000676
201211
DRINKING_WATER:
202212
description: Contaminated drinking water
203213
related_mappings:
204-
- ENVO:00003064
205-
- ENVO:00002186
214+
- ENVO:00003064
215+
- ENVO:00002186
206216
SOIL:
207217
description: Contaminated soil
208218
meaning: ENVO:00002116
209219
title: contaminated soil
210220
FOOD:
211221
description: Contaminated food
212222
related_mappings:
213-
- CHEBI:33290
223+
- CHEBI:33290
214224
OCCUPATIONAL:
215225
description: Workplace exposure
216226
meaning: ENVO:03501332
217227
title: occupational environment
218228
CONSUMER_PRODUCTS:
219229
description: Household and consumer products
220230
related_mappings:
221-
- ENVO:00003074
222-
- ENVO:03501339
231+
- ENVO:00003074
232+
- ENVO:03501339
223233
INDUSTRIAL_EMISSIONS:
224234
description: Industrial facility emissions
225235
related_mappings:
226-
- ENVO:03000092
227-
- ENVO:00003861
236+
- ENVO:03000092
237+
- ENVO:00003861
228238
AGRICULTURAL:
229239
description: Agricultural activities
230240
related_mappings:
231-
- ENVO:00000077
232-
- ENVO:01000311
241+
- ENVO:00000077
242+
- ENVO:01000311
233243
TRAFFIC:
234244
description: Traffic-related pollution
235245
related_mappings:
236-
- ENVO:00000064
237-
- ENVO:01000601
246+
- ENVO:00000064
247+
- ENVO:01000601
238248
TOBACCO_SMOKE:
239249
description: Active or passive tobacco smoke exposure
240250
meaning: NCIT:C17140
241251
title: Passive Smoke Exposure
242252
CONSTRUCTION:
243253
description: Construction-related exposure
244254
related_mappings:
245-
- ENVO:01000996
255+
- ENVO:01000996
246256
MINING:
247257
description: Mining-related exposure
248258
related_mappings:
249-
- ENVO:01001437
259+
- ENVO:01001437
250260
WaterContaminantEnum:
251261
description: Common water contaminants
252262
permissible_values:
@@ -352,4 +362,4 @@ enums:
352362
description: Exposure during critical developmental periods
353363
license: MIT
354364
see_also:
355-
- https://linkml.github.io/valuesets
365+
- https://linkml.github.io/valuesets

0 commit comments

Comments
 (0)