# Slot: source_code 

<div data-search-exclude markdown="1">



URI: [tvbo:slot/source_code](https://w3id.org/tvbo/slot/source_code)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Analysis](../classes/Analysis.qmd) | A quantity obtained by ANALYZING something — a model, its solve, a derived lo... |  no  |
| [Function](../classes/Function.qmd) | A function with explicit input -> transformation -> output flow |  no  |
| [LossFunction](../classes/LossFunction.qmd) | A loss function for optimization with optional aggregation |  no  |
| [FunctionCall](../classes/FunctionCall.qmd) | Invocation of a function in a pipeline |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Function](../classes/Function.qmd), [FunctionCall](../classes/FunctionCall.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |










## Identifier and Mapping Information






## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:source_code |
| native | tvbo:source_code |




## LinkML Source

<details>
```yaml
name: source_code
domain_of:
- Function
- FunctionCall
range: string

```
</details></div>