Skip to content

creator_label

URI: sssom:creator_label

Applicable to: Mapping, MappingSet

Description

A string identifying the creator of this mapping. In the spirit of provenance, consider using creator_id instead.

Properties

  • Range: String. The range of the element is the type of the value that can be assigned to it.
  • Multivalued: True. If the element is multivalued, more than one value can be attached to the same field. In the TSV format, these are | separated.
  • Required?: Optional (You can add this element to the mapping or mapping set, but it is not required.)

Examples

Example: Nicolas Matentzoglu|Chris Mungall

Example value:

Nicolas Matentzoglu|Chris Mungall

Description: The human-readable names of the (multiple) creators of the mapping.

Example: Nicolas Matentzoglu

Example value:

Nicolas Matentzoglu

Description: The human-readable name of the creator of the mapping.

Schema developer documentation

LinkML source
name: creator_label
description: A string identifying the creator of this mapping. In the spirit of provenance,
  consider using creator_id instead.
examples:
- value: Nicolas Matentzoglu|Chris Mungall
  description: The human-readable names of the (multiple) creators of the mapping.
- value: Nicolas Matentzoglu
  description: The human-readable name of the creator of the mapping.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: creator_label
domain_of:
- mapping set
- mapping
range: string
multivalued: true