Slot: search_terms

An individual search term. The syntax is determined by the syntax slot

URI: ontosearch:search_terms

Applicable Classes

Name

Description

Modifies Slot

SearchBaseConfiguration

A user-specified configuration that determines how a particular search operat…

no

Properties

Comments

  • This slot is optional when the configuration is used to parameterize multiple searches

  • If multiple terms are provided this is treated as a union query

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/search-datamodel

LinkML Source

```yaml name: search_terms description: An individual search term. The syntax is determined by the syntax slot comments: - This slot is optional when the configuration is used to parameterize multiple searches - If multiple terms are provided this is treated as a union query from_schema: https://w3id.org/oak/search-datamodel rank: 1000 multivalued: true alias: search_terms owner: SearchBaseConfiguration domain_of: - SearchBaseConfiguration range: SearchTerm
</details>