Skip to content

author_label

URI: sssom:author_label

Applicable to: Mapping

Description

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

Example: Nicolas Matentzoglu

Example value:

Nicolas Matentzoglu

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

Schema developer documentation

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