Contents

Template: dpm:MeasurementXRFResult

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

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
1measurement_XRFottr:IRInoyesno
2nominal_TF_thickness_unit_mxsd:floatyesyesno
3sample_density_unit_kg_divby_m3xsd:floatyesyesno
4substrate_materialowl:Classyesyesno
5elementsNEList<ottr:IRI>yesyesno
6composition_unit_at_percentNEList<xsd:float>yesyesno
7measured_TF_thickness_unit_mxsd:floatyesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:MeasurementXRFResult[
    ottr:IRI ?measurement_XRF,
    ? xsd:float ?nominal_TF_thickness_unit_m,
    ? xsd:float ?sample_density_unit_kg_divby_m3,
    ? owl:Class ?substrate_material,
    ? NEList<ottr:IRI> ?elements,
    ? NEList<xsd:float> ?composition_unit_at_percent,
    ? xsd:float ?measured_TF_thickness_unit_m
] :: {
    ottr:Triple(?measurement_XRF, pmd:output, _:blank505),
    ottr:Triple(_:blank505, dpm:relatesToComposition, ?substrate_material),
    o-owl-ax:DisjointProperties((dpm:Nominal, dpm:Measured)),
    o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Measured),
    o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Thickness),
    o-owl-ax:SubClassOf(dpm:NominalThickness, qudt:Thickness),
    o-owl-ax:SubClassOf(dpm:NominalThickness, dpm:Nominal),
    o-owl-ax:SubClassOf(dpm:SampleDensity, qudt:Density),
    o-rdfs:Label(dpm:KG_divby_M3, "KG divby M3"),
    o-rdfs:Label(dpm:MeasuredThickness, "Measured Thickness"),
    o-rdfs:Label(dpm:NominalThickness, "Nominal Thickness"),
    o-rdfs:Label(dpm:SampleDensity, "Sample Density"),
    zipMin | dpm:CompositionElement(_:blank505, ++?elements, ++?composition_unit_at_percent),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:MeasuredThickness), ?measured_TF_thickness_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:NominalThickness), ?nominal_TF_thickness_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:SampleDensity), ?sample_density_unit_kg_divby_m3, dpm:KG_divby_M3)
} .

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

Visualisation of expanded RDF graph

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

