Skip to content

Slot: model_taxon_closure

The reflexive transitive closure of the taxon term for the model, over the NCBITaxon:subClassOf relationship type. This is used to determine the set of taxa that are relevant to the model.

URI: [gocam:model_taxon_closure](https://w3id.org/gocam/model_taxon_closure) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [QueryIndex](QueryIndex.md) | An index that is optionally placed on a model in order to support common quer... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [TermObject](TermObject.md) | | Domain Of | [QueryIndex](QueryIndex.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [QueryIndex](QueryIndex.md) | ## Identifier and Mapping Information ### Annotations | property | value | | --- | --- | | closure_computed_over | [rdfs:subClassOf] | ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:model_taxon_closure | | native | gocam:model_taxon_closure | ## LinkML Source
name: model_taxon_closure
annotations:
  closure_computed_over:
    tag: closure_computed_over
    value: '[rdfs:subClassOf]'
description: The reflexive transitive closure of the taxon term for the model, over
  the NCBITaxon:subClassOf relationship type. This is used to determine the set of
  taxa that are relevant to the model.
from_schema: https://w3id.org/gocam
rank: 1000
owner: QueryIndex
domain_of:
- QueryIndex
range: TermObject
multivalued: true
inlined: true
inlined_as_list: true