Skip to content

Slot: Study ID (study_id)

The internal identifier of the study. Must be unique.

URI: nfdi4immuno:study_id Alias: study_id

Inheritance

Applicable Classes

Name Description Modifies Slot
Study A record representing a single biomedical study no
NonHumanSubject A non-human animal subject in a study no
HumanSubject A human subject in a study no
CellCultureSubject Cell line subject of a study no
AbstractSubject Abstract subject class no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^.+$

Examples

Value
MS Study 01 UMKS

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

name: study_id
description: The internal identifier of the study. Must be unique.
title: Study ID
examples:
- value: MS Study 01 UMKS
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
is_a: abstract_id
identifier: true
alias: study_id
domain_of:
- Study
- AbstractSubject
range: string
required: true
pattern: ^.+$