Class: TomogramFeatures
what was the target of the tomograms, and what area of a cell do they cover.
URI: https://w3id.org/osc-em/oscem-schemas-env-tomo/:TomogramFeatures
erDiagram
TomogramFeatures {
    string cellular_features  
    stringList organelles  
    string main_target  
    string details_tomo  
}
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| cellular_features | 0..1 String | What type of cellular features are present in your tomograms? | direct | 
| organelles | * String | What organelles; if any; are present? | direct | 
| main_target | 0..1 String | What was the main biological target of your research for this tomogram? | direct | 
| details_tomo | 0..1 String | If you have any further comments on your tomograms please leave them here | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| SampleEnv | tomogram_features | range | TomogramFeatures | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-env-tomo/:TomogramFeatures | 
| native | https://w3id.org/osc-em/oscem-schemas-env-tomo/:TomogramFeatures | 
LinkML Source
Direct
name: TomogramFeatures
description: what was the target of the tomograms, and what area of a cell do they
  cover.
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
slots:
- cellular_features
- organelles
- main_target
- details_tomo
Induced
name: TomogramFeatures
description: what was the target of the tomograms, and what area of a cell do they
  cover.
from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
attributes:
  cellular_features:
    name: cellular_features
    description: What type of cellular features are present in your tomograms?
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: cellular_features
    owner: TomogramFeatures
    domain_of:
    - TomogramFeatures
    range: string
  organelles:
    name: organelles
    description: What organelles; if any; are present?
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: organelles
    owner: TomogramFeatures
    domain_of:
    - TomogramFeatures
    range: string
    multivalued: true
  main_target:
    name: main_target
    description: What was the main biological target of your research for this tomogram?
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: main_target
    owner: TomogramFeatures
    domain_of:
    - TomogramFeatures
    range: string
  details_tomo:
    name: details_tomo
    description: If you have any further comments on your tomograms please leave them
      here
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: details_tomo
    owner: TomogramFeatures
    domain_of:
    - TomogramFeatures
    range: string