Skip to content

Class: Batch

URI: img_sub:Batch

classDiagram class Batch click Batch href "../Batch/" Batch : annot_ready_date Batch : batch_id Batch : database Batch : finish_date Batch : no_submissions Batch : start_date

Slots

Name Cardinality and Range Description Inheritance
batch_id 0..1
Integer
direct
database 0..1
String
direct
no_submissions 0..1
Integer
direct
start_date 0..1
Datetime
direct
annot_ready_date 0..1
Datetime
direct
finish_date 0..1
Datetime
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/jgi/img_sub

Mappings

Mapping Type Mapped Value
self img_sub:Batch
native img_sub:Batch

LinkML Source

Direct

name: batch
from_schema: https://w3id.org/jgi/img_sub
attributes:
  batch_id:
    name: batch_id
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    - submission
    range: integer
    required: false
  database:
    name: database
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    - rnaseq_notify
    - submission
    range: string
    required: false
  no_submissions:
    name: no_submissions
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    range: integer
    required: false
  start_date:
    name: start_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    - merfs_aggregate_file_size
    range: datetime
    required: false
  annot_ready_date:
    name: annot_ready_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    range: datetime
    required: false
  finish_date:
    name: finish_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    domain_of:
    - batch
    range: datetime
    required: false

Induced

name: batch
from_schema: https://w3id.org/jgi/img_sub
attributes:
  batch_id:
    name: batch_id
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: batch_id
    owner: batch
    domain_of:
    - batch
    - submission
    range: integer
    required: false
  database:
    name: database
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: database
    owner: batch
    domain_of:
    - batch
    - rnaseq_notify
    - submission
    range: string
    required: false
  no_submissions:
    name: no_submissions
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: no_submissions
    owner: batch
    domain_of:
    - batch
    range: integer
    required: false
  start_date:
    name: start_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: start_date
    owner: batch
    domain_of:
    - batch
    - merfs_aggregate_file_size
    range: datetime
    required: false
  annot_ready_date:
    name: annot_ready_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: annot_ready_date
    owner: batch
    domain_of:
    - batch
    range: datetime
    required: false
  finish_date:
    name: finish_date
    from_schema: https://w3id.org/jgi/img_sub
    rank: 1000
    alias: finish_date
    owner: batch
    domain_of:
    - batch
    range: datetime
    required: false