Skip to content

Slot: Subject ID (subject_id)

The user defined subject ID used to associate subject with samples. Must be unique within the study.

__

URI: nfdi4immuno:subject_id Alias: subject_id

Inheritance

Applicable Classes

Name Description Modifies Slot
NonHumanSubject A non-human animal subject in a study no
CellCultureSubject Cell line subject of a study no
HumanSubject A human subject in a study no
AbstractSubject Abstract subject class no
Sample A biological sample collected from a subject no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^.+$

Examples

Value
MH031

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:subject_id
native nfdi4immuno:subject_id

LinkML Source

name: subject_id
description: 'The user defined subject ID used to associate subject with samples.
  Must be unique within the study.

  '
title: Subject ID
examples:
- value: MH031
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
is_a: abstract_id
identifier: true
alias: subject_id
domain_of:
- Sample
- AbstractSubject
range: string
required: true
pattern: ^.+$