Contents

Template: dpm:MeasurementEDX

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

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
1edx_measurement_nameottr:IRInoyesno
2sampleottr:IRInoyesno
3specimen_preparationowl:Classyesyesno
4acceleration_voltage_unit_Vxsd:floatyesyesno
5spot-diameter_unit_mxsd:floatyesyesno
6field_of_view_unit_m2xsd:floatyesyesno
7measurement_time_unit_sxsd:floatyesyesno
8counting_rate_unit_divby_sxsd:floatyesyesno
9probe_current_unit_Axsd:floatyesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:MeasurementEDX[
    ottr:IRI ?edx_measurement_name,
    ottr:IRI ?sample,
    ? owl:Class ?specimen_preparation,
    ? xsd:float ?acceleration_voltage_unit_V,
    ? xsd:float ?spot-diameter_unit_m,
    ? xsd:float ?field_of_view_unit_m2,
    ? xsd:float ?measurement_time_unit_s,
    ? xsd:float ?counting_rate_unit_divby_s,
    ? xsd:float ?probe_current_unit_A
] :: {
    ottr:Triple(?edx_measurement_name, pmd:executedBy, _:blank505),
    ottr:Triple(?edx_measurement_name, pmd:input, _:blank502),
    ottr:Triple(_:blank502, pmd:composedOf, ?sample),
    o-owl-ax:SubClassOf(dpm:AccelerationVoltage, qudt:Voltage),
    o-owl-ax:SubClassOf(dpm:CountingRate, qudt:Frequency),
    o-owl-ax:SubClassOf(dpm:EDX, pmd:MeasuringDevice),
    o-owl-ax:SubClassOf(dpm:EDXMeasuringProcess, pmd:MeasuringProcess),
    o-owl-ax:SubClassOf(dpm:FieldOfView, qudt:Area),
    o-owl-ax:SubClassOf(dpm:MeasurementTime, qudt:Time),
    o-owl-ax:SubClassOf(dpm:ProbeCurrent, qudt:ElectricCurrent),
    o-owl-ax:SubClassOf(dpm:SpotDiameter, qudt:Diameter),
    o-rdf:Type(?edx_measurement_name, pmd:EDXMeasuringProcess),
    o-rdf:Type(_:blank502, pmd:Specimen),
    o-rdf:Type(_:blank505, dpm:EDX),
    o-rdfs:Label(dpm:AccelerationVoltage, "Acceleration Voltage"),
    o-rdfs:Label(dpm:CountingRate, "Counting Rate"),
    o-rdfs:Label(dpm:EDX, "EDX"),
    o-rdfs:Label(dpm:EDXMeasuringProcess, "EDX Measuring Process"),
    o-rdfs:Label(dpm:FieldOfView, "Field of View"),
    o-rdfs:Label(dpm:MeasurementTime, "Measurement Time"),
    o-rdfs:Label(dpm:ProbeCurrent, "Probe Current"),
    o-rdfs:Label(dpm:SpotDiameter, "Spot Diameter"),
    dpm:HasCharacteristicCategorical(?edx_measurement_name, (pmd:SetPoint, ?specimen_preparation), none),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:AccelerationVoltage), ?acceleration_voltage_unit_V, qudt:V),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:CountingRate), ?counting_rate_unit_divby_s, qudt:HZ),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:FieldOfView), ?field_of_view_unit_m2, qudt:M2),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:MeasurementTime), ?measurement_time_unit_s, qudt:SEC),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:ProbeCurrent), ?probe_current_unit_A, qudt:A),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:SpotDiameter), ?spot-diameter_unit_m, qudt:M)
} .

