Contents

Template: dpm:MeasurementEDXMapping

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

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_measurementottr:IRInoyesno
2homogeneityowl:Classyesyesno
3elementsList<ottr:IRI>yesyesno
4mean_compositon_unit_at_percentList<xsd:float>yesyesno
5std_compositon_unit_at_percentList<xsd:float>yesyesno
6pointMeasuresList<ottr:IRI>yesyesno
7composition_gradient_booleanxsd:booleanyesyesno
8inhomogenious_composition_distribution_descriptionxsd:stringyesyesno
9inter_diffusion_booleanxsd:booleanyesyesno
10inter_diffusion_descriptionxsd:stringyesyesno
11precipitates_booleanxsd:booleanyesyesno
12precipitates_descriptionxsd:stringyesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:MeasurementEDXMapping[
    ottr:IRI ?edx_measurement,
    ? owl:Class ?homogeneity,
    ? List<ottr:IRI> ?elements,
    ? List<xsd:float> ?mean_compositon_unit_at_percent,
    ? List<xsd:float> ?std_compositon_unit_at_percent,
    ? List<ottr:IRI> ?pointMeasures,
    ? xsd:boolean ?composition_gradient_boolean,
    ? xsd:string ?inhomogenious_composition_distribution_description,
    ? xsd:boolean ?inter_diffusion_boolean,
    ? xsd:string ?inter_diffusion_description,
    ? xsd:boolean ?precipitates_boolean,
    ? xsd:string ?precipitates_description
] :: {
    ottr:Triple(?edx_measurement, pmd:subordinateProcess, _:blank505),
    ottr:Triple(?edx_measurement, rdfs:description, ?inhomogenious_composition_distribution_description),
    ottr:Triple(_:blank505, pmd:characteristic, _:blank502),
    zipMin | ottr:Triple(_:blank505, pmd:characteristic, ++?pointMeasures),
    o-owl-ax:SubClassOf(dpm:EDXMappingMeasuringProcess, pmd:MeasuringProcess),
    o-rdf:Type(_:blank502, pmd:Measurement),
    o-rdf:Type(_:blank505, pmd:EDXMappingMeasuringProcess),
    o-rdfs:Label(dpm:EDXMappingMeasuringProcess, "EDX Mapping Measuring Process"),
    zipMin | dpm:CompositionElementStd(_:blank502, ++?elements, ++?mean_compositon_unit_at_percent, ++?std_compositon_unit_at_percent),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, ?homogeneity), none),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:CompositionGradient), ?composition_gradient_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:InterDiffustion), ?inter_diffusion_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:InterDiffustion), ?inter_diffusion_description),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_description)
} .

