Skip to content

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-cellular-tomo/:TomogramFeatures

classDiagram class TomogramFeatures click TomogramFeatures href "../TomogramFeatures" TomogramFeatures : cellular_features TomogramFeatures : details_tomo TomogramFeatures : main_target TomogramFeatures : organelles

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
SampleCell tomogram_features range TomogramFeatures

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:TomogramFeatures
native https://w3id.org/osc-em/oscem-schemas-cellular-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-cellular-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-cellular-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-cellular-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-cellular-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-cellular-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-cellular-tomo
    rank: 1000
    alias: details_tomo
    owner: TomogramFeatures
    domain_of:
    - TomogramFeatures
    range: string