🛈 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:MeasurementEDX(x:argument1, x:argument2, x:argument3, _:argument4, _:argument5, _:argument6, _:argument7, _:argument8, _:argument9)
RDF/wOTTR
[ ottr:of      dpm:MeasurementEDX ;
  ottr:values  ( x:argument1 x:argument2 x:argument3
                 [] 
                 [] 
                 [] 
                 [] 
                 [] 
                 [] 
               )
] .

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)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label
Hierarchical vertical layout (dot)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label
Spring model layout (neato)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label
Spring model layout (fdp)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label
Radial layout (twopi)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label
Circular layout (circo)
https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI> dpm:MeasurementTime http://qudt.org/vocab/Time : LUB<ottr:IRI> qudt:Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->http://qudt.org/vocab/Time : LUB<ottr:IRI> rdfs:subClassOf "Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measurement Time https://www.dipromag.de/dipromag_onto/0.1/MeasurementTime : LUB<ottr:IRI>->"Measurement Time"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI> dpm:ProbeCurrent http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> qudt:ElectricCurrent https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->http://qudt.org/vocab/ElectricCurrent : LUB<ottr:IRI> rdfs:subClassOf "Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Probe Current https://www.dipromag.de/dipromag_onto/0.1/ProbeCurrent : LUB<ottr:IRI>->"Probe Current"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI> dpm:SpotDiameter http://qudt.org/vocab/Diameter : LUB<ottr:IRI> qudt:Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->http://qudt.org/vocab/Diameter : LUB<ottr:IRI> rdfs:subClassOf "Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Spot Diameter https://www.dipromag.de/dipromag_onto/0.1/SpotDiameter : LUB<ottr:IRI>->"Spot Diameter"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1279 : LUB<rdfs:Resource> pmd:Specimen http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1279 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:composedOf blank1281 : LUB<rdfs:Resource> pmd:SetPoint, dpm:CountingRate argument8 : LUB<rdfs:Resource> blank1281 : LUB<rdfs:Resource>->argument8 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/HZ : LUB<ottr:IRI> qudt:HZ blank1281 : LUB<rdfs:Resource>->http://qudt.org/vocab/HZ : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/HZ : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> pmd:EDXMeasuringProcess x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1279 : LUB<rdfs:Resource> pmd:input http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1281 : LUB<rdfs:Resource> pmd:characteristic blank1282 : LUB<rdfs:Resource> pmd:SetPoint, dpm:AccelerationVoltage http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1282 : LUB<rdfs:Resource> pmd:characteristic blank1283 : LUB<rdfs:Resource> pmd:SetPoint, dpm:FieldOfView http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1283 : LUB<rdfs:Resource> pmd:characteristic blank1284 : LUB<rdfs:Resource> pmd:SetPoint, dpm:ProbeCurrent http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1284 : LUB<rdfs:Resource> pmd:characteristic blank1285 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasurementTime http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1285 : LUB<rdfs:Resource> pmd:characteristic blank1286 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SpotDiameter http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1286 : LUB<rdfs:Resource> pmd:characteristic blank1280 : LUB<rdfs:Resource> dpm:EDX http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1280 : LUB<rdfs:Resource> pmd:executedBy https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI> dpm:EDXMeasuringProcess https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> pmd:MeasuringProcess https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringProcess : LUB<ottr:IRI> rdfs:subClassOf "EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX Measuring Process https://www.dipromag.de/dipromag_onto/0.1/EDXMeasuringProcess : LUB<ottr:IRI>->"EDX Measuring Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument4 : LUB<rdfs:Resource> blank1282 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/V : LUB<ottr:IRI> qudt:V blank1282 : LUB<rdfs:Resource>->http://qudt.org/vocab/V : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/V : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank1283 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M2 : LUB<ottr:IRI> qudt:M2 blank1283 : LUB<rdfs:Resource>->http://qudt.org/vocab/M2 : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M2 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI> dpm:AccelerationVoltage http://qudt.org/vocab/Voltage : LUB<ottr:IRI> qudt:Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->http://qudt.org/vocab/Voltage : LUB<ottr:IRI> rdfs:subClassOf "Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Acceleration Voltage https://www.dipromag.de/dipromag_onto/0.1/AccelerationVoltage : LUB<ottr:IRI>->"Acceleration Voltage"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label argument9 : LUB<rdfs:Resource> blank1284 : LUB<rdfs:Resource>->argument9 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/A : LUB<ottr:IRI> qudt:A blank1284 : LUB<rdfs:Resource>->http://qudt.org/vocab/A : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/A : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank1285 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/SEC : LUB<ottr:IRI> qudt:SEC blank1285 : LUB<rdfs:Resource>->http://qudt.org/vocab/SEC : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/SEC : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument5 : LUB<rdfs:Resource> blank1286 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1286 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI> dpm:CountingRate http://qudt.org/vocab/Frequency : LUB<ottr:IRI> qudt:Frequency https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->http://qudt.org/vocab/Frequency : LUB<ottr:IRI> rdfs:subClassOf "Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Counting Rate https://www.dipromag.de/dipromag_onto/0.1/CountingRate : LUB<ottr:IRI>->"Counting Rate"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI> dpm:EDX https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> pmd:MeasuringDevice https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->https://w3id.org/pmd/co/MeasuringDevice : LUB<ottr:IRI> rdfs:subClassOf "EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string EDX https://www.dipromag.de/dipromag_onto/0.1/EDX : LUB<ottr:IRI>->"EDX"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI> dpm:FieldOfView http://qudt.org/vocab/Area : LUB<ottr:IRI> qudt:Area https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->http://qudt.org/vocab/Area : LUB<ottr:IRI> rdfs:subClassOf "Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Field of View https://www.dipromag.de/dipromag_onto/0.1/FieldOfView : LUB<ottr:IRI>->"Field of View"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label