Hierarchical horizontal layout (dot)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Hierarchical vertical layout (dot)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Spring model layout (neato)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Spring model layout (fdp)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Radial layout (twopi)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Circular layout (circo)
https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI> dpm:MeasuredThickness http://qudt.org/vocab/Measured : LUB<ottr:IRI> qudt:Measured https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Measured : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/Thickness : LUB<ottr:IRI> qudt:Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Measured Thickness https://www.dipromag.de/dipromag_onto/0.1/MeasuredThickness : LUB<ottr:IRI>->"Measured Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI> dpm:NominalThickness https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> dpm:Nominal https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->http://qudt.org/vocab/Thickness : LUB<ottr:IRI> rdfs:subClassOf "Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Nominal Thickness https://www.dipromag.de/dipromag_onto/0.1/NominalThickness : LUB<ottr:IRI>->"Nominal Thickness"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> dpm:KG_divby_M3 "KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string KG divby M3 https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->"KG divby M3"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI> dpm:SampleDensity "Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Sample Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->"Sample Density"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Density : LUB<ottr:IRI> qudt:Density https://www.dipromag.de/dipromag_onto/0.1/SampleDensity : LUB<ottr:IRI>->http://qudt.org/vocab/Density : LUB<ottr:IRI> rdfs:subClassOf blank1252 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition argument6-1 : LUB<rdfs:Resource> blank1252 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> qudt:MassFraction dpm:at_percent blank1252 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf blank1251 : LUB<rdfs:Resource> dpm:Element blank1251 : LUB<rdfs:Resource>->blank1252 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank1251 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement blank1250 : LUB<rdfs:Resource> blank1250 : LUB<rdfs:Resource>->blank1251 : LUB<rdfs:Resource> pmd:composedOf blank1253 : LUB<rdfs:Resource> dpm:Element blank1250 : LUB<rdfs:Resource>->blank1253 : LUB<rdfs:Resource> pmd:composedOf blank1255 : LUB<rdfs:Resource> pmd:SetPoint, dpm:MeasuredThickness blank1250 : LUB<rdfs:Resource>->blank1255 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> x:argument4 blank1250 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4 : LUB<ottr:IRI> dpm:relatesToComposition blank1257 : LUB<rdfs:Resource> pmd:SetPoint, dpm:NominalThickness blank1250 : LUB<rdfs:Resource>->blank1257 : LUB<rdfs:Resource> pmd:characteristic blank1258 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SampleDensity blank1250 : LUB<rdfs:Resource>->blank1258 : LUB<rdfs:Resource> pmd:characteristic blank1254 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalComposition blank1254 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank1254 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank1253 : LUB<rdfs:Resource>->blank1254 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank1253 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement argument7 : LUB<rdfs:Resource> blank1255 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank1255 : 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 blank1256 : LUB<rdfs:Resource> owl:AllDisjointProperties (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) rdf:List blank1256 : LUB<rdfs:Resource>->(https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676) owl:members (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI> 1 https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> dpm:Measured (https://www.dipromag.de/dipromag_onto/0.1/Nominal : LUB<ottr:IRI>, https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI>)(id: 1676)->https://www.dipromag.de/dipromag_onto/0.1/Measured : LUB<ottr:IRI> 2 blank1257 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit argument2 : LUB<rdfs:Resource> blank1257 : LUB<rdfs:Resource>->argument2 : LUB<rdfs:Resource> pmd:value http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank1250 : LUB<rdfs:Resource> pmd:output blank1258 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/KG_divby_M3 : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1258 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value

Expanded RDF graph

dpm:at_percent  rdf:type  qudt:MassFraction ;
        rdfs:subClassOf  qudt:Unit .

[ rdf:type     owl:AllDisjointProperties ;
  owl:members  ( dpm:Nominal dpm:Measured )
] .

dpm:NominalThickness  rdfs:label  "Nominal Thickness" ;
        rdfs:subClassOf  qudt:Thickness , dpm:Nominal .

x:argument1  pmd:output  [ pmd:characteristic        [ rdf:type   dpm:SampleDensity , pmd:SetPoint ;
                                                       pmd:unit   dpm:KG_divby_M3 ;
                                                       pmd:value  [] 
                                                     ] ;
                           pmd:characteristic        [ rdf:type   dpm:NominalThickness , pmd:SetPoint ;
                                                       pmd:unit   qudt:M ;
                                                       pmd:value  [] 
                                                     ] ;
                           pmd:characteristic        [ rdf:type   dpm:MeasuredThickness , pmd:SetPoint ;
                                                       pmd:unit   qudt:M ;
                                                       pmd:value  [] 
                                                     ] ;
                           pmd:composedOf            [ rdf:type              dpm:Element ;
                                                       pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Measurement ;
                                                                               pmd:unit   dpm:at_percent ;
                                                                               pmd:value  [] 
                                                                             ] ;
                                                       pmd:relatesToElement  x:argument5-2
                                                     ] ;
                           pmd:composedOf            [ rdf:type              dpm:Element ;
                                                       pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Measurement ;
                                                                               pmd:unit   dpm:at_percent ;
                                                                               pmd:value  [] 
                                                                             ] ;
                                                       pmd:relatesToElement  x:argument5-1
                                                     ] ;
                           dpm:relatesToComposition  x:argument4
                         ] .

dpm:KG_divby_M3  rdfs:label  "KG divby M3" ;
        rdfs:subClassOf  qudt:Unit .

qudt:M  rdfs:subClassOf  qudt:Unit .

dpm:MeasuredThickness
        rdfs:label       "Measured Thickness" ;
        rdfs:subClassOf  qudt:Thickness , qudt:Measured .

