Skip to content

Slot: Sample ID (sample_id)

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

__

URI: nfdi4immuno:sample_id Alias: sample_id

Inheritance

Applicable Classes

Name Description Modifies Slot
CytometryExperiment A record representing a cytometry experiment no
DataFile A record representing an attached datafile no
AIRRAssay A record representing an AIRR-seq assay no
Sample A biological sample collected from a subject no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^.+$

Examples

Value
MH031_v01

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

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

  '
title: Sample ID
examples:
- value: MH031_v01
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
is_a: abstract_id
identifier: true
alias: sample_id
domain_of:
- AIRRAssay
- CytometryExperiment
- DataFile
- Sample
range: string
required: true
pattern: ^.+$