Expanded RDF graph

x:argument1  rdf:type       pmd:EDXMeasuringProcess ;
        pmd:characteristic  [ rdf:type   dpm:SpotDiameter , pmd:SetPoint ;
                              pmd:unit   qudt:M ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:MeasurementTime , pmd:SetPoint ;
                              pmd:unit   qudt:SEC ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:ProbeCurrent , pmd:SetPoint ;
                              pmd:unit   qudt:A ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:FieldOfView , pmd:SetPoint ;
                              pmd:unit   qudt:M2 ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:AccelerationVoltage , pmd:SetPoint ;
                              pmd:unit   qudt:V ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:CountingRate , pmd:SetPoint ;
                              pmd:unit   qudt:HZ ;
                              pmd:value  [] 
                            ] ;
        pmd:executedBy      [ rdf:type  dpm:EDX ] ;
        pmd:input           [ rdf:type        pmd:Specimen ;
                              pmd:composedOf  x:argument2
                            ] .

qudt:V  rdfs:subClassOf  qudt:Unit .

dpm:FieldOfView  rdfs:label  "Field of View" ;
        rdfs:subClassOf  qudt:Area .

dpm:EDX  rdfs:label      "EDX" ;
        rdfs:subClassOf  pmd:MeasuringDevice .

qudt:HZ  rdfs:subClassOf  qudt:Unit .

dpm:ProbeCurrent  rdfs:label  "Probe Current" ;
        rdfs:subClassOf  qudt:ElectricCurrent .

qudt:M2  rdfs:subClassOf  qudt:Unit .

qudt:A  rdfs:subClassOf  qudt:Unit .

qudt:M  rdfs:subClassOf  qudt:Unit .

dpm:MeasurementTime  rdfs:label  "Measurement Time" ;
        rdfs:subClassOf  qudt:Time .

dpm:CountingRate  rdfs:label  "Counting Rate" ;
        rdfs:subClassOf  qudt:Frequency .

dpm:SpotDiameter  rdfs:label  "Spot Diameter" ;
        rdfs:subClassOf  qudt:Diameter .

qudt:SEC  rdfs:subClassOf  qudt:Unit .

dpm:AccelerationVoltage
        rdfs:label       "Acceleration Voltage" ;
        rdfs:subClassOf  qudt:Voltage .

