Skip to content

Enum: QuantifierEnum

Represents the enumerated values to specify a logical quantification, i.e. either All or Any.

URI: common_domain_model:QuantifierEnum

Permissible Values

Value Meaning Description
All None Specifies that the condition in the scope of the quantifier is true of every ...
Any None Specifies that the condition in the scope of the quantifier is true of at lea...

Slots

Name Description
condition An enumerated element, to qualify whether All or Any credit notation applies

Identifier and Mapping Information

Schema Source

LinkML Source

name: QuantifierEnum
description: Represents the enumerated values to specify a logical quantification,
  i.e. either All or Any.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  All:
    text: All
    description: Specifies that the condition in the scope of the quantifier is true
      of every member of the domain i.e. every one of the elements in scope.
  Any:
    text: Any
    description: Specifies that the condition in the scope of the quantifier is true
      of at least one member of the domain i.e. one or more of the elements in scope.