Skip to content

Enum: YesNoUnknownClassifcation

Boolean classification with a third option indicating that the true value is not known.

URI: xyzra:YesNoUnknownClassifcation

Permissible Values

Value Meaning Description
yes None Consent given
no None No consent given
unknown None The true value is not known (yet)

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/demo-research-assets

LinkML Source

name: YesNoUnknownClassifcation
description: Boolean classification with a third option indicating that the true value
  is not known.
from_schema: https://concepts.datalad.org/s/demo-research-assets
rank: 1000
permissible_values:
  'yes':
    text: 'yes'
    description: Consent given
  'no':
    text: 'no'
    description: No consent given
  unknown:
    text: unknown
    description: The true value is not known (yet)