Class: SampleMolecular
URI: https://w3id.org/osc-em/oscem-schemas-subtomo/:SampleMolecular
erDiagram
SampleMolecular {
    string name  
    string description  
}
Grid {
    string manufacturer  
    string material  
    float mesh  
    boolean film_support  
    string film_material  
    string film_topology  
    string film_thickness  
    string pretreatment_type  
    string pretreatment_atmosphere  
}
QuantitySI {
    float valueSI  
    string unitSI  
    string unit  
    float value  
}
Specimen {
    string buffer  
    float ph  
    boolean vitrification  
    string vitrification_cryogen  
    boolean staining  
    boolean embedding  
    boolean shadowing  
}
Ligand {
    boolean present  
    string smiles  
    string reference  
}
Molecule {
    string name_mol  
    string molecular_type  
    string molecular_class  
    string sequence  
    string natural_source  
    string taxonomy_id_source  
    string expression_system  
    string taxonomy_id_expression  
    string gene_name  
}
OverallMolecule {
    MoleculeClassEnum molecular_overall_type  
    string name_sample  
    string source  
    AssemblyEnum assembly  
}
SampleMolecular ||--|| OverallMolecule : "overall_molecule"
SampleMolecular ||--}o Molecule : "molecule"
SampleMolecular ||--}o Ligand : "ligands"
SampleMolecular ||--|o Specimen : "specimen"
SampleMolecular ||--|o Grid : "grid"
Grid ||--|o QuantitySI : "pretreatment_time"
Grid ||--|o QuantitySI : "pretreatment_pressure"
Specimen ||--|o QuantitySI : "concentration"
Specimen ||--|o QuantitySI : "humidity"
Specimen ||--|o QuantitySI : "temperature"
OverallMolecule ||--|o QuantitySI : "molecular_weight"
Inheritance
- Sample- SampleMolecular
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| name | 0..1 String | The name of the item | Sample | 
| description | 0..1 String | The description of the item | Sample | 
| overall_molecule | 1 OverallMolecule | Description of the overall molecule | Sample | 
| molecule | * Molecule | List of molecule associated with the sample | Sample | 
| ligands | * Ligand | List of ligands associated with the sample | Sample | 
| specimen | 0..1 Specimen | Description of the specimen | Sample | 
| grid | 0..1 Grid | Description of the grid used | Sample | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| EMDatasetTomo | sample | range | SampleMolecular | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-subtomo
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-subtomo/:SampleMolecular | 
| native | https://w3id.org/osc-em/oscem-schemas-subtomo/:SampleMolecular | 
LinkML Source
Direct
name: SampleMolecular
from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
is_a: Sample
slot_usage:
  name:
    name: name
    required: false
  description:
    name: description
    required: false
  overall_molecule:
    name: overall_molecule
    required: true
Induced
name: SampleMolecular
from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
is_a: Sample
slot_usage:
  name:
    name: name
    required: false
  description:
    name: description
    required: false
  overall_molecule:
    name: overall_molecule
    required: true
attributes:
  name:
    name: name
    description: The name of the item
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: name
    owner: SampleMolecular
    domain_of:
    - Detector
    - Sample
    range: string
    required: false
  description:
    name: description
    description: The description of the item
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: description
    owner: SampleMolecular
    domain_of:
    - Sample
    range: string
    required: false
  overall_molecule:
    name: overall_molecule
    description: Description of the overall molecule
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: overall_molecule
    owner: SampleMolecular
    domain_of:
    - Sample
    range: OverallMolecule
    required: true
  molecule:
    name: molecule
    description: List of molecule associated with the sample
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: molecule
    owner: SampleMolecular
    domain_of:
    - Sample
    range: Molecule
    required: false
    multivalued: true
  ligands:
    name: ligands
    description: List of ligands associated with the sample
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: ligands
    owner: SampleMolecular
    domain_of:
    - Sample
    range: Ligand
    multivalued: true
  specimen:
    name: specimen
    description: Description of the specimen
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: specimen
    owner: SampleMolecular
    domain_of:
    - Sample
    range: Specimen
    required: false
  grid:
    name: grid
    description: Description of the grid used
    from_schema: https://w3id.org/osc-em/oscem-schemas-subtomo
    rank: 1000
    alias: grid
    owner: SampleMolecular
    domain_of:
    - Sample
    range: Grid