Skip to content

Class: ImmuneExposure

An event involving the immune system of a study participant.

URI: BFO:0000015

classDiagram class ImmuneExposure NamedThing <|-- ImmuneExposure ImmuneExposure : akc_id ImmuneExposure : description ImmuneExposure : disease ImmuneExposure --> Disease : disease ImmuneExposure : disease_severity ImmuneExposure : disease_stage ImmuneExposure --> DiseaseStage : disease_stage ImmuneExposure : exposure_material ImmuneExposure --> ExposureMaterial : exposure_material ImmuneExposure : life_event ImmuneExposure --> LifeEvent : life_event ImmuneExposure : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
life_event 0..1
LifeEvent
The life event corresponding to an immune exposure direct
exposure_material 0..1
ExposureMaterial
The material relevant to an immune exposure direct
disease 0..1
Disease
The disease relevant to an immune exposure direct
disease_stage 0..1
DiseaseStage
The stage of the disease relevant to an immune exposure direct
disease_severity 0..1
String
The severity of the disease relevant to an immune exposure direct
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
akc_id 1..1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AIRRKnowledgeCommons immune_exposures range ImmuneExposure

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self BFO:0000015
native ak_schema:ImmuneExposure

LinkML Source

Direct

name: ImmuneExposure
description: An event involving the immune system of a study participant.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- life_event
- exposure_material
- disease
- disease_stage
- disease_severity
class_uri: BFO:0000015

Induced

name: ImmuneExposure
description: An event involving the immune system of a study participant.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  life_event:
    name: life_event
    description: The life event corresponding to an immune exposure
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: life_event
    owner: ImmuneExposure
    domain_of:
    - Specimen
    - Assessment
    - ImmuneExposure
    range: LifeEvent
  exposure_material:
    name: exposure_material
    description: The material relevant to an immune exposure
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: RO:0000057
    alias: exposure_material
    owner: ImmuneExposure
    domain_of:
    - ImmuneExposure
    range: ExposureMaterial
  disease:
    name: disease
    description: The disease relevant to an immune exposure
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: disease
    owner: ImmuneExposure
    domain_of:
    - ImmuneExposure
    range: Disease
  disease_stage:
    name: disease_stage
    description: The stage of the disease relevant to an immune exposure
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: disease_stage
    owner: ImmuneExposure
    domain_of:
    - ImmuneExposure
    range: DiseaseStage
  disease_severity:
    name: disease_severity
    description: The severity of the disease relevant to an immune exposure
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: disease_severity
    owner: ImmuneExposure
    domain_of:
    - ImmuneExposure
    range: string
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: ImmuneExposure
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ImmuneExposure
    domain_of:
    - NamedThing
    range: string
  akc_id:
    name: akc_id
    description: A unique identifier for a thing in the AKC.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: akc_id
    owner: ImmuneExposure
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: BFO:0000015