dpm:EDXMeasuringProcess
        rdfs:label       "EDX Measuring Process" ;
        rdfs:subClassOf  pmd:MeasuringProcess .

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:MeasurementEDX(x:argument1, x:argument2, x:argument3, _:argument4, _:argument5, _:argument6, _:argument7, _:argument8, _:argument9)ottr:Triple(_:blank1262, pmd:composedOf, x:argument2)ottr:Triple(x:argument1, pmd:input, _:blank1262)ottr:Triple(x:argument1, pmd:executedBy, _:blank1263)
o-owl-ax:SubClassOf(dpm:MeasurementTime, qudt:Time)ottr:Triple(dpm:MeasurementTime, rdfs:subClassOf, qudt:Time)
o-owl-ax:SubClassOf(dpm:ProbeCurrent, qudt:ElectricCurrent)ottr:Triple(dpm:ProbeCurrent, rdfs:subClassOf, qudt:ElectricCurrent)
o-owl-ax:SubClassOf(dpm:SpotDiameter, qudt:Diameter)ottr:Triple(dpm:SpotDiameter, rdfs:subClassOf, qudt:Diameter)
o-owl-ax:SubClassOf(dpm:EDXMeasuringProcess, pmd:MeasuringProcess)ottr:Triple(dpm:EDXMeasuringProcess, rdfs:subClassOf, pmd:MeasuringProcess)
o-owl-ax:SubClassOf(dpm:AccelerationVoltage, qudt:Voltage)ottr:Triple(dpm:AccelerationVoltage, rdfs:subClassOf, qudt:Voltage)
o-owl-ax:SubClassOf(dpm:CountingRate, qudt:Frequency)ottr:Triple(dpm:CountingRate, rdfs:subClassOf, qudt:Frequency)
o-owl-ax:SubClassOf(dpm:EDX, pmd:MeasuringDevice)ottr:Triple(dpm:EDX, rdfs:subClassOf, pmd:MeasuringDevice)
o-owl-ax:SubClassOf(dpm:FieldOfView, qudt:Area)ottr:Triple(dpm:FieldOfView, rdfs:subClassOf, qudt:Area)
o-rdf:Type(_:blank1263, dpm:EDX)ottr:Triple(_:blank1263, rdf:type, dpm:EDX)
o-rdf:Type(x:argument1, pmd:EDXMeasuringProcess)ottr:Triple(x:argument1, rdf:type, pmd:EDXMeasuringProcess)
o-rdf:Type(_:blank1262, pmd:Specimen)ottr:Triple(_:blank1262, rdf:type, pmd:Specimen)
o-rdfs:Label(dpm:AccelerationVoltage, "Acceleration Voltage")ottr:Triple(dpm:AccelerationVoltage, rdfs:label, "Acceleration Voltage")
o-rdfs:Label(dpm:CountingRate, "Counting Rate")ottr:Triple(dpm:CountingRate, rdfs:label, "Counting Rate")
o-rdfs:Label(dpm:MeasurementTime, "Measurement Time")ottr:Triple(dpm:MeasurementTime, rdfs:label, "Measurement Time")
o-rdfs:Label(dpm:SpotDiameter, "Spot Diameter")ottr:Triple(dpm:SpotDiameter, rdfs:label, "Spot Diameter")
o-rdfs:Label(dpm:ProbeCurrent, "Probe Current")ottr:Triple(dpm:ProbeCurrent, rdfs:label, "Probe Current")
o-rdfs:Label(dpm:EDXMeasuringProcess, "EDX Measuring Process")ottr:Triple(dpm:EDXMeasuringProcess, rdfs:label, "EDX Measuring Process")
o-rdfs:Label(dpm:FieldOfView, "Field of View")ottr:Triple(dpm:FieldOfView, rdfs:label, "Field of View")
o-rdfs:Label(dpm:EDX, "EDX")ottr:Triple(dpm:EDX, rdfs:label, "EDX")
dpm:HasCharacteristicCategorical(x:argument1, (pmd:SetPoint, x:argument3), none)ottr:Triple(_:blank1270, pmd:value, none)ottr:Triple(x:argument1, dpm:characteristic, _:blank1270)
dpm:ValueObject(_:blank1270, (pmd:SetPoint, x:argument3), none, none)ottr:Triple(_:blank1270, pmd:value, none)ottr:Triple(_:blank1270, pmd:unit, none)
cross | o-rdf:Type(_:blank1270, ++(pmd:SetPoint, x:argument3))ottr:Triple(_:blank1270, rdf:type, (pmd:SetPoint, x:argument3))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:CountingRate), _:argument8, qudt:HZ)ottr:Triple(x:argument1, pmd:characteristic, _:blank1264)
o-owl-ax:SubClassOf(qudt:HZ, qudt:Unit)ottr:Triple(qudt:HZ, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1264, (pmd:SetPoint, dpm:CountingRate), _:argument8, qudt:HZ)ottr:Triple(_:blank1264, pmd:value, _:argument8)ottr:Triple(_:blank1264, pmd:unit, qudt:HZ)
cross | o-rdf:Type(_:blank1264, ++(pmd:SetPoint, dpm:CountingRate))ottr:Triple(_:blank1264, rdf:type, (pmd:SetPoint, dpm:CountingRate))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:AccelerationVoltage), _:argument4, qudt:V)ottr:Triple(x:argument1, pmd:characteristic, _:blank1265)
o-owl-ax:SubClassOf(qudt:V, qudt:Unit)ottr:Triple(qudt:V, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1265, (pmd:SetPoint, dpm:AccelerationVoltage), _:argument4, qudt:V)ottr:Triple(_:blank1265, pmd:value, _:argument4)ottr:Triple(_:blank1265, pmd:unit, qudt:V)
cross | o-rdf:Type(_:blank1265, ++(pmd:SetPoint, dpm:AccelerationVoltage))ottr:Triple(_:blank1265, rdf:type, (pmd:SetPoint, dpm:AccelerationVoltage))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:FieldOfView), _:argument6, qudt:M2)ottr:Triple(x:argument1, pmd:characteristic, _:blank1266)
o-owl-ax:SubClassOf(qudt:M2, qudt:Unit)ottr:Triple(qudt:M2, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1266, (pmd:SetPoint, dpm:FieldOfView), _:argument6, qudt:M2)ottr:Triple(_:blank1266, pmd:value, _:argument6)ottr:Triple(_:blank1266, pmd:unit, qudt:M2)
cross | o-rdf:Type(_:blank1266, ++(pmd:SetPoint, dpm:FieldOfView))ottr:Triple(_:blank1266, rdf:type, (pmd:SetPoint, dpm:FieldOfView))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:ProbeCurrent), _:argument9, qudt:A)ottr:Triple(x:argument1, pmd:characteristic, _:blank1267)
o-owl-ax:SubClassOf(qudt:A, qudt:Unit)ottr:Triple(qudt:A, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1267, (pmd:SetPoint, dpm:ProbeCurrent), _:argument9, qudt:A)ottr:Triple(_:blank1267, pmd:value, _:argument9)ottr:Triple(_:blank1267, pmd:unit, qudt:A)
cross | o-rdf:Type(_:blank1267, ++(pmd:SetPoint, dpm:ProbeCurrent))ottr:Triple(_:blank1267, rdf:type, (pmd:SetPoint, dpm:ProbeCurrent))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:MeasurementTime), _:argument7, qudt:SEC)ottr:Triple(x:argument1, pmd:characteristic, _:blank1268)
o-owl-ax:SubClassOf(qudt:SEC, qudt:Unit)ottr:Triple(qudt:SEC, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1268, (pmd:SetPoint, dpm:MeasurementTime), _:argument7, qudt:SEC)ottr:Triple(_:blank1268, pmd:value, _:argument7)ottr:Triple(_:blank1268, pmd:unit, qudt:SEC)
cross | o-rdf:Type(_:blank1268, ++(pmd:SetPoint, dpm:MeasurementTime))ottr:Triple(_:blank1268, rdf:type, (pmd:SetPoint, dpm:MeasurementTime))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:SpotDiameter), _:argument5, qudt:M)ottr:Triple(x:argument1, pmd:characteristic, _:blank1269)
o-owl-ax:SubClassOf(qudt:M, qudt:Unit)ottr:Triple(qudt:M, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1269, (pmd:SetPoint, dpm:SpotDiameter), _:argument5, qudt:M)ottr:Triple(_:blank1269, pmd:value, _:argument5)ottr:Triple(_:blank1269, pmd:unit, qudt:M)
cross | o-rdf:Type(_:blank1269, ++(pmd:SetPoint, dpm:SpotDiameter))ottr:Triple(_:blank1269, rdf:type, (pmd:SetPoint, dpm:SpotDiameter))

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:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Hierarchical vertical layout (dot)
dpm:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Spring model layout (neato)
dpm:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Spring model layout (fdp)
dpm:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Radial layout (twopi)
dpm:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Circular layout (circo)
dpm:MeasurementEDX dpm:MeasurementEDX ottr:Triple ottr:Triple dpm:MeasurementEDX->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDX->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDX->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDX->o-rdfs:Label dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDX->dpm:HasCharacteristicCategorical dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementEDX->dpm:HasCharacteristicNumerical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:HasCharacteristicCategorical->ottr:Triple dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicCategorical->dpm:ValueObject dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:HasCharacteristicNumerical->dpm:ValueObject dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type

