# Slot: version_spec 


_Version or constraint specifier (e.g., '==2.7.3', '>=1.2,<2')._



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



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





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SoftwareRequirement](../classes/SoftwareRequirement.qmd) | An individual software requirement binding a package to a version constraint ... |  no  |






## Properties

### Type and Range

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

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [SoftwareRequirement](../classes/SoftwareRequirement.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo/software




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo_sw:version_spec |
| native | tvbo_sw:version_spec |




## LinkML Source

<details>
```yaml
name: version_spec
description: Version or constraint specifier (e.g., '==2.7.3', '>=1.2,<2').
from_schema: https://w3id.org/tvbo/software
rank: 1000
owner: SoftwareRequirement
domain_of:
- SoftwareRequirement
range: string

```
</details></div>