Contents

Template: dpm:MeasurementXPSSubSpectrum

URI: https://www.dipromag.de/dipromag_onto/0.1/MeasurementXPSSubSpectrum

Parameters

🛈 The parameters defined by the signature are listed here. Unfortunately parameter names are not informative; fixing it is a planned future feature. An optional parameter will accept the value ottr:none as an argument. A parameter which allows blanks will accept a blank node as argument value.

IndexNameTypeOptionalBlanks allowedDefault value
1sub-spectrum-nameottr:IRInoyesno
2wide-spectrumottr:IRInoyesno
3elementsList<ottr:IRI>yesyesno
4binding_energy_start_unit_eVxsd:floatyesyesno
5binding_energy_end_unit_eVxsd:floatyesyesno
6binding_energy_step_size_unit_eVxsd:floatyesyesno
7dwell_time_per_step_unit_sxsd:floatyesyesno
8sub_peak_labelList<xsd:string>yesyesno
9line_shapeList<owl:Class>yesyesno
10absolute_peak_intensity_unit_CPSeVList<xsd:float>yesyesno
11intensity_relative_to_sub_spectrum_unit_percentList<xsd:float>yesyesno
12peak_fwhm_unit_eVList<xsd:float>yesyesno
13peak_position_unit_eVList<xsd:float>yesyesno
14relative_contribution_to_subspectrum_unit_percentList<xsd:float>yesyesno
15backgroundList<owl:Class>yesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:MeasurementXPSSubSpectrum[
    ottr:IRI ?sub-spectrum-name,
    ottr:IRI ?wide-spectrum,
    ? List<ottr:IRI> ?elements,
    ? xsd:float ?binding_energy_start_unit_eV,
    ? xsd:float ?binding_energy_end_unit_eV,
    ? xsd:float ?binding_energy_step_size_unit_eV,
    ? xsd:float ?dwell_time_per_step_unit_s,
    ? List<xsd:string> ?sub_peak_label,
    ? List<owl:Class> ?line_shape,
    ? List<xsd:float> ?absolute_peak_intensity_unit_CPSeV,
    ? List<xsd:float> ?intensity_relative_to_sub_spectrum_unit_percent,
    ? List<xsd:float> ?peak_fwhm_unit_eV,
    ? List<xsd:float> ?peak_position_unit_eV,
    ? List<xsd:float> ?relative_contribution_to_subspectrum_unit_percent,
    ? List<owl:Class> ?background
] :: {
    ottr:Triple(?wide-spectrum, pmd:characteristic, ?sub-spectrum-name),
    o-owl-ax:SubClassOf(dpm:SubSpectrum, qudt:ValueObject),
    o-rdf:Type(?sub-spectrum-name, dpm:SubSpectrum),
    o-rdfs:Label(dpm:SubSpectrum, "Sub-Spectrum"),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyEnd), ?binding_energy_end_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyStart), ?binding_energy_start_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyStep), ?binding_energy_step_size_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:DwellTimePerStep), ?dwell_time_per_step_unit_s, qudt:SEC),
    zipMin | dpm:MeasurementXPSSubSpectrumPeak(?sub-spectrum-name, ++?elements, ++?sub_peak_label, ++?line_shape, ++?absolute_peak_intensity_unit_CPSeV, ++?intensity_relative_to_sub_spectrum_unit_percent, ++?peak_fwhm_unit_eV, ++?peak_position_unit_eV, ++?relative_contribution_to_subspectrum_unit_percent, ++?background)
} .

🛈 The pattern of the template is illustrated by expanding a generated instance. Below the generated instance is shown in different serialisations, and its expansion is presented in different formats.

Generated instance

stOTTR
dpm:MeasurementXPSSubSpectrum(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), _:argument4, _:argument5, _:argument6, _:argument7, (_:argument8-1, _:argument8-2), (x:argument9-1, x:argument9-2), (_:argument10-1, _:argument10-2), (_:argument11-1, _:argument11-2), (_:argument12-1, _:argument12-2), (_:argument13-1, _:argument13-2), (_:argument14-1, _:argument14-2), (x:argument15-1, x:argument15-2))
RDF/wOTTR
[ ottr:of      dpm:MeasurementXPSSubSpectrum ;
  ottr:values  ( x:argument1 x:argument2 ( x:argument3-1 x:argument3-2 )
                 [] 
                 [] 
                 [] 
                 [] 
                 ( [] 
                   [] 
                 )
                 ( x:argument9-1 x:argument9-2 )
                 ( [] 
                   [] 
                 )
                 ( [] 
                   [] 
                 )
                 ( [] 
                   [] 
                 )
                 ( [] 
                   [] 
                 )
                 ( [] 
                   [] 
                 )
                 ( x:argument15-1 x:argument15-2 )
               )
] .

