Skip to content

Class: Assessment

URI: OBI:0002441

classDiagram class Assessment NamedThing <|-- Assessment Assessment : akc_id Assessment : assessment_type Assessment : description Assessment : life_event Assessment --> LifeEvent : life_event Assessment : name Assessment : target_entity_type Assessment : unit Assessment : value

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
value 0..1
String
The measurement result value direct
unit 0..1
String
The measurement result value unit 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
Dataset assessments range Assessment
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: NamedThing
slots:
- life_event
- assessment_type
- target_entity_type
- value
- unit
class_uri: OBI:0002441

Induced

name: Assessment
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: Assessment
    domain_of:
    - Specimen
    - Assessment
    - ImmuneExposure
    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:
    - Assay
    - Assessment
    range: string
  value:
    name: value
    description: The measurement result value
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: value
    owner: Assessment
    domain_of:
    - Assay
    - Assessment
    range: string
  unit:
    name: unit
    description: The measurement result value unit
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: unit
    owner: Assessment
    domain_of:
    - Assay
    - Assessment
    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: 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