Skip to content

Enum: ValueConstraint

URI: ValueConstraint

Permissible Values

Value Meaning Description
equal None The value must be equal to the target
greater_than None The value must be greater than the target
less_than None The value must be less than the target
greater_than_or_equal None The value must be greater than or equal to the target
less_than_or_equal None The value must be less than or equal to the target
not_equal None The value must not be equal to the target
between None The value must be between the target and the target2
not_between None The value must not be between the target and the target2
is None The value must be equivalent to the target
is_not None The value must not be equivalent to the target
is_one_of None The value must be one of the target list
is_not_one_of None The value must not be one of the target list

Slots

Name Description
constraint

Identifier and Mapping Information

Schema Source

  • from schema: https://cmdoret.net/mtg_ontology/

LinkML Source

name: ValueConstraint
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
permissible_values:
  equal:
    text: equal
    description: The value must be equal to the target.
  greater_than:
    text: greater_than
    description: The value must be greater than the target.
  less_than:
    text: less_than
    description: The value must be less than the target.
  greater_than_or_equal:
    text: greater_than_or_equal
    description: The value must be greater than or equal to the target.
  less_than_or_equal:
    text: less_than_or_equal
    description: The value must be less than or equal to the target.
  not_equal:
    text: not_equal
    description: The value must not be equal to the target.
  between:
    text: between
    description: The value must be between the target and the target2.
  not_between:
    text: not_between
    description: The value must not be between the target and the target2.
  is:
    text: is
    description: The value must be equivalent to the target.
  is_not:
    text: is_not
    description: The value must not be equivalent to the target.
  is_one_of:
    text: is_one_of
    description: The value must be one of the target list.
  is_not_one_of:
    text: is_not_one_of
    description: The value must not be one of the target list.