Class: SAXSInstrument
SAXS/WAXS instrument specifications
classDiagram
class SAXSInstrument
click SAXSInstrument href "../SAXSInstrument/"
Instrument <|-- SAXSInstrument
click Instrument href "../Instrument/"
SAXSInstrument : current_status
SAXSInstrument --> "0..1" InstrumentStatusEnum : current_status
click InstrumentStatusEnum href "../InstrumentStatusEnum/"
SAXSInstrument : description
SAXSInstrument : detector_distance_max
SAXSInstrument : detector_distance_min
SAXSInstrument : id
SAXSInstrument : installation_date
SAXSInstrument : instrument_code
SAXSInstrument : manufacturer
SAXSInstrument : model
SAXSInstrument : q_range_max
SAXSInstrument : q_range_min
SAXSInstrument : sample_changer_capacity
SAXSInstrument : temperature_control_range
SAXSInstrument : title
Inheritance
- NamedThing
- Instrument
- SAXSInstrument
- Instrument
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| q_range_min | 0..1 Float |
Minimum q value in inverse Angstroms | direct |
| q_range_max | 0..1 Float |
Maximum q value in inverse Angstroms | direct |
| detector_distance_min | 0..1 Float |
Minimum detector distance in mm | direct |
| detector_distance_max | 0..1 Float |
Maximum detector distance in mm | direct |
| sample_changer_capacity | 0..1 Integer |
Number of samples in automatic sample changer | direct |
| temperature_control_range | 0..1 String |
Temperature control range in Celsius | direct |
| instrument_code | 1 String |
Human-friendly facility or laboratory identifier for the instrument (e | Instrument |
| manufacturer | 0..1 String |
Instrument manufacturer | Instrument |
| model | 0..1 String |
Instrument model | Instrument |
| installation_date | 0..1 String |
Date of instrument installation | Instrument |
| current_status | 0..1 InstrumentStatusEnum |
Current operational status | Instrument |
| id | 1 Uriorcurie |
Globally unique identifier as an IRI or CURIE for machine processing and exte... | NamedThing |
| title | 0..1 String |
NamedThing | |
| description | 0..1 String |
NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:SAXSInstrument |
| native | lambdaber:SAXSInstrument |
LinkML Source
Direct
name: SAXSInstrument
description: SAXS/WAXS instrument specifications
from_schema: https://w3id.org/lambda-ber-schema/
is_a: Instrument
attributes:
q_range_min:
name: q_range_min
description: Minimum q value in inverse Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
range: float
q_range_max:
name: q_range_max
description: Maximum q value in inverse Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
range: float
detector_distance_min:
name: detector_distance_min
description: Minimum detector distance in mm
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
range: float
detector_distance_max:
name: detector_distance_max
description: Maximum detector distance in mm
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
range: float
sample_changer_capacity:
name: sample_changer_capacity
description: Number of samples in automatic sample changer
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
range: integer
temperature_control_range:
name: temperature_control_range
description: Temperature control range in Celsius
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- SAXSInstrument
Induced
name: SAXSInstrument
description: SAXS/WAXS instrument specifications
from_schema: https://w3id.org/lambda-ber-schema/
is_a: Instrument
attributes:
q_range_min:
name: q_range_min
description: Minimum q value in inverse Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: q_range_min
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: float
q_range_max:
name: q_range_max
description: Maximum q value in inverse Angstroms
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: q_range_max
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: float
detector_distance_min:
name: detector_distance_min
description: Minimum detector distance in mm
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: detector_distance_min
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: float
detector_distance_max:
name: detector_distance_max
description: Maximum detector distance in mm
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: detector_distance_max
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: float
sample_changer_capacity:
name: sample_changer_capacity
description: Number of samples in automatic sample changer
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: sample_changer_capacity
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: integer
temperature_control_range:
name: temperature_control_range
description: Temperature control range in Celsius
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: temperature_control_range
owner: SAXSInstrument
domain_of:
- SAXSInstrument
range: string
instrument_code:
name: instrument_code
description: Human-friendly facility or laboratory identifier for the instrument
(e.g., 'TITAN-KRIOS-1', 'ALS-12.3.1-SIBYLS', 'RIGAKU-FR-E'). Used for local
reference and equipment tracking.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: instrument_code
owner: SAXSInstrument
domain_of:
- Instrument
range: string
required: true
manufacturer:
name: manufacturer
description: Instrument manufacturer
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: manufacturer
owner: SAXSInstrument
domain_of:
- Instrument
range: string
model:
name: model
description: Instrument model
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: model
owner: SAXSInstrument
domain_of:
- Instrument
range: string
installation_date:
name: installation_date
description: Date of instrument installation
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: installation_date
owner: SAXSInstrument
domain_of:
- Instrument
range: string
current_status:
name: current_status
description: Current operational status
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: current_status
owner: SAXSInstrument
domain_of:
- Instrument
range: InstrumentStatusEnum
id:
name: id
description: Globally unique identifier as an IRI or CURIE for machine processing
and external references. Used for linking data across systems and semantic web
integration.
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
identifier: true
alias: id
owner: SAXSInstrument
domain_of:
- NamedThing
range: uriorcurie
required: true
title:
name: title
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
slot_uri: dcterms:title
alias: title
owner: SAXSInstrument
domain_of:
- NamedThing
range: string
description:
name: description
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: description
owner: SAXSInstrument
domain_of:
- NamedThing
- AttributeGroup
range: string