Skip to content

Class: StudyEvent

An event that is part of the study design of an investigation.

URI: BFO:0000015

classDiagram class StudyEvent NamedThing <|-- StudyEvent StudyEvent : akc_id StudyEvent : description StudyEvent : name StudyEvent : study_arms StudyEvent --> StudyArm : study_arms

Inheritance

Slots

Name Cardinality and Range Description Inheritance
study_arms 0..*
StudyArm
The study arms that are relevant for a study event 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
LifeEvent study_event range StudyEvent
AIRRKnowledgeCommons study_events range StudyEvent

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:StudyEvent

LinkML Source

Direct

name: StudyEvent
description: An event that is part of the study design of an investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- study_arms
class_uri: BFO:0000015

Induced

name: StudyEvent
description: An event that is part of the study design of an investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  study_arms:
    name: study_arms
    description: The study arms that are relevant for a study event
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: study_arms
    owner: StudyEvent
    domain_of:
    - StudyEvent
    - AIRRKnowledgeCommons
    range: StudyArm
  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: StudyEvent
    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: StudyEvent
    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: StudyEvent
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: BFO:0000015