Class: BestMatch

URI: sim:BestMatch

classDiagram class 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 --> TermPairwiseSimilarity : similarity

Slots

Name

Cardinality and Range

Description

Inheritance

match_source

1..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..1
Float

direct

match_subsumer

0..1
Uriorcurie

direct

match_subsumer_label

0..1
String

direct

similarity

1..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/oak/similarity

Mappings

Mapping Type

Mapped Value

self

sim:BestMatch

native

sim:BestMatch

LinkML Source

Direct

```yaml name: BestMatch from_schema: https://w3id.org/oak/similarity attributes: match_source: name: match_source comments: - note that the match_source is either the subject or the object from_schema: https://w3id.org/oak/similarity rank: 1000 identifier: true domain_of: - BestMatch required: true match_source_label: name: match_source_label from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch match_target: name: match_target description: the entity matches from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch match_target_label: name: match_target_label from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch score: name: score from_schema: https://w3id.org/oak/similarity domain_of: - BestMatch range: float required: true match_subsumer: name: match_subsumer from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch range: uriorcurie match_subsumer_label: name: match_subsumer_label from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch similarity: name: similarity from_schema: https://w3id.org/oak/similarity rank: 1000 domain_of: - BestMatch range: TermPairwiseSimilarity required: true
</details>

### Induced

<details>
```yaml
name: BestMatch
from_schema: https://w3id.org/oak/similarity
attributes:
  match_source:
    name: match_source
    comments:
    - note that the match_source is either the subject or the object
    from_schema: https://w3id.org/oak/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/oak/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/oak/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/oak/similarity
    rank: 1000
    alias: match_target_label
    owner: BestMatch
    domain_of:
    - BestMatch
    range: string
  score:
    name: score
    from_schema: https://w3id.org/oak/similarity
    alias: score
    owner: BestMatch
    domain_of:
    - BestMatch
    range: float
    required: true
  match_subsumer:
    name: match_subsumer
    from_schema: https://w3id.org/oak/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/oak/similarity
    rank: 1000
    alias: match_subsumer_label
    owner: BestMatch
    domain_of:
    - BestMatch
    range: string
  similarity:
    name: similarity
    from_schema: https://w3id.org/oak/similarity
    rank: 1000
    alias: similarity
    owner: BestMatch
    domain_of:
    - BestMatch
    range: TermPairwiseSimilarity
    required: true