# Slot: rank _For relevancy-ranked results, this indicates the relevancy, with low numbers being the most relevant_ URI: [ontosearch:rank](https://w3id.org/oak/search-datamodel/rank) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SearchResult](SearchResult.md) | An individual search result | no | ## Properties * Range: [Integer](Integer.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/search-datamodel ## LinkML Source
```yaml 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 ```