Class: Microscope
Microscope information
URI: schema:Microscope
erDiagram
Microscope {
    string model  
    string manufacturer  
}
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-spa
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | schema:Microscope | 
| native | https://w3id.org/osc-em/oscem-schemas-spa/:Microscope | 
LinkML Source
Direct
name: Microscope
description: Microscope information
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
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-spa
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-spa
    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-spa
    rank: 1000
    alias: manufacturer
    owner: Microscope
    domain_of:
    - Microscope
    - Grid
    range: string
    required: false
class_uri: schema:Microscope