Class: BestMatch
URI: https://w3id.org/monarch/monarch-py/:BestMatch
classDiagram
class BestMatch
click BestMatch href "../BestMatch"
BestMatch : match_source
BestMatch : match_source_label
BestMatch : match_subsumer
BestMatch : match_subsumer_label
BestMatch : match_target
BestMatch : match_target_label
BestMatch : score
BestMatch : similarity
BestMatch --> "1" TermPairwiseSimilarity : similarity
click TermPairwiseSimilarity href "../TermPairwiseSimilarity"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
match_source | 1 String |
direct | |
match_source_label | 0..1 String |
direct | |
match_target | 0..1 String |
the entity matches | direct |
match_target_label | 0..1 String |
direct | |
score | 1 Float |
direct | |
match_subsumer | 0..1 Uriorcurie |
direct | |
match_subsumer_label | 0..1 String |
direct | |
similarity | 1 TermPairwiseSimilarity |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
TermSetPairwiseSimilarity | subject_best_matches | range | BestMatch |
TermSetPairwiseSimilarity | object_best_matches | range | BestMatch |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/monarch/monarch-py/:BestMatch |
native | https://w3id.org/monarch/monarch-py/:BestMatch |
LinkML Source
Direct
name: BestMatch
from_schema: https://w3id.org/monarch/monarch-py
attributes:
match_source:
name: match_source
comments:
- note that the match_source is either the subject or the object
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
identifier: true
domain_of:
- BestMatch
required: true
match_source_label:
name: match_source_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
domain_of:
- BestMatch
match_target:
name: match_target
description: the entity matches
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
domain_of:
- BestMatch
match_target_label:
name: match_target_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
domain_of:
- BestMatch
score:
name: score
from_schema: https://w3id.org/monarch/monarch-py-similarity
domain_of:
- SearchResult
- BestMatch
- SemsimSearchResult
range: float
required: true
match_subsumer:
name: match_subsumer
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
domain_of:
- BestMatch
range: uriorcurie
match_subsumer_label:
name: match_subsumer_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
domain_of:
- BestMatch
similarity:
name: similarity
from_schema: https://w3id.org/monarch/monarch-py-similarity
domain_of:
- BestMatch
- SemsimSearchResult
range: TermPairwiseSimilarity
required: true
Induced
name: BestMatch
from_schema: https://w3id.org/monarch/monarch-py
attributes:
match_source:
name: match_source
comments:
- note that the match_source is either the subject or the object
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
identifier: true
alias: match_source
owner: BestMatch
domain_of:
- BestMatch
range: string
required: true
match_source_label:
name: match_source_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
alias: match_source_label
owner: BestMatch
domain_of:
- BestMatch
range: string
match_target:
name: match_target
description: the entity matches
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
alias: match_target
owner: BestMatch
domain_of:
- BestMatch
range: string
match_target_label:
name: match_target_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
alias: match_target_label
owner: BestMatch
domain_of:
- BestMatch
range: string
score:
name: score
from_schema: https://w3id.org/monarch/monarch-py-similarity
alias: score
owner: BestMatch
domain_of:
- SearchResult
- BestMatch
- SemsimSearchResult
range: float
required: true
match_subsumer:
name: match_subsumer
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
alias: match_subsumer
owner: BestMatch
domain_of:
- BestMatch
range: uriorcurie
match_subsumer_label:
name: match_subsumer_label
from_schema: https://w3id.org/monarch/monarch-py-similarity
rank: 1000
alias: match_subsumer_label
owner: BestMatch
domain_of:
- BestMatch
range: string
similarity:
name: similarity
from_schema: https://w3id.org/monarch/monarch-py-similarity
alias: similarity
owner: BestMatch
domain_of:
- BestMatch
- SemsimSearchResult
range: TermPairwiseSimilarity
required: true