# Slot: subject_best_matches URI: [sim:subject_best_matches](https://w3id.org/linkml/similarity/subject_best_matches) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [TermSetPairwiseSimilarity](TermSetPairwiseSimilarity.md) | A simple pairwise similarity between two sets of concepts/terms | no | ## Properties * Range: [BestMatch](BestMatch.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/similarity ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | sim:subject_best_matches | | native | sim:subject_best_matches | ## LinkML Source
```yaml name: subject_best_matches from_schema: https://w3id.org/oak/similarity rank: 1000 alias: subject_best_matches domain_of: - TermSetPairwiseSimilarity range: BestMatch multivalued: true inlined: true ```