Skip to content

Enum: PresenceEnum

enumeration of conditions by which a slot value should be set

URI: PresenceEnum

Permissible Values

Value Meaning Description
UNCOMMITTED None
PRESENT None
ABSENT None

Slots

Name Description
value_presence if true then a value must be present (for lists there must be at least one va...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: presence_enum
description: enumeration of conditions by which a slot value should be set
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 11
permissible_values:
  UNCOMMITTED:
    text: UNCOMMITTED
  PRESENT:
    text: PRESENT
  ABSENT:
    text: ABSENT