Skip to content

Enum: WellTypeEnum

Types of wells used for extracting fluid resources

URI: valuesets:WellTypeEnum

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 Types of wells used for extracting fluid resources

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: WellTypeEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Types of wells used for extracting fluid resources
title: Well Type
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  OIL:
    text: OIL
    description: A well that primarily extracts crude oil
    title: Oil
  GAS:
    text: GAS
    description: A well that primarily extracts natural gas
    title: Gas
  WATER:
    text: WATER
    description: A well that extracts water for various purposes
    title: Water
  INJECTION:
    text: INJECTION
    description: A well used to inject fluids into underground formations
    title: Injection