creator_label
URI: sssom:creator_label
Applicable to: Mapping, MappingSet
Description
A string representing the creator of this mapping. This should only be used in the absence of a proper semantic identifier (which would be stored in creator_id) for that creator. It is not expected that there should be any link between creator_id and creator_label; in particular, creator_label is not intended to provide a human-friendly version of an identifier in creator_id.
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 representing the creator of this mapping. This should only be
used in the absence of a proper semantic identifier (which would be stored in creator_id)
for that creator. It is not expected that there should be any link between creator_id
and creator_label; in particular, creator_label is not intended to provide a human-friendly
version of an identifier in creator_id.
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