Skip to content

Class: Stage

A benchmark subtask with equivalent and independent modules.

URI: omni_schema:Stage

classDiagram class Stage click Stage href "../Stage" IdentifiableEntity <|-- Stage click IdentifiableEntity href "../IdentifiableEntity" Stage : description Stage : id Stage : inputs Stage --> "*" InputCollection : inputs click InputCollection href "../InputCollection" Stage : modules Stage --> "1..*" Module : modules click Module href "../Module" Stage : name Stage : outputs Stage --> "*" IOFile : outputs click IOFile href "../IOFile"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
modules 1..*
Module
direct
inputs *
InputCollection
direct
outputs *
IOFile
direct
id 1
Uriorcurie
A unique identifier for a thing IdentifiableEntity
name 0..1
String
A human-readable name for a thing IdentifiableEntity
description 0..1
String
A human-readable description for a thing IdentifiableEntity

Usages

used by used in type used
Benchmark stages range Stage

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/omnibenchmark/omni-schema

Mappings

Mapping Type Mapped Value
self omni_schema:Stage
native omni_schema:Stage

LinkML Source

Direct

name: Stage
description: A benchmark subtask with equivalent and independent modules.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
slots:
- modules
- inputs
- outputs

Induced

name: Stage
description: A benchmark subtask with equivalent and independent modules.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
attributes:
  modules:
    name: modules
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: modules
    owner: Stage
    domain_of:
    - Stage
    range: Module
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  inputs:
    name: inputs
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: inputs
    owner: Stage
    domain_of:
    - Stage
    range: InputCollection
    multivalued: true
    inlined: true
    inlined_as_list: true
  outputs:
    name: outputs
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: outputs
    owner: Stage
    domain_of:
    - Stage
    range: IOFile
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Stage
    domain_of:
    - IdentifiableEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Stage
    domain_of:
    - IdentifiableEntity
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Stage
    domain_of:
    - IdentifiableEntity
    range: string