Visualisation of expanded RDF graph

🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.

Hierarchical horizontal layout (dot)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value
Hierarchical vertical layout (dot)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value
Spring model layout (neato)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value
Spring model layout (fdp)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value
Radial layout (twopi)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value
Circular layout (circo)
blank1612 : LUB<rdfs:Resource> pmd:Measurement, dpm:DwellTimePerStep argument7 : LUB<rdfs:Resource> blank1612 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1612 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:SubSpectrum x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1612 : LUB<rdfs:Resource> pmd:characteristic blank1613 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyEnd http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1613 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dpm:relatesToComposition blank1614 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1614 : LUB<rdfs:Resource> pmd:characteristic blank1615 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1615 : LUB<rdfs:Resource> pmd:characteristic blank1616 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1616 : LUB<rdfs:Resource> pmd:characteristic blank1617 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1617 : LUB<rdfs:Resource> pmd:characteristic blank1618 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1618 : LUB<rdfs:Resource> pmd:characteristic argument8-1 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-1 : LUB<rdfs:Resource> rdfs:label blank1619 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1619 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> dpm:relatesToComposition blank1620 : LUB<rdfs:Resource> pmd:Measurement, dpm:Peak_fwhm http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1620 : LUB<rdfs:Resource> pmd:characteristic blank1621 : LUB<rdfs:Resource> pmd:Measurement, dpm:PeakPosition http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1621 : LUB<rdfs:Resource> pmd:characteristic blank1622 : LUB<rdfs:Resource> pmd:Measurement, dpm:RelativeContributionToSubspectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1622 : LUB<rdfs:Resource> pmd:characteristic blank1623 : LUB<rdfs:Resource> dpm:Peak http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1623 : LUB<rdfs:Resource> pmd:characteristic blank1624 : LUB<rdfs:Resource> pmd:Measurement, dpm:IntensityRelativeToSubSpectrum http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1624 : LUB<rdfs:Resource> pmd:characteristic argument8-2 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8-2 : LUB<rdfs:Resource> rdfs:label blank1625 : LUB<rdfs:Resource> pmd:Measurement, dpm:AbsolutePeakIntensity http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1625 : LUB<rdfs:Resource> pmd:characteristic blank1626 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStep http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1626 : LUB<rdfs:Resource> pmd:characteristic blank1627 : LUB<rdfs:Resource> pmd:Measurement, dpm:BindingEnergyStart http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1627 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:characteristic argument5 : LUB<rdfs:Resource> blank1613 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/EV : LUB<ottr:IRI> qudt:EV blank1613 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI> dpm:SubSpectrum http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> qudt:ValueObject https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->http://qudt.org/vocab/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/SubSpectrum : LUB<ottr:IRI>->"Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI> dpm:Peak_fwhm https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> pmd:ValueObject https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak_fwhm https://www.dipromag.de/dipromag_onto/0.1/Peak_fwhm : LUB<ottr:IRI>->"Peak_fwhm"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI> dpm:RelativeContributionToSubspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Relative Contribution to Subspectrum https://www.dipromag.de/dipromag_onto/0.1/RelativeContributionToSubspectrum : LUB<ottr:IRI>->"Relative Contribution to Subspectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI> dpm:IntensityRelativeToSubSpectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Intensity Relative to Sub-Spectrum https://www.dipromag.de/dipromag_onto/0.1/IntensityRelativeToSubSpectrum : LUB<ottr:IRI>->"Intensity Relative to Sub-Spectrum"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI> dpm:Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak https://www.dipromag.de/dipromag_onto/0.1/Peak : LUB<ottr:IRI>->"Peak"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI> dpm:PeakPosition https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Peak Position https://www.dipromag.de/dipromag_onto/0.1/PeakPosition : LUB<ottr:IRI>->"Peak Position"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI> dpm:AbsolutePeakIntensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->https://w3id.org/pmd/co/ValueObject : LUB<ottr:IRI> rdfs:subClassOf "Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Absolute Peak Intensity https://www.dipromag.de/dipromag_onto/0.1/AbsolutePeakIntensity : LUB<ottr:IRI>->"Absolute Peak Intensity"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument12-1 : LUB<rdfs:Resource> blank1614 : LUB<rdfs:Resource>->argument12-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> dpm:EV blank1614 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1615 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-1 : LUB<rdfs:Resource> blank1615 : LUB<rdfs:Resource>->argument13-1 : LUB<rdfs:Resource> pmd:value argument14-1 : LUB<rdfs:Resource> blank1616 : LUB<rdfs:Resource>->argument14-1 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> qudt:PERCENT blank1616 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/PERCENT : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> dpm:LineShape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> dpm:GeometricShape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI> rdfs:subClassOf "Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Line Shape https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI>->"Line Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label "Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Geometric Shape https://www.dipromag.de/dipromag_onto/0.1/GeometricShape : LUB<ottr:IRI>->"Geometric Shape"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI> x:argument9-1 http://example.ottr.xyz/argument/argument9-1 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1618 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-1 : LUB<rdfs:Resource> blank1618 : LUB<rdfs:Resource>->argument11-1 : LUB<rdfs:Resource> pmd:value argument10-1 : LUB<rdfs:Resource> blank1619 : LUB<rdfs:Resource>->argument10-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> dpm:CPSEV blank1619 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1620 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument12-2 : LUB<rdfs:Resource> blank1620 : LUB<rdfs:Resource>->argument12-2 : LUB<rdfs:Resource> pmd:value blank1621 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/EV : LUB<ottr:IRI> pmd:unit argument13-2 : LUB<rdfs:Resource> blank1621 : LUB<rdfs:Resource>->argument13-2 : LUB<rdfs:Resource> pmd:value blank1622 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument14-2 : LUB<rdfs:Resource> blank1622 : LUB<rdfs:Resource>->argument14-2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI> x:argument9-2 http://example.ottr.xyz/argument/argument9-2 : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/LineShape : LUB<ottr:IRI> rdfs:subClassOf blank1624 : LUB<rdfs:Resource>->http://qudt.org/vocab/PERCENT : LUB<ottr:IRI> pmd:unit argument11-2 : LUB<rdfs:Resource> blank1624 : LUB<rdfs:Resource>->argument11-2 : LUB<rdfs:Resource> pmd:value blank1625 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/CPSEV : LUB<ottr:IRI> pmd:unit argument10-2 : LUB<rdfs:Resource> blank1625 : LUB<rdfs:Resource>->argument10-2 : LUB<rdfs:Resource> pmd:value blank1626 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument6 : LUB<rdfs:Resource> blank1626 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value blank1627 : LUB<rdfs:Resource>->http://qudt.org/vocab/EV : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1627 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value

