Skip to content

Class: Investigation (Investigation)

A high level description of the overall area of research. This may be the overall aims of the project, as stated on your grant. If your project has several subprojects that do not share any data, you should define an investigation for each.

URI: mife:Investigation

 classDiagram
    class Investigation
    click Investigation href "../Investigation/"
      Investigation : description

      Investigation : end_date

      Investigation : id

      Investigation : references

      Investigation : start_date

      Investigation : study_id





        Investigation --> "1..*" Investigation : study_id
        click Investigation href "../Investigation/"



      Investigation : title

Slots

Name Cardinality and Range Description Inheritance
id 1
String
unique study identifier direct
study_id 1..*
Investigation
unique identifier of the related study (multiple studies can be part of the s... direct
title 1
String
title of the cultivation/fermentation (bioreactor, well) direct
description 1
String
description of the purpose of the fermentation run direct
start_date 0..1
Date
date that the fermentation run was initiated direct
end_date 0..1
Date
date that the fermentation run ended direct
references *
String
useful articles used as basis/starting point for the present study direct

Usages

used by used in type used
Investigation study_id range Investigation

Identifier and Mapping Information

Schema Source

  • from schema: https://ontology.ibisba.eu/mife/

Mappings

Mapping Type Mapped Value
self mife:Investigation
native mife:Investigation

LinkML Source

Direct

name: Investigation
description: A high level description of the overall area of research. This may be
  the overall aims of the project, as stated on your grant. If your project has several
  subprojects that do not share any data, you should define an investigation for each.
title: Investigation
from_schema: https://ontology.ibisba.eu/mife/
slots:
- id
- study_id
- title
- description
- start_date
- end_date
- references
class_uri: mife:Investigation

Induced

name: Investigation
description: A high level description of the overall area of research. This may be
  the overall aims of the project, as stated on your grant. If your project has several
  subprojects that do not share any data, you should define an investigation for each.
title: Investigation
from_schema: https://ontology.ibisba.eu/mife/
attributes:
  id:
    name: id
    description: unique study identifier
    examples:
    - value: WUR_PRO_000-000-001_INV_000-000-001_STU_000-000-001
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:identifier
    alias: id
    owner: Investigation
    domain_of:
    - Investigation
    - Study
    range: string
    required: true
    multivalued: false
  study_id:
    name: study_id
    description: unique identifier of the related study (multiple studies can be part
      of the same investigation)
    examples:
    - value: WUR_PRO_000-000-001_INV_000-000-001
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: jermontology:hasPart
    alias: study_id
    owner: Investigation
    domain_of:
    - Investigation
    range: Investigation
    required: true
    multivalued: true
  title:
    name: title
    description: title of the cultivation/fermentation (bioreactor, well)
    examples:
    - value: 12h Bioreactor run of PBAD in PET28A under 0.05% Arabinose
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:title
    alias: title
    owner: Investigation
    domain_of:
    - Assay
    - Investigation
    - Study
    - ObservationUnit
    range: string
    required: true
    multivalued: false
  description:
    name: description
    description: description of the purpose of the fermentation run
    examples:
    - value: A 12h Bioreactor run using PBAD in PET28A with a concentration of 0.05%
        Arabinose
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Investigation
    domain_of:
    - Assay
    - Investigation
    - Study
    - ObservationUnit
    range: string
    required: true
    multivalued: false
  start_date:
    name: start_date
    description: date that the fermentation run was initiated
    examples:
    - value: 12-01-2023
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:startDate
    alias: start_date
    owner: Investigation
    domain_of:
    - Assay
    - Investigation
    - Study
    - ObservationUnit
    range: date
    required: false
    multivalued: false
  end_date:
    name: end_date
    description: date that the fermentation run ended
    examples:
    - value: 13-01-2023
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:endDate
    alias: end_date
    owner: Investigation
    domain_of:
    - Assay
    - Investigation
    - Study
    - ObservationUnit
    range: date
    required: false
    multivalued: false
  references:
    name: references
    description: useful articles used as basis/starting point for the present study
    examples:
    - value: Alonso Villela et al. Effect of Temperature on the Production of a Recombinant
        Antivenom in Fed-Batch Mode. https://doi.org/10.1007/s00253-021-11093-5
    from_schema: https://ontology.ibisba.eu/mife/
    rank: 1000
    slot_uri: schema:citation
    alias: references
    owner: Investigation
    domain_of:
    - Investigation
    range: string
    required: false
    multivalued: true
class_uri: mife:Investigation