Contents

Template: dpm:MeasurementEDXLine

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

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

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:MeasurementEDXLine[
    ottr:IRI ?edx_measurement,
    ? List<ottr:IRI> ?elements,
    ? List<xsd:float> ?mean_compositon_unit_at_percent,
    ? List<xsd:float> ?std_compositon_unit_at_percent,
    ? owl:Class ?homogeneity,
    ? 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),
    o-owl-ax:SubClassOf(?homogeneity, dpm:Homogenity),
    o-owl-ax:SubClassOf(dpm:EDXLineMeasuringProcess, pmd:MeasuringProcess),
    o-owl-ax:SubClassOf(dpm:Homogenity, qudt:ValueObject),
    o-rdf:Type(_:blank502, pmd:Measurement),
    o-rdf:Type(_:blank505, pmd:EDXLinetMeasuringProcess),
    o-rdfs:Label(dpm:EDXLineMeasuringProcess, "EDX Line Measuring Process"),
    o-rdfs:Label(dpm:Homogenity, "Homogenity"),
    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, _:blank540), 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:MeasurementEDXLine(x:argument1, (x:argument2-1, x:argument2-2), (_:argument3-1, _:argument3-2), (_:argument4-1, _:argument4-2), x:argument5, _:argument6, _:argument7, _:argument8, _:argument9, _:argument10, _:argument11)
RDF/wOTTR
[ ottr:of      dpm:MeasurementEDXLine ;
  ottr:values  ( x:argument1 ( x:argument2-1 x:argument2-2 ) ( [] 
                                                               [] 
                                                             ) ( [] 
                                                                 [] 
                                                               ) x:argument5
                 [] 
                 [] 
                 [] 
                 [] 
                 [] 
                 [] 
               )
] .

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:EDXLinetMeasuringProcess ;
                                  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:argument2-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:argument2-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 .

x:argument5  rdfs:subClassOf  dpm:Homogenity .

dpm:Homogenity  rdfs:label  "Homogenity" ;
        rdfs:subClassOf  qudt:ValueObject .

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

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

Interactive expansion

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