List of dependencies

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

dpm:MeasurementEDXottr:Triple (3)
o-owl-ax:SubClassOf (8)ottr:Triple (1)
o-rdf:Type (3)ottr:Triple (1)
o-rdfs:Label (8)ottr:Triple (1)
dpm:HasCharacteristicCategorical (1)ottr:Triple (2)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (6)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:MeasurementEDX[
    ottr:IRI ?edx_measurement_name,
    ottr:IRI ?sample,
    ? owl:Class ?specimen_preparation,
    ? xsd:float ?acceleration_voltage_unit_V,
    ? xsd:float ?spot-diameter_unit_m,
    ? xsd:float ?field_of_view_unit_m2,
    ? xsd:float ?measurement_time_unit_s,
    ? xsd:float ?counting_rate_unit_divby_s,
    ? xsd:float ?probe_current_unit_A
] :: {
    ottr:Triple(?edx_measurement_name, pmd:executedBy, _:blank505),
    ottr:Triple(?edx_measurement_name, pmd:input, _:blank502),
    ottr:Triple(_:blank502, pmd:composedOf, ?sample),
    o-owl-ax:SubClassOf(dpm:AccelerationVoltage, qudt:Voltage),
    o-owl-ax:SubClassOf(dpm:CountingRate, qudt:Frequency),
    o-owl-ax:SubClassOf(dpm:EDX, pmd:MeasuringDevice),
    o-owl-ax:SubClassOf(dpm:EDXMeasuringProcess, pmd:MeasuringProcess),
    o-owl-ax:SubClassOf(dpm:FieldOfView, qudt:Area),
    o-owl-ax:SubClassOf(dpm:MeasurementTime, qudt:Time),
    o-owl-ax:SubClassOf(dpm:ProbeCurrent, qudt:ElectricCurrent),
    o-owl-ax:SubClassOf(dpm:SpotDiameter, qudt:Diameter),
    o-rdf:Type(?edx_measurement_name, pmd:EDXMeasuringProcess),
    o-rdf:Type(_:blank502, pmd:Specimen),
    o-rdf:Type(_:blank505, dpm:EDX),
    o-rdfs:Label(dpm:AccelerationVoltage, "Acceleration Voltage"),
    o-rdfs:Label(dpm:CountingRate, "Counting Rate"),
    o-rdfs:Label(dpm:EDX, "EDX"),
    o-rdfs:Label(dpm:EDXMeasuringProcess, "EDX Measuring Process"),
    o-rdfs:Label(dpm:FieldOfView, "Field of View"),
    o-rdfs:Label(dpm:MeasurementTime, "Measurement Time"),
    o-rdfs:Label(dpm:ProbeCurrent, "Probe Current"),
    o-rdfs:Label(dpm:SpotDiameter, "Spot Diameter"),
    dpm:HasCharacteristicCategorical(?edx_measurement_name, (pmd:SetPoint, ?specimen_preparation), none),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:AccelerationVoltage), ?acceleration_voltage_unit_V, qudt:V),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:CountingRate), ?counting_rate_unit_divby_s, qudt:HZ),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:FieldOfView), ?field_of_view_unit_m2, qudt:M2),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:MeasurementTime), ?measurement_time_unit_s, qudt:SEC),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:ProbeCurrent), ?probe_current_unit_A, qudt:A),
    dpm:HasCharacteristicNumerical(?edx_measurement_name, (pmd:SetPoint, dpm:SpotDiameter), ?spot-diameter_unit_m, qudt:M)
} .

