Skip to content

Class: Earthquake

An earthquake.

URI: cim:Earthquake

 classDiagram
    class Earthquake
      GeosphericPhenomenon <|-- Earthquake

      Earthquake : environmental_information

          Earthquake --> EnvironmentalInformation : environmental_information

      Earthquake : environmental_location_kind

          Earthquake --> EnvironmentalLocationType : environmental_location_kind

      Earthquake : focal_depth

          Earthquake --> RelativeDisplacement : focal_depth

      Earthquake : intensity

      Earthquake : magnitude

      Earthquake : phenomenon_classification

          Earthquake --> PhenomenonClassification : phenomenon_classification

      Earthquake : time_interval

          Earthquake --> DateTimeInterval : time_interval

Inheritance

Slots

Name Cardinality and Range Description Inheritance
focal_depth 0..1
RelativeDisplacement
The depth below the earth's surface of the earthquake's focal point direct
intensity 0..1
Integer
The intensity of the earthquake as defined by the Modified Mercalli Intensity... direct
magnitude 0..1
Float
The magnitude of the earthquake as defined on the Moment Magnitude (Mw</... direct
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:Earthquake
native cim:Earthquake

LinkML Source

Direct

name: Earthquake
description: An earthquake.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: GeosphericPhenomenon
attributes:
  focal_depth:
    name: focal_depth
    description: The depth below the earth's surface of the earthquake's focal point.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.focalDepth
    multivalued: false
    domain_of:
    - Earthquake
    range: RelativeDisplacement
    required: false
  intensity:
    name: intensity
    description: The intensity of the earthquake as defined by the Modified Mercalli
      Intensity (MMI) scale. Possible values are 1-12, corresponding to I-XII.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.intensity
    multivalued: false
    domain_of:
    - Earthquake
    - Tsunami
    range: integer
    required: false
  magnitude:
    name: magnitude
    description: The magnitude of the earthquake as defined on the Moment Magnitude
      (M<sub>w</sub>) scale, which measures the size of earthquakes in terms of the
      energy released. Must be greater than zero.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.magnitude
    multivalued: false
    domain_of:
    - Earthquake
    - Tsunami
    range: float
    required: false
class_uri: cim:Earthquake

Induced

name: Earthquake
description: An earthquake.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: GeosphericPhenomenon
attributes:
  focal_depth:
    name: focal_depth
    description: The depth below the earth's surface of the earthquake's focal point.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.focalDepth
    multivalued: false
    alias: focal_depth
    owner: Earthquake
    domain_of:
    - Earthquake
    range: RelativeDisplacement
    required: false
  intensity:
    name: intensity
    description: The intensity of the earthquake as defined by the Modified Mercalli
      Intensity (MMI) scale. Possible values are 1-12, corresponding to I-XII.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.intensity
    multivalued: false
    alias: intensity
    owner: Earthquake
    domain_of:
    - Earthquake
    - Tsunami
    range: integer
    required: false
  magnitude:
    name: magnitude
    description: The magnitude of the earthquake as defined on the Moment Magnitude
      (M<sub>w</sub>) scale, which measures the size of earthquakes in terms of the
      energy released. Must be greater than zero.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Earthquake.magnitude
    multivalued: false
    alias: magnitude
    owner: Earthquake
    domain_of:
    - Earthquake
    - Tsunami
    range: float
    required: false
  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: Earthquake
    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: Earthquake
    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: Earthquake
    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: Earthquake
    domain_of:
    - EnvironmentalAnalog
    - EnvironmentalStringMeasurement
    - EnvironmentalPhenomenon
    - EnvironmentalDataProvider
    - EnvironmentalEvent
    - EnvironmentalDiscrete
    range: EnvironmentalInformation
    required: false
class_uri: cim:Earthquake