Skip to content

subject_match_field

URI: sssom:subject_match_field

Applicable to: Mapping, MappingSet

Description

A list of properties (term annotations on the subject) that was used for the match.

Properties

  • Range: EntityReference. 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: rdfs:label

Example value:

rdfs:label

Description: The RDFS label property (rdfs:label) was used to match the subject.

Example: skos:prefLabel

Example value:

skos:prefLabel

Description: The SKOS preferred label property (skos:prefLabel) was used to match the subject.

Schema developer documentation

LinkML source
name: subject_match_field
instantiates:
- sssom:Propagatable
annotations:
  propagated:
    tag: propagated
    value: true
description: A list of properties (term annotations on the subject) that was used
  for the match.
examples:
- value: rdfs:label
  description: The RDFS label property (rdfs:label) was used to match the subject.
- value: skos:prefLabel
  description: The SKOS preferred label property (skos:prefLabel) was used to match
    the subject.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: subject_match_field
domain_of:
- mapping set
- mapping
range: EntityReference
multivalued: true