Class: Version
Information about the dataset version
classDiagram
class Version
Version : changes
Version : previous_version
Version : timestamp
Version : version
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
version | 1..1 String |
Unique version number | direct |
timestamp | 1..1 Datetime |
Date and time when the version was created | direct |
changes | 0..1 String |
Textual description of changes compared to previous version | direct |
previous_version | 0..1 Uriorcurie |
Pointer to previous version | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/BioImage-Archive/bia-mifa-models
Mappings
Mapping Type | Mapped Value |
---|---|
self | bia_mifa_models:Version |
native | bia_mifa_models:Version |
LinkML Source
Direct
name: Version
description: Information about the dataset version
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
slots:
- version
- timestamp
- changes
- previous_version
Induced
name: Version
description: Information about the dataset version
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
attributes:
version:
name: version
description: Unique version number
examples:
- value: v1.1
- value: '3.0'
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
slot_uri: pav:version
alias: version
owner: Version
domain_of:
- Version
range: string
required: true
timestamp:
name: timestamp
description: Date and time when the version was created
examples:
- value: '2023-12-10T12:20:00-05:00'
- value: '2021-07-03T13:26:00-00:00'
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
slot_uri: pav:authoredOn
alias: timestamp
owner: Version
domain_of:
- Version
range: datetime
required: true
changes:
name: changes
description: Textual description of changes compared to previous version
examples:
- value: The segmentation mask for image 10 (segmentation_10.tif) has been updated
with the annotation of two nuclei that were missing in the previous version
- value: New annotations for images 12047635 and 12063916 have been included in
the dataset with annotation ids AN12047635 and AN12063916 respectively
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
alias: changes
owner: Version
domain_of:
- Version
range: string
previous_version:
name: previous_version
description: Pointer to previous version
examples:
- value: example:version1.0
- value: example:version2.9
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
rank: 1000
slot_uri: pav:previousVersion
alias: previous_version
owner: Version
domain_of:
- Version
range: uriorcurie