Skip to content

Class: StudyArm

A population of participants of an investigation.

URI: OBI:0000181

classDiagram class StudyArm NamedThing <|-- StudyArm StudyArm : akc_id StudyArm : description StudyArm : exclusion_criteria StudyArm : inclusion_criteria StudyArm : investigation StudyArm --> Investigation : investigation StudyArm : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
investigation 0..1
Investigation
An investigation in which the study arm participates direct
inclusion_criteria 0..1
String
Participants in an investigation must meet this criteria direct
exclusion_criteria 0..1
String
Participants are excluded from an investigation if they meet this criteria 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
Participant study_arm range StudyArm
StudyEvent study_arms range StudyArm
AIRRKnowledgeCommons study_arms range StudyArm

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0000181
native ak_schema:StudyArm

LinkML Source

Direct

name: StudyArm
description: A population of participants of an investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- investigation
- inclusion_criteria
- exclusion_criteria
class_uri: OBI:0000181

Induced

name: StudyArm
description: A population of participants of an investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  investigation:
    name: investigation
    description: An investigation in which the study arm participates
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: RO:0000056
    alias: investigation
    owner: StudyArm
    domain_of:
    - StudyArm
    range: Investigation
  inclusion_criteria:
    name: inclusion_criteria
    description: Participants in an investigation must meet this criteria
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: inclusion_criteria
    owner: StudyArm
    domain_of:
    - Investigation
    - StudyArm
    range: string
  exclusion_criteria:
    name: exclusion_criteria
    description: Participants are excluded from an investigation if they meet this
      criteria
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: exclusion_criteria
    owner: StudyArm
    domain_of:
    - Investigation
    - StudyArm
    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: StudyArm
    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: StudyArm
    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: StudyArm
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0000181