Skip to content

Enum: WellType

URI: WellType

Permissible Values

Value Meaning Description
OIL None A well that primarily extracts crude oil
GAS None A well that primarily extracts natural gas
WATER None A well that extracts water for various purposes
INJECTION None A well used to inject fluids into underground formations

Slots

Name Description
well_type

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

LinkML Source

name: WellType
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
permissible_values:
  OIL:
    text: OIL
    description: A well that primarily extracts crude oil
  GAS:
    text: GAS
    description: A well that primarily extracts natural gas
  WATER:
    text: WATER
    description: A well that extracts water for various purposes
  INJECTION:
    text: INJECTION
    description: A well used to inject fluids into underground formations