Expanded RDF graph

qudt:PERCENT  rdfs:subClassOf  qudt:Unit .

dpm:SubSpectrum  rdfs:label  "Sub-Spectrum" ;
        rdfs:subClassOf  qudt:ValueObject .

dpm:Peak_fwhm  rdfs:label  "Peak_fwhm" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:EV  rdfs:subClassOf  qudt:Unit .

x:argument1  rdf:type             dpm:SubSpectrum ;
        rdfs:label                []  ;
        rdfs:label                []  ;
        pmd:characteristic        [ rdf:type   dpm:AbsolutePeakIntensity , pmd:Measurement ;
                                    pmd:unit   dpm:CPSEV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:IntensityRelativeToSubSpectrum , pmd:Measurement ;
                                    pmd:unit   qudt:PERCENT ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:BindingEnergyStart , pmd:Measurement ;
                                    pmd:unit   qudt:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:BindingEnergyStep , pmd:Measurement ;
                                    pmd:unit   qudt:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:PeakPosition , pmd:Measurement ;
                                    pmd:unit   dpm:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:PeakPosition , pmd:Measurement ;
                                    pmd:unit   dpm:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type  dpm:Peak ] ;
        pmd:characteristic        [ rdf:type   dpm:RelativeContributionToSubspectrum , pmd:Measurement ;
                                    pmd:unit   qudt:PERCENT ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type  dpm:Peak ] ;
        pmd:characteristic        [ rdf:type   dpm:DwellTimePerStep , pmd:Measurement ;
                                    pmd:unit   qudt:SEC ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:Peak_fwhm , pmd:Measurement ;
                                    pmd:unit   dpm:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:RelativeContributionToSubspectrum , pmd:Measurement ;
                                    pmd:unit   qudt:PERCENT ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:AbsolutePeakIntensity , pmd:Measurement ;
                                    pmd:unit   dpm:CPSEV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:Peak_fwhm , pmd:Measurement ;
                                    pmd:unit   dpm:EV ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:IntensityRelativeToSubSpectrum , pmd:Measurement ;
                                    pmd:unit   qudt:PERCENT ;
                                    pmd:value  [] 
                                  ] ;
        pmd:characteristic        [ rdf:type   dpm:BindingEnergyEnd , pmd:Measurement ;
                                    pmd:unit   qudt:EV ;
                                    pmd:value  [] 
                                  ] ;
        dpm:relatesToComposition  x:argument3-2 , x:argument3-1 .