dpm:SampleDensity  rdfs:label  "Sample Density" ;
        rdfs:subClassOf  qudt:Density .

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:MeasurementXRFResult(x:argument1, _:argument2, _:argument3, x:argument4, (x:argument5-1, x:argument5-2), (_:argument6-1, _:argument6-2), _:argument7)ottr:Triple(_:blank1234, dpm:relatesToComposition, x:argument4)ottr:Triple(x:argument1, pmd:output, _:blank1234)
o-owl-ax:DisjointProperties((dpm:Nominal, dpm:Measured))
o-owl-ut:TypedListRelation(_:blank1238, owl:AllDisjointProperties, owl:members, (dpm:Nominal, dpm:Measured))
o-owl-ut:ListRelation(_:blank1238, owl:members, (dpm:Nominal, dpm:Measured))ottr:Triple(_:blank1238, owl:members, (dpm:Nominal, dpm:Measured))
o-rdf:Type(_:blank1238, owl:AllDisjointProperties)ottr:Triple(_:blank1238, rdf:type, owl:AllDisjointProperties)
o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Measured)ottr:Triple(dpm:MeasuredThickness, rdfs:subClassOf, qudt:Measured)
o-owl-ax:SubClassOf(dpm:NominalThickness, dpm:Nominal)ottr:Triple(dpm:NominalThickness, rdfs:subClassOf, dpm:Nominal)
o-owl-ax:SubClassOf(dpm:NominalThickness, qudt:Thickness)ottr:Triple(dpm:NominalThickness, rdfs:subClassOf, qudt:Thickness)
o-owl-ax:SubClassOf(dpm:SampleDensity, qudt:Density)ottr:Triple(dpm:SampleDensity, rdfs:subClassOf, qudt:Density)
o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Thickness)ottr:Triple(dpm:MeasuredThickness, rdfs:subClassOf, qudt:Thickness)
o-rdfs:Label(dpm:KG_divby_M3, "KG divby M3")ottr:Triple(dpm:KG_divby_M3, rdfs:label, "KG divby M3")
o-rdfs:Label(dpm:SampleDensity, "Sample Density")ottr:Triple(dpm:SampleDensity, rdfs:label, "Sample Density")
o-rdfs:Label(dpm:NominalThickness, "Nominal Thickness")ottr:Triple(dpm:NominalThickness, rdfs:label, "Nominal Thickness")
o-rdfs:Label(dpm:MeasuredThickness, "Measured Thickness")ottr:Triple(dpm:MeasuredThickness, rdfs:label, "Measured Thickness")
zipMin | dpm:CompositionElement(_:blank1234, ++(x:argument5-1, x:argument5-2), ++(_:argument6-1, _:argument6-2))ottr:Triple(_:blank1235, pmd:relatesToElement, (x:argument5-1, x:argument5-2))ottr:Triple(_:blank1234, pmd:composedOf, _:blank1235)
o-rdf:Type(dpm:at_percent, qudt:MassFraction)ottr:Triple(dpm:at_percent, rdf:type, qudt:MassFraction)
o-rdf:Type(_:blank1235, dpm:Element)ottr:Triple(_:blank1235, rdf:type, dpm:Element)
dpm:HasCharacteristicNumerical(_:blank1235, (pmd:Measurement, pmd:ChemicalComposition), (_:argument6-1, _:argument6-2), dpm:at_percent)ottr:Triple(_:blank1235, pmd:characteristic, _:blank1236)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1236, (pmd:Measurement, pmd:ChemicalComposition), (_:argument6-1, _:argument6-2), dpm:at_percent)ottr:Triple(_:blank1236, pmd:value, (_:argument6-1, _:argument6-2))ottr:Triple(_:blank1236, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1236, ++(pmd:Measurement, pmd:ChemicalComposition))ottr:Triple(_:blank1236, rdf:type, (pmd:Measurement, pmd:ChemicalComposition))
dpm:HasCharacteristicNumerical(_:blank1234, (pmd:SetPoint, dpm:MeasuredThickness), _:argument7, qudt:M)ottr:Triple(_:blank1234, pmd:characteristic, _:blank1237)
o-owl-ax:SubClassOf(qudt:M, qudt:Unit)ottr:Triple(qudt:M, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1237, (pmd:SetPoint, dpm:MeasuredThickness), _:argument7, qudt:M)ottr:Triple(_:blank1237, pmd:value, _:argument7)ottr:Triple(_:blank1237, pmd:unit, qudt:M)
cross | o-rdf:Type(_:blank1237, ++(pmd:SetPoint, dpm:MeasuredThickness))ottr:Triple(_:blank1237, rdf:type, (pmd:SetPoint, dpm:MeasuredThickness))
dpm:HasCharacteristicNumerical(_:blank1234, (pmd:SetPoint, dpm:NominalThickness), _:argument2, qudt:M)ottr:Triple(_:blank1234, pmd:characteristic, _:blank1239)
o-owl-ax:SubClassOf(qudt:M, qudt:Unit)ottr:Triple(qudt:M, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1239, (pmd:SetPoint, dpm:NominalThickness), _:argument2, qudt:M)ottr:Triple(_:blank1239, pmd:value, _:argument2)ottr:Triple(_:blank1239, pmd:unit, qudt:M)
cross | o-rdf:Type(_:blank1239, ++(pmd:SetPoint, dpm:NominalThickness))ottr:Triple(_:blank1239, rdf:type, (pmd:SetPoint, dpm:NominalThickness))
dpm:HasCharacteristicNumerical(_:blank1234, (pmd:SetPoint, dpm:SampleDensity), _:argument3, dpm:KG_divby_M3)ottr:Triple(_:blank1234, pmd:characteristic, _:blank1240)
o-owl-ax:SubClassOf(dpm:KG_divby_M3, qudt:Unit)ottr:Triple(dpm:KG_divby_M3, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1240, (pmd:SetPoint, dpm:SampleDensity), _:argument3, dpm:KG_divby_M3)ottr:Triple(_:blank1240, pmd:value, _:argument3)ottr:Triple(_:blank1240, pmd:unit, dpm:KG_divby_M3)
cross | o-rdf:Type(_:blank1240, ++(pmd:SetPoint, dpm:SampleDensity))ottr:Triple(_:blank1240, rdf:type, (pmd:SetPoint, dpm:SampleDensity))

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:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Hierarchical vertical layout (dot)
dpm:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Spring model layout (neato)
dpm:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Spring model layout (fdp)
dpm:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Radial layout (twopi)
dpm:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple dpm:ValueObject->ottr:Triple dpm:ValueObject->o-rdf:Type
Circular layout (circo)
dpm:MeasurementXRFResult dpm:MeasurementXRFResult ottr:Triple ottr:Triple dpm:MeasurementXRFResult->ottr:Triple o-owl-ax:DisjointProperties o-owl-ax:DisjointProperties dpm:MeasurementXRFResult->o-owl-ax:DisjointProperties o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementXRFResult->o-owl-ax:SubClassOf o-rdfs:Label o-rdfs:Label dpm:MeasurementXRFResult->o-rdfs:Label dpm:CompositionElement dpm:CompositionElement dpm:MeasurementXRFResult->dpm:CompositionElement dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:MeasurementXRFResult->dpm:HasCharacteristicNumerical o-owl-ut:TypedListRelation o-owl-ut:TypedListRelation o-owl-ax:DisjointProperties->o-owl-ut:TypedListRelation o-owl-ax:SubClassOf->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElement->ottr:Triple dpm:CompositionElement->dpm:HasCharacteristicNumerical o-rdf:Type o-rdf:Type dpm:CompositionElement->o-rdf:Type dpm:HasCharacteristicNumerical->ottr:Triple dpm:HasCharacteristicNumerical->o-owl-ax:SubClassOf dpm:ValueObject dpm:ValueObject dpm:HasCharacteristicNumerical->dpm:ValueObject o-owl-ut:ListRelation o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-owl-ut:ListRelation o-owl-ut:TypedListRelation->o-rdf:Type o-owl-ut:ListRelation->ottr:Triple o-rdf:Type->ottr:Triple 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:MeasurementXRFResultottr:Triple (2)
o-owl-ax:DisjointProperties (1)
o-owl-ut:TypedListRelation (1)
o-owl-ut:ListRelation (1)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
o-owl-ax:SubClassOf (5)ottr:Triple (1)
o-rdfs:Label (4)ottr:Triple (1)
dpm:CompositionElement (1)ottr:Triple (2)
o-rdf:Type (2)ottr:Triple (1)
dpm:HasCharacteristicNumerical (1)ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (3)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:MeasurementXRFResult[
    ottr:IRI ?measurement_XRF,
    ? xsd:float ?nominal_TF_thickness_unit_m,
    ? xsd:float ?sample_density_unit_kg_divby_m3,
    ? owl:Class ?substrate_material,
    ? NEList<ottr:IRI> ?elements,
    ? NEList<xsd:float> ?composition_unit_at_percent,
    ? xsd:float ?measured_TF_thickness_unit_m
] :: {
    ottr:Triple(?measurement_XRF, pmd:output, _:blank505),
    ottr:Triple(_:blank505, dpm:relatesToComposition, ?substrate_material),
    o-owl-ax:DisjointProperties((dpm:Nominal, dpm:Measured)),
    o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Measured),
    o-owl-ax:SubClassOf(dpm:MeasuredThickness, qudt:Thickness),
    o-owl-ax:SubClassOf(dpm:NominalThickness, qudt:Thickness),
    o-owl-ax:SubClassOf(dpm:NominalThickness, dpm:Nominal),
    o-owl-ax:SubClassOf(dpm:SampleDensity, qudt:Density),
    o-rdfs:Label(dpm:KG_divby_M3, "KG divby M3"),
    o-rdfs:Label(dpm:MeasuredThickness, "Measured Thickness"),
    o-rdfs:Label(dpm:NominalThickness, "Nominal Thickness"),
    o-rdfs:Label(dpm:SampleDensity, "Sample Density"),
    zipMin | dpm:CompositionElement(_:blank505, ++?elements, ++?composition_unit_at_percent),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:MeasuredThickness), ?measured_TF_thickness_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:NominalThickness), ?nominal_TF_thickness_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, dpm:SampleDensity), ?sample_density_unit_kg_divby_m3, dpm:KG_divby_M3)
} .

