Skip to content

Class: Microscope

Microscope information

URI: schema:Microscope

classDiagram class Microscope click Microscope href "../Microscope" Microscope : manufacturer Microscope : model

Slots

Name Cardinality and Range Description Inheritance
model 1
String
The model of the item direct
manufacturer 0..1
String
The name of the manufacturer direct

Usages

used by used in type used
Instrument microscope range Microscope

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Microscope
native https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:Microscope

LinkML Source

Direct

name: Microscope
description: Microscope information
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
slots:
- model
- manufacturer
slot_usage:
  model:
    name: model
    required: true
  manufacturer:
    name: manufacturer
    required: false
class_uri: schema:Microscope

Induced

name: Microscope
description: Microscope information
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
slot_usage:
  model:
    name: model
    required: true
  manufacturer:
    name: manufacturer
    required: false
attributes:
  model:
    name: model
    description: The model of the item
    from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
    rank: 1000
    alias: model
    owner: Microscope
    domain_of:
    - EnergyFilter
    - Microscope
    range: string
    required: true
  manufacturer:
    name: manufacturer
    description: The name of the manufacturer
    from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
    rank: 1000
    alias: manufacturer
    owner: Microscope
    domain_of:
    - Microscope
    range: string
    required: false
class_uri: schema:Microscope