x:argument9-1  rdfs:subClassOf  dpm:LineShape .

dpm:CPSEV  rdfs:subClassOf  qudt:Unit .

qudt:EV  rdfs:subClassOf  qudt:Unit .

dpm:Peak  rdfs:label     "Peak" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:PeakPosition  rdfs:label  "Peak Position" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:RelativeContributionToSubspectrum
        rdfs:label       "Relative Contribution to Subspectrum" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:IntensityRelativeToSubSpectrum
        rdfs:label       "Intensity Relative to Sub-Spectrum" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:LineShape  rdfs:label  "Line Shape" ;
        rdfs:subClassOf  dpm:GeometricShape .

qudt:SEC  rdfs:subClassOf  qudt:Unit .

dpm:AbsolutePeakIntensity
        rdfs:label       "Absolute Peak Intensity" ;
        rdfs:subClassOf  pmd:ValueObject .

dpm:GeometricShape  rdfs:label  "Geometric Shape" .

x:argument2  pmd:characteristic  x:argument1 .

x:argument9-2  rdfs:subClassOf  dpm:LineShape .

Interactive expansion

🛈 Click the list to expand/contract one list element. Click 'expand/contact all' to expand/contract all elements. Note that the interactive expansion is not correct for instances that are marked by list expanders.

