Class: Flood
A flood, an overflowing of a large amount of water beyond its normal confines, esp. over what is normally dry land.
URI: cim:Flood
classDiagram
class Flood
HydrosphericPhenomenon <|-- Flood
Flood : environmental_information
Flood --> EnvironmentalInformation : environmental_information
Flood : environmental_location_kind
Flood --> EnvironmentalLocationType : environmental_location_kind
Flood : phenomenon_classification
Flood --> PhenomenonClassification : phenomenon_classification
Flood : time_interval
Flood --> DateTimeInterval : time_interval
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| time_interval | 0..1 DateTimeInterval |
The timestamp of the phenomenon as a single point or time interval | EnvironmentalPhenomenon |
| environmental_location_kind | 0..* EnvironmentalLocationType |
Location of relevance to this environmental phenomenon | EnvironmentalPhenomenon |
| phenomenon_classification | 0..1 PhenomenonClassification |
The classification of this phenomenon | EnvironmentalPhenomenon |
| environmental_information | 0..1 EnvironmentalInformation |
The forecast or observation of which this phenomenon description is a part | EnvironmentalPhenomenon |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:Flood |
| native | cim:Flood |
LinkML Source
Direct
name: Flood
description: A flood, an overflowing of a large amount of water beyond its normal
confines, esp. over what is normally dry land.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: HydrosphericPhenomenon
class_uri: cim:Flood
Induced
name: Flood
description: A flood, an overflowing of a large amount of water beyond its normal
confines, esp. over what is normally dry land.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: HydrosphericPhenomenon
attributes:
time_interval:
name: time_interval
description: The timestamp of the phenomenon as a single point or time interval.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:EnvironmentalPhenomenon.timeInterval
multivalued: false
alias: time_interval
owner: Flood
domain_of:
- UnitInitialConditions
- Period
- EnvironmentalPhenomenon
range: DateTimeInterval
required: false
environmental_location_kind:
name: environmental_location_kind
description: Location of relevance to this environmental phenomenon.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:EnvironmentalPhenomenon.EnvironmentalLocationKind
multivalued: true
alias: environmental_location_kind
owner: Flood
domain_of:
- Location
- EnvironmentalPhenomenon
- EnvironmentalAlert
range: EnvironmentalLocationType
required: false
phenomenon_classification:
name: phenomenon_classification
description: The classification of this phenomenon.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:EnvironmentalPhenomenon.PhenomenonClassification
multivalued: false
alias: phenomenon_classification
owner: Flood
domain_of:
- ClassificationCondition
- EnvironmentalPhenomenon
- EnvironmentalDataAuthority
range: PhenomenonClassification
required: false
environmental_information:
name: environmental_information
description: The forecast or observation of which this phenomenon description
is a part.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:EnvironmentalPhenomenon.EnvironmentalInformation
multivalued: false
alias: environmental_information
owner: Flood
domain_of:
- EnvironmentalAnalog
- EnvironmentalStringMeasurement
- EnvironmentalPhenomenon
- EnvironmentalDataProvider
- EnvironmentalEvent
- EnvironmentalDiscrete
range: EnvironmentalInformation
required: false
class_uri: cim:Flood