dpm:MeasurementXPSSubSpectrum
🛈 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.
Index | Name | Type | Optional | Blanks allowed | Default value |
---|---|---|---|---|---|
1 | sub-spectrum-name | ottr:IRI | no | yes | no |
2 | wide-spectrum | ottr:IRI | no | yes | no |
3 | elements | List<ottr:IRI> | yes | yes | no |
4 | binding_energy_start_unit_eV | xsd:float | yes | yes | no |
5 | binding_energy_end_unit_eV | xsd:float | yes | yes | no |
6 | binding_energy_step_size_unit_eV | xsd:float | yes | yes | no |
7 | dwell_time_per_step_unit_s | xsd:float | yes | yes | no |
8 | sub_peak_label | List<xsd:string> | yes | yes | no |
9 | line_shape | List<owl:Class> | yes | yes | no |
10 | absolute_peak_intensity_unit_CPSeV | List<xsd:float> | yes | yes | no |
11 | intensity_relative_to_sub_spectrum_unit_percent | List<xsd:float> | yes | yes | no |
12 | peak_fwhm_unit_eV | List<xsd:float> | yes | yes | no |
13 | peak_position_unit_eV | List<xsd:float> | yes | yes | no |
14 | relative_contribution_to_subspectrum_unit_percent | List<xsd:float> | yes | yes | no |
15 | background | List<owl:Class> | yes | yes | no |
🛈 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.
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 ) ) ] .
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
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 .
🛈 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))
🛈 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.
🛈 The number in parenthesis is the number of instances of each template.
🛈 The templates in this library that depend on this template.
None found.
🛈 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.
Direct dependencies
| Complete expansion
|
Direct dependencies
| Complete expansion
|
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) } .
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 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/>.