Skip to content

Class: JobGroup

Group of related jobs.

URI: https://w3id.org/jgi/jgi_portal/JobGroup

classDiagram class JobGroup click JobGroup href "../JobGroup/" JobGroup : id JobGroup : name

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
name 0..1
String
direct

Identifier and Mapping Information

Annotations

property value
source_table jobGroups

Schema Source

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

Mappings

Mapping Type Mapped Value
self https://w3id.org/jgi/jgi_portal/JobGroup
native https://w3id.org/jgi/jgi_portal/JobGroup

LinkML Source

Direct

name: JobGroup
annotations:
  source_table:
    tag: source_table
    value: jobGroups
description: Group of related jobs.
from_schema: https://w3id.org/jgi/jgi_portal
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/jgi_portal
    identifier: true
    domain_of:
    - JobType
    - JobGroup
    - AlignmentDb
    - AlignmentProgram
    - DownloadRequest
    - DownloadRequestFile
    - GlobusDownloadRequest
    - GlobusIdentity
    - CustomTrack
    - MyFavorite
    - FungiTaxonomyInfo
    - ImgTaxonOid
    - KbasePushLog
    range: integer
    required: true
  name:
    name: name
    from_schema: https://w3id.org/jgi/jgi_portal
    domain_of:
    - JobType
    - JobGroup
    - AlignmentDb
    - AlignmentProgram
    - CustomTrack
    range: string

Induced

name: JobGroup
annotations:
  source_table:
    tag: source_table
    value: jobGroups
description: Group of related jobs.
from_schema: https://w3id.org/jgi/jgi_portal
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/jgi_portal
    identifier: true
    alias: id
    owner: JobGroup
    domain_of:
    - JobType
    - JobGroup
    - AlignmentDb
    - AlignmentProgram
    - DownloadRequest
    - DownloadRequestFile
    - GlobusDownloadRequest
    - GlobusIdentity
    - CustomTrack
    - MyFavorite
    - FungiTaxonomyInfo
    - ImgTaxonOid
    - KbasePushLog
    range: integer
    required: true
  name:
    name: name
    from_schema: https://w3id.org/jgi/jgi_portal
    alias: name
    owner: JobGroup
    domain_of:
    - JobType
    - JobGroup
    - AlignmentDb
    - AlignmentProgram
    - CustomTrack
    range: string