Skip to content

reviewer_label

URI: sssom:reviewer_label

Applicable to: Mapping

Description

A string representing the reviewer of this mapping. This should only be used in the absence of a proper semantic identifier (which would be stored in reviewer_id) for that reviewer. It is not expected that there should be any link between reviewer_id and reviewer_label; in particular, reviewer_label is not intended to provide a human-friendly version of an identifier in reviewer_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) reviewers of the mapping.

Example: Nicolas Matentzoglu

Example value:

Nicolas Matentzoglu

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

Schema developer documentation

LinkML source
name: reviewer_label
description: A string representing the reviewer of this mapping. This should only
  be used in the absence of a proper semantic identifier (which would be stored in
  reviewer_id) for that reviewer. It is not expected that there should be any link
  between reviewer_id and reviewer_label; in particular, reviewer_label is not intended
  to provide a human-friendly version of an identifier in reviewer_id.
examples:
- value: Nicolas Matentzoglu|Chris Mungall
  description: The human-readable names of the (multiple) reviewers of the mapping.
- value: Nicolas Matentzoglu
  description: The human-readable name of the reviewer of the mapping.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: reviewer_label
domain_of:
- mapping
range: string
multivalued: true