Controlled Vocabulary Categories
Bases: Enum
All available CRIPT controlled vocabulary categories
Controlled vocabulary categories are used to classify data.
Attributes:
Name | Type | Description |
---|---|---|
ALGORITHM_KEY |
str
|
Algorithm key. |
ALGORITHM_TYPE |
str
|
Algorithm type. |
BUILDING_BLOCK |
str
|
Building block. |
CITATION_TYPE |
str
|
Citation type. |
COMPUTATION_TYPE |
str
|
Computation type. |
COMPUTATIONAL_FORCEFIELD_KEY |
str
|
Computational forcefield key. |
COMPUTATIONAL_PROCESS_PROPERTY_KEY |
str
|
Computational process property key. |
COMPUTATIONAL_PROCESS_TYPE |
str
|
Computational process type. |
CONDITION_KEY |
str
|
Condition key. |
DATA_LICENSE |
str
|
Data license. |
DATA_TYPE |
str
|
Data type. |
EQUIPMENT_KEY |
str
|
Equipment key. |
FILE_TYPE |
str
|
File type. |
INGREDIENT_KEYWORD |
str
|
Ingredient keyword. |
MATERIAL_IDENTIFIER_KEY |
str
|
Material identifier key. |
MATERIAL_KEYWORD |
str
|
Material keyword. |
MATERIAL_PROPERTY_KEY |
str
|
Material property key. |
PARAMETER_KEY |
str
|
Parameter key. |
PROCESS_KEYWORD |
str
|
Process keyword. |
PROCESS_PROPERTY_KEY |
str
|
Process property key. |
PROCESS_TYPE |
str
|
Process type. |
PROPERTY_METHOD |
str
|
Property method. |
QUANTITY_KEY |
str
|
Quantity key. |
REFERENCE_TYPE |
str
|
Reference type. |
SET_TYPE |
str
|
Set type. |
UNCERTAINTY_TYPE |
str
|
Uncertainty type. |
Examples:
>>> import cript
>>> algorithm_vocabulary = api.schema.get_vocab_by_category(
... cript.VocabCategories.ALGORITHM_KEY
... )