Enum: MiningMethod
URI: MiningMethod
Permissible Values
Value |
Meaning |
Description |
UNDERGROUND |
None |
Extraction occurs beneath the earth's surface |
OPEN_PIT |
None |
Extraction occurs on the earth's surface |
PLACER |
None |
Extraction of valuable minerals from alluvial deposits |
IN_SITU |
None |
Extraction without removing the ore from its original location |
Slots
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
LinkML Source
name: MiningMethod
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
permissible_values:
UNDERGROUND:
text: UNDERGROUND
description: Extraction occurs beneath the earth's surface
OPEN_PIT:
text: OPEN_PIT
description: Extraction occurs on the earth's surface
PLACER:
text: PLACER
description: Extraction of valuable minerals from alluvial deposits
IN_SITU:
text: IN_SITU
description: Extraction without removing the ore from its original location