Skip to content

Class: Assessment

URI: OBI:0002441

classDiagram class Assessment click Assessment href "../Assessment" MeasurementDatum <|-- Assessment click MeasurementDatum href "../MeasurementDatum" Process <|-- Assessment click Process href "../Process" Assessment : akc_id Assessment : assessment_type Assessment : description Assessment : life_event Assessment --> "0..1" LifeEvent : life_event click LifeEvent href "../LifeEvent" Assessment : measurement_unit Assessment --> "0..1" MeasurementUnitOntology : measurement_unit click MeasurementUnitOntology href "../MeasurementUnitOntology" Assessment : measurement_value Assessment : name Assessment : target_entity_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
life_event 0..1
LifeEvent
The life event corresponding to an immune exposure direct
assessment_type 0..1
String
The specific type of an assessment direct
target_entity_type 0..1
String
The type of the entity being measured direct
measurement_value 0..1
Decimal
The measurement result value MeasurementDatum
measurement_unit 0..1
MeasurementUnitOntology
The measurement result value unit MeasurementDatum
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
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AIRRKnowledgeCommons assessments range Assessment

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0002441
native ak_schema:Assessment

LinkML Source

Direct

name: Assessment
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: Process
mixins:
- MeasurementDatum
slots:
- life_event
- assessment_type
- target_entity_type
class_uri: OBI:0002441

Induced

name: Assessment
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: Process
mixins:
- MeasurementDatum
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: Assessment
    domain_of:
    - Assessment
    - Specimen
    range: LifeEvent
  assessment_type:
    name: assessment_type
    description: The specific type of an assessment
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: rdf:type
    alias: assessment_type
    owner: Assessment
    domain_of:
    - Assessment
    range: string
  target_entity_type:
    name: target_entity_type
    description: The type of the entity being measured
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: target_entity_type
    owner: Assessment
    domain_of:
    - Assessment
    range: string
  measurement_value:
    name: measurement_value
    description: The measurement result value
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: measurement_value
    owner: Assessment
    domain_of:
    - MeasurementDatum
    range: decimal
  measurement_unit:
    name: measurement_unit
    description: The measurement result value unit
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: measurement_unit
    owner: Assessment
    domain_of:
    - MeasurementDatum
    range: MeasurementUnitOntology
  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: Assessment
    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: Assessment
    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: Assessment
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0002441