Skip to content

Class: Investigation

General information about the Investigation

URI: cmdr:Investigation

classDiagram class Investigation Investigation : id Investigation : name Investigation : part_of Investigation --|> Investigation : part_of

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
direct
name 0..1
String
direct
part_of 0..1
Investigation
direct

Usages

used by used in type used
Container investigations range Investigation
Investigation part_of range Investigation
MaterialEntity used_in range Investigation
Participation involved_in range Investigation

Aliases

  • Study
  • Proposal

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cmdr

Mappings

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

LinkML Source

Direct

name: Investigation
description: General information about the Investigation
from_schema: https://w3id.org/linkml/cmdr
see_also:
- include:Study
aliases:
- Study
- Proposal
slots:
- id
- name
- part_of
slot_usage:
  id:
    name: id
    identifier: true
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie
  part_of:
    name: part_of
    domain_of:
    - Investigation
    range: Investigation

Induced

name: Investigation
description: General information about the Investigation
from_schema: https://w3id.org/linkml/cmdr
see_also:
- include:Study
aliases:
- Study
- Proposal
slot_usage:
  id:
    name: id
    identifier: true
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie
  part_of:
    name: part_of
    domain_of:
    - Investigation
    range: Investigation
attributes:
  id:
    name: id
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    identifier: true
    alias: id
    owner: Investigation
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: uriorcurie
  name:
    name: name
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: name
    owner: Investigation
    domain_of:
    - Investigation
    - MaterialEntity
    - Participation
    - Process
    - Subject
    range: string
  part_of:
    name: part_of
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: part_of
    owner: Investigation
    domain_of:
    - Investigation
    range: Investigation