dpm:MeasurementXPSSubSpectrum(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), _:argument4, _:argument5, _:argument6, _:argument7, (_:argument8-1, _:argument8-2), (x:argument9-1, x:argument9-2), (_:argument10-1, _:argument10-2), (_:argument11-1, _:argument11-2), (_:argument12-1, _:argument12-2), (_:argument13-1, _:argument13-2), (_:argument14-1, _:argument14-2), (x:argument15-1, x:argument15-2))ottr:Triple(x:argument2, pmd:characteristic, x:argument1)
o-owl-ax:SubClassOf(dpm:SubSpectrum, qudt:ValueObject)ottr:Triple(dpm:SubSpectrum, rdfs:subClassOf, qudt:ValueObject)
o-rdf:Type(x:argument1, dpm:SubSpectrum)ottr:Triple(x:argument1, rdf:type, dpm:SubSpectrum)
o-rdfs:Label(dpm:SubSpectrum, "Sub-Spectrum")ottr:Triple(dpm:SubSpectrum, rdfs:label, "Sub-Spectrum")
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:DwellTimePerStep), _:argument7, qudt:SEC)ottr:Triple(x:argument1, pmd:characteristic, _:blank1584)
o-owl-ax:SubClassOf(qudt:SEC, qudt:Unit)ottr:Triple(qudt:SEC, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1584, (pmd:Measurement, dpm:DwellTimePerStep), _:argument7, qudt:SEC)ottr:Triple(_:blank1584, pmd:value, _:argument7)ottr:Triple(_:blank1584, pmd:unit, qudt:SEC)
cross | o-rdf:Type(_:blank1584, ++(pmd:Measurement, dpm:DwellTimePerStep))ottr:Triple(_:blank1584, rdf:type, (pmd:Measurement, dpm:DwellTimePerStep))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:BindingEnergyEnd), _:argument5, qudt:EV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1585)
o-owl-ax:SubClassOf(qudt:EV, qudt:Unit)ottr:Triple(qudt:EV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1585, (pmd:Measurement, dpm:BindingEnergyEnd), _:argument5, qudt:EV)ottr:Triple(_:blank1585, pmd:value, _:argument5)ottr:Triple(_:blank1585, pmd:unit, qudt:EV)
cross | o-rdf:Type(_:blank1585, ++(pmd:Measurement, dpm:BindingEnergyEnd))ottr:Triple(_:blank1585, rdf:type, (pmd:Measurement, dpm:BindingEnergyEnd))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:BindingEnergyStep), _:argument6, qudt:EV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1594)
o-owl-ax:SubClassOf(qudt:EV, qudt:Unit)ottr:Triple(qudt:EV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1594, (pmd:Measurement, dpm:BindingEnergyStep), _:argument6, qudt:EV)ottr:Triple(_:blank1594, pmd:value, _:argument6)ottr:Triple(_:blank1594, pmd:unit, qudt:EV)
cross | o-rdf:Type(_:blank1594, ++(pmd:Measurement, dpm:BindingEnergyStep))ottr:Triple(_:blank1594, rdf:type, (pmd:Measurement, dpm:BindingEnergyStep))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:BindingEnergyStart), _:argument4, qudt:EV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1595)
o-owl-ax:SubClassOf(qudt:EV, qudt:Unit)ottr:Triple(qudt:EV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1595, (pmd:Measurement, dpm:BindingEnergyStart), _:argument4, qudt:EV)ottr:Triple(_:blank1595, pmd:value, _:argument4)ottr:Triple(_:blank1595, pmd:unit, qudt:EV)
cross | o-rdf:Type(_:blank1595, ++(pmd:Measurement, dpm:BindingEnergyStart))ottr:Triple(_:blank1595, rdf:type, (pmd:Measurement, dpm:BindingEnergyStart))
zipMin | dpm:MeasurementXPSSubSpectrumPeak(x:argument1, ++(x:argument3-1, x:argument3-2), ++(_:argument8-1, _:argument8-2), ++(x:argument9-1, x:argument9-2), ++(_:argument10-1, _:argument10-2), ++(_:argument11-1, _:argument11-2), ++(_:argument12-1, _:argument12-2), ++(_:argument13-1, _:argument13-2), ++(_:argument14-1, _:argument14-2), ++(x:argument15-1, x:argument15-2))ottr:Triple(x:argument1, dpm:relatesToComposition, (x:argument3-1, x:argument3-2))ottr:Triple(x:argument1, pmd:characteristic, _:blank1586)ottr:Triple(x:argument1, rdfs:label, (_:argument8-1, _:argument8-2))
o-owl-ax:SubClassOf(dpm:Peak_fwhm, pmd:ValueObject)ottr:Triple(dpm:Peak_fwhm, rdfs:subClassOf, pmd:ValueObject)
o-owl-ax:SubClassOf(dpm:RelativeContributionToSubspectrum, pmd:ValueObject)ottr:Triple(dpm:RelativeContributionToSubspectrum, rdfs:subClassOf, pmd:ValueObject)
o-owl-ax:SubClassOf(dpm:AbsolutePeakIntensity, pmd:ValueObject)ottr:Triple(dpm:AbsolutePeakIntensity, rdfs:subClassOf, pmd:ValueObject)
o-owl-ax:SubClassOf(dpm:LineShape, dpm:GeometricShape)ottr:Triple(dpm:LineShape, rdfs:subClassOf, dpm:GeometricShape)
o-owl-ax:SubClassOf((x:argument9-1, x:argument9-2), dpm:LineShape)ottr:Triple((x:argument9-1, x:argument9-2), rdfs:subClassOf, dpm:LineShape)
o-owl-ax:SubClassOf(dpm:PeakPosition, pmd:ValueObject)ottr:Triple(dpm:PeakPosition, rdfs:subClassOf, pmd:ValueObject)
o-owl-ax:SubClassOf(dpm:IntensityRelativeToSubSpectrum, pmd:ValueObject)ottr:Triple(dpm:IntensityRelativeToSubSpectrum, rdfs:subClassOf, pmd:ValueObject)
o-owl-ax:SubClassOf(dpm:Peak, pmd:ValueObject)ottr:Triple(dpm:Peak, rdfs:subClassOf, pmd:ValueObject)
o-rdf:Type(_:blank1586, dpm:Peak)ottr:Triple(_:blank1586, rdf:type, dpm:Peak)
o-rdfs:Label(dpm:IntensityRelativeToSubSpectrum, "Intensity Relative to Sub-Spectrum")ottr:Triple(dpm:IntensityRelativeToSubSpectrum, rdfs:label, "Intensity Relative to Sub-Spectrum")
o-rdfs:Label(dpm:Peak, "Peak")ottr:Triple(dpm:Peak, rdfs:label, "Peak")
o-rdfs:Label(dpm:PeakPosition, "Peak Position")ottr:Triple(dpm:PeakPosition, rdfs:label, "Peak Position")
o-rdfs:Label(dpm:Peak_fwhm, "Peak_fwhm")ottr:Triple(dpm:Peak_fwhm, rdfs:label, "Peak_fwhm")
o-rdfs:Label(dpm:LineShape, "Line Shape")ottr:Triple(dpm:LineShape, rdfs:label, "Line Shape")
o-rdfs:Label(dpm:RelativeContributionToSubspectrum, "Relative Contribution to Subspectrum")ottr:Triple(dpm:RelativeContributionToSubspectrum, rdfs:label, "Relative Contribution to Subspectrum")
o-rdfs:Label(dpm:AbsolutePeakIntensity, "Absolute Peak Intensity")ottr:Triple(dpm:AbsolutePeakIntensity, rdfs:label, "Absolute Peak Intensity")
o-rdfs:Label(dpm:GeometricShape, "Geometric Shape")ottr:Triple(dpm:GeometricShape, rdfs:label, "Geometric Shape")
dpm:HasCharacteristicCategorical(x:argument1, (pmd:Measurement, (x:argument9-1, x:argument9-2)), none)ottr:Triple(_:blank1592, pmd:value, none)ottr:Triple(x:argument1, dpm:characteristic, _:blank1592)
dpm:ValueObject(_:blank1592, (pmd:Measurement, (x:argument9-1, x:argument9-2)), none, none)ottr:Triple(_:blank1592, pmd:value, none)ottr:Triple(_:blank1592, pmd:unit, none)
cross | o-rdf:Type(_:blank1592, ++(pmd:Measurement, (x:argument9-1, x:argument9-2)))ottr:Triple(_:blank1592, rdf:type, (pmd:Measurement, (x:argument9-1, x:argument9-2)))
dpm:HasCharacteristicCategorical(x:argument1, (pmd:Measurement, (x:argument15-1, x:argument15-2)), none)ottr:Triple(_:blank1593, pmd:value, none)ottr:Triple(x:argument1, dpm:characteristic, _:blank1593)
dpm:ValueObject(_:blank1593, (pmd:Measurement, (x:argument15-1, x:argument15-2)), none, none)ottr:Triple(_:blank1593, pmd:value, none)ottr:Triple(_:blank1593, pmd:unit, none)
cross | o-rdf:Type(_:blank1593, ++(pmd:Measurement, (x:argument15-1, x:argument15-2)))ottr:Triple(_:blank1593, rdf:type, (pmd:Measurement, (x:argument15-1, x:argument15-2)))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:Peak_fwhm), (_:argument12-1, _:argument12-2), dpm:EV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1587)
o-owl-ax:SubClassOf(dpm:EV, qudt:Unit)ottr:Triple(dpm:EV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1587, (pmd:Measurement, dpm:Peak_fwhm), (_:argument12-1, _:argument12-2), dpm:EV)ottr:Triple(_:blank1587, pmd:value, (_:argument12-1, _:argument12-2))ottr:Triple(_:blank1587, pmd:unit, dpm:EV)
cross | o-rdf:Type(_:blank1587, ++(pmd:Measurement, dpm:Peak_fwhm))ottr:Triple(_:blank1587, rdf:type, (pmd:Measurement, dpm:Peak_fwhm))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:PeakPosition), (_:argument13-1, _:argument13-2), dpm:EV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1588)
o-owl-ax:SubClassOf(dpm:EV, qudt:Unit)ottr:Triple(dpm:EV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1588, (pmd:Measurement, dpm:PeakPosition), (_:argument13-1, _:argument13-2), dpm:EV)ottr:Triple(_:blank1588, pmd:value, (_:argument13-1, _:argument13-2))ottr:Triple(_:blank1588, pmd:unit, dpm:EV)
cross | o-rdf:Type(_:blank1588, ++(pmd:Measurement, dpm:PeakPosition))ottr:Triple(_:blank1588, rdf:type, (pmd:Measurement, dpm:PeakPosition))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:RelativeContributionToSubspectrum), (_:argument14-1, _:argument14-2), qudt:PERCENT)ottr:Triple(x:argument1, pmd:characteristic, _:blank1589)
o-owl-ax:SubClassOf(qudt:PERCENT, qudt:Unit)ottr:Triple(qudt:PERCENT, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1589, (pmd:Measurement, dpm:RelativeContributionToSubspectrum), (_:argument14-1, _:argument14-2), qudt:PERCENT)ottr:Triple(_:blank1589, pmd:value, (_:argument14-1, _:argument14-2))ottr:Triple(_:blank1589, pmd:unit, qudt:PERCENT)
cross | o-rdf:Type(_:blank1589, ++(pmd:Measurement, dpm:RelativeContributionToSubspectrum))ottr:Triple(_:blank1589, rdf:type, (pmd:Measurement, dpm:RelativeContributionToSubspectrum))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:IntensityRelativeToSubSpectrum), (_:argument11-1, _:argument11-2), qudt:PERCENT)ottr:Triple(x:argument1, pmd:characteristic, _:blank1590)
o-owl-ax:SubClassOf(qudt:PERCENT, qudt:Unit)ottr:Triple(qudt:PERCENT, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1590, (pmd:Measurement, dpm:IntensityRelativeToSubSpectrum), (_:argument11-1, _:argument11-2), qudt:PERCENT)ottr:Triple(_:blank1590, pmd:value, (_:argument11-1, _:argument11-2))ottr:Triple(_:blank1590, pmd:unit, qudt:PERCENT)
cross | o-rdf:Type(_:blank1590, ++(pmd:Measurement, dpm:IntensityRelativeToSubSpectrum))ottr:Triple(_:blank1590, rdf:type, (pmd:Measurement, dpm:IntensityRelativeToSubSpectrum))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:Measurement, dpm:AbsolutePeakIntensity), (_:argument10-1, _:argument10-2), dpm:CPSEV)ottr:Triple(x:argument1, pmd:characteristic, _:blank1591)
o-owl-ax:SubClassOf(dpm:CPSEV, qudt:Unit)ottr:Triple(dpm:CPSEV, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1591, (pmd:Measurement, dpm:AbsolutePeakIntensity), (_:argument10-1, _:argument10-2), dpm:CPSEV)ottr:Triple(_:blank1591, pmd:value, (_:argument10-1, _:argument10-2))ottr:Triple(_:blank1591, pmd:unit, dpm:CPSEV)
cross | o-rdf:Type(_:blank1591, ++(pmd:Measurement, dpm:AbsolutePeakIntensity))ottr:Triple(_:blank1591, rdf:type, (pmd:Measurement, dpm:AbsolutePeakIntensity))

