Skip to content

Slot: model_state

The GO-CAM model state.

URI: go_standard_annotation_schema:model_state

Applicable Classes

Name Description Modifies Slot
AnnotationProperties The closed set of properties associated with an annotation no

Properties

Type and Range

Property Value
Range String
Domain Of AnnotationProperties

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
Owner AnnotationProperties

Value Constraints

Property Value
Regex Pattern ^[A-Za-z_]+$

Notes

  • The GPAD grammar says that this should be a string of only alphabetic characters, but this doesn't account for the already used "internal_test" model state. The pattern has been updated to allow underscores as well.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self go_standard_annotation_schema:model_state
native go_standard_annotation_schema:model_state

LinkML Source

name: model_state
description: The GO-CAM model state.
notes:
- The GPAD grammar says that this should be a string of only alphabetic characters,
  but this doesn't account for the already used "internal_test" model state. The pattern
  has been updated to allow underscores as well.
from_schema: https://w3id.org/geneontology/go-standard-annotation-schema
rank: 1000
owner: AnnotationProperties
domain_of:
- AnnotationProperties
range: string
required: false
pattern: ^[A-Za-z_]+$