Skip to content

object_match_field

URI: sssom:object_match_field

Applicable to: Mapping, MappingSet

Description

A list of properties, annotations or attributes related to the object that was used to establish the match. This property is recommended for use in conjunction with mapping justifications related to lexical matching, such as semapv:LexicalMatching. For additional information see the 'See Also' section. __

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 object.

Example: skos:prefLabel

Example value:

skos:prefLabel

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

See Also

These are some relevant resources you might find useful to get additional information about the element, such as example implementations, issues and pull requests.

Schema developer documentation

LinkML source
name: object_match_field
instantiates:
- sssom:Propagatable
annotations:
  propagated:
    tag: propagated
    value: true
description: 'A list of properties, annotations or attributes related to the object
  that was used to establish the match. This property is recommended for use in conjunction
  with  mapping justifications related to lexical matching, such as `semapv:LexicalMatching`.  For
  additional information see the ''See Also'' section.

  '
examples:
- value: rdfs:label
  description: The RDFS label property (rdfs:label) was used to match the object.
- value: skos:prefLabel
  description: The SKOS preferred label property (skos:prefLabel) was used to match
    the object.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://mapping-commons.github.io/sssom/mapping-justifications/#lexical-matching
- https://github.com/mapping-commons/sssom/issues/413
rank: 1000
alias: object_match_field
domain_of:
- mapping set
- mapping
range: EntityReference
multivalued: true