Dependencies

Dependency graph

🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.

Hierarchical horizontal layout (dot)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject
Hierarchical vertical layout (dot)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject
Spring model layout (neato)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject
Spring model layout (fdp)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject
Radial layout (twopi)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject
Circular layout (circo)
dpm:MeasurementXPSSubSpectrum dpm:MeasurementXPSSubSpectrum ottr:Triple ottr:Triple dpm:MeasurementXPSSubSpectrum->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrum->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementXPSSubSpectrum->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementXPSSubSpectrum->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrum->dpm:HasCharacteristicNumerical dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrumPeak dpm:MeasurementXPSSubSpectrum->dpm:MeasurementXPSSubSpectrumPeak o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:MeasurementXPSSubSpectrumPeak->ottr:Triple dpm:MeasurementXPSSubSpectrumPeak->o-owl-ax:SubClassOf dpm:MeasurementXPSSubSpectrumPeak->o-rdf:Type dpm:MeasurementXPSSubSpectrumPeak->o-rdfs:Label dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicNumerical dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementXPSSubSpectrumPeak->dpm:HasCharacteristicCategorical dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type dpm:HasCharacteristicCategorical->ottr:Triple dpm:HasCharacteristicCategorical->dpm:ValueObject

List of dependencies

