Skip to content

Class: KeyEvent

A measurable change in biological state that is a step in an Adverse Outcome Pathway

URI: ECTO:1000000

classDiagram class KeyEvent click KeyEvent href "../KeyEvent/" BiologicalResponse <|-- KeyEvent click BiologicalResponse href "../BiologicalResponse/" KeyEvent : biological_action KeyEvent : biological_object KeyEvent : biological_process KeyEvent : category KeyEvent : description KeyEvent : id KeyEvent : level_of_biological_organization KeyEvent --> "0..1" BiologicalOrganizationLevelEnum : level_of_biological_organization click BiologicalOrganizationLevelEnum href "../BiologicalOrganizationLevelEnum/" KeyEvent : name KeyEvent : occurs_in_anatomy KeyEvent --> "0..1" AnatomicalEntity : occurs_in_anatomy click AnatomicalEntity href "../AnatomicalEntity/" KeyEvent : occurs_in_cell_type KeyEvent --> "0..1" CellType : occurs_in_cell_type click CellType href "../CellType/" KeyEvent : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
biological_process 0..1
String
Biological process involved direct
biological_object 0..1
String
Biological object involved direct
biological_action 0..1
String
Biological action or change direct
level_of_biological_organization 0..1
BiologicalOrganizationLevelEnum
Level of biological organization direct
occurs_in_cell_type 0..1
CellType
Cell type where event occurs direct
occurs_in_anatomy 0..1
AnatomicalEntity
Anatomical location where event occurs direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Usages

used by used in type used
AdverseOutcomePathway key_events range KeyEvent
KeyEventRelationship upstream_event range KeyEvent
KeyEventRelationship downstream_event range KeyEvent

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self ECTO:1000000
native exposome_schema:KeyEvent

LinkML Source

Direct

name: KeyEvent
description: A measurable change in biological state that is a step in an Adverse
  Outcome Pathway
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: BiologicalResponse
slots:
- biological_process
- biological_object
- biological_action
- level_of_biological_organization
- occurs_in_cell_type
- occurs_in_anatomy
class_uri: ECTO:1000000

Induced

name: KeyEvent
description: A measurable change in biological state that is a step in an Adverse
  Outcome Pathway
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: BiologicalResponse
attributes:
  biological_process:
    name: biological_process
    description: Biological process involved
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: biological_process
    owner: KeyEvent
    domain_of:
    - MolecularInitiatingEvent
    - KeyEvent
    range: string
  biological_object:
    name: biological_object
    description: Biological object involved
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: biological_object
    owner: KeyEvent
    domain_of:
    - MolecularInitiatingEvent
    - KeyEvent
    range: string
  biological_action:
    name: biological_action
    description: Biological action or change
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: biological_action
    owner: KeyEvent
    domain_of:
    - MolecularInitiatingEvent
    - KeyEvent
    range: string
  level_of_biological_organization:
    name: level_of_biological_organization
    description: Level of biological organization
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: level_of_biological_organization
    owner: KeyEvent
    domain_of:
    - KeyEvent
    range: BiologicalOrganizationLevelEnum
  occurs_in_cell_type:
    name: occurs_in_cell_type
    description: Cell type where event occurs
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: CL:0000000
    alias: occurs_in_cell_type
    owner: KeyEvent
    domain_of:
    - MolecularInitiatingEvent
    - KeyEvent
    range: CellType
  occurs_in_anatomy:
    name: occurs_in_anatomy
    description: Anatomical location where event occurs
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: UBERON:0001062
    alias: occurs_in_anatomy
    owner: KeyEvent
    domain_of:
    - MolecularInitiatingEvent
    - KeyEvent
    range: AnatomicalEntity
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: KeyEvent
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: KeyEvent
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: KeyEvent
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: KeyEvent
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: KeyEvent
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: ECTO:1000000