Skip to content

Class: AdverseOutcome

An adverse health outcome in the context of an Adverse Outcome Pathway

URI: exposome_schema:AdverseOutcome

classDiagram class AdverseOutcome click AdverseOutcome href "../AdverseOutcome/" HealthOutcome <|-- AdverseOutcome click HealthOutcome href "../HealthOutcome/" AdverseOutcome : category AdverseOutcome : description AdverseOutcome : id AdverseOutcome : name AdverseOutcome : outcome_level AdverseOutcome --> "0..1" BiologicalOrganizationLevelEnum : outcome_level click BiologicalOrganizationLevelEnum href "../BiologicalOrganizationLevelEnum/" AdverseOutcome : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
outcome_level 0..1
BiologicalOrganizationLevelEnum
Level of biological organization 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 adverse_outcome range AdverseOutcome

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AdverseOutcome
description: An adverse health outcome in the context of an Adverse Outcome Pathway
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: HealthOutcome
slots:
- outcome_level

Induced

name: AdverseOutcome
description: An adverse health outcome in the context of an Adverse Outcome Pathway
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: HealthOutcome
attributes:
  outcome_level:
    name: outcome_level
    description: Level of biological organization
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: outcome_level
    owner: AdverseOutcome
    domain_of:
    - AdverseOutcome
    range: BiologicalOrganizationLevelEnum
  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: AdverseOutcome
    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: AdverseOutcome
    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: AdverseOutcome
    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: AdverseOutcome
    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: AdverseOutcome
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true