🛈 The number in parenthesis is the number of instances of each template.

dpm:MeasurementXPSSubSpectrumottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
o-rdfs:Label (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (4)ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)
dpm:MeasurementXPSSubSpectrumPeak (1)ottr:Triple (3)
o-owl-ax:SubClassOf (8)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
o-rdfs:Label (8)ottr:Triple (1)
dpm:HasCharacteristicCategorical (2)ottr:Triple (2)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (5)ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)

Depending templates

🛈 The templates in this library that depend on this template.

None found.

Metrics

🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.

Templates used

Direct dependenciesComplete expansion

Vocabulary introduced

Direct dependenciesComplete expansion

Serialisations

stOTTR

dpm:MeasurementXPSSubSpectrum[
    ottr:IRI ?sub-spectrum-name,
    ottr:IRI ?wide-spectrum,
    ? List<ottr:IRI> ?elements,
    ? xsd:float ?binding_energy_start_unit_eV,
    ? xsd:float ?binding_energy_end_unit_eV,
    ? xsd:float ?binding_energy_step_size_unit_eV,
    ? xsd:float ?dwell_time_per_step_unit_s,
    ? List<xsd:string> ?sub_peak_label,
    ? List<owl:Class> ?line_shape,
    ? List<xsd:float> ?absolute_peak_intensity_unit_CPSeV,
    ? List<xsd:float> ?intensity_relative_to_sub_spectrum_unit_percent,
    ? List<xsd:float> ?peak_fwhm_unit_eV,
    ? List<xsd:float> ?peak_position_unit_eV,
    ? List<xsd:float> ?relative_contribution_to_subspectrum_unit_percent,
    ? List<owl:Class> ?background
] :: {
    ottr:Triple(?wide-spectrum, pmd:characteristic, ?sub-spectrum-name),
    o-owl-ax:SubClassOf(dpm:SubSpectrum, qudt:ValueObject),
    o-rdf:Type(?sub-spectrum-name, dpm:SubSpectrum),
    o-rdfs:Label(dpm:SubSpectrum, "Sub-Spectrum"),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyEnd), ?binding_energy_end_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyStart), ?binding_energy_start_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:BindingEnergyStep), ?binding_energy_step_size_unit_eV, qudt:EV),
    dpm:HasCharacteristicNumerical(?sub-spectrum-name, (pmd:Measurement, dpm:DwellTimePerStep), ?dwell_time_per_step_unit_s, qudt:SEC),
    zipMin | dpm:MeasurementXPSSubSpectrumPeak(?sub-spectrum-name, ++?elements, ++?sub_peak_label, ++?line_shape, ++?absolute_peak_intensity_unit_CPSeV, ++?intensity_relative_to_sub_spectrum_unit_percent, ++?peak_fwhm_unit_eV, ++?peak_position_unit_eV, ++?relative_contribution_to_subspectrum_unit_percent, ++?background)
} .

