Skip to content

mapping_set_version

URI: owl:versionInfo

Applicable to: MappingSet

Description

A version string for the mapping.

Properties

  • Range: String. The range of the element is the type of the value that can be assigned to it.

  • Required?: Optional (You can add this element to the mapping or mapping set, but it is not required.)

Examples

Example: 2020-01-01

Example value:

2020-01-01

Description: A date-based version that indicates that the mapping was published on the 1st January in 2021.

Example: 1.2.1

Example value:

1.2.1

Description: (A semantic version tag that indicates that this is the 1st major, 2nd minor version, patch 1 (https://semver.org/).)

Schema developer documentation

LinkML source
name: mapping_set_version
description: A version string for the mapping.
examples:
- value: '2020-01-01'
  description: A date-based version that indicates that the mapping was published
    on the 1st January in 2021.
- value: 1.2.1
  description: (A semantic version tag that indicates that this is the 1st major,
    2nd minor version, patch 1 (https://semver.org/).)
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slot_uri: owl:versionInfo
alias: mapping_set_version
domain_of:
- mapping set
range: string