Skip to content

match_string

URI: sssom:match_string

Applicable to: Mapping

Description

String that is shared by subj/obj. It is recommended to indicate the fields for the match using the object and subject_match_field slots.

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: gala

Example value:

gala

Description: The 'gala' string was matched for both subject and object.

Schema developer documentation

LinkML source
name: match_string
description: String that is shared by subj/obj. It is recommended to indicate the
  fields for the match using the object and subject_match_field slots.
examples:
- value: gala
  description: The 'gala' string was matched for both subject and object.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: match_string
domain_of:
- mapping
range: string
multivalued: true