RDF/wOTTR

dpm:MeasurementXRFResult
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:name      "measurement_XRF" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "nominal_TF_thickness_unit_m" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "sample_density_unit_kg_divby_m3" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "substrate_material" ;
                             ottr:type      owl:Class ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "elements" ;
                             ottr:type      ( ottr:NEList ottr:IRI ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "composition_unit_at_percent" ;
                             ottr:type      ( ottr:NEList xsd:float ) ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "measured_TF_thickness_unit_m" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b6
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b7
                                          ( pmd:SetPoint dpm:NominalThickness )
                                          _:b1
                                          qudt:M
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:NominalThickness qudt:Thickness )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:DisjointProperties ;
                           ottr:values  ( ( dpm:Nominal dpm:Measured ) )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:MeasuredThickness qudt:Thickness )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b7
                                          dpm:relatesToComposition
                                          _:b3
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b7 ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b4
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b5
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:CompositionElement
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:SampleDensity qudt:Density )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:SampleDensity "Sample Density" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:KG_divby_M3 "KG divby M3" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b7
                                          ( pmd:SetPoint dpm:MeasuredThickness )
                                          _:b6
                                          qudt:M
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:NominalThickness "Nominal Thickness" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:MeasuredThickness qudt:Measured )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b7
                                          ( pmd:SetPoint dpm:SampleDensity )
                                          _:b2
                                          dpm:KG_divby_M3
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:output
                                          _:b7
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:MeasuredThickness "Measured Thickness" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:NominalThickness dpm:Nominal )
                         ] .

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