---
search:
boost: 5.0
---
# Slot: operating_system
_Operating system installed on the hardware used to perform the simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/operating_system](https://CCPBioSim.ac.uk/biosim-schema/operating_system)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Software](../classes/Software.md) | Computer software used to perform simulation | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [OperatingSystem](../enums/OperatingSystem.md) |
| Domain Of | [Software](../classes/Software.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/operating_system |
| native | https://CCPBioSim.ac.uk/biosim-schema/operating_system |
## LinkML Source
```yaml
name: operating_system
description: Operating system installed on the hardware used to perform the simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Software
range: OperatingSystem
```