Skip to content

Class: Investigation

A scientific investigation.

URI: OBI:0000066

classDiagram class Investigation PlannedProcess <|-- Investigation Investigation : akc_id Investigation : archival_id Investigation : assays Investigation --> Assay : assays Investigation : conclusions Investigation --> Conclusion : conclusions Investigation : description Investigation : documents Investigation --> Reference : documents Investigation : exclusion_criteria Investigation : inclusion_criteria Investigation : name Investigation : participants Investigation --> Participant : participants Investigation : release_date Investigation : simulations Investigation --> Simulation : simulations Investigation : study_type Investigation --> StudyType : study_type Investigation : update_date

Inheritance

Slots

Name Cardinality and Range Description Inheritance
study_type 0..1
StudyType
Type of study design direct
archival_id 0..1
Uriorcurie
Identifier for external archival resource for the investigation, e 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
release_date 0..1
Datetime
Initial release of the investigation and its data direct
update_date 0..1
Datetime
Subsequence updates to the investigation or its data direct
participants 0..*
Participant
The participants involved with the investigation direct
assays 0..*
Assay
The assays performed by the investigation direct
simulations 0..*
Simulation
The simulations performed by the investigation direct
documents 0..*
Reference
The documents produced by the investigation direct
conclusions 0..*
Conclusion
The conclusions from the investigation 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
Conclusion investigations range Investigation
Reference investigations range Investigation
StudyArm investigation range Investigation
AIRRKnowledgeCommons investigations range Investigation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0000066
native ak_schema:Investigation

LinkML Source

Direct

name: Investigation
description: A scientific investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
slots:
- study_type
- archival_id
- inclusion_criteria
- exclusion_criteria
- release_date
- update_date
- participants
- assays
- simulations
- documents
- conclusions
class_uri: OBI:0000066

Induced

name: Investigation
description: A scientific investigation.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: PlannedProcess
attributes:
  study_type:
    name: study_type
    description: Type of study design
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: rdf:type
    alias: study_type
    owner: Investigation
    domain_of:
    - Investigation
    range: StudyType
  archival_id:
    name: archival_id
    description: Identifier for external archival resource for the investigation,
      e.g., BioProject
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    alias: archival_id
    owner: Investigation
    domain_of:
    - Investigation
    range: uriorcurie
  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: Investigation
    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: Investigation
    domain_of:
    - Investigation
    - StudyArm
    range: string
  release_date:
    name: release_date
    description: Initial release of the investigation and its data
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: release_date
    owner: Investigation
    domain_of:
    - Investigation
    range: datetime
  update_date:
    name: update_date
    description: Subsequence updates to the investigation or its data
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: update_date
    owner: Investigation
    domain_of:
    - Investigation
    range: datetime
  participants:
    name: participants
    description: The participants involved with the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: RO:0000057
    multivalued: true
    alias: participants
    owner: Investigation
    domain_of:
    - Investigation
    - AIRRKnowledgeCommons
    range: Participant
  assays:
    name: assays
    description: The assays performed by the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: assays
    owner: Investigation
    domain_of:
    - Dataset
    - Investigation
    - AIRRKnowledgeCommons
    range: Assay
  simulations:
    name: simulations
    description: The simulations performed by the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: simulations
    owner: Investigation
    domain_of:
    - Investigation
    range: Simulation
  documents:
    name: documents
    description: The documents produced by the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: documents
    owner: Investigation
    domain_of:
    - Investigation
    range: Reference
  conclusions:
    name: conclusions
    description: The conclusions from the investigation
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: conclusions
    owner: Investigation
    domain_of:
    - Investigation
    - AIRRKnowledgeCommons
    range: Conclusion
  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: Investigation
    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: Investigation
    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: Investigation
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0000066