Skip to content

Class: Sample Event Collection (SampleEventCollection)

Collection of sample events indexed by sample ID.

URI: nfdi4immuno:SampleEventCollection

 classDiagram
    class SampleEventCollection
    click SampleEventCollection href "../SampleEventCollection/"
      SampleEventCollection : sample_event_entries





        SampleEventCollection --> "1..*" SampleEvent : sample_event_entries
        click SampleEvent href "../SampleEvent/"



      SampleEventCollection : sample_event_id

Slots

Name Cardinality and Range Description Inheritance
sample_event_id 1
String
A sample ID to associate the subjects with a sample event direct
sample_event_entries 1..*
SampleEvent
A collection of individual sample events direct

Usages

used by used in type used
Container sample_events range SampleEventCollection

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:SampleEventCollection
native nfdi4immuno:SampleEventCollection

LinkML Source

Direct

name: SampleEventCollection
description: Collection of sample events indexed by sample ID.
title: Sample Event Collection
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- sample_event_id
- sample_event_entries

Induced

name: SampleEventCollection
description: Collection of sample events indexed by sample ID.
title: Sample Event Collection
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
  sample_event_id:
    name: sample_event_id
    description: 'A sample ID to associate the subjects with a sample event.

      '
    title: SampleEvent ID
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    is_a: abstract_id
    identifier: true
    alias: sample_event_id
    owner: SampleEventCollection
    domain_of:
    - SampleEventCollection
    - SampleEvent
    - Sample
    range: string
    required: true
    pattern: ^.+$
  sample_event_entries:
    name: sample_event_entries
    description: 'A collection of individual sample events. Each entry represents
      a distinct sample event record.

      '
    title: Sample event entries
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: sample_event_entries
    owner: SampleEventCollection
    domain_of:
    - SampleEventCollection
    range: SampleEvent
    multivalued: true
    inlined: true
    minimum_cardinality: 1