Skip to content

Slot: JGI proposal number (jgi_proposal_id)

URI: nmdc_sub_schema:jgi_proposal_id Alias: jgi_proposal_id

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
JgiIsolateTranscriptomeInterface JGI submission metadata for isolate TRANSCRIPTOME sequencing projects no
JgiIsolateGenomeInterface JGI submission metadata for isolate GENOME sequencing projects no
JgiIsolateCommonMixin Shared JGI isolate submission fields common to both the genome and the transc... yes

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^[A-Z0-9]+$

Examples

Value
PR123456
123456

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: jgi_proposal_id
title: JGI proposal number
examples:
- value: PR123456
- value: '123456'
from_schema: https://example.com/nmdc_submission_schema
rank: 20
alias: jgi_proposal_id
domain_of:
- JgiMgInterface
- JgiMgLrInterface
- JgiMtInterface
- JgiIsolateCommonMixin
range: string
required: true
pattern: ^[A-Z0-9]+$