Class: Condition
Condition entity in the ENIGMA data model
URI: enigma:Condition
classDiagram
class Condition
click Condition href "../Condition/"
Condition : condition_id
Condition : condition_name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
condition_id | 1 String |
id field for Condition | direct |
condition_name | 1 String |
name field for Condition | direct |
Identifier and Mapping Information
Annotations
property | value |
---|---|
term | DA:0000045 |
process_types | ['PROCESS:0000032'] |
process_inputs | [['ENIGMA']] |
Schema Source
- from schema: https://w3id.org/enigma/enigma-cdm
Mappings
Mapping Type | Mapped Value |
---|---|
self | enigma:Condition |
native | enigma:Condition |
LinkML Source
Direct
name: Condition
annotations:
term:
tag: term
value: DA:0000045
process_types:
tag: process_types
value:
- PROCESS:0000032
process_inputs:
tag: process_inputs
value:
- - ENIGMA
description: Condition entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
slots:
- condition_id
- condition_name
Induced
name: Condition
annotations:
term:
tag: term
value: DA:0000045
process_types:
tag: process_types
value:
- PROCESS:0000032
process_inputs:
tag: process_inputs
value:
- - ENIGMA
description: Condition entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
attributes:
condition_id:
name: condition_id
annotations:
type_term:
tag: type_term
value: ME:0000270
description: id field for Condition
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
identifier: true
alias: condition_id
owner: Condition
domain_of:
- Condition
range: string
required: true
condition_name:
name: condition_name
annotations:
unique:
tag: unique
value: true
type_term:
tag: type_term
value: ME:0000200
description: name field for Condition
from_schema: https://w3id.org/enigma/enigma-cdm
rank: 1000
alias: condition_name
owner: Condition
domain_of:
- Condition
range: string
required: true