Skip to content

Slot: similarity_score

A score between 0 and 1 to denote the similarity between two entities, where 1 denotes equivalence, and 0 denotes disjointness. The score is meant to be used in conjunction with the similarity_measure field, to document, for example, the lexical or semantic match of a matching algorithm.

URI: sssom:similarity_score

Applicable Classes

Name Description Modifies Slot
Mapping Represents an individual mapping between a pair of entities no

Properties

  • Range: Double

  • Minimum Value: 0

  • Maximum Value: 1

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sssom/schema/

LinkML Source

name: similarity_score
description: A score between 0 and 1 to denote the similarity between two entities,
  where 1 denotes equivalence, and 0 denotes disjointness. The score is meant to be
  used in conjunction with the similarity_measure field, to document, for example,
  the lexical or semantic match of a matching algorithm.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/385
- https://github.com/mapping-commons/sssom/pull/386
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/similarity_score.sssom.tsv
rank: 1000
alias: similarity_score
domain_of:
- mapping
range: double
minimum_value: 0.0
maximum_value: 1.0