Skip to content

Slot: container name (container_name)

URI: nmdc_sub_schema:container_name Alias: container_name

Applicable Classes

Name Description Modifies Slot
JgiMgLrInterface Metadata for samples sent to JGI for long read metagenome sequencing yes
JgiMgInterface Metadata for samples sent to JGI for standard metagenome sequencing yes
JgiMtInterface jgi_mt dh_interface yes

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^[-_.a-zA-Z0-9]{1,20}$

Aliases

  • dna_container_id
  • rna_container_id

Examples

Value
Pond_MT_041618

Comments

  • Must be unique across all tubes and plates, and <20 characters.
  • All samples in a plate should have the same plate name.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self nmdc_sub_schema:container_name
native nmdc_sub_schema:container_name

LinkML Source

name: container_name
title: container name
comments:
- Must be unique across all tubes and plates, and <20 characters.
- All samples in a plate should have the same plate name.
examples:
- value: Pond_MT_041618
from_schema: https://example.com/nmdc_submission_schema
aliases:
- dna_container_id
- rna_container_id
rank: 9
string_serialization: '{text < 20 characters}'
alias: container_name
domain_of:
- JgiMgInterface
- JgiMgLrInterface
- JgiMtInterface
range: string
required: true
pattern: ^[-_.a-zA-Z0-9]{1,20}$