Skip to content

Class: GCMS

Gas chromatography-mass spectrometry

URI: CHMO:0000497

classDiagram class GCMS click GCMS href "../GCMS/" CharacterizationTechnique <|-- GCMS click CharacterizationTechnique href "../CharacterizationTechnique/" GCMS : acquisition_mode GCMS : carrier_gas GCMS : carrier_gas_purity GCMS : column_type GCMS : external_standard GCMS : heating_procedure GCMS : heating_ramp GCMS : identifier GCMS : injection_volume GCMS : inlet_temperature GCMS : internal_standard GCMS : maximum_oven_temperature GCMS : minimum_oven_temperature GCMS : mz_maximum GCMS : mz_minimum GCMS : solvent_delay GCMS : split_ratio GCMS : trace_ion_detection

Inheritance

Slots

Name Cardinality and Range Description Inheritance
external_standard *
String
External standard used for calibration direct
internal_standard *
String
Internal standard used for calibration direct
column_type *
String
Type of chromatography column direct
carrier_gas *
String
Carrier gas used direct
carrier_gas_purity *
String
Purity of carrier gas direct
inlet_temperature *
Float
Inlet temperature direct
minimum_oven_temperature *
Float
Minimum oven temperature direct
maximum_oven_temperature *
Float
Maximum oven temperature direct
heating_ramp *
Float
Heating ramp rate direct
heating_procedure *
String
Heating procedure used direct
acquisition_mode *
String
Data acquisition mode direct
solvent_delay *
Float
Solvent delay time direct
trace_ion_detection *
String
Trace ion detection setting direct
mz_minimum *
Float
Minimum m/z value direct
mz_maximum *
Float
Maximum m/z value direct
split_ratio *
Float
Split ratio for injection direct
injection_volume *
Float
Injection volume direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/catcore

Mappings

Mapping Type Mapped Value
self CHMO:0000497
native catcore:GCMS

LinkML Source

Direct

name: GCMS
description: Gas chromatography-mass spectrometry
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CharacterizationTechnique
slots:
- external_standard
- internal_standard
- column_type
- carrier_gas
- carrier_gas_purity
- inlet_temperature
- minimum_oven_temperature
- maximum_oven_temperature
- heating_ramp
- heating_procedure
- acquisition_mode
- solvent_delay
- trace_ion_detection
- mz_minimum
- mz_maximum
- split_ratio
- injection_volume
class_uri: CHMO:0000497

Induced

name: GCMS
description: Gas chromatography-mass spectrometry
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CharacterizationTechnique
attributes:
  external_standard:
    name: external_standard
    description: External standard used for calibration
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:external_standard
    alias: external_standard
    owner: GCMS
    domain_of:
    - GCMS
    - HPLC_MS
    range: string
    multivalued: true
  internal_standard:
    name: internal_standard
    description: Internal standard used for calibration
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:internal_standard
    alias: internal_standard
    owner: GCMS
    domain_of:
    - GCMS
    - HPLC_MS
    range: string
    multivalued: true
  column_type:
    name: column_type
    description: Type of chromatography column
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: AFR:0002026
    alias: column_type
    owner: GCMS
    domain_of:
    - GCMS
    - SizeExclusionChromatography
    - HPLC_MS
    range: string
    multivalued: true
  carrier_gas:
    name: carrier_gas
    description: Carrier gas used
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:carrier_gas
    alias: carrier_gas
    owner: GCMS
    domain_of:
    - AtomicLayerDeposition
    - GCMS
    - ElementalAnalysis
    - ESI_MS
    range: string
    multivalued: true
  carrier_gas_purity:
    name: carrier_gas_purity
    description: Purity of carrier gas
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:carrier_gas_purity
    alias: carrier_gas_purity
    owner: GCMS
    domain_of:
    - GCMS
    range: string
    multivalued: true
  inlet_temperature:
    name: inlet_temperature
    description: Inlet temperature
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:inlet_temperature
    alias: inlet_temperature
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
    unit:
      ucum_code: Cel
  minimum_oven_temperature:
    name: minimum_oven_temperature
    description: Minimum oven temperature
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:minimum_oven_temperature
    alias: minimum_oven_temperature
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
    unit:
      ucum_code: Cel
  maximum_oven_temperature:
    name: maximum_oven_temperature
    description: Maximum oven temperature
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:maximum_oven_temperature
    alias: maximum_oven_temperature
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
    unit:
      ucum_code: Cel
  heating_ramp:
    name: heating_ramp
    description: Heating ramp rate
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:heating_ramp
    alias: heating_ramp
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
    unit:
      ucum_code: Cel/min
  heating_procedure:
    name: heating_procedure
    description: Heating procedure used
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:heating_procedure
    alias: heating_procedure
    owner: GCMS
    domain_of:
    - GCMS
    - Thermogravimetry
    range: string
    multivalued: true
  acquisition_mode:
    name: acquisition_mode
    description: Data acquisition mode
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:acquisition_mode
    alias: acquisition_mode
    owner: GCMS
    domain_of:
    - GCMS
    range: string
    multivalued: true
  solvent_delay:
    name: solvent_delay
    description: Solvent delay time
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:solvent_delay
    alias: solvent_delay
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
    unit:
      ucum_code: min
  trace_ion_detection:
    name: trace_ion_detection
    description: Trace ion detection setting
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:trace_ion_detection
    alias: trace_ion_detection
    owner: GCMS
    domain_of:
    - GCMS
    range: string
    multivalued: true
  mz_minimum:
    name: mz_minimum
    description: Minimum m/z value
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: AFR:0002652
    alias: mz_minimum
    owner: GCMS
    domain_of:
    - GCMS
    - ESI_MS
    range: float
    multivalued: true
  mz_maximum:
    name: mz_maximum
    description: Maximum m/z value
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: AFR:0002653
    alias: mz_maximum
    owner: GCMS
    domain_of:
    - GCMS
    - ESI_MS
    range: float
    multivalued: true
  split_ratio:
    name: split_ratio
    description: Split ratio for injection
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:split_ratio
    alias: split_ratio
    owner: GCMS
    domain_of:
    - GCMS
    range: float
    multivalued: true
  injection_volume:
    name: injection_volume
    description: Injection volume
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: AFR:0001577
    alias: injection_volume
    owner: GCMS
    domain_of:
    - GCMS
    - SizeExclusionChromatography
    - HPLC_MS
    range: float
    multivalued: true
    unit:
      ucum_code: uL
  identifier:
    name: identifier
    description: Unique identifier for the entity
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:identifier
    alias: identifier
    owner: GCMS
    domain_of:
    - CatCoreEntity
    range: string
class_uri: CHMO:0000497