The runtime on which the code runs
URI: schema:runtimePlatform
Alias: runtimePlatform
Applicable Classes
| Name |
Description |
Modifies Slot |
| SoftwareSourceCode |
The location and description of the spreadsheet, script, or whole application... |
no |
Properties
Type and Range
Cardinality and Requirements
- Specify the runtime environment needed to execute this code.
Include language and version or platform details.
For example:
Python 3.9, R 4.2.0, MATLAB R2023a, Node.js 18.x
For containerized applications, you might specify Docker or the base image used.
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type |
Mapped Value |
| self |
schema:runtimePlatform |
| native |
mbo:runtimePlatform |
LinkML Source
name: runtimePlatform
description: The runtime on which the code runs
title: Runtime Platform
comments:
- "Specify the runtime environment needed to execute this code. \nInclude language\
\ and version or platform details. \nFor example: `Python 3.9`, `R 4.2.0`, `MATLAB\
\ R2023a`, `Node.js 18.x`\n\nFor containerized applications, you might specify `Docker`\
\ or the base image used.\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:runtimePlatform
alias: runtimePlatform
domain_of:
- SoftwareSourceCode
range: string
required: false
multivalued: false