RDF/wOTTR

dpm:MeasurementXPSSubSpectrum
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:name      "sub-spectrum-name" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:name      "wide-spectrum" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "elements" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "binding_energy_start_unit_eV" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "binding_energy_end_unit_eV" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "binding_energy_step_size_unit_eV" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "dwell_time_per_step_unit_s" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "sub_peak_label" ;
                             ottr:type      ( rdf:List xsd:string ) ;
                             ottr:variable  _:b7
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "line_shape" ;
                             ottr:type      ( rdf:List owl:Class ) ;
                             ottr:variable  _:b8
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "absolute_peak_intensity_unit_CPSeV" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b9
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "intensity_relative_to_sub_spectrum_unit_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b10
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "peak_fwhm_unit_eV" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b11
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "peak_position_unit_eV" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b12
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "relative_contribution_to_subspectrum_unit_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b13
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "background" ;
                             ottr:type      ( rdf:List owl:Class ) ;
                             ottr:variable  _:b14
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:Measurement dpm:BindingEnergyStart )
                                          _:b3
                                          qudt:EV
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:Measurement dpm:DwellTimePerStep )
                                          _:b6
                                          qudt:SEC
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b0
                                          dpm:SubSpectrum
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b1
                                          pmd:characteristic
                                          _:b0
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b7
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b8
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b9
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b10
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b11
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b12
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b13
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b14
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:MeasurementXPSSubSpectrumPeak
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:Measurement dpm:BindingEnergyStep )
                                          _:b5
                                          qudt:EV
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:SubSpectrum qudt:ValueObject )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:SubSpectrum "Sub-Spectrum" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:Measurement dpm:BindingEnergyEnd )
                                          _:b4
                                          qudt:EV
                                        )
                         ] .

Prefixes

🛈 Prefixes are removed from all listings on this page for readability, but are listed here in RDF Turtle format.

@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qudt:       <http://qudt.org/vocab/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-rdf:      <http://tpl.ottr.xyz/rdf/0.1/>.
@prefix o-rdfs:     <http://tpl.ottr.xyz/rdfs/0.2/>.
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix xsd:        <http://www.w3.org/2001/XMLSchema#>.
@prefix owl:        <http://www.w3.org/2002/07/owl#>.
@prefix pmd:        <https://w3id.org/pmd/co/>.
@prefix dpm:        <https://www.dipromag.de/dipromag_onto/0.1/>.