Class: Database
An abstract holder for any set of metadata and data. It does not need to correspond to an actual managed database top level holder class. When translated to JSON-Schema this is the 'root' object. It should contain pointers to other objects of interest
URI: cellcard:Database
Slots
| Name | Range | Cardinality | Description | Info | 
|---|---|---|---|---|
| cell_card_set | CellCard | 0..* | This property links a database object to the set of cell cards within it. | . | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Database | cell_card_set | domain | database | 
Identifier and Mapping Information
LinkML Specification
Direct
name: database
aliases:
- Cell Card metadata object
description: An abstract holder for any set of metadata and data. It does not need
  to correspond to an actual managed database top level holder class. When translated
  to JSON-Schema this is the 'root' object. It should contain pointers to other objects
  of interest
from_schema: https://cellcards.org/schema/cellcard
slots:
- cell card set
tree_root: true
Induced
name: database
aliases:
- Cell Card metadata object
description: An abstract holder for any set of metadata and data. It does not need
  to correspond to an actual managed database top level holder class. When translated
  to JSON-Schema this is the 'root' object. It should contain pointers to other objects
  of interest
from_schema: https://cellcards.org/schema/cellcard
attributes:
  cell card set:
    name: cell card set
    description: This property links a database object to the set of cell cards within
      it.
    from_schema: https://cellcards.org/schema/cellcard
    mixins:
    - object set
    domain: database
    multivalued: true
    inlined_as_list: true
    alias: cell_card_set
    owner: database
    range: cell card
tree_root: true