From abb9436ecfc4b32e56a69c6306c3fe0555dae0ef Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 21 Jun 2024 07:24:32 +0000 Subject: [PATCH] Deployed 07b3a77 with MkDocs version: 1.5.3 --- Benchmark/index.html | 113 +++-- IOFile/index.html | 11 +- IdentifiableEntity/index.html | 11 +- InputCollection/index.html | 2 +- Module/index.html | 55 ++- {Orchestrator => Repository}/index.html | 78 ++-- {Validator => SoftwareEnvironment}/index.html | 206 ++++++--- {Step => Stage}/index.html | 149 ++---- {terminal => StorageAPIEnum}/index.html | 64 +-- apptainer/index.html | 412 +++++++++++++++++ {validator => benchmark_yaml_spec}/index.html | 34 +- {platform => benchmarker}/index.html | 24 +- {schema_url => commit}/index.html | 28 +- {initial => conda}/index.html | 32 +- description/index.html | 11 +- easyconfig/index.html | 412 +++++++++++++++++ {after => envmodule}/index.html | 38 +- exclude/index.html | 2 +- id/index.html | 11 +- index.html | 84 ++-- inputs/index.html | 4 +- {members => modules}/index.html | 22 +- name/index.html | 31 +- outputs/index.html | 4 +- parameters/index.html | 2 +- path/index.html | 4 +- {repo => repository}/index.html | 24 +- search/search_index.json | 2 +- sitemap.xml | 174 +++---- sitemap.xml.gz | Bin 541 -> 586 bytes software_environment/index.html | 418 +++++++++++++++++ software_environments/index.html | 424 ++++++++++++++++++ {steps => stages}/index.html | 24 +- storage/index.html | 2 +- {orchestrator => storage_api}/index.html | 28 +- url/index.html | 16 +- version/index.html | 2 +- 37 files changed, 2349 insertions(+), 609 deletions(-) rename {Orchestrator => Repository}/index.html (89%) rename {Validator => SoftwareEnvironment}/index.html (74%) rename {Step => Stage}/index.html (85%) rename {terminal => StorageAPIEnum}/index.html (92%) create mode 100644 apptainer/index.html rename {validator => benchmark_yaml_spec}/index.html (94%) rename {platform => benchmarker}/index.html (94%) rename {schema_url => commit}/index.html (95%) rename {initial => conda}/index.html (94%) create mode 100644 easyconfig/index.html rename {after => envmodule}/index.html (94%) rename {members => modules}/index.html (96%) rename {repo => repository}/index.html (96%) create mode 100644 software_environment/index.html create mode 100644 software_environments/index.html rename {steps => stages}/index.html (96%) rename {orchestrator => storage_api}/index.html (94%) diff --git a/Benchmark/index.html b/Benchmark/index.html index 9da5f04..8b9320d 100644 --- a/Benchmark/index.html +++ b/Benchmark/index.html @@ -200,33 +200,35 @@

Class: Benchmark

-

A multi-step workflow to evaluate processing steps for a specific task.

+

A multi-stage workflow to evaluate processing stage for a specific task.

URI: omni_schema:Benchmark

classDiagram class Benchmark IdentifiableEntity <|-- Benchmark + Benchmark : benchmark_yaml_spec + + Benchmark : benchmarker + Benchmark : description Benchmark : id Benchmark : name - Benchmark : orchestrator - - Benchmark --> Orchestrator : orchestrator + Benchmark : software_environments - Benchmark : platform + Benchmark --> SoftwareEnvironment : software_environments - Benchmark : steps + Benchmark : stages - Benchmark --> Step : steps + Benchmark --> Stage : stages Benchmark : storage - Benchmark : validator + Benchmark : storage_api - Benchmark --> Validator : validator + Benchmark --> StorageAPIEnum : storage_api Benchmark : version @@ -257,9 +259,9 @@

Slots

direct -platform +benchmarker 1..1
String -The place hosting all benchmark components +The name and contact details of the person responsible for this benchmark direct @@ -269,20 +271,26 @@

Slots

