Skip to content

Class: Module

A single benchmark component assigned to a specific stage.

URI: omni_schema:Module

classDiagram class Module click Module href "../Module" IdentifiableEntity <|-- Module click IdentifiableEntity href "../IdentifiableEntity" Module : description Module : exclude Module --> "*" Module : exclude click Module href "../Module" Module : id Module : name Module : parameters Module --> "*" Parameter : parameters click Parameter href "../Parameter" Module : repository Module --> "1" Repository : repository click Repository href "../Repository" Module : software_environment Module --> "1" SoftwareEnvironment : software_environment click SoftwareEnvironment href "../SoftwareEnvironment"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
software_environment 1
SoftwareEnvironment
Reference to a software environment by key direct
repository 1
Repository
The code repository hosting the module direct
exclude *
Module
Ignore these module's outputs as input direct
parameters *
Parameter
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
Stage modules range Module
Module exclude range Module

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Module
description: A single benchmark component assigned to a specific stage.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
slots:
- software_environment
- repository
- exclude
- parameters

Induced

name: Module
description: A single benchmark component assigned to a specific stage.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
attributes:
  software_environment:
    name: software_environment
    description: Reference to a software environment by key.
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: software_environment
    owner: Module
    domain_of:
    - Module
    range: SoftwareEnvironment
    required: true
  repository:
    name: repository
    description: The code repository hosting the module.
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: repository
    owner: Module
    domain_of:
    - Module
    range: Repository
    required: true
  exclude:
    name: exclude
    description: Ignore these module's outputs as input.
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: exclude
    owner: Module
    domain_of:
    - Module
    range: Module
    multivalued: true
  parameters:
    name: parameters
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: parameters
    owner: Module
    domain_of:
    - Module
    range: Parameter
    multivalued: 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: Module
    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: Module
    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: Module
    domain_of:
    - IdentifiableEntity
    range: string