🛈 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:MeasurementEDXMapping(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (_:argument5-1, _:argument5-2), (x:argument6-1, x:argument6-2), _:argument7, _:argument8, _:argument9, _:argument10, _:argument11, _:argument12)
RDF/wOTTR
[ ottr:of      dpm:MeasurementEDXMapping ;
  ottr:values  ( x:argument1 x:argument2 ( x:argument3-1 x:argument3-2 ) ( [] 
                                                                           [] 
                                                                         ) ( [] 
                                                                             [] 
                                                                           ) ( x:argument6-1 x:argument6-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)
Rendering not possible.
Hierarchical vertical layout (dot)
Rendering not possible.
Spring model layout (neato)
Rendering not possible.
Spring model layout (fdp)
Rendering not possible.
Radial layout (twopi)
Rendering not possible.
Circular layout (circo)
Rendering not possible.

Expanded RDF graph

dpm:at_percent  rdfs:label  "Atomic Percent" ;
        rdfs:subClassOf  qudt:Unit , qudt:MassFraction .

x:argument1  rdfs:description   []  ;
        pmd:subordinateProcess  [ rdf:type            pmd:EDXMappingMeasuringProcess ;
                                  pmd:characteristic  x:argument6-2 , x:argument6-1 ;
                                  pmd:characteristic  [ rdf:type        pmd:Measurement ;
                                                        pmd:composedOf  [ rdf:type              dpm:Element ;
                                                                          pmd:characteristic    [ rdf:type   pmd:ChemicalCompositionMean , pmd:Measurement ;
                                                                                                  pmd:unit   dpm:at_percent ;
                                                                                                  pmd:value  [] 
                                                                                                ] ;
                                                                          pmd:characteristic    [ rdf:type   pmd:ChemicalCompositionStd , pmd:Measurement ;
                                                                                                  pmd:unit   dpm:at_percent ;
                                                                                                  pmd:value  [] 
                                                                                                ] ;
                                                                          pmd:relatesToElement  x:argument3-2
                                                                        ] ;
                                                        pmd:composedOf  [ rdf:type              dpm:Element ;
                                                                          pmd:characteristic    [ rdf:type   pmd:ChemicalCompositionMean , pmd:Measurement ;
                                                                                                  pmd:unit   dpm:at_percent ;
                                                                                                  pmd:value  [] 
                                                                                                ] ;
                                                                          pmd:characteristic    [ rdf:type   pmd:ChemicalCompositionStd , pmd:Measurement ;
                                                                                                  pmd:unit   dpm:at_percent ;
                                                                                                  pmd:value  [] 
                                                                                                ] ;
                                                                          pmd:relatesToElement  x:argument3-1
                                                                        ]
                                                      ] ;
                                  dpm:characteristic  [ pmd:value  [] 
                                                      ] ;
                                  dpm:characteristic  [ pmd:value  [] 
                                                      ] ;
                                  dpm:characteristic  [ pmd:value  [] 
                                                      ] ;
                                  dpm:characteristic  [ pmd:value  [] 
                                                      ] ;
                                  dpm:characteristic  [ pmd:value  [] 
                                                      ]
                                ] .

dpm:ChemicalCompositionMean
        rdfs:label       "ChemicalComposition Mean" ;
        rdfs:subClassOf  pmd:ChemicalComposition .

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

dpm:ChemicalCompositionStd
        rdfs:label       "ChemicalComposition Std" ;
        rdfs:subClassOf  pmd:ChemicalComposition .

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:MeasurementEDXMapping(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (_:argument5-1, _:argument5-2), (x:argument6-1, x:argument6-2), _:argument7, _:argument8, _:argument9, _:argument10, _:argument11, _:argument12)ottr:Triple(_:blank1287, pmd:characteristic, _:blank1288)zipMin | ottr:Triple(_:blank1287, pmd:characteristic, ++(x:argument6-1, x:argument6-2))ottr:Triple(x:argument1, pmd:subordinateProcess, _:blank1287)ottr:Triple(x:argument1, rdfs:description, _:argument8)
o-owl-ax:SubClassOf(dpm:EDXMappingMeasuringProcess, pmd:MeasuringProcess)ottr:Triple(dpm:EDXMappingMeasuringProcess, rdfs:subClassOf, pmd:MeasuringProcess)
o-rdf:Type(_:blank1287, pmd:EDXMappingMeasuringProcess)ottr:Triple(_:blank1287, rdf:type, pmd:EDXMappingMeasuringProcess)
o-rdf:Type(_:blank1288, pmd:Measurement)ottr:Triple(_:blank1288, rdf:type, pmd:Measurement)
o-rdfs:Label(dpm:EDXMappingMeasuringProcess, "EDX Mapping Measuring Process")ottr:Triple(dpm:EDXMappingMeasuringProcess, rdfs:label, "EDX Mapping Measuring Process")
zipMin | dpm:CompositionElementStd(_:blank1288, ++(x:argument3-1, x:argument3-2), ++(_:argument4-1, _:argument4-2), ++(_:argument5-1, _:argument5-2))ottr:Triple(_:blank1292, pmd:relatesToElement, (x:argument3-1, x:argument3-2))ottr:Triple(_:blank1288, pmd:composedOf, _:blank1292)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:MassFraction)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:MassFraction)
o-owl-ax:SubClassOf(dpm:ChemicalCompositionMean, pmd:ChemicalComposition)ottr:Triple(dpm:ChemicalCompositionMean, rdfs:subClassOf, pmd:ChemicalComposition)
o-owl-ax:SubClassOf(dpm:ChemicalCompositionStd, pmd:ChemicalComposition)ottr:Triple(dpm:ChemicalCompositionStd, rdfs:subClassOf, pmd:ChemicalComposition)
o-rdf:Type(_:blank1292, dpm:Element)ottr:Triple(_:blank1292, rdf:type, dpm:Element)
o-rdfs:Label(dpm:ChemicalCompositionStd, "ChemicalComposition Std")ottr:Triple(dpm:ChemicalCompositionStd, rdfs:label, "ChemicalComposition Std")
o-rdfs:Label(dpm:at_percent, "Atomic Percent")ottr:Triple(dpm:at_percent, rdfs:label, "Atomic Percent")
o-rdfs:Label(dpm:ChemicalCompositionMean, "ChemicalComposition Mean")ottr:Triple(dpm:ChemicalCompositionMean, rdfs:label, "ChemicalComposition Mean")
dpm:HasCharacteristicNumerical(_:blank1292, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument5-1, _:argument5-2), dpm:at_percent)ottr:Triple(_:blank1292, pmd:characteristic, _:blank1293)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1293, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument5-1, _:argument5-2), dpm:at_percent)ottr:Triple(_:blank1293, pmd:value, (_:argument5-1, _:argument5-2))ottr:Triple(_:blank1293, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1293, ++(pmd:Measurement, pmd:ChemicalCompositionStd))ottr:Triple(_:blank1293, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionStd))
dpm:HasCharacteristicNumerical(_:blank1292, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank1292, pmd:characteristic, _:blank1294)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1294, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank1294, pmd:value, (_:argument4-1, _:argument4-2))ottr:Triple(_:blank1294, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1294, ++(pmd:Measurement, pmd:ChemicalCompositionMean))ottr:Triple(_:blank1294, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionMean))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, dpm:Precipitates), _:argument11)ottr:Triple(_:blank1289, pmd:value, _:argument11)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1289)
dpm:ValueObject(_:blank1289, (pmd:Measurement, dpm:Precipitates), none, none)ottr:Triple(_:blank1289, pmd:value, none)ottr:Triple(_:blank1289, pmd:unit, none)
cross | o-rdf:Type(_:blank1289, ++(pmd:Measurement, dpm:Precipitates))ottr:Triple(_:blank1289, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, dpm:InterDiffustion), _:argument10)ottr:Triple(_:blank1290, pmd:value, _:argument10)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1290)
dpm:ValueObject(_:blank1290, (pmd:Measurement, dpm:InterDiffustion), none, none)ottr:Triple(_:blank1290, pmd:value, none)ottr:Triple(_:blank1290, pmd:unit, none)
cross | o-rdf:Type(_:blank1290, ++(pmd:Measurement, dpm:InterDiffustion))ottr:Triple(_:blank1290, rdf:type, (pmd:Measurement, dpm:InterDiffustion))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, dpm:InterDiffustion), _:argument9)ottr:Triple(_:blank1291, pmd:value, _:argument9)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1291)
dpm:ValueObject(_:blank1291, (pmd:Measurement, dpm:InterDiffustion), none, none)ottr:Triple(_:blank1291, pmd:value, none)ottr:Triple(_:blank1291, pmd:unit, none)
cross | o-rdf:Type(_:blank1291, ++(pmd:Measurement, dpm:InterDiffustion))ottr:Triple(_:blank1291, rdf:type, (pmd:Measurement, dpm:InterDiffustion))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, dpm:Precipitates), _:argument12)ottr:Triple(_:blank1295, pmd:value, _:argument12)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1295)
dpm:ValueObject(_:blank1295, (pmd:Measurement, dpm:Precipitates), none, none)ottr:Triple(_:blank1295, pmd:value, none)ottr:Triple(_:blank1295, pmd:unit, none)
cross | o-rdf:Type(_:blank1295, ++(pmd:Measurement, dpm:Precipitates))ottr:Triple(_:blank1295, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, x:argument2), none)ottr:Triple(_:blank1296, pmd:value, none)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1296)
dpm:ValueObject(_:blank1296, (pmd:Measurement, x:argument2), none, none)ottr:Triple(_:blank1296, pmd:value, none)ottr:Triple(_:blank1296, pmd:unit, none)
cross | o-rdf:Type(_:blank1296, ++(pmd:Measurement, x:argument2))ottr:Triple(_:blank1296, rdf:type, (pmd:Measurement, x:argument2))
dpm:HasCharacteristicCategorical(_:blank1287, (pmd:Measurement, dpm:CompositionGradient), _:argument7)ottr:Triple(_:blank1297, pmd:value, _:argument7)ottr:Triple(_:blank1287, dpm:characteristic, _:blank1297)
dpm:ValueObject(_:blank1297, (pmd:Measurement, dpm:CompositionGradient), none, none)ottr:Triple(_:blank1297, pmd:value, none)ottr:Triple(_:blank1297, pmd:unit, none)
cross | o-rdf:Type(_:blank1297, ++(pmd:Measurement, dpm:CompositionGradient))ottr:Triple(_:blank1297, rdf:type, (pmd:Measurement, dpm:CompositionGradient))

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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMapping dpm:MeasurementEDXMapping ottr:Triple ottr:Triple dpm:MeasurementEDXMapping->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXMapping->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXMapping->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXMapping->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXMapping->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXMapping->dpm:HasCharacteristicCategorical o-owl-ax:SubClassOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:CompositionElementStd->ottr:Triple dpm:CompositionElementStd->o-owl-ax:SubClassOf dpm:CompositionElementStd->o-rdf:Type dpm:CompositionElementStd->o-rdfs:Label dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:CompositionElementStd->dpm:HasCharacteristicNumerical 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:MeasurementEDXMappingottr:Triple (4)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
o-rdf:Type (2)ottr:Triple (1)
o-rdfs:Label (1)ottr:Triple (1)
dpm:CompositionElementStd (1)ottr:Triple (2)
o-owl-ax:SubClassOf (3)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
o-rdfs:Label (3)ottr:Triple (1)
dpm:HasCharacteristicNumerical (2)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:HasCharacteristicCategorical (6)ottr:Triple (2)
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:MeasurementEDXMapping[
    ottr:IRI ?edx_measurement,
    ? owl:Class ?homogeneity,
    ? List<ottr:IRI> ?elements,
    ? List<xsd:float> ?mean_compositon_unit_at_percent,
    ? List<xsd:float> ?std_compositon_unit_at_percent,
    ? List<ottr:IRI> ?pointMeasures,
    ? xsd:boolean ?composition_gradient_boolean,
    ? xsd:string ?inhomogenious_composition_distribution_description,
    ? xsd:boolean ?inter_diffusion_boolean,
    ? xsd:string ?inter_diffusion_description,
    ? xsd:boolean ?precipitates_boolean,
    ? xsd:string ?precipitates_description
] :: {
    ottr:Triple(?edx_measurement, pmd:subordinateProcess, _:blank505),
    ottr:Triple(?edx_measurement, rdfs:description, ?inhomogenious_composition_distribution_description),
    ottr:Triple(_:blank505, pmd:characteristic, _:blank502),
    zipMin | ottr:Triple(_:blank505, pmd:characteristic, ++?pointMeasures),
    o-owl-ax:SubClassOf(dpm:EDXMappingMeasuringProcess, pmd:MeasuringProcess),
    o-rdf:Type(_:blank502, pmd:Measurement),
    o-rdf:Type(_:blank505, pmd:EDXMappingMeasuringProcess),
    o-rdfs:Label(dpm:EDXMappingMeasuringProcess, "EDX Mapping Measuring Process"),
    zipMin | dpm:CompositionElementStd(_:blank502, ++?elements, ++?mean_compositon_unit_at_percent, ++?std_compositon_unit_at_percent),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, ?homogeneity), none),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:CompositionGradient), ?composition_gradient_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:InterDiffustion), ?inter_diffusion_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:InterDiffustion), ?inter_diffusion_description),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_boolean),
    dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_description)
} .

