Class: SearchResult
An individual search result
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
For relevancy-ranked results, this indicates the relevancy, with low numbers … |
direct |
|
1 |
The CURIE of the matched term |
direct |
|
0..1 recommended |
The label/name of the matched term |
direct |
|
0..1 |
The ontology or other source that contains the matched term |
direct |
|
0..1 |
Version IRI or version string of the source of the object term |
direct |
|
0..1 |
The field/property in which the match was found |
direct |
|
0..1 |
Does the matched field match the full string |
direct |
|
0..1 |
shows how the field was matched |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/search-datamodel
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
ontosearch:SearchResult |
native |
ontosearch:SearchResult |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: SearchResult
description: An individual search result
from_schema: https://w3id.org/oak/search-datamodel
attributes:
rank:
name: rank
description: For relevancy-ranked results, this indicates the relevancy, with
low numbers being the most relevant
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
alias: rank
owner: SearchResult
domain_of:
- SearchResult
range: integer
object_id:
name: object_id
description: The CURIE of the matched term
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
slot_uri: sssom:object_id
alias: object_id
owner: SearchResult
domain_of:
- SearchResult
range: string
required: true
object_label:
name: object_label
description: The label/name of the matched term
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
slot_uri: sssom:object_label
alias: object_label
owner: SearchResult
domain_of:
- SearchResult
range: string
recommended: true
object_source:
name: object_source
description: The ontology or other source that contains the matched term
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
slot_uri: sssom:object_source
alias: object_source
owner: SearchResult
domain_of:
- SearchResult
range: string
object_source_version:
name: object_source_version
description: Version IRI or version string of the source of the object term.
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
slot_uri: sssom:object_source_version
alias: object_source_version
owner: SearchResult
domain_of:
- SearchResult
range: string
object_match_field:
name: object_match_field
description: The field/property in which the match was found
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
slot_uri: sssom:object_match_field
alias: object_match_field
owner: SearchResult
domain_of:
- SearchResult
range: string
matches_full_search_term:
name: matches_full_search_term
description: Does the matched field match the full string
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
alias: matches_full_search_term
owner: SearchResult
domain_of:
- SearchResult
range: boolean
snippet:
name: snippet
description: shows how the field was matched
from_schema: https://w3id.org/oak/search-datamodel
rank: 1000
alias: snippet
owner: SearchResult
domain_of:
- SearchResult
range: string