Skip to content

Slot: query_index

An optional object that contains the results of indexing a model with various summary statistics and retrieval indices.

URI: [gocam:query_index](https://w3id.org/gocam/query_index) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Model](Model.md) | A model of a biological program consisting of a set of causally connected act... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [QueryIndex](QueryIndex.md) | | Domain Of | [Model](Model.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [Model](Model.md) | ## Comments * This is typically not populated in the primary transactional store (OLTP processing), because the values will be redundant with the primary edited components of the model. It is intended to be populated in batch *after* editing, and then used for generating reports, or for indexing in web applications. ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:query_index | | native | gocam:query_index | ## LinkML Source
name: query_index
description: An optional object that contains the results of indexing a model with
  various summary statistics and retrieval indices.
comments:
- This is typically not populated in the primary transactional store (OLTP processing),
  because the values will be redundant with the primary edited components of the model.
  It is intended to be populated in batch *after* editing, and then used for generating
  reports, or for indexing in web applications.
from_schema: https://w3id.org/gocam
rank: 1000
owner: Model
domain_of:
- Model
range: QueryIndex