Skip to content

Enum: PresenceEnum

Classification of whether an entity is present, absent, or at detection limits

URI: valuesets:PresenceEnum

Permissible Values

Value Meaning Description
PRESENT None The entity is present
ABSENT None The entity is absent
BELOW_DETECTION_LIMIT None The entity is below the detection limit
ABOVE_DETECTION_LIMIT None The entity is above the detection limit

Slots

Name Description
presence The presence classification

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: PresenceEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Classification of whether an entity is present, absent, or at detection
  limits
title: Presence Status
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:
  PRESENT:
    text: PRESENT
    description: The entity is present
  ABSENT:
    text: ABSENT
    description: The entity is absent
  BELOW_DETECTION_LIMIT:
    text: BELOW_DETECTION_LIMIT
    description: The entity is below the detection limit
  ABOVE_DETECTION_LIMIT:
    text: ABOVE_DETECTION_LIMIT
    description: The entity is above the detection limit