RDF/wOTTR

dpm:MeasurementEDXMapping
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:name      "edx_measurement" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "homogeneity" ;
                             ottr:type      owl:Class ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "elements" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "mean_compositon_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "std_compositon_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "pointMeasures" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "composition_gradient_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inhomogenious_composition_distribution_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b7
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inter_diffusion_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b8
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inter_diffusion_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b9
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "precipitates_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b10
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "precipitates_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b11
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b12
                                          pmd:EDXMappingMeasuringProcess
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:InterDiffustion )
                                          _:b8
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:subordinateProcess
                                          _:b12
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:CompositionGradient )
                                          _:b6
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b13
                                          pmd:Measurement
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:Precipitates )
                                          _:b10
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b13 ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b3
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b4
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:CompositionElementStd
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          rdfs:description
                                          _:b7
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b12
                                          pmd:characteristic
                                          _:b13
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b12 ]
                                             [ ottr:value  pmd:characteristic ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b5
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:EDXMappingMeasuringProcess pmd:MeasuringProcess )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:EDXMappingMeasuringProcess "EDX Mapping Measuring Process" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:InterDiffustion )
                                          _:b9
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement
                                            _:b1
                                          )
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:Precipitates )
                                          _:b11
                                        )
                         ] .

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 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 rdfs:       <http://www.w3.org/2000/01/rdf-schema#>.
@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/>.