Slot: type of functional Characterization (typeOfFunctionalCharacterization)
Refers to the classification of a protein based on the specific type of functional analysis performed to determine its biological activities and roles. Possible values include ‘Enzymatic’ (the protein has been characterized for its enzyme activity) and ‘Antigenic’ (the protein has been characterized for its ability to elicit an immune response).
URI: EVORAO:typeOfFunctionalCharacterization
Alias: typeOfFunctionalCharacterization
Applicable Classes
| Name |
Description |
Modifies Slot |
| Protein |
A protein as a derived product from a pathogen |
yes |
Properties
-
Range: String
-
Multivalued: True
-
Recommended: True
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:typeOfFunctionalCharacterization |
| native |
EVORAO:typeOfFunctionalCharacterization |
LinkML Source
```yaml
name: typeOfFunctionalCharacterization
description: Refers to the classification of a protein based on the specific type
of functional analysis performed to determine its biological activities and roles.
Possible values include 'Enzymatic' (the protein has been characterized for its
enzyme activity) and 'Antigenic' (the protein has been characterized for its ability
to elicit an immune response).
title: type of functional Characterization
from_schema: https://w3id.org/evorao/
rank: 1000
alias: typeOfFunctionalCharacterization
domain_of:
- Protein
range: string
required: false
recommended: true
multivalued: true
equals_string_in:
- Enzymatic
- Antigenic
```