RDF/wOTTR

dpm:MeasurementEDX  rdf:type  ottr:Template ;
        ottr:parameters  ( [ ottr:name      "edx_measurement_name" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:name      "sample" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "specimen_preparation" ;
                             ottr:type      owl:Class ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "acceleration_voltage_unit_V" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "spot-diameter_unit_m" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "field_of_view_unit_m2" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "measurement_time_unit_s" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "counting_rate_unit_divby_s" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b7
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "probe_current_unit_A" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b8
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:EDX "EDX" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:SpotDiameter "Spot Diameter" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:MeasurementTime "Measurement Time" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:ProbeCurrent )
                                          _:b8
                                          qudt:A
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b0
                                          pmd:EDXMeasuringProcess
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:EDX pmd:MeasuringDevice )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b9
                                          pmd:Specimen
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:FieldOfView "Field of View" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:FieldOfView qudt:Area )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint
                                            _:b2
                                          )
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:MeasurementTime qudt:Time )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:AccelerationVoltage )
                                          _:b3
                                          qudt:V
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:input
                                          _:b9
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:SpotDiameter qudt:Diameter )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b10
                                          dpm:EDX
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:CountingRate )
                                          _:b7
                                          qudt:HZ
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:SpotDiameter )
                                          _:b4
                                          qudt:M
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:CountingRate "Counting Rate" )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:executedBy
                                          _:b10
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:AccelerationVoltage qudt:Voltage )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b9
                                          pmd:composedOf
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:EDXMeasuringProcess pmd:MeasuringProcess )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:EDXMeasuringProcess "EDX Measuring Process" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:CountingRate qudt:Frequency )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:FieldOfView )
                                          _:b5
                                          qudt:M2
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:MeasurementTime )
                                          _:b6
                                          qudt:SEC
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:ProbeCurrent qudt:ElectricCurrent )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:ProbeCurrent "Probe Current" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:AccelerationVoltage "Acceleration Voltage" )
                         ] .

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/>.