dpm:MeasurementEDXLine(x:argument1, (x:argument2-1, x:argument2-2), (_:argument3-1, _:argument3-2), (_:argument4-1, _:argument4-2), x:argument5, _:argument6, _:argument7, _:argument8, _:argument9, _:argument10, _:argument11)ottr:Triple(_:blank943, pmd:characteristic, _:blank944)ottr:Triple(x:argument1, pmd:subordinateProcess, _:blank943)ottr:Triple(x:argument1, rdfs:description, _:argument7)
o-owl-ax:SubClassOf(dpm:EDXLineMeasuringProcess, pmd:MeasuringProcess)ottr:Triple(dpm:EDXLineMeasuringProcess, rdfs:subClassOf, pmd:MeasuringProcess)
o-owl-ax:SubClassOf(dpm:Homogenity, qudt:ValueObject)ottr:Triple(dpm:Homogenity, rdfs:subClassOf, qudt:ValueObject)
o-owl-ax:SubClassOf(x:argument5, dpm:Homogenity)ottr:Triple(x:argument5, rdfs:subClassOf, dpm:Homogenity)
o-rdf:Type(_:blank943, pmd:EDXLinetMeasuringProcess)ottr:Triple(_:blank943, rdf:type, pmd:EDXLinetMeasuringProcess)
o-rdf:Type(_:blank944, pmd:Measurement)ottr:Triple(_:blank944, rdf:type, pmd:Measurement)
o-rdfs:Label(dpm:Homogenity, "Homogenity")ottr:Triple(dpm:Homogenity, rdfs:label, "Homogenity")
o-rdfs:Label(dpm:EDXLineMeasuringProcess, "EDX Line Measuring Process")ottr:Triple(dpm:EDXLineMeasuringProcess, rdfs:label, "EDX Line Measuring Process")
zipMin | dpm:CompositionElementStd(_:blank944, ++(x:argument2-1, x:argument2-2), ++(_:argument3-1, _:argument3-2), ++(_:argument4-1, _:argument4-2))ottr:Triple(_:blank948, pmd:relatesToElement, (x:argument2-1, x:argument2-2))ottr:Triple(_:blank944, pmd:composedOf, _:blank948)
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(_:blank948, dpm:Element)ottr:Triple(_:blank948, 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(_:blank948, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank948, pmd:characteristic, _:blank949)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank949, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank949, pmd:value, (_:argument4-1, _:argument4-2))ottr:Triple(_:blank949, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank949, ++(pmd:Measurement, pmd:ChemicalCompositionStd))ottr:Triple(_:blank949, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionStd))
dpm:HasCharacteristicNumerical(_:blank948, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument3-1, _:argument3-2), dpm:at_percent)ottr:Triple(_:blank948, pmd:characteristic, _:blank950)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank950, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument3-1, _:argument3-2), dpm:at_percent)ottr:Triple(_:blank950, pmd:value, (_:argument3-1, _:argument3-2))ottr:Triple(_:blank950, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank950, ++(pmd:Measurement, pmd:ChemicalCompositionMean))ottr:Triple(_:blank950, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionMean))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, dpm:InterDiffustion), _:argument9)ottr:Triple(_:blank946, pmd:value, _:argument9)ottr:Triple(_:blank943, dpm:characteristic, _:blank946)
dpm:ValueObject(_:blank946, (pmd:Measurement, dpm:InterDiffustion), none, none)ottr:Triple(_:blank946, pmd:value, none)ottr:Triple(_:blank946, pmd:unit, none)
cross | o-rdf:Type(_:blank946, ++(pmd:Measurement, dpm:InterDiffustion))ottr:Triple(_:blank946, rdf:type, (pmd:Measurement, dpm:InterDiffustion))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, dpm:Precipitates), _:argument10)ottr:Triple(_:blank947, pmd:value, _:argument10)ottr:Triple(_:blank943, dpm:characteristic, _:blank947)
dpm:ValueObject(_:blank947, (pmd:Measurement, dpm:Precipitates), none, none)ottr:Triple(_:blank947, pmd:value, none)ottr:Triple(_:blank947, pmd:unit, none)
cross | o-rdf:Type(_:blank947, ++(pmd:Measurement, dpm:Precipitates))ottr:Triple(_:blank947, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, x:argument5), none)ottr:Triple(_:blank951, pmd:value, none)ottr:Triple(_:blank943, dpm:characteristic, _:blank951)
dpm:ValueObject(_:blank951, (pmd:Measurement, x:argument5), none, none)ottr:Triple(_:blank951, pmd:value, none)ottr:Triple(_:blank951, pmd:unit, none)
cross | o-rdf:Type(_:blank951, ++(pmd:Measurement, x:argument5))ottr:Triple(_:blank951, rdf:type, (pmd:Measurement, x:argument5))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, dpm:InterDiffustion), _:argument8)ottr:Triple(_:blank952, pmd:value, _:argument8)ottr:Triple(_:blank943, dpm:characteristic, _:blank952)
dpm:ValueObject(_:blank952, (pmd:Measurement, dpm:InterDiffustion), none, none)ottr:Triple(_:blank952, pmd:value, none)ottr:Triple(_:blank952, pmd:unit, none)
cross | o-rdf:Type(_:blank952, ++(pmd:Measurement, dpm:InterDiffustion))ottr:Triple(_:blank952, rdf:type, (pmd:Measurement, dpm:InterDiffustion))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, dpm:Precipitates), _:argument11)ottr:Triple(_:blank953, pmd:value, _:argument11)ottr:Triple(_:blank943, dpm:characteristic, _:blank953)
dpm:ValueObject(_:blank953, (pmd:Measurement, dpm:Precipitates), none, none)ottr:Triple(_:blank953, pmd:value, none)ottr:Triple(_:blank953, pmd:unit, none)
cross | o-rdf:Type(_:blank953, ++(pmd:Measurement, dpm:Precipitates))ottr:Triple(_:blank953, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, dpm:CompositionGradient), _:argument6)ottr:Triple(_:blank954, pmd:value, _:argument6)ottr:Triple(_:blank943, dpm:characteristic, _:blank954)
dpm:ValueObject(_:blank954, (pmd:Measurement, dpm:CompositionGradient), none, none)ottr:Triple(_:blank954, pmd:value, none)ottr:Triple(_:blank954, pmd:unit, none)
cross | o-rdf:Type(_:blank954, ++(pmd:Measurement, dpm:CompositionGradient))ottr:Triple(_:blank954, rdf:type, (pmd:Measurement, dpm:CompositionGradient))
dpm:HasCharacteristicCategorical(_:blank943, (pmd:Measurement, _:blank945), none)ottr:Triple(_:blank955, pmd:value, none)ottr:Triple(_:blank943, dpm:characteristic, _:blank955)
dpm:ValueObject(_:blank955, (pmd:Measurement, _:blank945), none, none)ottr:Triple(_:blank955, pmd:value, none)ottr:Triple(_:blank955, pmd:unit, none)
cross | o-rdf:Type(_:blank955, ++(pmd:Measurement, _:blank945))ottr:Triple(_:blank955, rdf:type, (pmd:Measurement, _:blank945))

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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLine dpm:MeasurementEDXLine ottr:Triple ottr:Triple dpm:MeasurementEDXLine->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:MeasurementEDXLine->o-owl-ax:SubClassOf o-rdf:Type o-rdf:Type dpm:MeasurementEDXLine->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:MeasurementEDXLine->o-rdfs:Label dpm:CompositionElementStd dpm:CompositionElementStd dpm:MeasurementEDXLine->dpm:CompositionElementStd dpm:HasCharacteristicCategorical dpm:HasCharacteristicCategorical dpm:MeasurementEDXLine->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:MeasurementEDXLineottr:Triple (3)
o-owl-ax:SubClassOf (3)ottr:Triple (1)
o-rdf:Type (2)ottr:Triple (1)
o-rdfs:Label (2)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 (7)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:MeasurementEDXLine[
    ottr:IRI ?edx_measurement,
    ? List<ottr:IRI> ?elements,
    ? List<xsd:float> ?mean_compositon_unit_at_percent,
    ? List<xsd:float> ?std_compositon_unit_at_percent,
    ? owl:Class ?homogeneity,
    ? 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),
    o-owl-ax:SubClassOf(?homogeneity, dpm:Homogenity),
    o-owl-ax:SubClassOf(dpm:EDXLineMeasuringProcess, pmd:MeasuringProcess),
    o-owl-ax:SubClassOf(dpm:Homogenity, qudt:ValueObject),
    o-rdf:Type(_:blank502, pmd:Measurement),
    o-rdf:Type(_:blank505, pmd:EDXLinetMeasuringProcess),
    o-rdfs:Label(dpm:EDXLineMeasuringProcess, "EDX Line Measuring Process"),
    o-rdfs:Label(dpm:Homogenity, "Homogenity"),
    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, _:blank540), 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:MeasurementEDXLine
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:name      "edx_measurement" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "elements" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "mean_compositon_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "std_compositon_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "homogeneity" ;
                             ottr:type      owl:Class ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "composition_gradient_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inhomogenious_composition_distribution_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inter_diffusion_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b7
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "inter_diffusion_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b8
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "precipitates_boolean" ;
                             ottr:type      xsd:boolean ;
                             ottr:variable  _:b9
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "precipitates_description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b10
                           ]
                         ) ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b11 ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b1
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b3
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:CompositionElementStd
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b11
                                          pmd:Measurement
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement
                                            _:b4
                                          )
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b12
                                          pmd:characteristic
                                          _:b11
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:InterDiffustion )
                                          _:b8
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:Precipitates )
                                          _:b9
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          rdfs:description
                                          _:b6
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:CompositionGradient )
                                          _:b5
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:Homogenity qudt:ValueObject )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement
                                            [] 
                                          )
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:subordinateProcess
                                          _:b12
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:EDXLineMeasuringProcess "EDX Line Measuring Process" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( _:b4
                                          dpm:Homogenity
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:EDXLineMeasuringProcess pmd:MeasuringProcess )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:Precipitates )
                                          _:b10
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b12
                                          ( pmd:Measurement dpm:InterDiffustion )
                                          _:b7
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b12
                                          pmd:EDXLinetMeasuringProcess
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:Homogenity "Homogenity" )
                         ] .

Prefixes

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

@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qudt:       <http://qudt.org/vocab/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-rdf:      <http://tpl.ottr.xyz/rdf/0.1/>.
@prefix o-rdfs:     <http://tpl.ottr.xyz/rdfs/0.2/>.
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix 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/>.