direct -orchestrator -1..1
Orchestrator -The orchestrator of the benchmark +storage_api +1..1
StorageAPIEnum +The type of the storage API (i +direct + + +software_environments +1..*
SoftwareEnvironment +Dictionary of software environments keyed by their identifiers direct -validator -1..1
Validator -The validator of the benchmark +benchmark_yaml_spec +0..1
String +Benchmark Specification version direct -steps -1..*
Step +stages +1..*
Stage direct @@ -294,7 +302,7 @@

Slots

name -1..1
String +0..1
String A human-readable name for a thing IdentifiableEntity @@ -335,16 +343,17 @@

LinkML Source

Direct

name: Benchmark
-description: A multi-step workflow to evaluate processing steps for a specific task.
+description: A multi-stage workflow to evaluate processing stage for a specific task.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 slots:
 - version
-- platform
+- benchmarker
 - storage
-- orchestrator
-- validator
-- steps
+- storage_api
+- software_environments
+- benchmark_yaml_spec
+- stages
 tree_root: true
 
 
@@ -352,7 +361,7 @@

Direct

Induced

name: Benchmark
-description: A multi-step workflow to evaluate processing steps for a specific task.
+description: A multi-stage workflow to evaluate processing stage for a specific task.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 attributes:
@@ -367,12 +376,12 @@ 

Induced

- Benchmark range: string required: true - platform: - name: platform - description: The place hosting all benchmark components + benchmarker: + name: benchmarker + description: The name and contact details of the person responsible for this benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 - alias: platform + alias: benchmarker owner: Benchmark domain_of: - Benchmark @@ -389,38 +398,51 @@

Induced

- Benchmark range: string required: true - orchestrator: - name: orchestrator - description: The orchestrator of the benchmark. + storage_api: + name: storage_api + description: The type of the storage API (i.e. S3) from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 - alias: orchestrator + alias: storage_api owner: Benchmark domain_of: - Benchmark - range: Orchestrator + range: StorageAPIEnum required: true - validator: - name: validator - description: The validator of the benchmark. + software_environments: + name: software_environments + description: Dictionary of software environments keyed by their identifiers from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 - alias: validator + multivalued: true + alias: software_environments owner: Benchmark domain_of: - Benchmark - range: Validator + range: SoftwareEnvironment required: true - steps: - name: steps + inlined: true + inlined_as_list: true + benchmark_yaml_spec: + name: benchmark_yaml_spec + description: Benchmark Specification version. + from_schema: https://w3id.org/omnibenchmark/omni-schema + rank: 1000 + alias: benchmark_yaml_spec + owner: Benchmark + domain_of: + - Benchmark + range: string + stages: + name: stages from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true - alias: steps + alias: stages owner: Benchmark domain_of: - Benchmark - range: Step + range: Stage required: true inlined: true inlined_as_list: true @@ -447,10 +469,7 @@

Induced

owner: Benchmark domain_of: - IdentifiableEntity - - Orchestrator - - Validator range: string - required: true description: name: description description: A human-readable description for a thing diff --git a/IOFile/index.html b/IOFile/index.html index 2afa928..91fad5d 100644 --- a/IOFile/index.html +++ b/IOFile/index.html @@ -242,7 +242,7 @@

Slots

path 0..1
String -The code repository hosting the module +The output path pattern for the IO file direct @@ -253,7 +253,7 @@

Slots

name -1..1
String +0..1
String A human-readable name for a thing IdentifiableEntity @@ -277,7 +277,7 @@

Usages

-Step +Stage outputs range IOFile @@ -336,7 +336,7 @@

Induced

attributes: path: name: path - description: The code repository hosting the module. + description: The output path pattern for the IO file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path @@ -367,10 +367,7 @@

Induced

owner: IOFile domain_of: - IdentifiableEntity - - Orchestrator - - Validator range: string - required: true description: name: description description: A human-readable description for a thing diff --git a/IdentifiableEntity/index.html b/IdentifiableEntity/index.html index 5299e58..4d91616 100644 --- a/IdentifiableEntity/index.html +++ b/IdentifiableEntity/index.html @@ -208,9 +208,10 @@

Class: IdentifiableEntity

classDiagram class IdentifiableEntity IdentifiableEntity <|-- Benchmark - IdentifiableEntity <|-- Step + IdentifiableEntity <|-- Stage IdentifiableEntity <|-- Module IdentifiableEntity <|-- IOFile + IdentifiableEntity <|-- SoftwareEnvironment IdentifiableEntity : description @@ -224,9 +225,10 @@

Inheritance

@@ -249,7 +251,7 @@

Slots

name -1..1
String +0..1
String A human-readable name for a thing direct @@ -331,10 +333,7 @@

Induced

owner: IdentifiableEntity domain_of: - IdentifiableEntity - - Orchestrator - - Validator range: string - required: true description: name: description description: A human-readable description for a thing diff --git a/InputCollection/index.html b/InputCollection/index.html index 2f75fd8..0875d2d 100644 --- a/InputCollection/index.html +++ b/InputCollection/index.html @@ -242,7 +242,7 @@

Usages

-Step +Stage inputs range InputCollection diff --git a/Module/index.html b/Module/index.html index bb8d1c1..52fb42c 100644 --- a/Module/index.html +++ b/Module/index.html @@ -205,7 +205,7 @@

Class: Module

-

A single benchmark component assigned to a specific step.

+

A single benchmark component assigned to a specific stage.

URI: omni_schema:Module

classDiagram class Module @@ -225,7 +225,13 @@

Class: Module

Module --> Parameter : parameters - Module : repo + Module : repository + + Module --> Repository : repository + + Module : software_environment + + Module --> SoftwareEnvironment : software_environment
@@ -248,8 +254,14 @@

Slots

-repo -1..1
String +software_environment +1..1
SoftwareEnvironment +Reference to a software environment by key +direct + + +repository +1..1
Repository The code repository hosting the module direct @@ -273,7 +285,7 @@

Slots

name -1..1
String +0..1
String A human-readable name for a thing IdentifiableEntity @@ -297,8 +309,8 @@

Usages

-Step -members +Stage +modules range Module @@ -339,11 +351,12 @@

LinkML Source

Direct

name: Module
-description: A single benchmark component assigned to a specific step.
+description: A single benchmark component assigned to a specific stage.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 slots:
-- repo
+- software_environment
+- repository
 - exclude
 - parameters
 
@@ -352,20 +365,31 @@ 

Direct

Induced

name: Module
-description: A single benchmark component assigned to a specific step.
+description: A single benchmark component assigned to a specific stage.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 attributes:
-  repo:
-    name: repo
+  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: repo
+    alias: repository
     owner: Module
     domain_of:
     - Module
-    range: string
+    range: Repository
     required: true
   exclude:
     name: exclude
@@ -411,10 +435,7 @@ 

Induced

owner: Module domain_of: - IdentifiableEntity - - Orchestrator - - Validator range: string - required: true description: name: description description: A human-readable description for a thing diff --git a/Orchestrator/index.html b/Repository/index.html similarity index 89% rename from Orchestrator/index.html rename to Repository/index.html index a33531a..c5aca18 100644 --- a/Orchestrator/index.html +++ b/Repository/index.html @@ -5,10 +5,10 @@ - + -Class: Orchestrator - omni-schema +Class: Repository - omni-schema @@ -21,7 +21,7 @@ @@ -45,7 +45,7 @@
- Class: Orchestrator + Class: Repository
@@ -196,17 +196,17 @@
- + -

Class: Orchestrator

-

The orchestrator of the benchmark.

-

URI: omni_schema:Orchestrator

+

Class: Repository

+

A reference to code repository containing the module's executable code.

+

URI: omni_schema:Repository

classDiagram - class Orchestrator - Orchestrator : name + class Repository + Repository : commit - Orchestrator : url + Repository : url
@@ -223,15 +223,15 @@

Slots

-name +url 1..1
String -A human-readable name for a thing +The git compatible url direct -url +commit 1..1
String -Url to the full benchmark description in workflow format +The commit hash direct @@ -248,10 +248,10 @@

Usages

-Benchmark -orchestrator +Module +repository range -Orchestrator +Repository @@ -271,11 +271,11 @@

Mappings

self -omni_schema:Orchestrator +omni_schema:Repository native -omni_schema:Orchestrator +omni_schema:Repository @@ -283,45 +283,41 @@

LinkML Source

Direct

-
name: Orchestrator
-description: The orchestrator of the benchmark.
+
name: Repository
+description: A reference to code repository containing the module's executable code.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 slots:
-- name
 - url
+- commit
 
 

Induced

-
name: Orchestrator
-description: The orchestrator of the benchmark.
+
name: Repository
+description: A reference to code repository containing the module's executable code.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 attributes:
-  name:
-    name: name
-    description: A human-readable name for a thing
+  url:
+    name: url
+    description: The git compatible url.
     from_schema: https://w3id.org/omnibenchmark/omni-schema
     rank: 1000
-    slot_uri: schema:name
-    alias: name
-    owner: Orchestrator
+    alias: url
+    owner: Repository
     domain_of:
-    - IdentifiableEntity
-    - Orchestrator
-    - Validator
+    - Repository
     range: string
     required: true
-  url:
-    name: url
-    description: Url to the full benchmark description in workflow format
+  commit:
+    name: commit
+    description: The commit hash.
     from_schema: https://w3id.org/omnibenchmark/omni-schema
     rank: 1000
-    alias: url
-    owner: Orchestrator
+    alias: commit
+    owner: Repository
     domain_of:
-    - Orchestrator
-    - Validator
+    - Repository
     range: string
     required: true
 
diff --git a/Validator/index.html b/SoftwareEnvironment/index.html
similarity index 74%
rename from Validator/index.html
rename to SoftwareEnvironment/index.html
index 2e5fbf1..0c77a60 100644
--- a/Validator/index.html
+++ b/SoftwareEnvironment/index.html
@@ -5,10 +5,10 @@
 
 
 
-
+
 
 
-Class: Validator - omni-schema
+Class: SoftwareEnvironment - omni-schema
 
 
 
@@ -21,7 +21,7 @@
 
 
 
@@ -45,7 +45,7 @@
 
- Class: Validator + Class: SoftwareEnvironment
@@ -142,6 +142,11 @@
- + -

Class: Validator

-

The validator of the benchmark.

-

URI: omni_schema:Validator

+

Class: SoftwareEnvironment

+

Contains snapshots of the software environment required for the modules to run.

+

URI: omni_schema:SoftwareEnvironment

classDiagram - class Validator - Validator : name + class SoftwareEnvironment + IdentifiableEntity <|-- SoftwareEnvironment + + SoftwareEnvironment : apptainer + + SoftwareEnvironment : conda + + SoftwareEnvironment : description + + SoftwareEnvironment : easyconfig + + SoftwareEnvironment : envmodule - Validator : schema_url + SoftwareEnvironment : id - Validator : url + SoftwareEnvironment : name
- +

Inheritance

+

Slots

@@ -225,23 +246,47 @@

Slots

- - - + + + - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +
name1..1
String
A human-readable name for a thingeasyconfig0..1
String
Easybuild configuration file direct
url1..1
String
Url to the full benchmark description in workflow formatenvmodule0..1
String
Environment module name direct
schema_url1..1
String
Url to the benchmark validator schemaconda0..1
String
Conda environment file direct
apptainer0..1
String
Apptainer image URLdirect
id1..1
Uriorcurie
A unique identifier for a thingIdentifiableEntity
name0..1
String
A human-readable name for a thingIdentifiableEntity
description0..1
String
A human-readable description for a thingIdentifiableEntity

Usages

@@ -257,9 +302,15 @@

Usages

Benchmark -validator +software_environments range -Validator +SoftwareEnvironment + + +Module +software_environment +range +SoftwareEnvironment @@ -279,11 +330,11 @@

Mappings

self -omni_schema:Validator +omni_schema:SoftwareEnvironment native -omni_schema:Validator +omni_schema:SoftwareEnvironment @@ -291,22 +342,80 @@

LinkML Source

Direct

-
name: Validator
-description: The validator of the benchmark.
+
name: SoftwareEnvironment
+description: Contains snapshots of the software environment required for the modules
+  to run.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
+is_a: IdentifiableEntity
 slots:
-- name
-- url
-- schema_url
+- easyconfig
+- envmodule
+- conda
+- apptainer
 
 

Induced

-
name: Validator
-description: The validator of the benchmark.
+
name: SoftwareEnvironment
+description: Contains snapshots of the software environment required for the modules
+  to run.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
+is_a: IdentifiableEntity
 attributes:
+  easyconfig:
+    name: easyconfig
+    description: Easybuild configuration file.
+    from_schema: https://w3id.org/omnibenchmark/omni-schema
+    rank: 1000
+    alias: easyconfig
+    owner: SoftwareEnvironment
+    domain_of:
+    - SoftwareEnvironment
+    range: string
+  envmodule:
+    name: envmodule
+    description: Environment module name.
+    from_schema: https://w3id.org/omnibenchmark/omni-schema
+    rank: 1000
+    alias: envmodule
+    owner: SoftwareEnvironment
+    domain_of:
+    - SoftwareEnvironment
+    range: string
+  conda:
+    name: conda
+    description: Conda environment file.
+    from_schema: https://w3id.org/omnibenchmark/omni-schema
+    rank: 1000
+    alias: conda
+    owner: SoftwareEnvironment
+    domain_of:
+    - SoftwareEnvironment
+    range: string
+  apptainer:
+    name: apptainer
+    description: Apptainer image URL.
+    from_schema: https://w3id.org/omnibenchmark/omni-schema
+    rank: 1000
+    alias: apptainer
+    owner: SoftwareEnvironment
+    domain_of:
+    - SoftwareEnvironment
+    range: string
+  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: SoftwareEnvironment
+    domain_of:
+    - IdentifiableEntity
+    range: uriorcurie
+    required: true
   name:
     name: name
     description: A human-readable name for a thing
@@ -314,36 +423,21 @@ 

Induced

rank: 1000 slot_uri: schema:name alias: name - owner: Validator + owner: SoftwareEnvironment domain_of: - IdentifiableEntity - - Orchestrator - - Validator - range: string - required: true - url: - name: url - description: Url to the full benchmark description in workflow format - from_schema: https://w3id.org/omnibenchmark/omni-schema - rank: 1000 - alias: url - owner: Validator - domain_of: - - Orchestrator - - Validator range: string - required: true - schema_url: - name: schema_url - description: Url to the benchmark validator schema. + description: + name: description + description: A human-readable description for a thing from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 - alias: schema_url - owner: Validator + slot_uri: schema:description + alias: description + owner: SoftwareEnvironment domain_of: - - Validator + - IdentifiableEntity range: string - required: true
diff --git a/Step/index.html b/Stage/index.html similarity index 85% rename from Step/index.html rename to Stage/index.html index c8ace91..8846ff3 100644 --- a/Step/index.html +++ b/Stage/index.html @@ -5,10 +5,10 @@ - + -Class: Step - omni-schema +Class: Stage - omni-schema @@ -21,7 +21,7 @@ @@ -45,7 +45,7 @@
- Class: Step + Class: Stage
@@ -201,48 +201,40 @@
- + -

Class: Step

+

Class: Stage

A benchmark subtask with equivalent and independent modules.

-

URI: omni_schema:Step

+

URI: omni_schema:Stage

classDiagram - class Step - IdentifiableEntity <|-- Step + class Stage + IdentifiableEntity <|-- Stage - Step : after + Stage : description - Step --> Step : after + Stage : id - Step : description + Stage : inputs - Step : id + Stage --> InputCollection : inputs - Step : initial + Stage : modules - Step : inputs + Stage --> Module : modules - Step --> InputCollection : inputs + Stage : name - Step : members + Stage : outputs - Step --> Module : members - - Step : name - - Step : outputs - - Step --> IOFile : outputs - - Step : terminal + Stage --> IOFile : outputs

Inheritance

@@ -258,25 +250,7 @@

Slots

-initial -0..1
Boolean -Is the initial benchmark step? -direct - - -terminal -0..1
Boolean -Is the terminal benchmark step? -direct - - -after -0..*
Step -Step(s) that have to be finished before this step -direct - - -members +modules 1..*
Module direct @@ -301,7 +275,7 @@

Slots

name -1..1
String +0..1
String A human-readable name for a thing IdentifiableEntity @@ -326,15 +300,9 @@

Usages

Benchmark -steps +stages range -Step - - -Step -after -range -Step +Stage @@ -354,11 +322,11 @@

Mappings

self -omni_schema:Step +omni_schema:Stage native -omni_schema:Step +omni_schema:Stage @@ -366,15 +334,12 @@

LinkML Source

Direct

-
name: Step
+
name: Stage
 description: A benchmark subtask with equivalent and independent modules.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 slots:
-- initial
-- terminal
-- after
-- members
+- modules
 - inputs
 - outputs
 
@@ -382,51 +347,20 @@ 

Direct

Induced

-
name: Step
+
name: Stage
 description: A benchmark subtask with equivalent and independent modules.
 from_schema: https://w3id.org/omnibenchmark/omni-schema
 is_a: IdentifiableEntity
 attributes:
-  initial:
-    name: initial
-    description: Is the initial benchmark step?
-    from_schema: https://w3id.org/omnibenchmark/omni-schema
-    rank: 1000
-    alias: initial
-    owner: Step
-    domain_of:
-    - Step
-    range: boolean
-  terminal:
-    name: terminal
-    description: Is the terminal benchmark step?
-    from_schema: https://w3id.org/omnibenchmark/omni-schema
-    rank: 1000
-    alias: terminal
-    owner: Step
-    domain_of:
-    - Step
-    range: boolean
-  after:
-    name: after
-    description: Step(s) that have to be finished before this step.
+  modules:
+    name: modules
     from_schema: https://w3id.org/omnibenchmark/omni-schema
     rank: 1000
     multivalued: true
-    alias: after
-    owner: Step
+    alias: modules
+    owner: Stage
     domain_of:
-    - Step
-    range: Step
-  members:
-    name: members
-    from_schema: https://w3id.org/omnibenchmark/omni-schema
-    rank: 1000
-    multivalued: true
-    alias: members
-    owner: Step
-    domain_of:
-    - Step
+    - Stage
     range: Module
     required: true
     inlined: true
@@ -437,9 +371,9 @@ 

Induced

rank: 1000 multivalued: true alias: inputs - owner: Step + owner: Stage domain_of: - - Step + - Stage range: InputCollection inlined: true inlined_as_list: true @@ -449,9 +383,9 @@

Induced

rank: 1000 multivalued: true alias: outputs - owner: Step + owner: Stage domain_of: - - Step + - Stage range: IOFile inlined: true inlined_as_list: true @@ -463,7 +397,7 @@

Induced

slot_uri: schema:identifier identifier: true alias: id - owner: Step + owner: Stage domain_of: - IdentifiableEntity range: uriorcurie @@ -475,13 +409,10 @@

Induced

rank: 1000 slot_uri: schema:name alias: name - owner: Step + owner: Stage domain_of: - IdentifiableEntity - - Orchestrator - - Validator range: string - required: true description: name: description description: A human-readable description for a thing @@ -489,7 +420,7 @@

Induced

rank: 1000 slot_uri: schema:description alias: description - owner: Step + owner: Stage domain_of: - IdentifiableEntity range: string diff --git a/terminal/index.html b/StorageAPIEnum/index.html similarity index 92% rename from terminal/index.html rename to StorageAPIEnum/index.html index 06a3e15..2138531 100644 --- a/terminal/index.html +++ b/StorageAPIEnum/index.html @@ -8,14 +8,14 @@ - + - Slot: terminal - omni-schema + Enum: StorageAPIEnum - omni-schema @@ -64,7 +64,7 @@
- + Skip to content @@ -97,7 +97,7 @@
- Slot: terminal + Enum: StorageAPIEnum
@@ -256,15 +256,15 @@
  • - - Applicable Classes + + Permissible Values
  • - - Properties + + Slots
  • @@ -310,38 +310,46 @@ - + -

    Slot: terminal

    -

    Is the terminal benchmark step?

    -

    URI: omni_schema:terminal

    - - -

    Applicable Classes

    +

    Enum: StorageAPIEnum

    +

    URI: StorageAPIEnum

    +

    Permissible Values

    + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    S3None
    +

    Slots

    - - - - + +
    Name DescriptionModifies Slot
    StepA benchmark subtask with equivalent and independent modulesnostorage_apiThe type of the storage API (i
    -

    Properties

    -

    Identifier and Mapping Information

    Schema Source

      @@ -350,14 +358,12 @@

      Schema Source

      LinkML Source

      -
      name: terminal
      -description: Is the terminal benchmark step?
      +
      name: StorageAPIEnum
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -alias: terminal
      -domain_of:
      -- Step
      -range: boolean
      +permissible_values:
      +  S3:
      +    text: S3
       
       
      diff --git a/apptainer/index.html b/apptainer/index.html new file mode 100644 index 0000000..ee36727 --- /dev/null +++ b/apptainer/index.html @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + Slot: apptainer - omni-schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + +
      + + + + +
      + + +
      + +
      + + + + + + +
      +
      + + + +
      +
      +
      + + + + +
      +
      +
      + + + +
      +
      +
      + + + +
      +
      +
      + + + +
      +
      + + + + + + + + + +

      Slot: apptainer

      +

      Apptainer image URL.

      +

      URI: omni_schema:apptainer

      + + +

      Applicable Classes

      + + + + + + + + + + + + + + + +
      NameDescriptionModifies Slot
      SoftwareEnvironmentContains snapshots of the software environment required for the modules to ru...no
      +

      Properties

      + +

      Identifier and Mapping Information

      +

      Schema Source

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

      LinkML Source

      +
      + +
      name: apptainer
      +description: Apptainer image URL.
      +from_schema: https://w3id.org/omnibenchmark/omni-schema
      +rank: 1000
      +alias: apptainer
      +domain_of:
      +- SoftwareEnvironment
      +range: string
      +
      +
      + +
      + + + + + + +
      +
      + + + + +
      + +
      + + + +
      +
      +
      +
      + + + + + + + + + + \ No newline at end of file diff --git a/validator/index.html b/benchmark_yaml_spec/index.html similarity index 94% rename from validator/index.html rename to benchmark_yaml_spec/index.html index 30b8d09..43c2d1c 100644 --- a/validator/index.html +++ b/benchmark_yaml_spec/index.html @@ -8,14 +8,14 @@ - + - Slot: validator - omni-schema + Slot: benchmark_yaml_spec - omni-schema @@ -64,7 +64,7 @@
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: validator + Slot: benchmark_yaml_spec
      @@ -310,15 +310,15 @@ - + -

      Slot: validator

      -

      The validator of the benchmark.

      -

      URI: omni_schema:validator

      +

      Slot: benchmark_yaml_spec

      +

      Benchmark Specification version.

      +

      URI: omni_schema:benchmark_yaml_spec

      Applicable Classes

      @@ -333,19 +333,14 @@

      Applicable Classes

      Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no

      Properties

      Identifier and Mapping Information

      Schema Source

      @@ -355,15 +350,14 @@

      Schema Source

      LinkML Source

      -
      name: validator
      -description: The validator of the benchmark.
      +
      name: benchmark_yaml_spec
      +description: Benchmark Specification version.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -alias: validator
      +alias: benchmark_yaml_spec
       domain_of:
       - Benchmark
      -range: Validator
      -required: true
      +range: string
       
       
      diff --git a/platform/index.html b/benchmarker/index.html similarity index 94% rename from platform/index.html rename to benchmarker/index.html index 431e946..f4f3ac7 100644 --- a/platform/index.html +++ b/benchmarker/index.html @@ -8,14 +8,14 @@ - + - Slot: platform - omni-schema + Slot: benchmarker - omni-schema @@ -64,7 +64,7 @@
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: platform + Slot: benchmarker
      @@ -310,15 +310,15 @@ - + -

      Slot: platform

      -

      The place hosting all benchmark components

      -

      URI: omni_schema:platform

      +

      Slot: benchmarker

      +

      The name and contact details of the person responsible for this benchmark.

      +

      URI: omni_schema:benchmarker

      Applicable Classes

      @@ -333,7 +333,7 @@

      Applicable Classes

      Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no @@ -355,11 +355,11 @@

      Schema Source

      LinkML Source

      -
      name: platform
      -description: The place hosting all benchmark components
      +
      name: benchmarker
      +description: The name and contact details of the person responsible for this benchmark.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -alias: platform
      +alias: benchmarker
       domain_of:
       - Benchmark
       range: string
      diff --git a/schema_url/index.html b/commit/index.html
      similarity index 95%
      rename from schema_url/index.html
      rename to commit/index.html
      index dc35725..1d246a8 100644
      --- a/schema_url/index.html
      +++ b/commit/index.html
      @@ -8,14 +8,14 @@
             
             
             
      -        
      +        
             
             
             
           
           
             
      -        Slot: schema_url - omni-schema
      +        Slot: commit - omni-schema
             
           
           
      @@ -64,7 +64,7 @@
           
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: schema_url + Slot: commit
      @@ -310,15 +310,15 @@ - + -

      Slot: schema_url

      -

      Url to the benchmark validator schema.

      -

      URI: omni_schema:schema_url

      +

      Slot: commit

      +

      The commit hash.

      +

      URI: omni_schema:commit

      Applicable Classes

      @@ -332,8 +332,8 @@

      Applicable Classes

      -Validator -The validator of the benchmark +Repository +A reference to code repository containing the module's executable code no @@ -355,13 +355,13 @@

      Schema Source

      LinkML Source

      -
      name: schema_url
      -description: Url to the benchmark validator schema.
      +
      name: commit
      +description: The commit hash.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -alias: schema_url
      +alias: commit
       domain_of:
      -- Validator
      +- Repository
       range: string
       required: true
       
      diff --git a/initial/index.html b/conda/index.html
      similarity index 94%
      rename from initial/index.html
      rename to conda/index.html
      index 2144046..c9ba4df 100644
      --- a/initial/index.html
      +++ b/conda/index.html
      @@ -8,14 +8,14 @@
             
             
             
      -        
      +        
             
             
             
           
           
             
      -        Slot: initial - omni-schema
      +        Slot: conda - omni-schema
             
           
           
      @@ -64,7 +64,7 @@
           
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: initial + Slot: conda
      @@ -310,15 +310,15 @@ - + -

      Slot: initial

      -

      Is the initial benchmark step?

      -

      URI: omni_schema:initial

      +

      Slot: conda

      +

      Conda environment file.

      +

      URI: omni_schema:conda

      Applicable Classes

      @@ -332,15 +332,15 @@

      Applicable Classes

      -Step -A benchmark subtask with equivalent and independent modules +SoftwareEnvironment +Contains snapshots of the software environment required for the modules to ru... no

      Properties

      Identifier and Mapping Information

      Schema Source

      @@ -350,14 +350,14 @@

      Schema Source

      LinkML Source

      -
      name: initial
      -description: Is the initial benchmark step?
      +
      name: conda
      +description: Conda environment file.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -alias: initial
      +alias: conda
       domain_of:
      -- Step
      -range: boolean
      +- SoftwareEnvironment
      +range: string
       
       
      diff --git a/description/index.html b/description/index.html index a8c1c51..fd38e5b 100644 --- a/description/index.html +++ b/description/index.html @@ -338,17 +338,17 @@

      Applicable Classes

      Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no -Step +Stage A benchmark subtask with equivalent and independent modules no Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no @@ -356,6 +356,11 @@

      Applicable Classes

      Represents an input / output file no + +SoftwareEnvironment +Contains snapshots of the software environment required for the modules to ru... +no +

      Properties

      diff --git a/easyconfig/index.html b/easyconfig/index.html new file mode 100644 index 0000000..71ade96 --- /dev/null +++ b/easyconfig/index.html @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + Slot: easyconfig - omni-schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + +
      + + + + +
      + + +
      + +
      + + + + + + +
      +
      + + + +
      +
      +
      + + + + +
      +
      +
      + + + +
      +
      +
      + + + +
      +
      +
      + + + +
      +
      + + + + + + + + + +

      Slot: easyconfig

      +

      Easybuild configuration file.

      +

      URI: omni_schema:easyconfig

      + + +

      Applicable Classes

      + + + + + + + + + + + + + + + +
      NameDescriptionModifies Slot
      SoftwareEnvironmentContains snapshots of the software environment required for the modules to ru...no
      +

      Properties

      + +

      Identifier and Mapping Information

      +

      Schema Source

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

      LinkML Source

      +
      + +
      name: easyconfig
      +description: Easybuild configuration file.
      +from_schema: https://w3id.org/omnibenchmark/omni-schema
      +rank: 1000
      +alias: easyconfig
      +domain_of:
      +- SoftwareEnvironment
      +range: string
      +
      +
      + +
      + + + + + + +
      +
      + + + + +
      + +
      + + + +
      +
      +
      +
      + + + + + + + + + + \ No newline at end of file diff --git a/after/index.html b/envmodule/index.html similarity index 94% rename from after/index.html rename to envmodule/index.html index 0137f3a..69710fb 100644 --- a/after/index.html +++ b/envmodule/index.html @@ -8,14 +8,14 @@ - + - Slot: after - omni-schema + Slot: envmodule - omni-schema @@ -64,7 +64,7 @@
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: after + Slot: envmodule
      @@ -310,15 +310,15 @@ - + -

      Slot: after

      -

      Step(s) that have to be finished before this step.

      -

      URI: omni_schema:after

      +

      Slot: envmodule

      +

      Environment module name.

      +

      URI: omni_schema:envmodule

      Applicable Classes

      @@ -332,20 +332,15 @@

      Applicable Classes

      -Step -A benchmark subtask with equivalent and independent modules +SoftwareEnvironment +Contains snapshots of the software environment required for the modules to ru... no

      Properties

        -
      • -

        Range: Step

        -
      • -
      • -

        Multivalued: True

        -
      • +
      • Range: String

      Identifier and Mapping Information

      Schema Source

      @@ -355,15 +350,14 @@

      Schema Source

      LinkML Source

      -
      name: after
      -description: Step(s) that have to be finished before this step.
      +
      name: envmodule
      +description: Environment module name.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
      -multivalued: true
      -alias: after
      +alias: envmodule
       domain_of:
      -- Step
      -range: Step
      +- SoftwareEnvironment
      +range: string
       
       
      diff --git a/exclude/index.html b/exclude/index.html index afd771a..4991ff5 100644 --- a/exclude/index.html +++ b/exclude/index.html @@ -333,7 +333,7 @@

      Applicable Classes

      Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no diff --git a/id/index.html b/id/index.html index 9841825..1fe5be7 100644 --- a/id/index.html +++ b/id/index.html @@ -338,17 +338,17 @@

      Applicable Classes

      Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no -Step +Stage A benchmark subtask with equivalent and independent modules no Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no @@ -356,6 +356,11 @@

      Applicable Classes

      Represents an input / output file no + +SoftwareEnvironment +Contains snapshots of the software environment required for the modules to ru... +no +

      Properties

      diff --git a/index.html b/index.html index 157566f..cb299a4 100644 --- a/index.html +++ b/index.html @@ -398,7 +398,7 @@

      Classes

              Benchmark -A multi-step workflow to evaluate processing steps for a specific task. +A multi-stage workflow to evaluate processing stage for a specific task.         IOFile @@ -406,10 +406,14 @@

      Classes

              Module -A single benchmark component assigned to a specific step. +A single benchmark component assigned to a specific stage. -        Step +        SoftwareEnvironment +Contains snapshots of the software environment required for the modules to run. + + +        Stage A benchmark subtask with equivalent and independent modules. @@ -417,16 +421,12 @@

      Classes

      A holder for valid input combinations. -Orchestrator -The orchestrator of the benchmark. - - Parameter A parameter and its scope. -Validator -The validator of the benchmark. +Repository +A reference to code repository containing the module's executable code. @@ -440,18 +440,42 @@

      Slots

      -after -Step(s) that have to be finished before this step +apptainer +Apptainer image URL + + +benchmark_yaml_spec +Benchmark Specification version + + +benchmarker +The name and contact details of the person responsible for this benchmark + + +commit +The commit hash + + +conda +Conda environment file description A human-readable description for a thing +easyconfig +Easybuild configuration file + + entries +envmodule +Environment module name + + exclude Ignore these module's outputs as input @@ -460,15 +484,11 @@

      Slots

      A unique identifier for a thing -initial -Is the initial benchmark step? - - inputs -members +modules @@ -476,10 +496,6 @@

      Slots

      A human-readable name for a thing -orchestrator -The orchestrator of the benchmark - - outputs @@ -489,22 +505,22 @@

      Slots

      path -The code repository hosting the module +The output path pattern for the IO file -platform -The place hosting all benchmark components +repository +The code repository hosting the module -repo -The code repository hosting the module +software_environment +Reference to a software environment by key -schema_url -Url to the benchmark validator schema +software_environments +Dictionary of software environments keyed by their identifiers -steps +stages @@ -512,16 +528,12 @@

      Slots

      The place hosting all benchmark data -terminal -Is the terminal benchmark step? +storage_api +The type of the storage API (i url -Url to the full benchmark description in workflow format - - -validator -The validator of the benchmark +The git compatible url values @@ -543,7 +555,7 @@

      Enumerations

      - +StorageAPIEnum diff --git a/inputs/index.html b/inputs/index.html index a83c533..1372d6e 100644 --- a/inputs/index.html +++ b/inputs/index.html @@ -331,7 +331,7 @@

      Applicable Classes

      -Step +Stage A benchmark subtask with equivalent and independent modules no @@ -360,7 +360,7 @@

      LinkML Source

      multivalued: true alias: inputs domain_of: -- Step +- Stage range: InputCollection inlined: true inlined_as_list: true diff --git a/members/index.html b/modules/index.html similarity index 96% rename from members/index.html rename to modules/index.html index d011a65..06f58da 100644 --- a/members/index.html +++ b/modules/index.html @@ -8,14 +8,14 @@ - + - Slot: members - omni-schema + Slot: modules - omni-schema @@ -64,7 +64,7 @@
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: members + Slot: modules
      @@ -310,14 +310,14 @@ - + -

      Slot: members

      -

      URI: omni_schema:members

      +

      Slot: modules

      +

      URI: omni_schema:modules

      Applicable Classes

      @@ -331,7 +331,7 @@

      Applicable Classes

      -Step +Stage A benchmark subtask with equivalent and independent modules no @@ -357,13 +357,13 @@

      Schema Source

      LinkML Source

      -
      name: members
      +
      name: modules
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
       multivalued: true
      -alias: members
      +alias: modules
       domain_of:
      -- Step
      +- Stage
       range: Module
       required: true
       inlined: true
      diff --git a/name/index.html b/name/index.html
      index ec4f959..b13c925 100644
      --- a/name/index.html
      +++ b/name/index.html
      @@ -337,28 +337,18 @@ 

      Applicable Classes

      no -Orchestrator -The orchestrator of the benchmark -no - - -Validator -The validator of the benchmark -no - - Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no -Step +Stage A benchmark subtask with equivalent and independent modules no Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no @@ -366,16 +356,16 @@

      Applicable Classes

      Represents an input / output file no + +SoftwareEnvironment +Contains snapshots of the software environment required for the modules to ru... +no +

      Properties

      Identifier and Mapping Information

      Schema Source

      @@ -393,10 +383,7 @@

      LinkML Source

      alias: name domain_of: - IdentifiableEntity -- Orchestrator -- Validator range: string -required: true
      diff --git a/outputs/index.html b/outputs/index.html index 49dbbb2..33ec74f 100644 --- a/outputs/index.html +++ b/outputs/index.html @@ -331,7 +331,7 @@

      Applicable Classes

      -Step +Stage A benchmark subtask with equivalent and independent modules no @@ -360,7 +360,7 @@

      LinkML Source

      multivalued: true alias: outputs domain_of: -- Step +- Stage range: IOFile inlined: true inlined_as_list: true diff --git a/parameters/index.html b/parameters/index.html index d9801ea..e7af53b 100644 --- a/parameters/index.html +++ b/parameters/index.html @@ -332,7 +332,7 @@

      Applicable Classes

      Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no diff --git a/path/index.html b/path/index.html index 453d298..0f2d4f3 100644 --- a/path/index.html +++ b/path/index.html @@ -317,7 +317,7 @@

      Slot: path

      -

      The code repository hosting the module.

      +

      The output path pattern for the IO file.

      URI: omni_schema:path

      @@ -351,7 +351,7 @@

      LinkML Source

      name: path
      -description: The code repository hosting the module.
      +description: The output path pattern for the IO file.
       from_schema: https://w3id.org/omnibenchmark/omni-schema
       rank: 1000
       alias: path
      diff --git a/repo/index.html b/repository/index.html
      similarity index 96%
      rename from repo/index.html
      rename to repository/index.html
      index f8b3f3a..b1fe5df 100644
      --- a/repo/index.html
      +++ b/repository/index.html
      @@ -8,14 +8,14 @@
             
             
             
      -        
      +        
             
             
             
           
           
             
      -        Slot: repo - omni-schema
      +        Slot: repository - omni-schema
             
           
           
      @@ -64,7 +64,7 @@
           
      - + Skip to content @@ -97,7 +97,7 @@
      - Slot: repo + Slot: repository
      @@ -310,15 +310,15 @@ - + -

      Slot: repo

      +

      Slot: repository

      The code repository hosting the module.

      -

      URI: omni_schema:repo

      +

      URI: omni_schema:repository

      Applicable Classes

      @@ -333,7 +333,7 @@

      Applicable Classes

      Module -A single benchmark component assigned to a specific step +A single benchmark component assigned to a specific stage no @@ -341,7 +341,7 @@

      Applicable Classes

      Properties

      • -

        Range: String

        +

        Range: Repository

      • Required: True

        @@ -355,14 +355,14 @@

        Schema Source

        LinkML Source

        -
        name: repo
        +
        name: repository
         description: The code repository hosting the module.
         from_schema: https://w3id.org/omnibenchmark/omni-schema
         rank: 1000
        -alias: repo
        +alias: repository
         domain_of:
         - Module
        -range: string
        +range: Repository
         required: true
         
         
        diff --git a/search/search_index.json b/search/search_index.json index d85b4b8..43d7b96 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"omni-schema Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema Name: omni-schema Classes Class Description IdentifiableEntity A generic grouping for any identifiable entity Benchmark A multi-step workflow to evaluate processing steps for a specific task. IOFile Represents an input / output file. Module A single benchmark component assigned to a specific step. Step A benchmark subtask with equivalent and independent modules. InputCollection A holder for valid input combinations. Orchestrator The orchestrator of the benchmark. Parameter A parameter and its scope. Validator The validator of the benchmark. Slots Slot Description after Step(s) that have to be finished before this step description A human-readable description for a thing entries exclude Ignore these module's outputs as input id A unique identifier for a thing initial Is the initial benchmark step? inputs members name A human-readable name for a thing orchestrator The orchestrator of the benchmark outputs parameters path The code repository hosting the module platform The place hosting all benchmark components repo The code repository hosting the module schema_url Url to the benchmark validator schema steps storage The place hosting all benchmark data terminal Is the terminal benchmark step? url Url to the full benchmark description in workflow format validator The validator of the benchmark values version The version of the benchmark Enumerations Enumeration Description Types Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE Subsets Subset Description","title":"Index"},{"location":"#omni-schema","text":"Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema Name: omni-schema","title":"omni-schema"},{"location":"#classes","text":"Class Description IdentifiableEntity A generic grouping for any identifiable entity Benchmark A multi-step workflow to evaluate processing steps for a specific task. IOFile Represents an input / output file. Module A single benchmark component assigned to a specific step. Step A benchmark subtask with equivalent and independent modules. InputCollection A holder for valid input combinations. Orchestrator The orchestrator of the benchmark. Parameter A parameter and its scope. Validator The validator of the benchmark.","title":"Classes"},{"location":"#slots","text":"Slot Description after Step(s) that have to be finished before this step description A human-readable description for a thing entries exclude Ignore these module's outputs as input id A unique identifier for a thing initial Is the initial benchmark step? inputs members name A human-readable name for a thing orchestrator The orchestrator of the benchmark outputs parameters path The code repository hosting the module platform The place hosting all benchmark components repo The code repository hosting the module schema_url Url to the benchmark validator schema steps storage The place hosting all benchmark data terminal Is the terminal benchmark step? url Url to the full benchmark description in workflow format validator The validator of the benchmark values version The version of the benchmark","title":"Slots"},{"location":"#enumerations","text":"Enumeration Description","title":"Enumerations"},{"location":"#types","text":"Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE","title":"Types"},{"location":"#subsets","text":"Subset Description","title":"Subsets"},{"location":"Benchmark/","text":"Class: Benchmark A multi-step workflow to evaluate processing steps for a specific task. URI: omni_schema:Benchmark classDiagram class Benchmark IdentifiableEntity <|-- Benchmark Benchmark : description Benchmark : id Benchmark : name Benchmark : orchestrator Benchmark --> Orchestrator : orchestrator Benchmark : platform Benchmark : steps Benchmark --> Step : steps Benchmark : storage Benchmark : validator Benchmark --> Validator : validator Benchmark : version Inheritance IdentifiableEntity Benchmark Slots Name Cardinality and Range Description Inheritance version 1..1 String The version of the benchmark direct platform 1..1 String The place hosting all benchmark components direct storage 1..1 String The place hosting all benchmark data direct orchestrator 1..1 Orchestrator The orchestrator of the benchmark direct validator 1..1 Validator The validator of the benchmark direct steps 1..* Step direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..1 String A human-readable name for a thing IdentifiableEntity description 0..1 String A human-readable description for a thing IdentifiableEntity Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Benchmark native omni_schema:Benchmark LinkML Source Direct name: Benchmark description: A multi-step workflow to evaluate processing steps for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - version - platform - storage - orchestrator - validator - steps tree_root: true Induced name: Benchmark description: A multi-step workflow to evaluate processing steps for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: version: name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version owner: Benchmark domain_of: - Benchmark range: string required: true platform: name: platform description: The place hosting all benchmark components from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: platform owner: Benchmark domain_of: - Benchmark range: string required: true storage: name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage owner: Benchmark domain_of: - Benchmark range: string required: true orchestrator: name: orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: orchestrator owner: Benchmark domain_of: - Benchmark range: Orchestrator required: true validator: name: validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: validator owner: Benchmark domain_of: - Benchmark range: Validator required: true steps: name: steps from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: steps owner: Benchmark domain_of: - Benchmark range: Step required: 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: Benchmark 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: Benchmark domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: Benchmark domain_of: - IdentifiableEntity range: string tree_root: true","title":"Class: Benchmark"},{"location":"Benchmark/#class-benchmark","text":"A multi-step workflow to evaluate processing steps for a specific task. URI: omni_schema:Benchmark classDiagram class Benchmark IdentifiableEntity <|-- Benchmark Benchmark : description Benchmark : id Benchmark : name Benchmark : orchestrator Benchmark --> Orchestrator : orchestrator Benchmark : platform Benchmark : steps Benchmark --> Step : steps Benchmark : storage Benchmark : validator Benchmark --> Validator : validator Benchmark : version","title":"Class: Benchmark"},{"location":"Benchmark/#inheritance","text":"IdentifiableEntity Benchmark","title":"Inheritance"},{"location":"Benchmark/#slots","text":"Name Cardinality and Range Description Inheritance version 1..1 String The version of the benchmark direct platform 1..1 String The place hosting all benchmark components direct storage 1..1 String The place hosting all benchmark data direct orchestrator 1..1 Orchestrator The orchestrator of the benchmark direct validator 1..1 Validator The validator of the benchmark direct steps 1..* Step direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..1 String A human-readable name for a thing IdentifiableEntity description 0..1 String A human-readable description for a thing IdentifiableEntity","title":"Slots"},{"location":"Benchmark/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Benchmark/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Benchmark/#mappings","text":"Mapping Type Mapped Value self omni_schema:Benchmark native omni_schema:Benchmark","title":"Mappings"},{"location":"Benchmark/#linkml-source","text":"","title":"LinkML Source"},{"location":"Benchmark/#direct","text":"name: Benchmark description: A multi-step workflow to evaluate processing steps for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - version - platform - storage - orchestrator - validator - steps tree_root: true","title":"Direct"},{"location":"Benchmark/#induced","text":"name: Benchmark description: A multi-step workflow to evaluate processing steps for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: version: name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version owner: Benchmark domain_of: - Benchmark range: string required: true platform: name: platform description: The place hosting all benchmark components from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: platform owner: Benchmark domain_of: - Benchmark range: string required: true storage: name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage owner: Benchmark domain_of: - Benchmark range: string required: true orchestrator: name: orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: orchestrator owner: Benchmark domain_of: - Benchmark range: Orchestrator required: true validator: name: validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: validator owner: Benchmark domain_of: - Benchmark range: Validator required: true steps: name: steps from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: steps owner: Benchmark domain_of: - Benchmark range: Step required: 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: Benchmark 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: Benchmark domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: Benchmark domain_of: - IdentifiableEntity range: string tree_root: true","title":"Induced"},{"location":"Boolean/","text":"Type: Boolean A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Boolean"},{"location":"Boolean/#type-boolean","text":"A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool","title":"Type: Boolean"},{"location":"Boolean/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Boolean/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Curie/","text":"Type: Curie a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str Comments in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Curie"},{"location":"Curie/#type-curie","text":"a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str","title":"Type: Curie"},{"location":"Curie/#comments","text":"in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation","title":"Comments"},{"location":"Curie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Curie/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Date/","text":"Type: Date a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Date"},{"location":"Date/#type-date","text":"a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str","title":"Type: Date"},{"location":"Date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Date/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"DateOrDatetime/","text":"Type: DateOrDatetime Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#type-dateordatetime","text":"Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DateOrDatetime/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Datetime/","text":"Type: Datetime The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Datetime"},{"location":"Datetime/#type-datetime","text":"The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str","title":"Type: Datetime"},{"location":"Datetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Datetime/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Decimal/","text":"Type: Decimal A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Decimal"},{"location":"Decimal/#type-decimal","text":"A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal","title":"Type: Decimal"},{"location":"Decimal/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Decimal/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Double/","text":"Type: Double A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Double"},{"location":"Double/#type-double","text":"A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double","title":"Type: Double"},{"location":"Double/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Double/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Float/","text":"Type: Float A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Float"},{"location":"Float/#type-float","text":"A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float","title":"Type: Float"},{"location":"Float/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Float/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IOFile/","text":"Class: IOFile Represents an input / output file. URI: omni_schema:IOFile classDiagram class IOFile IdentifiableEntity <|-- IOFile IOFile : description IOFile : id IOFile : name IOFile : path Inheritance IdentifiableEntity IOFile Slots Name Cardinality and Range Description Inheritance path 0..1 String The code repository hosting the module direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..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 Step outputs range IOFile InputCollection entries range IOFile Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:IOFile native omni_schema:IOFile LinkML Source Direct name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - path Induced name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: path: name: path description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path owner: IOFile domain_of: - IOFile range: string 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: IOFile 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: IOFile domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: IOFile domain_of: - IdentifiableEntity range: string","title":"Class: IOFile"},{"location":"IOFile/#class-iofile","text":"Represents an input / output file. URI: omni_schema:IOFile classDiagram class IOFile IdentifiableEntity <|-- IOFile IOFile : description IOFile : id IOFile : name IOFile : path","title":"Class: IOFile"},{"location":"IOFile/#inheritance","text":"IdentifiableEntity IOFile","title":"Inheritance"},{"location":"IOFile/#slots","text":"Name Cardinality and Range Description Inheritance path 0..1 String The code repository hosting the module direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..1 String A human-readable name for a thing IdentifiableEntity description 0..1 String A human-readable description for a thing IdentifiableEntity","title":"Slots"},{"location":"IOFile/#usages","text":"used by used in type used Step outputs range IOFile InputCollection entries range IOFile","title":"Usages"},{"location":"IOFile/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"IOFile/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IOFile/#mappings","text":"Mapping Type Mapped Value self omni_schema:IOFile native omni_schema:IOFile","title":"Mappings"},{"location":"IOFile/#linkml-source","text":"","title":"LinkML Source"},{"location":"IOFile/#direct","text":"name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - path","title":"Direct"},{"location":"IOFile/#induced","text":"name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: path: name: path description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path owner: IOFile domain_of: - IOFile range: string 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: IOFile 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: IOFile domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: IOFile domain_of: - IdentifiableEntity range: string","title":"Induced"},{"location":"IdentifiableEntity/","text":"Class: IdentifiableEntity A generic grouping for any identifiable entity NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class IdentifiableEntity IdentifiableEntity <|-- Benchmark IdentifiableEntity <|-- Step IdentifiableEntity <|-- Module IdentifiableEntity <|-- IOFile IdentifiableEntity : description IdentifiableEntity : id IdentifiableEntity : name Inheritance IdentifiableEntity Benchmark Step Module IOFile Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 1..1 String A human-readable name for a thing direct description 0..1 String A human-readable description for a thing direct Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self schema:Thing native omni_schema:IdentifiableEntity LinkML Source Direct name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true slots: - id - name - description class_uri: schema:Thing Induced name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true attributes: 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: IdentifiableEntity 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: IdentifiableEntity domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: IdentifiableEntity domain_of: - IdentifiableEntity range: string class_uri: schema:Thing","title":"Class: IdentifiableEntity"},{"location":"IdentifiableEntity/#class-identifiableentity","text":"A generic grouping for any identifiable entity NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class IdentifiableEntity IdentifiableEntity <|-- Benchmark IdentifiableEntity <|-- Step IdentifiableEntity <|-- Module IdentifiableEntity <|-- IOFile IdentifiableEntity : description IdentifiableEntity : id IdentifiableEntity : name","title":"Class: IdentifiableEntity"},{"location":"IdentifiableEntity/#inheritance","text":"IdentifiableEntity Benchmark Step Module IOFile","title":"Inheritance"},{"location":"IdentifiableEntity/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 1..1 String A human-readable name for a thing direct description 0..1 String A human-readable description for a thing direct","title":"Slots"},{"location":"IdentifiableEntity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"IdentifiableEntity/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IdentifiableEntity/#mappings","text":"Mapping Type Mapped Value self schema:Thing native omni_schema:IdentifiableEntity","title":"Mappings"},{"location":"IdentifiableEntity/#linkml-source","text":"","title":"LinkML Source"},{"location":"IdentifiableEntity/#direct","text":"name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true slots: - id - name - description class_uri: schema:Thing","title":"Direct"},{"location":"IdentifiableEntity/#induced","text":"name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true attributes: 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: IdentifiableEntity 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: IdentifiableEntity domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: IdentifiableEntity domain_of: - IdentifiableEntity range: string class_uri: schema:Thing","title":"Induced"},{"location":"InputCollection/","text":"Class: InputCollection A holder for valid input combinations. URI: omni_schema:InputCollection classDiagram class InputCollection InputCollection : entries InputCollection --> IOFile : entries Slots Name Cardinality and Range Description Inheritance entries 0..* IOFile direct Usages used by used in type used Step inputs range InputCollection Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:InputCollection native omni_schema:InputCollection LinkML Source Direct name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - entries Induced name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: entries: name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries owner: InputCollection domain_of: - InputCollection range: IOFile","title":"Class: InputCollection"},{"location":"InputCollection/#class-inputcollection","text":"A holder for valid input combinations. URI: omni_schema:InputCollection classDiagram class InputCollection InputCollection : entries InputCollection --> IOFile : entries","title":"Class: InputCollection"},{"location":"InputCollection/#slots","text":"Name Cardinality and Range Description Inheritance entries 0..* IOFile direct","title":"Slots"},{"location":"InputCollection/#usages","text":"used by used in type used Step inputs range InputCollection","title":"Usages"},{"location":"InputCollection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InputCollection/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"InputCollection/#mappings","text":"Mapping Type Mapped Value self omni_schema:InputCollection native omni_schema:InputCollection","title":"Mappings"},{"location":"InputCollection/#linkml-source","text":"","title":"LinkML Source"},{"location":"InputCollection/#direct","text":"name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - entries","title":"Direct"},{"location":"InputCollection/#induced","text":"name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: entries: name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries owner: InputCollection domain_of: - InputCollection range: IOFile","title":"Induced"},{"location":"Integer/","text":"Type: Integer An integer URI: xsd:integer base : int uri : xsd:integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Integer"},{"location":"Integer/#type-integer","text":"An integer URI: xsd:integer base : int uri : xsd:integer","title":"Type: Integer"},{"location":"Integer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Integer/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Jsonpath/","text":"Type: Jsonpath A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Jsonpath"},{"location":"Jsonpath/#type-jsonpath","text":"A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpath"},{"location":"Jsonpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpath/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Jsonpointer/","text":"Type: Jsonpointer A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#type-jsonpointer","text":"A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpointer/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Module/","text":"Class: Module A single benchmark component assigned to a specific step. URI: omni_schema:Module classDiagram class Module IdentifiableEntity <|-- Module Module : description Module : exclude Module --> Module : exclude Module : id Module : name Module : parameters Module --> Parameter : parameters Module : repo Inheritance IdentifiableEntity Module Slots Name Cardinality and Range Description Inheritance repo 1..1 String The code repository hosting the module direct exclude 0..* Module Ignore these module's outputs as input direct parameters 0..* Parameter direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..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 Step members 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 step. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - repo - exclude - parameters Induced name: Module description: A single benchmark component assigned to a specific step. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: repo: name: repo description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repo owner: Module domain_of: - Module range: string required: true exclude: name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude owner: Module domain_of: - Module range: Module parameters: name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters owner: Module domain_of: - Module range: Parameter 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 - Orchestrator - Validator range: string required: true 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","title":"Class: Module"},{"location":"Module/#class-module","text":"A single benchmark component assigned to a specific step. URI: omni_schema:Module classDiagram class Module IdentifiableEntity <|-- Module Module : description Module : exclude Module --> Module : exclude Module : id Module : name Module : parameters Module --> Parameter : parameters Module : repo","title":"Class: Module"},{"location":"Module/#inheritance","text":"IdentifiableEntity Module","title":"Inheritance"},{"location":"Module/#slots","text":"Name Cardinality and Range Description Inheritance repo 1..1 String The code repository hosting the module direct exclude 0..* Module Ignore these module's outputs as input direct parameters 0..* Parameter direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..1 String A human-readable name for a thing IdentifiableEntity description 0..1 String A human-readable description for a thing IdentifiableEntity","title":"Slots"},{"location":"Module/#usages","text":"used by used in type used Step members range Module Module exclude range Module","title":"Usages"},{"location":"Module/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Module/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Module/#mappings","text":"Mapping Type Mapped Value self omni_schema:Module native omni_schema:Module","title":"Mappings"},{"location":"Module/#linkml-source","text":"","title":"LinkML Source"},{"location":"Module/#direct","text":"name: Module description: A single benchmark component assigned to a specific step. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - repo - exclude - parameters","title":"Direct"},{"location":"Module/#induced","text":"name: Module description: A single benchmark component assigned to a specific step. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: repo: name: repo description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repo owner: Module domain_of: - Module range: string required: true exclude: name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude owner: Module domain_of: - Module range: Module parameters: name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters owner: Module domain_of: - Module range: Parameter 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 - Orchestrator - Validator range: string required: true 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","title":"Induced"},{"location":"Ncname/","text":"Type: Ncname Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Ncname"},{"location":"Ncname/#type-ncname","text":"Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str","title":"Type: Ncname"},{"location":"Ncname/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ncname/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Nodeidentifier/","text":"Type: Nodeidentifier A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#type-nodeidentifier","text":"A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Nodeidentifier/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Objectidentifier/","text":"Type: Objectidentifier A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str Comments Used for inheritance and type checking Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#type-objectidentifier","text":"A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#comments","text":"Used for inheritance and type checking","title":"Comments"},{"location":"Objectidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Objectidentifier/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Orchestrator/","text":"Class: Orchestrator The orchestrator of the benchmark. URI: omni_schema:Orchestrator classDiagram class Orchestrator Orchestrator : name Orchestrator : url Slots Name Cardinality and Range Description Inheritance name 1..1 String A human-readable name for a thing direct url 1..1 String Url to the full benchmark description in workflow format direct Usages used by used in type used Benchmark orchestrator range Orchestrator Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Orchestrator native omni_schema:Orchestrator LinkML Source Direct name: Orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - name - url Induced name: Orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: 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: Orchestrator domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true url: name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Orchestrator domain_of: - Orchestrator - Validator range: string required: true","title":"Class: Orchestrator"},{"location":"Orchestrator/#class-orchestrator","text":"The orchestrator of the benchmark. URI: omni_schema:Orchestrator classDiagram class Orchestrator Orchestrator : name Orchestrator : url","title":"Class: Orchestrator"},{"location":"Orchestrator/#slots","text":"Name Cardinality and Range Description Inheritance name 1..1 String A human-readable name for a thing direct url 1..1 String Url to the full benchmark description in workflow format direct","title":"Slots"},{"location":"Orchestrator/#usages","text":"used by used in type used Benchmark orchestrator range Orchestrator","title":"Usages"},{"location":"Orchestrator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Orchestrator/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Orchestrator/#mappings","text":"Mapping Type Mapped Value self omni_schema:Orchestrator native omni_schema:Orchestrator","title":"Mappings"},{"location":"Orchestrator/#linkml-source","text":"","title":"LinkML Source"},{"location":"Orchestrator/#direct","text":"name: Orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - name - url","title":"Direct"},{"location":"Orchestrator/#induced","text":"name: Orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: 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: Orchestrator domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true url: name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Orchestrator domain_of: - Orchestrator - Validator range: string required: true","title":"Induced"},{"location":"Parameter/","text":"Class: Parameter A parameter and its scope. URI: omni_schema:Parameter classDiagram class Parameter Parameter : values Slots Name Cardinality and Range Description Inheritance values 0..* String direct Usages used by used in type used Module parameters range Parameter Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Parameter native omni_schema:Parameter LinkML Source Direct name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - values Induced name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: values: name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values owner: Parameter domain_of: - Parameter range: string","title":"Class: Parameter"},{"location":"Parameter/#class-parameter","text":"A parameter and its scope. URI: omni_schema:Parameter classDiagram class Parameter Parameter : values","title":"Class: Parameter"},{"location":"Parameter/#slots","text":"Name Cardinality and Range Description Inheritance values 0..* String direct","title":"Slots"},{"location":"Parameter/#usages","text":"used by used in type used Module parameters range Parameter","title":"Usages"},{"location":"Parameter/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Parameter/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Parameter/#mappings","text":"Mapping Type Mapped Value self omni_schema:Parameter native omni_schema:Parameter","title":"Mappings"},{"location":"Parameter/#linkml-source","text":"","title":"LinkML Source"},{"location":"Parameter/#direct","text":"name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - values","title":"Direct"},{"location":"Parameter/#induced","text":"name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: values: name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values owner: Parameter domain_of: - Parameter range: string","title":"Induced"},{"location":"Sparqlpath/","text":"Type: Sparqlpath A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#type-sparqlpath","text":"A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Sparqlpath/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Step/","text":"Class: Step A benchmark subtask with equivalent and independent modules. URI: omni_schema:Step classDiagram class Step IdentifiableEntity <|-- Step Step : after Step --> Step : after Step : description Step : id Step : initial Step : inputs Step --> InputCollection : inputs Step : members Step --> Module : members Step : name Step : outputs Step --> IOFile : outputs Step : terminal Inheritance IdentifiableEntity Step Slots Name Cardinality and Range Description Inheritance initial 0..1 Boolean Is the initial benchmark step? direct terminal 0..1 Boolean Is the terminal benchmark step? direct after 0..* Step Step(s) that have to be finished before this step direct members 1..* Module direct inputs 0..* InputCollection direct outputs 0..* IOFile direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..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 steps range Step Step after range Step Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Step native omni_schema:Step LinkML Source Direct name: Step description: A benchmark subtask with equivalent and independent modules. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - initial - terminal - after - members - inputs - outputs Induced name: Step description: A benchmark subtask with equivalent and independent modules. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: initial: name: initial description: Is the initial benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: initial owner: Step domain_of: - Step range: boolean terminal: name: terminal description: Is the terminal benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: terminal owner: Step domain_of: - Step range: boolean after: name: after description: Step(s) that have to be finished before this step. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: after owner: Step domain_of: - Step range: Step members: name: members from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: members owner: Step domain_of: - Step range: Module required: true inlined: true inlined_as_list: true inputs: name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs owner: Step domain_of: - Step range: InputCollection inlined: true inlined_as_list: true outputs: name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs owner: Step domain_of: - Step range: IOFile 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: Step 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: Step domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: Step domain_of: - IdentifiableEntity range: string","title":"Class: Step"},{"location":"Step/#class-step","text":"A benchmark subtask with equivalent and independent modules. URI: omni_schema:Step classDiagram class Step IdentifiableEntity <|-- Step Step : after Step --> Step : after Step : description Step : id Step : initial Step : inputs Step --> InputCollection : inputs Step : members Step --> Module : members Step : name Step : outputs Step --> IOFile : outputs Step : terminal","title":"Class: Step"},{"location":"Step/#inheritance","text":"IdentifiableEntity Step","title":"Inheritance"},{"location":"Step/#slots","text":"Name Cardinality and Range Description Inheritance initial 0..1 Boolean Is the initial benchmark step? direct terminal 0..1 Boolean Is the terminal benchmark step? direct after 0..* Step Step(s) that have to be finished before this step direct members 1..* Module direct inputs 0..* InputCollection direct outputs 0..* IOFile direct id 1..1 Uriorcurie A unique identifier for a thing IdentifiableEntity name 1..1 String A human-readable name for a thing IdentifiableEntity description 0..1 String A human-readable description for a thing IdentifiableEntity","title":"Slots"},{"location":"Step/#usages","text":"used by used in type used Benchmark steps range Step Step after range Step","title":"Usages"},{"location":"Step/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Step/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Step/#mappings","text":"Mapping Type Mapped Value self omni_schema:Step native omni_schema:Step","title":"Mappings"},{"location":"Step/#linkml-source","text":"","title":"LinkML Source"},{"location":"Step/#direct","text":"name: Step description: A benchmark subtask with equivalent and independent modules. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - initial - terminal - after - members - inputs - outputs","title":"Direct"},{"location":"Step/#induced","text":"name: Step description: A benchmark subtask with equivalent and independent modules. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: initial: name: initial description: Is the initial benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: initial owner: Step domain_of: - Step range: boolean terminal: name: terminal description: Is the terminal benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: terminal owner: Step domain_of: - Step range: boolean after: name: after description: Step(s) that have to be finished before this step. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: after owner: Step domain_of: - Step range: Step members: name: members from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: members owner: Step domain_of: - Step range: Module required: true inlined: true inlined_as_list: true inputs: name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs owner: Step domain_of: - Step range: InputCollection inlined: true inlined_as_list: true outputs: name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs owner: Step domain_of: - Step range: IOFile 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: Step 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: Step domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true 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: Step domain_of: - IdentifiableEntity range: string","title":"Induced"},{"location":"String/","text":"Type: String A character string URI: xsd:string base : str uri : xsd:string Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: String"},{"location":"String/#type-string","text":"A character string URI: xsd:string base : str uri : xsd:string","title":"Type: String"},{"location":"String/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"String/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Time/","text":"Type: Time A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Time"},{"location":"Time/#type-time","text":"A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str","title":"Type: Time"},{"location":"Time/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Time/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Uri/","text":"Type: Uri a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str Comments in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Uri"},{"location":"Uri/#type-uri","text":"a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str","title":"Type: Uri"},{"location":"Uri/#comments","text":"in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node","title":"Comments"},{"location":"Uri/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uri/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Uriorcurie/","text":"Type: Uriorcurie a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#type-uriorcurie","text":"a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uriorcurie/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Validator/","text":"Class: Validator The validator of the benchmark. URI: omni_schema:Validator classDiagram class Validator Validator : name Validator : schema_url Validator : url Slots Name Cardinality and Range Description Inheritance name 1..1 String A human-readable name for a thing direct url 1..1 String Url to the full benchmark description in workflow format direct schema_url 1..1 String Url to the benchmark validator schema direct Usages used by used in type used Benchmark validator range Validator Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Validator native omni_schema:Validator LinkML Source Direct name: Validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - name - url - schema_url Induced name: Validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: 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: Validator domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true url: name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Validator domain_of: - Orchestrator - Validator range: string required: true schema_url: name: schema_url description: Url to the benchmark validator schema. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: schema_url owner: Validator domain_of: - Validator range: string required: true","title":"Class: Validator"},{"location":"Validator/#class-validator","text":"The validator of the benchmark. URI: omni_schema:Validator classDiagram class Validator Validator : name Validator : schema_url Validator : url","title":"Class: Validator"},{"location":"Validator/#slots","text":"Name Cardinality and Range Description Inheritance name 1..1 String A human-readable name for a thing direct url 1..1 String Url to the full benchmark description in workflow format direct schema_url 1..1 String Url to the benchmark validator schema direct","title":"Slots"},{"location":"Validator/#usages","text":"used by used in type used Benchmark validator range Validator","title":"Usages"},{"location":"Validator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Validator/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Validator/#mappings","text":"Mapping Type Mapped Value self omni_schema:Validator native omni_schema:Validator","title":"Mappings"},{"location":"Validator/#linkml-source","text":"","title":"LinkML Source"},{"location":"Validator/#direct","text":"name: Validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - name - url - schema_url","title":"Direct"},{"location":"Validator/#induced","text":"name: Validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: 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: Validator domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true url: name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Validator domain_of: - Orchestrator - Validator range: string required: true schema_url: name: schema_url description: Url to the benchmark validator schema. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: schema_url owner: Validator domain_of: - Validator range: string required: true","title":"Induced"},{"location":"about/","text":"omni-schema Data model foromnibenchmark.","title":"About"},{"location":"about/#omni-schema","text":"Data model foromnibenchmark.","title":"omni-schema"},{"location":"after/","text":"Slot: after Step(s) that have to be finished before this step. URI: omni_schema:after Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: Step Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: after description: Step(s) that have to be finished before this step. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: after domain_of: - Step range: Step","title":"Slot: after"},{"location":"after/#slot-after","text":"Step(s) that have to be finished before this step. URI: omni_schema:after","title":"Slot: after"},{"location":"after/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"after/#properties","text":"Range: Step Multivalued: True","title":"Properties"},{"location":"after/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"after/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"after/#linkml-source","text":"name: after description: Step(s) that have to be finished before this step. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: after domain_of: - Step range: Step","title":"LinkML Source"},{"location":"description/","text":"Slot: description A human-readable description for a thing URI: schema:description Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity range: string","title":"Slot: description"},{"location":"description/#slot-description","text":"A human-readable description for a thing URI: schema:description","title":"Slot: description"},{"location":"description/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no","title":"Applicable Classes"},{"location":"description/#properties","text":"Range: String","title":"Properties"},{"location":"description/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"description/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"description/#linkml-source","text":"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 domain_of: - IdentifiableEntity range: string","title":"LinkML Source"},{"location":"entries/","text":"Slot: entries URI: omni_schema:entries Applicable Classes Name Description Modifies Slot InputCollection A holder for valid input combinations no Properties Range: IOFile Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries domain_of: - InputCollection range: IOFile","title":"Slot: entries"},{"location":"entries/#slot-entries","text":"URI: omni_schema:entries","title":"Slot: entries"},{"location":"entries/#applicable-classes","text":"Name Description Modifies Slot InputCollection A holder for valid input combinations no","title":"Applicable Classes"},{"location":"entries/#properties","text":"Range: IOFile Multivalued: True","title":"Properties"},{"location":"entries/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"entries/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"entries/#linkml-source","text":"name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries domain_of: - InputCollection range: IOFile","title":"LinkML Source"},{"location":"exclude/","text":"Slot: exclude Ignore these module's outputs as input. URI: omni_schema:exclude Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific step no Properties Range: Module Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude domain_of: - Module range: Module","title":"Slot: exclude"},{"location":"exclude/#slot-exclude","text":"Ignore these module's outputs as input. URI: omni_schema:exclude","title":"Slot: exclude"},{"location":"exclude/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific step no","title":"Applicable Classes"},{"location":"exclude/#properties","text":"Range: Module Multivalued: True","title":"Properties"},{"location":"exclude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"exclude/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"exclude/#linkml-source","text":"name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude domain_of: - Module range: Module","title":"LinkML Source"},{"location":"id/","text":"Slot: id A unique identifier for a thing URI: schema:identifier Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no Properties Range: Uriorcurie Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity range: uriorcurie required: true","title":"Slot: id"},{"location":"id/#slot-id","text":"A unique identifier for a thing URI: schema:identifier","title":"Slot: id"},{"location":"id/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no","title":"Applicable Classes"},{"location":"id/#properties","text":"Range: Uriorcurie Required: True","title":"Properties"},{"location":"id/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"id/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"id/#linkml-source","text":"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 domain_of: - IdentifiableEntity range: uriorcurie required: true","title":"LinkML Source"},{"location":"initial/","text":"Slot: initial Is the initial benchmark step? URI: omni_schema:initial Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: Boolean Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: initial description: Is the initial benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: initial domain_of: - Step range: boolean","title":"Slot: initial"},{"location":"initial/#slot-initial","text":"Is the initial benchmark step? URI: omni_schema:initial","title":"Slot: initial"},{"location":"initial/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"initial/#properties","text":"Range: Boolean","title":"Properties"},{"location":"initial/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"initial/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"initial/#linkml-source","text":"name: initial description: Is the initial benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: initial domain_of: - Step range: boolean","title":"LinkML Source"},{"location":"inputs/","text":"Slot: inputs URI: omni_schema:inputs Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: InputCollection Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs domain_of: - Step range: InputCollection inlined: true inlined_as_list: true","title":"Slot: inputs"},{"location":"inputs/#slot-inputs","text":"URI: omni_schema:inputs","title":"Slot: inputs"},{"location":"inputs/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"inputs/#properties","text":"Range: InputCollection Multivalued: True","title":"Properties"},{"location":"inputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"inputs/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"inputs/#linkml-source","text":"name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs domain_of: - Step range: InputCollection inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"members/","text":"Slot: members URI: omni_schema:members Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: Module Multivalued: True Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: members from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: members domain_of: - Step range: Module required: true inlined: true inlined_as_list: true","title":"Slot: members"},{"location":"members/#slot-members","text":"URI: omni_schema:members","title":"Slot: members"},{"location":"members/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"members/#properties","text":"Range: Module Multivalued: True Required: True","title":"Properties"},{"location":"members/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"members/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"members/#linkml-source","text":"name: members from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: members domain_of: - Step range: Module required: true inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"name/","text":"Slot: name A human-readable name for a thing URI: schema:name Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Orchestrator The orchestrator of the benchmark no Validator The validator of the benchmark no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true","title":"Slot: name"},{"location":"name/#slot-name","text":"A human-readable name for a thing URI: schema:name","title":"Slot: name"},{"location":"name/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Orchestrator The orchestrator of the benchmark no Validator The validator of the benchmark no Benchmark A multi-step workflow to evaluate processing steps for a specific task no Step A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific step no IOFile Represents an input / output file no","title":"Applicable Classes"},{"location":"name/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"name/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"name/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"name/#linkml-source","text":"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 domain_of: - IdentifiableEntity - Orchestrator - Validator range: string required: true","title":"LinkML Source"},{"location":"omni-schema/","text":"omni-schema Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema","title":"omni-schema"},{"location":"omni-schema/#omni-schema","text":"Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema","title":"omni-schema"},{"location":"orchestrator/","text":"Slot: orchestrator The orchestrator of the benchmark. URI: omni_schema:orchestrator Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: Orchestrator Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: orchestrator domain_of: - Benchmark range: Orchestrator required: true","title":"Slot: orchestrator"},{"location":"orchestrator/#slot-orchestrator","text":"The orchestrator of the benchmark. URI: omni_schema:orchestrator","title":"Slot: orchestrator"},{"location":"orchestrator/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"orchestrator/#properties","text":"Range: Orchestrator Required: True","title":"Properties"},{"location":"orchestrator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"orchestrator/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"orchestrator/#linkml-source","text":"name: orchestrator description: The orchestrator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: orchestrator domain_of: - Benchmark range: Orchestrator required: true","title":"LinkML Source"},{"location":"outputs/","text":"Slot: outputs URI: omni_schema:outputs Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: IOFile Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs domain_of: - Step range: IOFile inlined: true inlined_as_list: true","title":"Slot: outputs"},{"location":"outputs/#slot-outputs","text":"URI: omni_schema:outputs","title":"Slot: outputs"},{"location":"outputs/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"outputs/#properties","text":"Range: IOFile Multivalued: True","title":"Properties"},{"location":"outputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"outputs/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"outputs/#linkml-source","text":"name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs domain_of: - Step range: IOFile inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"parameters/","text":"Slot: parameters URI: omni_schema:parameters Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific step no Properties Range: Parameter Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters domain_of: - Module range: Parameter","title":"Slot: parameters"},{"location":"parameters/#slot-parameters","text":"URI: omni_schema:parameters","title":"Slot: parameters"},{"location":"parameters/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific step no","title":"Applicable Classes"},{"location":"parameters/#properties","text":"Range: Parameter Multivalued: True","title":"Properties"},{"location":"parameters/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"parameters/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"parameters/#linkml-source","text":"name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters domain_of: - Module range: Parameter","title":"LinkML Source"},{"location":"path/","text":"Slot: path The code repository hosting the module. URI: omni_schema:path Applicable Classes Name Description Modifies Slot IOFile Represents an input / output file no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: path description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path domain_of: - IOFile range: string","title":"Slot: path"},{"location":"path/#slot-path","text":"The code repository hosting the module. URI: omni_schema:path","title":"Slot: path"},{"location":"path/#applicable-classes","text":"Name Description Modifies Slot IOFile Represents an input / output file no","title":"Applicable Classes"},{"location":"path/#properties","text":"Range: String","title":"Properties"},{"location":"path/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"path/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"path/#linkml-source","text":"name: path description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path domain_of: - IOFile range: string","title":"LinkML Source"},{"location":"platform/","text":"Slot: platform The place hosting all benchmark components URI: omni_schema:platform Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: platform description: The place hosting all benchmark components from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: platform domain_of: - Benchmark range: string required: true","title":"Slot: platform"},{"location":"platform/#slot-platform","text":"The place hosting all benchmark components URI: omni_schema:platform","title":"Slot: platform"},{"location":"platform/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"platform/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"platform/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"platform/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"platform/#linkml-source","text":"name: platform description: The place hosting all benchmark components from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: platform domain_of: - Benchmark range: string required: true","title":"LinkML Source"},{"location":"repo/","text":"Slot: repo The code repository hosting the module. URI: omni_schema:repo Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific step no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: repo description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repo domain_of: - Module range: string required: true","title":"Slot: repo"},{"location":"repo/#slot-repo","text":"The code repository hosting the module. URI: omni_schema:repo","title":"Slot: repo"},{"location":"repo/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific step no","title":"Applicable Classes"},{"location":"repo/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"repo/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"repo/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"repo/#linkml-source","text":"name: repo description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repo domain_of: - Module range: string required: true","title":"LinkML Source"},{"location":"schema_url/","text":"Slot: schema_url Url to the benchmark validator schema. URI: omni_schema:schema_url Applicable Classes Name Description Modifies Slot Validator The validator of the benchmark no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: schema_url description: Url to the benchmark validator schema. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: schema_url domain_of: - Validator range: string required: true","title":"Slot: schema_url"},{"location":"schema_url/#slot-schema_url","text":"Url to the benchmark validator schema. URI: omni_schema:schema_url","title":"Slot: schema_url"},{"location":"schema_url/#applicable-classes","text":"Name Description Modifies Slot Validator The validator of the benchmark no","title":"Applicable Classes"},{"location":"schema_url/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"schema_url/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"schema_url/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"schema_url/#linkml-source","text":"name: schema_url description: Url to the benchmark validator schema. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: schema_url domain_of: - Validator range: string required: true","title":"LinkML Source"},{"location":"steps/","text":"Slot: steps URI: omni_schema:steps Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: Step Multivalued: True Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: steps from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: steps domain_of: - Benchmark range: Step required: true inlined: true inlined_as_list: true","title":"Slot: steps"},{"location":"steps/#slot-steps","text":"URI: omni_schema:steps","title":"Slot: steps"},{"location":"steps/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"steps/#properties","text":"Range: Step Multivalued: True Required: True","title":"Properties"},{"location":"steps/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"steps/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"steps/#linkml-source","text":"name: steps from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: steps domain_of: - Benchmark range: Step required: true inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"storage/","text":"Slot: storage The place hosting all benchmark data. URI: omni_schema:storage Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage domain_of: - Benchmark range: string required: true","title":"Slot: storage"},{"location":"storage/#slot-storage","text":"The place hosting all benchmark data. URI: omni_schema:storage","title":"Slot: storage"},{"location":"storage/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"storage/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"storage/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"storage/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"storage/#linkml-source","text":"name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage domain_of: - Benchmark range: string required: true","title":"LinkML Source"},{"location":"terminal/","text":"Slot: terminal Is the terminal benchmark step? URI: omni_schema:terminal Applicable Classes Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no Properties Range: Boolean Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: terminal description: Is the terminal benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: terminal domain_of: - Step range: boolean","title":"Slot: terminal"},{"location":"terminal/#slot-terminal","text":"Is the terminal benchmark step? URI: omni_schema:terminal","title":"Slot: terminal"},{"location":"terminal/#applicable-classes","text":"Name Description Modifies Slot Step A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"terminal/#properties","text":"Range: Boolean","title":"Properties"},{"location":"terminal/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"terminal/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"terminal/#linkml-source","text":"name: terminal description: Is the terminal benchmark step? from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: terminal domain_of: - Step range: boolean","title":"LinkML Source"},{"location":"url/","text":"Slot: url Url to the full benchmark description in workflow format URI: omni_schema:url Applicable Classes Name Description Modifies Slot Orchestrator The orchestrator of the benchmark no Validator The validator of the benchmark no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url domain_of: - Orchestrator - Validator range: string required: true","title":"Slot: url"},{"location":"url/#slot-url","text":"Url to the full benchmark description in workflow format URI: omni_schema:url","title":"Slot: url"},{"location":"url/#applicable-classes","text":"Name Description Modifies Slot Orchestrator The orchestrator of the benchmark no Validator The validator of the benchmark no","title":"Applicable Classes"},{"location":"url/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"url/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"url/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"url/#linkml-source","text":"name: url description: Url to the full benchmark description in workflow format from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url domain_of: - Orchestrator - Validator range: string required: true","title":"LinkML Source"},{"location":"validator/","text":"Slot: validator The validator of the benchmark. URI: omni_schema:validator Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: Validator Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: validator domain_of: - Benchmark range: Validator required: true","title":"Slot: validator"},{"location":"validator/#slot-validator","text":"The validator of the benchmark. URI: omni_schema:validator","title":"Slot: validator"},{"location":"validator/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"validator/#properties","text":"Range: Validator Required: True","title":"Properties"},{"location":"validator/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"validator/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"validator/#linkml-source","text":"name: validator description: The validator of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: validator domain_of: - Benchmark range: Validator required: true","title":"LinkML Source"},{"location":"values/","text":"Slot: values URI: omni_schema:values Applicable Classes Name Description Modifies Slot Parameter A parameter and its scope no Properties Range: String Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values domain_of: - Parameter range: string","title":"Slot: values"},{"location":"values/#slot-values","text":"URI: omni_schema:values","title":"Slot: values"},{"location":"values/#applicable-classes","text":"Name Description Modifies Slot Parameter A parameter and its scope no","title":"Applicable Classes"},{"location":"values/#properties","text":"Range: String Multivalued: True","title":"Properties"},{"location":"values/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"values/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"values/#linkml-source","text":"name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values domain_of: - Parameter range: string","title":"LinkML Source"},{"location":"version/","text":"Slot: version The version of the benchmark. URI: omni_schema:version Applicable Classes Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version domain_of: - Benchmark range: string required: true","title":"Slot: version"},{"location":"version/#slot-version","text":"The version of the benchmark. URI: omni_schema:version","title":"Slot: version"},{"location":"version/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-step workflow to evaluate processing steps for a specific task no","title":"Applicable Classes"},{"location":"version/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"version/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"version/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"version/#linkml-source","text":"name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version domain_of: - Benchmark range: string required: true","title":"LinkML Source"}]} \ No newline at end of file +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"omni-schema Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema Name: omni-schema Classes Class Description IdentifiableEntity A generic grouping for any identifiable entity Benchmark A multi-stage workflow to evaluate processing stage for a specific task. IOFile Represents an input / output file. Module A single benchmark component assigned to a specific stage. SoftwareEnvironment Contains snapshots of the software environment required for the modules to run. Stage A benchmark subtask with equivalent and independent modules. InputCollection A holder for valid input combinations. Parameter A parameter and its scope. Repository A reference to code repository containing the module's executable code. Slots Slot Description apptainer Apptainer image URL benchmark_yaml_spec Benchmark Specification version benchmarker The name and contact details of the person responsible for this benchmark commit The commit hash conda Conda environment file description A human-readable description for a thing easyconfig Easybuild configuration file entries envmodule Environment module name exclude Ignore these module's outputs as input id A unique identifier for a thing inputs modules name A human-readable name for a thing outputs parameters path The output path pattern for the IO file repository The code repository hosting the module software_environment Reference to a software environment by key software_environments Dictionary of software environments keyed by their identifiers stages storage The place hosting all benchmark data storage_api The type of the storage API (i url The git compatible url values version The version of the benchmark Enumerations Enumeration Description StorageAPIEnum Types Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE Subsets Subset Description","title":"Index"},{"location":"#omni-schema","text":"Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema Name: omni-schema","title":"omni-schema"},{"location":"#classes","text":"Class Description IdentifiableEntity A generic grouping for any identifiable entity Benchmark A multi-stage workflow to evaluate processing stage for a specific task. IOFile Represents an input / output file. Module A single benchmark component assigned to a specific stage. SoftwareEnvironment Contains snapshots of the software environment required for the modules to run. Stage A benchmark subtask with equivalent and independent modules. InputCollection A holder for valid input combinations. Parameter A parameter and its scope. Repository A reference to code repository containing the module's executable code.","title":"Classes"},{"location":"#slots","text":"Slot Description apptainer Apptainer image URL benchmark_yaml_spec Benchmark Specification version benchmarker The name and contact details of the person responsible for this benchmark commit The commit hash conda Conda environment file description A human-readable description for a thing easyconfig Easybuild configuration file entries envmodule Environment module name exclude Ignore these module's outputs as input id A unique identifier for a thing inputs modules name A human-readable name for a thing outputs parameters path The output path pattern for the IO file repository The code repository hosting the module software_environment Reference to a software environment by key software_environments Dictionary of software environments keyed by their identifiers stages storage The place hosting all benchmark data storage_api The type of the storage API (i url The git compatible url values version The version of the benchmark","title":"Slots"},{"location":"#enumerations","text":"Enumeration Description StorageAPIEnum","title":"Enumerations"},{"location":"#types","text":"Type Description Boolean A binary (true or false) value Curie a compact URI Date a date (year, month and day) in an idealized calendar DateOrDatetime Either a date or a datetime Datetime The combination of a date and time Decimal A real number with arbitrary precision that conforms to the xsd:decimal speci... Double A real number that conforms to the xsd:double specification Float A real number that conforms to the xsd:float specification Integer An integer Jsonpath A string encoding a JSON Path Jsonpointer A string encoding a JSON Pointer Ncname Prefix part of CURIE Nodeidentifier A URI, CURIE or BNODE that represents a node in a model Objectidentifier A URI or CURIE that represents an object in the model Sparqlpath A string encoding a SPARQL Property Path String A character string Time A time object represents a (local) time of day, independent of any particular... Uri a complete URI Uriorcurie a URI or a CURIE","title":"Types"},{"location":"#subsets","text":"Subset Description","title":"Subsets"},{"location":"Benchmark/","text":"Class: Benchmark A multi-stage workflow to evaluate processing stage for a specific task. URI: omni_schema:Benchmark classDiagram class Benchmark IdentifiableEntity <|-- Benchmark Benchmark : benchmark_yaml_spec Benchmark : benchmarker Benchmark : description Benchmark : id Benchmark : name Benchmark : software_environments Benchmark --> SoftwareEnvironment : software_environments Benchmark : stages Benchmark --> Stage : stages Benchmark : storage Benchmark : storage_api Benchmark --> StorageAPIEnum : storage_api Benchmark : version Inheritance IdentifiableEntity Benchmark Slots Name Cardinality and Range Description Inheritance version 1..1 String The version of the benchmark direct benchmarker 1..1 String The name and contact details of the person responsible for this benchmark direct storage 1..1 String The place hosting all benchmark data direct storage_api 1..1 StorageAPIEnum The type of the storage API (i direct software_environments 1..* SoftwareEnvironment Dictionary of software environments keyed by their identifiers direct benchmark_yaml_spec 0..1 String Benchmark Specification version direct stages 1..* Stage direct id 1..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 Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Benchmark native omni_schema:Benchmark LinkML Source Direct name: Benchmark description: A multi-stage workflow to evaluate processing stage for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - version - benchmarker - storage - storage_api - software_environments - benchmark_yaml_spec - stages tree_root: true Induced name: Benchmark description: A multi-stage workflow to evaluate processing stage for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: version: name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version owner: Benchmark domain_of: - Benchmark range: string required: true benchmarker: name: benchmarker description: The name and contact details of the person responsible for this benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmarker owner: Benchmark domain_of: - Benchmark range: string required: true storage: name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage owner: Benchmark domain_of: - Benchmark range: string required: true storage_api: name: storage_api description: The type of the storage API (i.e. S3) from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage_api owner: Benchmark domain_of: - Benchmark range: StorageAPIEnum required: true software_environments: name: software_environments description: Dictionary of software environments keyed by their identifiers from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: software_environments owner: Benchmark domain_of: - Benchmark range: SoftwareEnvironment required: true inlined: true inlined_as_list: true benchmark_yaml_spec: name: benchmark_yaml_spec description: Benchmark Specification version. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmark_yaml_spec owner: Benchmark domain_of: - Benchmark range: string stages: name: stages from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: stages owner: Benchmark domain_of: - Benchmark range: Stage required: 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: Benchmark 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: Benchmark 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: Benchmark domain_of: - IdentifiableEntity range: string tree_root: true","title":"Class: Benchmark"},{"location":"Benchmark/#class-benchmark","text":"A multi-stage workflow to evaluate processing stage for a specific task. URI: omni_schema:Benchmark classDiagram class Benchmark IdentifiableEntity <|-- Benchmark Benchmark : benchmark_yaml_spec Benchmark : benchmarker Benchmark : description Benchmark : id Benchmark : name Benchmark : software_environments Benchmark --> SoftwareEnvironment : software_environments Benchmark : stages Benchmark --> Stage : stages Benchmark : storage Benchmark : storage_api Benchmark --> StorageAPIEnum : storage_api Benchmark : version","title":"Class: Benchmark"},{"location":"Benchmark/#inheritance","text":"IdentifiableEntity Benchmark","title":"Inheritance"},{"location":"Benchmark/#slots","text":"Name Cardinality and Range Description Inheritance version 1..1 String The version of the benchmark direct benchmarker 1..1 String The name and contact details of the person responsible for this benchmark direct storage 1..1 String The place hosting all benchmark data direct storage_api 1..1 StorageAPIEnum The type of the storage API (i direct software_environments 1..* SoftwareEnvironment Dictionary of software environments keyed by their identifiers direct benchmark_yaml_spec 0..1 String Benchmark Specification version direct stages 1..* Stage direct id 1..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","title":"Slots"},{"location":"Benchmark/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Benchmark/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Benchmark/#mappings","text":"Mapping Type Mapped Value self omni_schema:Benchmark native omni_schema:Benchmark","title":"Mappings"},{"location":"Benchmark/#linkml-source","text":"","title":"LinkML Source"},{"location":"Benchmark/#direct","text":"name: Benchmark description: A multi-stage workflow to evaluate processing stage for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - version - benchmarker - storage - storage_api - software_environments - benchmark_yaml_spec - stages tree_root: true","title":"Direct"},{"location":"Benchmark/#induced","text":"name: Benchmark description: A multi-stage workflow to evaluate processing stage for a specific task. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: version: name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version owner: Benchmark domain_of: - Benchmark range: string required: true benchmarker: name: benchmarker description: The name and contact details of the person responsible for this benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmarker owner: Benchmark domain_of: - Benchmark range: string required: true storage: name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage owner: Benchmark domain_of: - Benchmark range: string required: true storage_api: name: storage_api description: The type of the storage API (i.e. S3) from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage_api owner: Benchmark domain_of: - Benchmark range: StorageAPIEnum required: true software_environments: name: software_environments description: Dictionary of software environments keyed by their identifiers from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: software_environments owner: Benchmark domain_of: - Benchmark range: SoftwareEnvironment required: true inlined: true inlined_as_list: true benchmark_yaml_spec: name: benchmark_yaml_spec description: Benchmark Specification version. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmark_yaml_spec owner: Benchmark domain_of: - Benchmark range: string stages: name: stages from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: stages owner: Benchmark domain_of: - Benchmark range: Stage required: 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: Benchmark 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: Benchmark 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: Benchmark domain_of: - IdentifiableEntity range: string tree_root: true","title":"Induced"},{"location":"Boolean/","text":"Type: Boolean A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Boolean"},{"location":"Boolean/#type-boolean","text":"A binary (true or false) value URI: xsd:boolean base : Bool uri : xsd:boolean repr : bool","title":"Type: Boolean"},{"location":"Boolean/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Boolean/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Curie/","text":"Type: Curie a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str Comments in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Curie"},{"location":"Curie/#type-curie","text":"a compact URI URI: xsd:string base : Curie uri : xsd:string repr : str","title":"Type: Curie"},{"location":"Curie/#comments","text":"in RDF serializations this MUST be expanded to a URI in non-RDF serializations MAY be serialized as the compact representation","title":"Comments"},{"location":"Curie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Curie/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Date/","text":"Type: Date a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Date"},{"location":"Date/#type-date","text":"a date (year, month and day) in an idealized calendar URI: xsd:date base : XSDDate uri : xsd:date repr : str","title":"Type: Date"},{"location":"Date/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Date/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"DateOrDatetime/","text":"Type: DateOrDatetime Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#type-dateordatetime","text":"Either a date or a datetime URI: linkml:DateOrDatetime base : str uri : linkml:DateOrDatetime repr : str","title":"Type: DateOrDatetime"},{"location":"DateOrDatetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"DateOrDatetime/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Datetime/","text":"Type: Datetime The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Datetime"},{"location":"Datetime/#type-datetime","text":"The combination of a date and time URI: xsd:dateTime base : XSDDateTime uri : xsd:dateTime repr : str","title":"Type: Datetime"},{"location":"Datetime/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Datetime/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Decimal/","text":"Type: Decimal A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Decimal"},{"location":"Decimal/#type-decimal","text":"A real number with arbitrary precision that conforms to the xsd:decimal specification URI: xsd:decimal base : Decimal uri : xsd:decimal","title":"Type: Decimal"},{"location":"Decimal/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Decimal/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Double/","text":"Type: Double A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Double"},{"location":"Double/#type-double","text":"A real number that conforms to the xsd:double specification URI: xsd:double base : float uri : xsd:double","title":"Type: Double"},{"location":"Double/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Double/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Float/","text":"Type: Float A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Float"},{"location":"Float/#type-float","text":"A real number that conforms to the xsd:float specification URI: xsd:float base : float uri : xsd:float","title":"Type: Float"},{"location":"Float/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Float/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IOFile/","text":"Class: IOFile Represents an input / output file. URI: omni_schema:IOFile classDiagram class IOFile IdentifiableEntity <|-- IOFile IOFile : description IOFile : id IOFile : name IOFile : path Inheritance IdentifiableEntity IOFile Slots Name Cardinality and Range Description Inheritance path 0..1 String The output path pattern for the IO file direct id 1..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 outputs range IOFile InputCollection entries range IOFile Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:IOFile native omni_schema:IOFile LinkML Source Direct name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - path Induced name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: path: name: path description: The output path pattern for the IO file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path owner: IOFile domain_of: - IOFile range: string 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: IOFile 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: IOFile 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: IOFile domain_of: - IdentifiableEntity range: string","title":"Class: IOFile"},{"location":"IOFile/#class-iofile","text":"Represents an input / output file. URI: omni_schema:IOFile classDiagram class IOFile IdentifiableEntity <|-- IOFile IOFile : description IOFile : id IOFile : name IOFile : path","title":"Class: IOFile"},{"location":"IOFile/#inheritance","text":"IdentifiableEntity IOFile","title":"Inheritance"},{"location":"IOFile/#slots","text":"Name Cardinality and Range Description Inheritance path 0..1 String The output path pattern for the IO file direct id 1..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","title":"Slots"},{"location":"IOFile/#usages","text":"used by used in type used Stage outputs range IOFile InputCollection entries range IOFile","title":"Usages"},{"location":"IOFile/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"IOFile/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IOFile/#mappings","text":"Mapping Type Mapped Value self omni_schema:IOFile native omni_schema:IOFile","title":"Mappings"},{"location":"IOFile/#linkml-source","text":"","title":"LinkML Source"},{"location":"IOFile/#direct","text":"name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - path","title":"Direct"},{"location":"IOFile/#induced","text":"name: IOFile description: Represents an input / output file. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: path: name: path description: The output path pattern for the IO file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path owner: IOFile domain_of: - IOFile range: string 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: IOFile 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: IOFile 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: IOFile domain_of: - IdentifiableEntity range: string","title":"Induced"},{"location":"IdentifiableEntity/","text":"Class: IdentifiableEntity A generic grouping for any identifiable entity NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class IdentifiableEntity IdentifiableEntity <|-- Benchmark IdentifiableEntity <|-- Stage IdentifiableEntity <|-- Module IdentifiableEntity <|-- IOFile IdentifiableEntity <|-- SoftwareEnvironment IdentifiableEntity : description IdentifiableEntity : id IdentifiableEntity : name Inheritance IdentifiableEntity Benchmark Stage Module IOFile SoftwareEnvironment Slots Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct description 0..1 String A human-readable description for a thing direct Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self schema:Thing native omni_schema:IdentifiableEntity LinkML Source Direct name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true slots: - id - name - description class_uri: schema:Thing Induced name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true attributes: 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: IdentifiableEntity 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: IdentifiableEntity 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: IdentifiableEntity domain_of: - IdentifiableEntity range: string class_uri: schema:Thing","title":"Class: IdentifiableEntity"},{"location":"IdentifiableEntity/#class-identifiableentity","text":"A generic grouping for any identifiable entity NOTE : this is an abstract class and should not be instantiated directly URI: schema:Thing classDiagram class IdentifiableEntity IdentifiableEntity <|-- Benchmark IdentifiableEntity <|-- Stage IdentifiableEntity <|-- Module IdentifiableEntity <|-- IOFile IdentifiableEntity <|-- SoftwareEnvironment IdentifiableEntity : description IdentifiableEntity : id IdentifiableEntity : name","title":"Class: IdentifiableEntity"},{"location":"IdentifiableEntity/#inheritance","text":"IdentifiableEntity Benchmark Stage Module IOFile SoftwareEnvironment","title":"Inheritance"},{"location":"IdentifiableEntity/#slots","text":"Name Cardinality and Range Description Inheritance id 1..1 Uriorcurie A unique identifier for a thing direct name 0..1 String A human-readable name for a thing direct description 0..1 String A human-readable description for a thing direct","title":"Slots"},{"location":"IdentifiableEntity/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"IdentifiableEntity/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"IdentifiableEntity/#mappings","text":"Mapping Type Mapped Value self schema:Thing native omni_schema:IdentifiableEntity","title":"Mappings"},{"location":"IdentifiableEntity/#linkml-source","text":"","title":"LinkML Source"},{"location":"IdentifiableEntity/#direct","text":"name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true slots: - id - name - description class_uri: schema:Thing","title":"Direct"},{"location":"IdentifiableEntity/#induced","text":"name: IdentifiableEntity description: A generic grouping for any identifiable entity from_schema: https://w3id.org/omnibenchmark/omni-schema abstract: true attributes: 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: IdentifiableEntity 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: IdentifiableEntity 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: IdentifiableEntity domain_of: - IdentifiableEntity range: string class_uri: schema:Thing","title":"Induced"},{"location":"InputCollection/","text":"Class: InputCollection A holder for valid input combinations. URI: omni_schema:InputCollection classDiagram class InputCollection InputCollection : entries InputCollection --> IOFile : entries Slots Name Cardinality and Range Description Inheritance entries 0..* IOFile direct Usages used by used in type used Stage inputs range InputCollection Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:InputCollection native omni_schema:InputCollection LinkML Source Direct name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - entries Induced name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: entries: name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries owner: InputCollection domain_of: - InputCollection range: IOFile","title":"Class: InputCollection"},{"location":"InputCollection/#class-inputcollection","text":"A holder for valid input combinations. URI: omni_schema:InputCollection classDiagram class InputCollection InputCollection : entries InputCollection --> IOFile : entries","title":"Class: InputCollection"},{"location":"InputCollection/#slots","text":"Name Cardinality and Range Description Inheritance entries 0..* IOFile direct","title":"Slots"},{"location":"InputCollection/#usages","text":"used by used in type used Stage inputs range InputCollection","title":"Usages"},{"location":"InputCollection/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"InputCollection/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"InputCollection/#mappings","text":"Mapping Type Mapped Value self omni_schema:InputCollection native omni_schema:InputCollection","title":"Mappings"},{"location":"InputCollection/#linkml-source","text":"","title":"LinkML Source"},{"location":"InputCollection/#direct","text":"name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - entries","title":"Direct"},{"location":"InputCollection/#induced","text":"name: InputCollection description: A holder for valid input combinations. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: entries: name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries owner: InputCollection domain_of: - InputCollection range: IOFile","title":"Induced"},{"location":"Integer/","text":"Type: Integer An integer URI: xsd:integer base : int uri : xsd:integer Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Integer"},{"location":"Integer/#type-integer","text":"An integer URI: xsd:integer base : int uri : xsd:integer","title":"Type: Integer"},{"location":"Integer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Integer/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Jsonpath/","text":"Type: Jsonpath A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Jsonpath"},{"location":"Jsonpath/#type-jsonpath","text":"A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpath"},{"location":"Jsonpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpath/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Jsonpointer/","text":"Type: Jsonpointer A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#type-jsonpointer","text":"A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Jsonpointer"},{"location":"Jsonpointer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Jsonpointer/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Module/","text":"Class: Module A single benchmark component assigned to a specific stage. URI: omni_schema:Module classDiagram class Module IdentifiableEntity <|-- Module Module : description Module : exclude Module --> Module : exclude Module : id Module : name Module : parameters Module --> Parameter : parameters Module : repository Module --> Repository : repository Module : software_environment Module --> SoftwareEnvironment : software_environment Inheritance IdentifiableEntity Module Slots Name Cardinality and Range Description Inheritance software_environment 1..1 SoftwareEnvironment Reference to a software environment by key direct repository 1..1 Repository The code repository hosting the module direct exclude 0..* Module Ignore these module's outputs as input direct parameters 0..* Parameter direct id 1..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 multivalued: true alias: exclude owner: Module domain_of: - Module range: Module parameters: name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters owner: Module domain_of: - Module range: Parameter 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","title":"Class: Module"},{"location":"Module/#class-module","text":"A single benchmark component assigned to a specific stage. URI: omni_schema:Module classDiagram class Module IdentifiableEntity <|-- Module Module : description Module : exclude Module --> Module : exclude Module : id Module : name Module : parameters Module --> Parameter : parameters Module : repository Module --> Repository : repository Module : software_environment Module --> SoftwareEnvironment : software_environment","title":"Class: Module"},{"location":"Module/#inheritance","text":"IdentifiableEntity Module","title":"Inheritance"},{"location":"Module/#slots","text":"Name Cardinality and Range Description Inheritance software_environment 1..1 SoftwareEnvironment Reference to a software environment by key direct repository 1..1 Repository The code repository hosting the module direct exclude 0..* Module Ignore these module's outputs as input direct parameters 0..* Parameter direct id 1..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","title":"Slots"},{"location":"Module/#usages","text":"used by used in type used Stage modules range Module Module exclude range Module","title":"Usages"},{"location":"Module/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Module/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Module/#mappings","text":"Mapping Type Mapped Value self omni_schema:Module native omni_schema:Module","title":"Mappings"},{"location":"Module/#linkml-source","text":"","title":"LinkML Source"},{"location":"Module/#direct","text":"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","title":"Direct"},{"location":"Module/#induced","text":"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 multivalued: true alias: exclude owner: Module domain_of: - Module range: Module parameters: name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters owner: Module domain_of: - Module range: Parameter 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","title":"Induced"},{"location":"Ncname/","text":"Type: Ncname Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Ncname"},{"location":"Ncname/#type-ncname","text":"Prefix part of CURIE URI: xsd:string base : NCName uri : xsd:string repr : str","title":"Type: Ncname"},{"location":"Ncname/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Ncname/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Nodeidentifier/","text":"Type: Nodeidentifier A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#type-nodeidentifier","text":"A URI, CURIE or BNODE that represents a node in a model. URI: shex:nonLiteral base : NodeIdentifier uri : shex:nonLiteral repr : str","title":"Type: Nodeidentifier"},{"location":"Nodeidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Nodeidentifier/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Objectidentifier/","text":"Type: Objectidentifier A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str Comments Used for inheritance and type checking Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#type-objectidentifier","text":"A URI or CURIE that represents an object in the model. URI: shex:iri base : ElementIdentifier uri : shex:iri repr : str","title":"Type: Objectidentifier"},{"location":"Objectidentifier/#comments","text":"Used for inheritance and type checking","title":"Comments"},{"location":"Objectidentifier/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Objectidentifier/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Parameter/","text":"Class: Parameter A parameter and its scope. URI: omni_schema:Parameter classDiagram class Parameter Parameter : values Slots Name Cardinality and Range Description Inheritance values 0..* String direct Usages used by used in type used Module parameters range Parameter Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Parameter native omni_schema:Parameter LinkML Source Direct name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - values Induced name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: values: name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values owner: Parameter domain_of: - Parameter range: string","title":"Class: Parameter"},{"location":"Parameter/#class-parameter","text":"A parameter and its scope. URI: omni_schema:Parameter classDiagram class Parameter Parameter : values","title":"Class: Parameter"},{"location":"Parameter/#slots","text":"Name Cardinality and Range Description Inheritance values 0..* String direct","title":"Slots"},{"location":"Parameter/#usages","text":"used by used in type used Module parameters range Parameter","title":"Usages"},{"location":"Parameter/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Parameter/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Parameter/#mappings","text":"Mapping Type Mapped Value self omni_schema:Parameter native omni_schema:Parameter","title":"Mappings"},{"location":"Parameter/#linkml-source","text":"","title":"LinkML Source"},{"location":"Parameter/#direct","text":"name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - values","title":"Direct"},{"location":"Parameter/#induced","text":"name: Parameter description: A parameter and its scope. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: values: name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values owner: Parameter domain_of: - Parameter range: string","title":"Induced"},{"location":"Repository/","text":"Class: Repository A reference to code repository containing the module's executable code. URI: omni_schema:Repository classDiagram class Repository Repository : commit Repository : url Slots Name Cardinality and Range Description Inheritance url 1..1 String The git compatible url direct commit 1..1 String The commit hash direct Usages used by used in type used Module repository range Repository Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:Repository native omni_schema:Repository LinkML Source Direct name: Repository description: A reference to code repository containing the module's executable code. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - url - commit Induced name: Repository description: A reference to code repository containing the module's executable code. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: url: name: url description: The git compatible url. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Repository domain_of: - Repository range: string required: true commit: name: commit description: The commit hash. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: commit owner: Repository domain_of: - Repository range: string required: true","title":"Class: Repository"},{"location":"Repository/#class-repository","text":"A reference to code repository containing the module's executable code. URI: omni_schema:Repository classDiagram class Repository Repository : commit Repository : url","title":"Class: Repository"},{"location":"Repository/#slots","text":"Name Cardinality and Range Description Inheritance url 1..1 String The git compatible url direct commit 1..1 String The commit hash direct","title":"Slots"},{"location":"Repository/#usages","text":"used by used in type used Module repository range Repository","title":"Usages"},{"location":"Repository/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Repository/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Repository/#mappings","text":"Mapping Type Mapped Value self omni_schema:Repository native omni_schema:Repository","title":"Mappings"},{"location":"Repository/#linkml-source","text":"","title":"LinkML Source"},{"location":"Repository/#direct","text":"name: Repository description: A reference to code repository containing the module's executable code. from_schema: https://w3id.org/omnibenchmark/omni-schema slots: - url - commit","title":"Direct"},{"location":"Repository/#induced","text":"name: Repository description: A reference to code repository containing the module's executable code. from_schema: https://w3id.org/omnibenchmark/omni-schema attributes: url: name: url description: The git compatible url. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url owner: Repository domain_of: - Repository range: string required: true commit: name: commit description: The commit hash. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: commit owner: Repository domain_of: - Repository range: string required: true","title":"Induced"},{"location":"SoftwareEnvironment/","text":"Class: SoftwareEnvironment Contains snapshots of the software environment required for the modules to run. URI: omni_schema:SoftwareEnvironment classDiagram class SoftwareEnvironment IdentifiableEntity <|-- SoftwareEnvironment SoftwareEnvironment : apptainer SoftwareEnvironment : conda SoftwareEnvironment : description SoftwareEnvironment : easyconfig SoftwareEnvironment : envmodule SoftwareEnvironment : id SoftwareEnvironment : name Inheritance IdentifiableEntity SoftwareEnvironment Slots Name Cardinality and Range Description Inheritance easyconfig 0..1 String Easybuild configuration file direct envmodule 0..1 String Environment module name direct conda 0..1 String Conda environment file direct apptainer 0..1 String Apptainer image URL direct id 1..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 software_environments range SoftwareEnvironment Module software_environment range SoftwareEnvironment Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema Mappings Mapping Type Mapped Value self omni_schema:SoftwareEnvironment native omni_schema:SoftwareEnvironment LinkML Source Direct name: SoftwareEnvironment description: Contains snapshots of the software environment required for the modules to run. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - easyconfig - envmodule - conda - apptainer Induced name: SoftwareEnvironment description: Contains snapshots of the software environment required for the modules to run. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: easyconfig: name: easyconfig description: Easybuild configuration file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: easyconfig owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string envmodule: name: envmodule description: Environment module name. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: envmodule owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string conda: name: conda description: Conda environment file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: conda owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string apptainer: name: apptainer description: Apptainer image URL. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: apptainer owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string 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: SoftwareEnvironment 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: SoftwareEnvironment 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: SoftwareEnvironment domain_of: - IdentifiableEntity range: string","title":"Class: SoftwareEnvironment"},{"location":"SoftwareEnvironment/#class-softwareenvironment","text":"Contains snapshots of the software environment required for the modules to run. URI: omni_schema:SoftwareEnvironment classDiagram class SoftwareEnvironment IdentifiableEntity <|-- SoftwareEnvironment SoftwareEnvironment : apptainer SoftwareEnvironment : conda SoftwareEnvironment : description SoftwareEnvironment : easyconfig SoftwareEnvironment : envmodule SoftwareEnvironment : id SoftwareEnvironment : name","title":"Class: SoftwareEnvironment"},{"location":"SoftwareEnvironment/#inheritance","text":"IdentifiableEntity SoftwareEnvironment","title":"Inheritance"},{"location":"SoftwareEnvironment/#slots","text":"Name Cardinality and Range Description Inheritance easyconfig 0..1 String Easybuild configuration file direct envmodule 0..1 String Environment module name direct conda 0..1 String Conda environment file direct apptainer 0..1 String Apptainer image URL direct id 1..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","title":"Slots"},{"location":"SoftwareEnvironment/#usages","text":"used by used in type used Benchmark software_environments range SoftwareEnvironment Module software_environment range SoftwareEnvironment","title":"Usages"},{"location":"SoftwareEnvironment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"SoftwareEnvironment/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"SoftwareEnvironment/#mappings","text":"Mapping Type Mapped Value self omni_schema:SoftwareEnvironment native omni_schema:SoftwareEnvironment","title":"Mappings"},{"location":"SoftwareEnvironment/#linkml-source","text":"","title":"LinkML Source"},{"location":"SoftwareEnvironment/#direct","text":"name: SoftwareEnvironment description: Contains snapshots of the software environment required for the modules to run. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity slots: - easyconfig - envmodule - conda - apptainer","title":"Direct"},{"location":"SoftwareEnvironment/#induced","text":"name: SoftwareEnvironment description: Contains snapshots of the software environment required for the modules to run. from_schema: https://w3id.org/omnibenchmark/omni-schema is_a: IdentifiableEntity attributes: easyconfig: name: easyconfig description: Easybuild configuration file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: easyconfig owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string envmodule: name: envmodule description: Environment module name. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: envmodule owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string conda: name: conda description: Conda environment file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: conda owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string apptainer: name: apptainer description: Apptainer image URL. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: apptainer owner: SoftwareEnvironment domain_of: - SoftwareEnvironment range: string 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: SoftwareEnvironment 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: SoftwareEnvironment 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: SoftwareEnvironment domain_of: - IdentifiableEntity range: string","title":"Induced"},{"location":"Sparqlpath/","text":"Type: Sparqlpath A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#type-sparqlpath","text":"A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF. URI: xsd:string base : str uri : xsd:string repr : str","title":"Type: Sparqlpath"},{"location":"Sparqlpath/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Sparqlpath/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Stage/","text":"Class: Stage A benchmark subtask with equivalent and independent modules. URI: omni_schema:Stage classDiagram class Stage IdentifiableEntity <|-- Stage Stage : description Stage : id Stage : inputs Stage --> InputCollection : inputs Stage : modules Stage --> Module : modules Stage : name Stage : outputs Stage --> IOFile : outputs Inheritance IdentifiableEntity Stage Slots Name Cardinality and Range Description Inheritance modules 1..* Module direct inputs 0..* InputCollection direct outputs 0..* IOFile direct id 1..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 multivalued: true alias: modules owner: Stage domain_of: - Stage range: Module required: true inlined: true inlined_as_list: true inputs: name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs owner: Stage domain_of: - Stage range: InputCollection inlined: true inlined_as_list: true outputs: name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs owner: Stage domain_of: - Stage range: IOFile 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","title":"Class: Stage"},{"location":"Stage/#class-stage","text":"A benchmark subtask with equivalent and independent modules. URI: omni_schema:Stage classDiagram class Stage IdentifiableEntity <|-- Stage Stage : description Stage : id Stage : inputs Stage --> InputCollection : inputs Stage : modules Stage --> Module : modules Stage : name Stage : outputs Stage --> IOFile : outputs","title":"Class: Stage"},{"location":"Stage/#inheritance","text":"IdentifiableEntity Stage","title":"Inheritance"},{"location":"Stage/#slots","text":"Name Cardinality and Range Description Inheritance modules 1..* Module direct inputs 0..* InputCollection direct outputs 0..* IOFile direct id 1..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","title":"Slots"},{"location":"Stage/#usages","text":"used by used in type used Benchmark stages range Stage","title":"Usages"},{"location":"Stage/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Stage/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Stage/#mappings","text":"Mapping Type Mapped Value self omni_schema:Stage native omni_schema:Stage","title":"Mappings"},{"location":"Stage/#linkml-source","text":"","title":"LinkML Source"},{"location":"Stage/#direct","text":"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","title":"Direct"},{"location":"Stage/#induced","text":"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 multivalued: true alias: modules owner: Stage domain_of: - Stage range: Module required: true inlined: true inlined_as_list: true inputs: name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs owner: Stage domain_of: - Stage range: InputCollection inlined: true inlined_as_list: true outputs: name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs owner: Stage domain_of: - Stage range: IOFile 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","title":"Induced"},{"location":"StorageAPIEnum/","text":"Enum: StorageAPIEnum URI: StorageAPIEnum Permissible Values Value Meaning Description S3 None Slots Name Description storage_api The type of the storage API (i Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: StorageAPIEnum from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 permissible_values: S3: text: S3","title":"Enum: StorageAPIEnum"},{"location":"StorageAPIEnum/#enum-storageapienum","text":"URI: StorageAPIEnum","title":"Enum: StorageAPIEnum"},{"location":"StorageAPIEnum/#permissible-values","text":"Value Meaning Description S3 None","title":"Permissible Values"},{"location":"StorageAPIEnum/#slots","text":"Name Description storage_api The type of the storage API (i","title":"Slots"},{"location":"StorageAPIEnum/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"StorageAPIEnum/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"StorageAPIEnum/#linkml-source","text":"name: StorageAPIEnum from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 permissible_values: S3: text: S3","title":"LinkML Source"},{"location":"String/","text":"Type: String A character string URI: xsd:string base : str uri : xsd:string Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: String"},{"location":"String/#type-string","text":"A character string URI: xsd:string base : str uri : xsd:string","title":"Type: String"},{"location":"String/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"String/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Time/","text":"Type: Time A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Time"},{"location":"Time/#type-time","text":"A time object represents a (local) time of day, independent of any particular day URI: xsd:time base : XSDTime uri : xsd:time repr : str","title":"Type: Time"},{"location":"Time/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Time/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Uri/","text":"Type: Uri a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str Comments in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Uri"},{"location":"Uri/#type-uri","text":"a complete URI URI: xsd:anyURI base : URI uri : xsd:anyURI repr : str","title":"Type: Uri"},{"location":"Uri/#comments","text":"in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node","title":"Comments"},{"location":"Uri/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uri/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"Uriorcurie/","text":"Type: Uriorcurie a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#type-uriorcurie","text":"a URI or a CURIE URI: xsd:anyURI base : URIorCURIE uri : xsd:anyURI repr : str","title":"Type: Uriorcurie"},{"location":"Uriorcurie/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"Uriorcurie/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"about/","text":"omni-schema Data model foromnibenchmark.","title":"About"},{"location":"about/#omni-schema","text":"Data model foromnibenchmark.","title":"omni-schema"},{"location":"apptainer/","text":"Slot: apptainer Apptainer image URL. URI: omni_schema:apptainer Applicable Classes Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: apptainer description: Apptainer image URL. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: apptainer domain_of: - SoftwareEnvironment range: string","title":"Slot: apptainer"},{"location":"apptainer/#slot-apptainer","text":"Apptainer image URL. URI: omni_schema:apptainer","title":"Slot: apptainer"},{"location":"apptainer/#applicable-classes","text":"Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"apptainer/#properties","text":"Range: String","title":"Properties"},{"location":"apptainer/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"apptainer/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"apptainer/#linkml-source","text":"name: apptainer description: Apptainer image URL. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: apptainer domain_of: - SoftwareEnvironment range: string","title":"LinkML Source"},{"location":"benchmark_yaml_spec/","text":"Slot: benchmark_yaml_spec Benchmark Specification version. URI: omni_schema:benchmark_yaml_spec Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: benchmark_yaml_spec description: Benchmark Specification version. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmark_yaml_spec domain_of: - Benchmark range: string","title":"Slot: benchmark_yaml_spec"},{"location":"benchmark_yaml_spec/#slot-benchmark_yaml_spec","text":"Benchmark Specification version. URI: omni_schema:benchmark_yaml_spec","title":"Slot: benchmark_yaml_spec"},{"location":"benchmark_yaml_spec/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"benchmark_yaml_spec/#properties","text":"Range: String","title":"Properties"},{"location":"benchmark_yaml_spec/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"benchmark_yaml_spec/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"benchmark_yaml_spec/#linkml-source","text":"name: benchmark_yaml_spec description: Benchmark Specification version. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmark_yaml_spec domain_of: - Benchmark range: string","title":"LinkML Source"},{"location":"benchmarker/","text":"Slot: benchmarker The name and contact details of the person responsible for this benchmark. URI: omni_schema:benchmarker Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: benchmarker description: The name and contact details of the person responsible for this benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmarker domain_of: - Benchmark range: string required: true","title":"Slot: benchmarker"},{"location":"benchmarker/#slot-benchmarker","text":"The name and contact details of the person responsible for this benchmark. URI: omni_schema:benchmarker","title":"Slot: benchmarker"},{"location":"benchmarker/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"benchmarker/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"benchmarker/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"benchmarker/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"benchmarker/#linkml-source","text":"name: benchmarker description: The name and contact details of the person responsible for this benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: benchmarker domain_of: - Benchmark range: string required: true","title":"LinkML Source"},{"location":"commit/","text":"Slot: commit The commit hash. URI: omni_schema:commit Applicable Classes Name Description Modifies Slot Repository A reference to code repository containing the module's executable code no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: commit description: The commit hash. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: commit domain_of: - Repository range: string required: true","title":"Slot: commit"},{"location":"commit/#slot-commit","text":"The commit hash. URI: omni_schema:commit","title":"Slot: commit"},{"location":"commit/#applicable-classes","text":"Name Description Modifies Slot Repository A reference to code repository containing the module's executable code no","title":"Applicable Classes"},{"location":"commit/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"commit/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"commit/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"commit/#linkml-source","text":"name: commit description: The commit hash. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: commit domain_of: - Repository range: string required: true","title":"LinkML Source"},{"location":"conda/","text":"Slot: conda Conda environment file. URI: omni_schema:conda Applicable Classes Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: conda description: Conda environment file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: conda domain_of: - SoftwareEnvironment range: string","title":"Slot: conda"},{"location":"conda/#slot-conda","text":"Conda environment file. URI: omni_schema:conda","title":"Slot: conda"},{"location":"conda/#applicable-classes","text":"Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"conda/#properties","text":"Range: String","title":"Properties"},{"location":"conda/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"conda/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"conda/#linkml-source","text":"name: conda description: Conda environment file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: conda domain_of: - SoftwareEnvironment range: string","title":"LinkML Source"},{"location":"description/","text":"Slot: description A human-readable description for a thing URI: schema:description Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity range: string","title":"Slot: description"},{"location":"description/#slot-description","text":"A human-readable description for a thing URI: schema:description","title":"Slot: description"},{"location":"description/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"description/#properties","text":"Range: String","title":"Properties"},{"location":"description/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"description/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"description/#linkml-source","text":"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 domain_of: - IdentifiableEntity range: string","title":"LinkML Source"},{"location":"easyconfig/","text":"Slot: easyconfig Easybuild configuration file. URI: omni_schema:easyconfig Applicable Classes Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: easyconfig description: Easybuild configuration file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: easyconfig domain_of: - SoftwareEnvironment range: string","title":"Slot: easyconfig"},{"location":"easyconfig/#slot-easyconfig","text":"Easybuild configuration file. URI: omni_schema:easyconfig","title":"Slot: easyconfig"},{"location":"easyconfig/#applicable-classes","text":"Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"easyconfig/#properties","text":"Range: String","title":"Properties"},{"location":"easyconfig/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"easyconfig/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"easyconfig/#linkml-source","text":"name: easyconfig description: Easybuild configuration file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: easyconfig domain_of: - SoftwareEnvironment range: string","title":"LinkML Source"},{"location":"entries/","text":"Slot: entries URI: omni_schema:entries Applicable Classes Name Description Modifies Slot InputCollection A holder for valid input combinations no Properties Range: IOFile Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries domain_of: - InputCollection range: IOFile","title":"Slot: entries"},{"location":"entries/#slot-entries","text":"URI: omni_schema:entries","title":"Slot: entries"},{"location":"entries/#applicable-classes","text":"Name Description Modifies Slot InputCollection A holder for valid input combinations no","title":"Applicable Classes"},{"location":"entries/#properties","text":"Range: IOFile Multivalued: True","title":"Properties"},{"location":"entries/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"entries/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"entries/#linkml-source","text":"name: entries from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: entries domain_of: - InputCollection range: IOFile","title":"LinkML Source"},{"location":"envmodule/","text":"Slot: envmodule Environment module name. URI: omni_schema:envmodule Applicable Classes Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: envmodule description: Environment module name. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: envmodule domain_of: - SoftwareEnvironment range: string","title":"Slot: envmodule"},{"location":"envmodule/#slot-envmodule","text":"Environment module name. URI: omni_schema:envmodule","title":"Slot: envmodule"},{"location":"envmodule/#applicable-classes","text":"Name Description Modifies Slot SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"envmodule/#properties","text":"Range: String","title":"Properties"},{"location":"envmodule/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"envmodule/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"envmodule/#linkml-source","text":"name: envmodule description: Environment module name. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: envmodule domain_of: - SoftwareEnvironment range: string","title":"LinkML Source"},{"location":"exclude/","text":"Slot: exclude Ignore these module's outputs as input. URI: omni_schema:exclude Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no Properties Range: Module Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude domain_of: - Module range: Module","title":"Slot: exclude"},{"location":"exclude/#slot-exclude","text":"Ignore these module's outputs as input. URI: omni_schema:exclude","title":"Slot: exclude"},{"location":"exclude/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no","title":"Applicable Classes"},{"location":"exclude/#properties","text":"Range: Module Multivalued: True","title":"Properties"},{"location":"exclude/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"exclude/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"exclude/#linkml-source","text":"name: exclude description: Ignore these module's outputs as input. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: exclude domain_of: - Module range: Module","title":"LinkML Source"},{"location":"id/","text":"Slot: id A unique identifier for a thing URI: schema:identifier Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: Uriorcurie Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity range: uriorcurie required: true","title":"Slot: id"},{"location":"id/#slot-id","text":"A unique identifier for a thing URI: schema:identifier","title":"Slot: id"},{"location":"id/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"id/#properties","text":"Range: Uriorcurie Required: True","title":"Properties"},{"location":"id/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"id/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"id/#linkml-source","text":"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 domain_of: - IdentifiableEntity range: uriorcurie required: true","title":"LinkML Source"},{"location":"inputs/","text":"Slot: inputs URI: omni_schema:inputs Applicable Classes Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no Properties Range: InputCollection Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs domain_of: - Stage range: InputCollection inlined: true inlined_as_list: true","title":"Slot: inputs"},{"location":"inputs/#slot-inputs","text":"URI: omni_schema:inputs","title":"Slot: inputs"},{"location":"inputs/#applicable-classes","text":"Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"inputs/#properties","text":"Range: InputCollection Multivalued: True","title":"Properties"},{"location":"inputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"inputs/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"inputs/#linkml-source","text":"name: inputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: inputs domain_of: - Stage range: InputCollection inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"modules/","text":"Slot: modules URI: omni_schema:modules Applicable Classes Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no Properties Range: Module Multivalued: True Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: modules from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: modules domain_of: - Stage range: Module required: true inlined: true inlined_as_list: true","title":"Slot: modules"},{"location":"modules/#slot-modules","text":"URI: omni_schema:modules","title":"Slot: modules"},{"location":"modules/#applicable-classes","text":"Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"modules/#properties","text":"Range: Module Multivalued: True Required: True","title":"Properties"},{"location":"modules/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"modules/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"modules/#linkml-source","text":"name: modules from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: modules domain_of: - Stage range: Module required: true inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"name/","text":"Slot: name A human-readable name for a thing URI: schema:name Applicable Classes Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source 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 domain_of: - IdentifiableEntity range: string","title":"Slot: name"},{"location":"name/#slot-name","text":"A human-readable name for a thing URI: schema:name","title":"Slot: name"},{"location":"name/#applicable-classes","text":"Name Description Modifies Slot IdentifiableEntity A generic grouping for any identifiable entity no Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Stage A benchmark subtask with equivalent and independent modules no Module A single benchmark component assigned to a specific stage no IOFile Represents an input / output file no SoftwareEnvironment Contains snapshots of the software environment required for the modules to ru... no","title":"Applicable Classes"},{"location":"name/#properties","text":"Range: String","title":"Properties"},{"location":"name/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"name/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"name/#linkml-source","text":"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 domain_of: - IdentifiableEntity range: string","title":"LinkML Source"},{"location":"omni-schema/","text":"omni-schema Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema","title":"omni-schema"},{"location":"omni-schema/#omni-schema","text":"Data model for omnibenchmark. URI: https://w3id.org/omnibenchmark/omni-schema","title":"omni-schema"},{"location":"outputs/","text":"Slot: outputs URI: omni_schema:outputs Applicable Classes Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no Properties Range: IOFile Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs domain_of: - Stage range: IOFile inlined: true inlined_as_list: true","title":"Slot: outputs"},{"location":"outputs/#slot-outputs","text":"URI: omni_schema:outputs","title":"Slot: outputs"},{"location":"outputs/#applicable-classes","text":"Name Description Modifies Slot Stage A benchmark subtask with equivalent and independent modules no","title":"Applicable Classes"},{"location":"outputs/#properties","text":"Range: IOFile Multivalued: True","title":"Properties"},{"location":"outputs/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"outputs/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"outputs/#linkml-source","text":"name: outputs from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: outputs domain_of: - Stage range: IOFile inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"parameters/","text":"Slot: parameters URI: omni_schema:parameters Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no Properties Range: Parameter Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters domain_of: - Module range: Parameter","title":"Slot: parameters"},{"location":"parameters/#slot-parameters","text":"URI: omni_schema:parameters","title":"Slot: parameters"},{"location":"parameters/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no","title":"Applicable Classes"},{"location":"parameters/#properties","text":"Range: Parameter Multivalued: True","title":"Properties"},{"location":"parameters/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"parameters/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"parameters/#linkml-source","text":"name: parameters from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: parameters domain_of: - Module range: Parameter","title":"LinkML Source"},{"location":"path/","text":"Slot: path The output path pattern for the IO file. URI: omni_schema:path Applicable Classes Name Description Modifies Slot IOFile Represents an input / output file no Properties Range: String Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: path description: The output path pattern for the IO file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path domain_of: - IOFile range: string","title":"Slot: path"},{"location":"path/#slot-path","text":"The output path pattern for the IO file. URI: omni_schema:path","title":"Slot: path"},{"location":"path/#applicable-classes","text":"Name Description Modifies Slot IOFile Represents an input / output file no","title":"Applicable Classes"},{"location":"path/#properties","text":"Range: String","title":"Properties"},{"location":"path/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"path/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"path/#linkml-source","text":"name: path description: The output path pattern for the IO file. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: path domain_of: - IOFile range: string","title":"LinkML Source"},{"location":"repository/","text":"Slot: repository The code repository hosting the module. URI: omni_schema:repository Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no Properties Range: Repository Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: repository description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repository domain_of: - Module range: Repository required: true","title":"Slot: repository"},{"location":"repository/#slot-repository","text":"The code repository hosting the module. URI: omni_schema:repository","title":"Slot: repository"},{"location":"repository/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no","title":"Applicable Classes"},{"location":"repository/#properties","text":"Range: Repository Required: True","title":"Properties"},{"location":"repository/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"repository/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"repository/#linkml-source","text":"name: repository description: The code repository hosting the module. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: repository domain_of: - Module range: Repository required: true","title":"LinkML Source"},{"location":"software_environment/","text":"Slot: software_environment Reference to a software environment by key. URI: omni_schema:software_environment Applicable Classes Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no Properties Range: SoftwareEnvironment Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: software_environment description: Reference to a software environment by key. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: software_environment domain_of: - Module range: SoftwareEnvironment required: true","title":"Slot: software_environment"},{"location":"software_environment/#slot-software_environment","text":"Reference to a software environment by key. URI: omni_schema:software_environment","title":"Slot: software_environment"},{"location":"software_environment/#applicable-classes","text":"Name Description Modifies Slot Module A single benchmark component assigned to a specific stage no","title":"Applicable Classes"},{"location":"software_environment/#properties","text":"Range: SoftwareEnvironment Required: True","title":"Properties"},{"location":"software_environment/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"software_environment/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"software_environment/#linkml-source","text":"name: software_environment description: Reference to a software environment by key. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: software_environment domain_of: - Module range: SoftwareEnvironment required: true","title":"LinkML Source"},{"location":"software_environments/","text":"Slot: software_environments Dictionary of software environments keyed by their identifiers URI: omni_schema:software_environments Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: SoftwareEnvironment Multivalued: True Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: software_environments description: Dictionary of software environments keyed by their identifiers from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: software_environments domain_of: - Benchmark range: SoftwareEnvironment required: true inlined: true inlined_as_list: true","title":"Slot: software_environments"},{"location":"software_environments/#slot-software_environments","text":"Dictionary of software environments keyed by their identifiers URI: omni_schema:software_environments","title":"Slot: software_environments"},{"location":"software_environments/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"software_environments/#properties","text":"Range: SoftwareEnvironment Multivalued: True Required: True","title":"Properties"},{"location":"software_environments/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"software_environments/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"software_environments/#linkml-source","text":"name: software_environments description: Dictionary of software environments keyed by their identifiers from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: software_environments domain_of: - Benchmark range: SoftwareEnvironment required: true inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"stages/","text":"Slot: stages URI: omni_schema:stages Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: Stage Multivalued: True Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: stages from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: stages domain_of: - Benchmark range: Stage required: true inlined: true inlined_as_list: true","title":"Slot: stages"},{"location":"stages/#slot-stages","text":"URI: omni_schema:stages","title":"Slot: stages"},{"location":"stages/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"stages/#properties","text":"Range: Stage Multivalued: True Required: True","title":"Properties"},{"location":"stages/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"stages/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"stages/#linkml-source","text":"name: stages from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: stages domain_of: - Benchmark range: Stage required: true inlined: true inlined_as_list: true","title":"LinkML Source"},{"location":"storage/","text":"Slot: storage The place hosting all benchmark data. URI: omni_schema:storage Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage domain_of: - Benchmark range: string required: true","title":"Slot: storage"},{"location":"storage/#slot-storage","text":"The place hosting all benchmark data. URI: omni_schema:storage","title":"Slot: storage"},{"location":"storage/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"storage/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"storage/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"storage/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"storage/#linkml-source","text":"name: storage description: The place hosting all benchmark data. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage domain_of: - Benchmark range: string required: true","title":"LinkML Source"},{"location":"storage_api/","text":"Slot: storage_api The type of the storage API (i.e. S3) URI: omni_schema:storage_api Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: StorageAPIEnum Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: storage_api description: The type of the storage API (i.e. S3) from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage_api domain_of: - Benchmark range: StorageAPIEnum required: true","title":"Slot: storage_api"},{"location":"storage_api/#slot-storage_api","text":"The type of the storage API (i.e. S3) URI: omni_schema:storage_api","title":"Slot: storage_api"},{"location":"storage_api/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"storage_api/#properties","text":"Range: StorageAPIEnum Required: True","title":"Properties"},{"location":"storage_api/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"storage_api/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"storage_api/#linkml-source","text":"name: storage_api description: The type of the storage API (i.e. S3) from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: storage_api domain_of: - Benchmark range: StorageAPIEnum required: true","title":"LinkML Source"},{"location":"url/","text":"Slot: url The git compatible url. URI: omni_schema:url Applicable Classes Name Description Modifies Slot Repository A reference to code repository containing the module's executable code no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: url description: The git compatible url. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url domain_of: - Repository range: string required: true","title":"Slot: url"},{"location":"url/#slot-url","text":"The git compatible url. URI: omni_schema:url","title":"Slot: url"},{"location":"url/#applicable-classes","text":"Name Description Modifies Slot Repository A reference to code repository containing the module's executable code no","title":"Applicable Classes"},{"location":"url/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"url/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"url/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"url/#linkml-source","text":"name: url description: The git compatible url. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: url domain_of: - Repository range: string required: true","title":"LinkML Source"},{"location":"values/","text":"Slot: values URI: omni_schema:values Applicable Classes Name Description Modifies Slot Parameter A parameter and its scope no Properties Range: String Multivalued: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values domain_of: - Parameter range: string","title":"Slot: values"},{"location":"values/#slot-values","text":"URI: omni_schema:values","title":"Slot: values"},{"location":"values/#applicable-classes","text":"Name Description Modifies Slot Parameter A parameter and its scope no","title":"Applicable Classes"},{"location":"values/#properties","text":"Range: String Multivalued: True","title":"Properties"},{"location":"values/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"values/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"values/#linkml-source","text":"name: values from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 multivalued: true alias: values domain_of: - Parameter range: string","title":"LinkML Source"},{"location":"version/","text":"Slot: version The version of the benchmark. URI: omni_schema:version Applicable Classes Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no Properties Range: String Required: True Identifier and Mapping Information Schema Source from schema: https://w3id.org/omnibenchmark/omni-schema LinkML Source name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version domain_of: - Benchmark range: string required: true","title":"Slot: version"},{"location":"version/#slot-version","text":"The version of the benchmark. URI: omni_schema:version","title":"Slot: version"},{"location":"version/#applicable-classes","text":"Name Description Modifies Slot Benchmark A multi-stage workflow to evaluate processing stage for a specific task no","title":"Applicable Classes"},{"location":"version/#properties","text":"Range: String Required: True","title":"Properties"},{"location":"version/#identifier-and-mapping-information","text":"","title":"Identifier and Mapping Information"},{"location":"version/#schema-source","text":"from schema: https://w3id.org/omnibenchmark/omni-schema","title":"Schema Source"},{"location":"version/#linkml-source","text":"name: version description: The version of the benchmark. from_schema: https://w3id.org/omnibenchmark/omni-schema rank: 1000 alias: version domain_of: - Benchmark range: string required: true","title":"LinkML Source"}]} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 14dcbb8..a964285 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,272 +2,292 @@ https://omnibenchmark.github.io/omni-schema/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Benchmark/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Boolean/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Curie/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Date/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/DateOrDatetime/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Datetime/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Decimal/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Double/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Float/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/IOFile/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/IdentifiableEntity/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/InputCollection/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Integer/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Jsonpath/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Jsonpointer/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Module/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Ncname/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Nodeidentifier/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Objectidentifier/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/Orchestrator/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/Parameter/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/Parameter/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/Repository/ + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/SoftwareEnvironment/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Sparqlpath/ - 2024-03-17 + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/Stage/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/Step/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/StorageAPIEnum/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/String/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Time/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Uri/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/Uriorcurie/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/Validator/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/about/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/about/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/apptainer/ + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/benchmark_yaml_spec/ + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/benchmarker/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/after/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/commit/ + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/conda/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/description/ - 2024-03-17 + 2024-06-21 + daily + + + https://omnibenchmark.github.io/omni-schema/easyconfig/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/entries/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/exclude/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/envmodule/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/id/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/exclude/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/initial/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/id/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/inputs/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/members/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/modules/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/name/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/omni-schema/ - 2024-03-17 - daily - - - https://omnibenchmark.github.io/omni-schema/orchestrator/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/outputs/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/parameters/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/path/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/platform/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/repository/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/repo/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/software_environment/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/schema_url/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/software_environments/ + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/steps/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/stages/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/storage/ - 2024-03-17 + 2024-06-21 daily - https://omnibenchmark.github.io/omni-schema/terminal/ - 2024-03-17 + https://omnibenchmark.github.io/omni-schema/storage_api/ + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/url/ - 2024-03-17 - daily - - - https://omnibenchmark.github.io/omni-schema/validator/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/values/ - 2024-03-17 + 2024-06-21 daily https://omnibenchmark.github.io/omni-schema/version/ - 2024-03-17 + 2024-06-21 daily \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index ce6dd9eea3fffae49cd23493c6ad261aeaaebdca..4a474b58d9b01b524369f1bd7862bd3f5a42cd8a 100644 GIT binary patch literal 586 zcmV-Q0=4}giwFp?Ds^T8|8r?{Wo=<_E_iKh0M(koZ`v>v#_#T-6t|KA5P}D0g;oUUVt>FIBbM?aIhWTk^4#&{k1(`Ae)$jn$<5 zT+|n%d<+4OSBGO}MAbu-n8S#5yv{$`Sqgv3mQ&ZSOO`|X_!zR9Rl|t$02Gszrk+lw zAI6i9i8oAH2simE?LoMm@6)vy zqgBc)85HQGTOBZ9e?)PfQU^pUoD&R^-k;L+D3ipka)eTVZ>7k!V9%Pet6mnJGau8>;I6%NXg=d3PIvx_W8UEtLU`?14qfU5^Fi3u(}4s z?r(Hdfjy4jpegQiem4wKe)AGH*NKP%yR|@jc>SVG-+;h!1Hw7DkRWIl?7oyx&RsSad02Cu2%>V!Z literal 541 zcmV+&0^L{*}j_TNuV(joU@ht~&7mSy^ZKv8^UFRxylojp@bEPhp-my2RX zzLk!BzbYOd*7Fa=ReiP`qfMl<+}Wp9F{p-5Rkhpg%EU^}gj7oGtJDtpB2~x6YEgbH z>a$rsCIg4s{#aUR>&Z&WX2f}J@=FJ2;_tF&9mb|)*|*ORCaYyNJ#lKlBz4l&7mJH` z^Tp--{C)0nY&+@J4#xMijr3G^hVARJI%zqORe#a`74rJ+J_xReCF3z*Z^p=kf%@4f z5a}jPXJrS(3`9#UJ7Ym$Wo#_Sz^<(r#X!B?tQlokZ#(kJTQ=DdzT}#|f^hpV>Wx@S zt>#Py1zM@6hynXGi4R5xAX?!(z#zl>O}Y^!NZhsFpe(?5(h(nn8j3G$nqN~GL!*wl zOd5>}2=R9lvme8Ri2GpTlf{X__eueUG_vn8SRY`t&tqg5P>C(h2Ez|yxx)#wrjZdu zs+ld!YS2+?BL^I{le3vT!x9MWOKZmtBpz@F!s%HVWiyPY9R(0?b>td~Ah0;v5$*$& zz)7&28Q@H_@TM1Gcu}Ncutv8M9R_WrAQ+^F;%Bx3!mAV#3aUiYgREpZW;ymKsTYj9 fK4S^-j60$Tu;VXD{~vZ=B+~j1Z^|pC3nc&mIcNf> diff --git a/software_environment/index.html b/software_environment/index.html new file mode 100644 index 0000000..4b37f50 --- /dev/null +++ b/software_environment/index.html @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + Slot: software_environment - omni-schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + +
        + + +
        + +
        + + + + + + +
        +
        + + + +
        +
        +
        + + + + +
        +
        +
        + + + +
        +
        +
        + + + +
        +
        +
        + + + +
        +
        + + + + + + + + + +

        Slot: software_environment

        +

        Reference to a software environment by key.

        +

        URI: omni_schema:software_environment

        + + +

        Applicable Classes

        + + + + + + + + + + + + + + + +
        NameDescriptionModifies Slot
        ModuleA single benchmark component assigned to a specific stageno
        +

        Properties

        + +

        Identifier and Mapping Information

        +

        Schema Source

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

        LinkML Source

        +
        + +
        name: software_environment
        +description: Reference to a software environment by key.
        +from_schema: https://w3id.org/omnibenchmark/omni-schema
        +rank: 1000
        +alias: software_environment
        +domain_of:
        +- Module
        +range: SoftwareEnvironment
        +required: true
        +
        +
        + +
        + + + + + + +
        +
        + + + + +
        + +
        + + + +
        +
        +
        +
        + + + + + + + + + + \ No newline at end of file diff --git a/software_environments/index.html b/software_environments/index.html new file mode 100644 index 0000000..ae1f6fc --- /dev/null +++ b/software_environments/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Slot: software_environments - omni-schema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + +
        + + +
        + +
        + + + + + + +
        +
        + + + +
        +
        +
        + + + + +
        +
        +
        + + + +
        +
        +
        + + + +
        +
        +
        + + + +
        +
        + + + + + + + + + +

        Slot: software_environments

        +

        Dictionary of software environments keyed by their identifiers

        +

        URI: omni_schema:software_environments

        + + +

        Applicable Classes

        + + + + + + + + + + + + + + + +
        NameDescriptionModifies Slot
        BenchmarkA multi-stage workflow to evaluate processing stage for a specific taskno
        +

        Properties

        + +

        Identifier and Mapping Information

        +

        Schema Source

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

        LinkML Source

        +
        + +
        name: software_environments
        +description: Dictionary of software environments keyed by their identifiers
        +from_schema: https://w3id.org/omnibenchmark/omni-schema
        +rank: 1000
        +multivalued: true
        +alias: software_environments
        +domain_of:
        +- Benchmark
        +range: SoftwareEnvironment
        +required: true
        +inlined: true
        +inlined_as_list: true
        +
        +
        + +
        + + + + + + +
        +
        + + + + +
        + +
        + + + +
        +
        +
        +
        + + + + + + + + + + \ No newline at end of file diff --git a/steps/index.html b/stages/index.html similarity index 96% rename from steps/index.html rename to stages/index.html index 162ff93..3857e28 100644 --- a/steps/index.html +++ b/stages/index.html @@ -8,14 +8,14 @@ - + - Slot: steps - omni-schema + Slot: stages - omni-schema @@ -64,7 +64,7 @@
        - + Skip to content @@ -97,7 +97,7 @@
        - Slot: steps + Slot: stages
        @@ -310,14 +310,14 @@ - + -

        Slot: steps

        -

        URI: omni_schema:steps

        +

        Slot: stages

        +

        URI: omni_schema:stages

        Applicable Classes

        @@ -332,7 +332,7 @@

        Applicable Classes

        Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no @@ -340,7 +340,7 @@

        Applicable Classes

        Properties

        • -

          Range: Step

          +

          Range: Stage

        • Multivalued: True

          @@ -357,14 +357,14 @@

          Schema Source

          LinkML Source

          -
          name: steps
          +
          name: stages
           from_schema: https://w3id.org/omnibenchmark/omni-schema
           rank: 1000
           multivalued: true
          -alias: steps
          +alias: stages
           domain_of:
           - Benchmark
          -range: Step
          +range: Stage
           required: true
           inlined: true
           inlined_as_list: true
          diff --git a/storage/index.html b/storage/index.html
          index 03c9fda..4b6d9cb 100644
          --- a/storage/index.html
          +++ b/storage/index.html
          @@ -333,7 +333,7 @@ 

          Applicable Classes

          Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no diff --git a/orchestrator/index.html b/storage_api/index.html similarity index 94% rename from orchestrator/index.html rename to storage_api/index.html index 22491db..3d8b23c 100644 --- a/orchestrator/index.html +++ b/storage_api/index.html @@ -8,14 +8,14 @@ - + - Slot: orchestrator - omni-schema + Slot: storage_api - omni-schema @@ -64,7 +64,7 @@
          - + Skip to content @@ -97,7 +97,7 @@
          - Slot: orchestrator + Slot: storage_api
          @@ -310,15 +310,15 @@ - + -

          Slot: orchestrator

          -

          The orchestrator of the benchmark.

          -

          URI: omni_schema:orchestrator

          +

          Slot: storage_api

          +

          The type of the storage API (i.e. S3)

          +

          URI: omni_schema:storage_api

          Applicable Classes

          @@ -333,7 +333,7 @@

          Applicable Classes

          Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no @@ -341,7 +341,7 @@

          Applicable Classes

          Properties

          • -

            Range: Orchestrator

            +

            Range: StorageAPIEnum

          • Required: True

            @@ -355,14 +355,14 @@

            Schema Source

            LinkML Source

            -
            name: orchestrator
            -description: The orchestrator of the benchmark.
            +
            name: storage_api
            +description: The type of the storage API (i.e. S3)
             from_schema: https://w3id.org/omnibenchmark/omni-schema
             rank: 1000
            -alias: orchestrator
            +alias: storage_api
             domain_of:
             - Benchmark
            -range: Orchestrator
            +range: StorageAPIEnum
             required: true
             
             
            diff --git a/url/index.html b/url/index.html index 93dbdee..17e53dc 100644 --- a/url/index.html +++ b/url/index.html @@ -317,7 +317,7 @@

            Slot: url

            -

            Url to the full benchmark description in workflow format

            +

            The git compatible url.

            URI: omni_schema:url

            @@ -332,13 +332,8 @@

            Applicable Classes

            -Orchestrator -The orchestrator of the benchmark -no - - -Validator -The validator of the benchmark +Repository +A reference to code repository containing the module's executable code no @@ -361,13 +356,12 @@

            LinkML Source

            name: url
            -description: Url to the full benchmark description in workflow format
            +description: The git compatible url.
             from_schema: https://w3id.org/omnibenchmark/omni-schema
             rank: 1000
             alias: url
             domain_of:
            -- Orchestrator
            -- Validator
            +- Repository
             range: string
             required: true
             
            diff --git a/version/index.html b/version/index.html
            index d5c80d7..21fa2e1 100644
            --- a/version/index.html
            +++ b/version/index.html
            @@ -333,7 +333,7 @@ 

            Applicable Classes

            Benchmark -A multi-step workflow to evaluate processing steps for a specific task +A multi-stage workflow to evaluate processing stage for a specific task no