Skip to content

Class: KeyEventRelationship

A directional relationship between two key events in an AOP

URI: exposome_schema:KeyEventRelationship

classDiagram class KeyEventRelationship click KeyEventRelationship href "../KeyEventRelationship/" Association <|-- KeyEventRelationship click Association href "../Association/" KeyEventRelationship : category KeyEventRelationship : description KeyEventRelationship : downstream_event KeyEventRelationship --> "0..1" KeyEvent : downstream_event click KeyEvent href "../KeyEvent/" KeyEventRelationship : evidence_support KeyEventRelationship : id KeyEventRelationship : name KeyEventRelationship : relationship_type KeyEventRelationship : upstream_event KeyEventRelationship --> "0..1" KeyEvent : upstream_event click KeyEvent href "../KeyEvent/" KeyEventRelationship : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
upstream_event 0..1
KeyEvent
Upstream key event direct
downstream_event 0..1
KeyEvent
Downstream key event direct
relationship_type 0..1
String
Type of relationship direct
evidence_support 0..1
String
Evidence supporting the relationship 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_event_relationships range KeyEventRelationship

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self exposome_schema:KeyEventRelationship
native exposome_schema:KeyEventRelationship

LinkML Source

Direct

name: KeyEventRelationship
description: A directional relationship between two key events in an AOP
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
slots:
- upstream_event
- downstream_event
- relationship_type
- evidence_support

Induced

name: KeyEventRelationship
description: A directional relationship between two key events in an AOP
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Association
attributes:
  upstream_event:
    name: upstream_event
    description: Upstream key event
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: upstream_event
    owner: KeyEventRelationship
    domain_of:
    - KeyEventRelationship
    range: KeyEvent
  downstream_event:
    name: downstream_event
    description: Downstream key event
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: downstream_event
    owner: KeyEventRelationship
    domain_of:
    - KeyEventRelationship
    range: KeyEvent
  relationship_type:
    name: relationship_type
    description: Type of relationship
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: relationship_type
    owner: KeyEventRelationship
    domain_of:
    - KeyEventRelationship
    range: string
  evidence_support:
    name: evidence_support
    description: Evidence supporting the relationship
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: evidence_support
    owner: KeyEventRelationship
    domain_of:
    - KeyEventRelationship
    range: string
  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: KeyEventRelationship
    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: KeyEventRelationship
    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: KeyEventRelationship
    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: KeyEventRelationship
    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: KeyEventRelationship
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true