# Slot: results URI: [ontosearch:results](https://w3id.org/oak/search-datamodel/results) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SearchResultSet](SearchResultSet.md) | | no | ## Properties * Range: [SearchResult](SearchResult.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/search-datamodel ## LinkML Source
```yaml name: results from_schema: https://w3id.org/oak/search-datamodel rank: 1000 multivalued: true alias: results owner: SearchResultSet domain_of: - SearchResultSet range: SearchResult ```