Skip to content

Enum: YesNoUnknownClassifcation

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

URI: trr379ra:YesNoUnknownClassifcation

Permissible Values

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

Slots

Name Description
confirmed_funding_acknowledgement Specify whether the subject appropriately acknowledges the TRR379 funding

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.trr379.de/s/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.trr379.de/s/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)