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
JgiMtInterface jgi_mt dh_interface yes
JgiMgInterface Metadata for samples sent to JGI for standard metagenome sequencing yes
JgiMgLrInterface Metadata for samples sent to JGI for long read metagenome sequencing yes

Properties

  • Range: String

  • Recommended: 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
range: string
recommended: true
pattern: ^[A-Z0-9]+$