dpm:MeasurementEDXPoint
🛈 The parameters defined by the signature are listed here. Unfortunately parameter names are not informative; fixing it is a planned future feature. An optional parameter will accept the value ottr:none as an argument. A parameter which allows blanks will accept a blank node as argument value.
Index | Name | Type | Optional | Blanks allowed | Default value |
---|---|---|---|---|---|
1 | edx_measurement | ottr:IRI | no | yes | no |
2 | elemental_composition_quantification_method | owl:Class | yes | yes | no |
3 | elements | List<ottr:IRI> | yes | yes | no |
4 | elemental_composition_unit_at_percent | List<xsd:float> | yes | yes | no |
5 | elemental_composition_std_unit_at_percent | List<xsd:float> | yes | yes | no |
6 | precipitates_boolean | xsd:boolean | yes | yes | no |
7 | precipitates_description | xsd:string | yes | yes | no |
🛈 stOTTR serialisation of the template without annotation instances.
dpm:MeasurementEDXPoint[ ottr:IRI ?edx_measurement, ? owl:Class ?elemental_composition_quantification_method, ? List<ottr:IRI> ?elements, ? List<xsd:float> ?elemental_composition_unit_at_percent, ? List<xsd:float> ?elemental_composition_std_unit_at_percent, ? xsd:boolean ?precipitates_boolean, ? xsd:string ?precipitates_description ] :: { ottr:Triple(?edx_measurement, pmd:subordinateProcess, _:blank505), ottr:Triple(_:blank505, pmd:characteristic, _:blank502), o-owl-ax:SubClassOf(dpm:EDXPointMeasuringProcess, pmd:MeasuringProcess), o-rdf:Type(_:blank502, pmd:Measurement), o-rdf:Type(_:blank505, pmd:EDXPointMeasuringProcess), o-rdfs:Label(dpm:EDXPointMeasuringProcess, "EDX Point Measuring Process"), zipMin | dpm:CompositionElementStd(_:blank502, ++?elements, ++?elemental_composition_unit_at_percent, ++?elemental_composition_std_unit_at_percent), dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, ?elemental_composition_quantification_method), none), 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.
dpm:MeasurementEDXPoint(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (_:argument5-1, _:argument5-2), _:argument6, _:argument7)RDF/wOTTR
[ ottr:of dpm:MeasurementEDXPoint ; ottr:values ( x:argument1 x:argument2 ( x:argument3-1 x:argument3-2 ) ( [] [] ) ( [] [] ) [] [] ) ] .
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
x:argument1 pmd:subordinateProcess [ rdf:type pmd:EDXPointMeasuringProcess ; 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:at_percent rdfs:label "Atomic Percent" ; rdfs:subClassOf qudt:Unit , qudt:MassFraction . dpm:ChemicalCompositionMean rdfs:label "ChemicalComposition Mean" ; rdfs:subClassOf pmd:ChemicalComposition . dpm:ChemicalCompositionStd rdfs:label "ChemicalComposition Std" ; rdfs:subClassOf pmd:ChemicalComposition . dpm:EDXPointMeasuringProcess rdfs:label "EDX Point Measuring Process" ; rdfs:subClassOf pmd:MeasuringProcess .
🛈 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:MeasurementEDXPoint(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (_:argument5-1, _:argument5-2), _:argument6, _:argument7)
ottr:Triple(x:argument1, pmd:subordinateProcess, _:blank1953)
ottr:Triple(_:blank1953, pmd:characteristic, _:blank1954)
o-owl-ax:SubClassOf(dpm:EDXPointMeasuringProcess, pmd:MeasuringProcess)
ottr:Triple(dpm:EDXPointMeasuringProcess, rdfs:subClassOf, pmd:MeasuringProcess)
o-rdf:Type(_:blank1954, pmd:Measurement)
ottr:Triple(_:blank1954, rdf:type, pmd:Measurement)
o-rdf:Type(_:blank1953, pmd:EDXPointMeasuringProcess)
ottr:Triple(_:blank1953, rdf:type, pmd:EDXPointMeasuringProcess)
o-rdfs:Label(dpm:EDXPointMeasuringProcess, "EDX Point Measuring Process")
ottr:Triple(dpm:EDXPointMeasuringProcess, rdfs:label, "EDX Point Measuring Process")
zipMin | dpm:CompositionElementStd(_:blank1954, ++(x:argument3-1, x:argument3-2), ++(_:argument4-1, _:argument4-2), ++(_:argument5-1, _:argument5-2))
ottr:Triple(_:blank1958, pmd:relatesToElement, (x:argument3-1, x:argument3-2))
ottr:Triple(_:blank1954, pmd:composedOf, _:blank1958)
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(_:blank1958, dpm:Element)
ottr:Triple(_:blank1958, 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(_:blank1958, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument5-1, _:argument5-2), dpm:at_percent)
ottr:Triple(_:blank1958, pmd:characteristic, _:blank1959)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)
ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1959, (pmd:Measurement, pmd:ChemicalCompositionStd), (_:argument5-1, _:argument5-2), dpm:at_percent)
ottr:Triple(_:blank1959, pmd:value, (_:argument5-1, _:argument5-2))
ottr:Triple(_:blank1959, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1959, ++(pmd:Measurement, pmd:ChemicalCompositionStd))
ottr:Triple(_:blank1959, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionStd))
dpm:HasCharacteristicNumerical(_:blank1958, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument4-1, _:argument4-2), dpm:at_percent)
ottr:Triple(_:blank1958, pmd:characteristic, _:blank1960)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)
ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1960, (pmd:Measurement, pmd:ChemicalCompositionMean), (_:argument4-1, _:argument4-2), dpm:at_percent)
ottr:Triple(_:blank1960, pmd:value, (_:argument4-1, _:argument4-2))
ottr:Triple(_:blank1960, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1960, ++(pmd:Measurement, pmd:ChemicalCompositionMean))
ottr:Triple(_:blank1960, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionMean))
dpm:HasCharacteristicCategorical(_:blank1953, (pmd:Measurement, dpm:Precipitates), _:argument6)
ottr:Triple(_:blank1955, pmd:value, _:argument6)
ottr:Triple(_:blank1953, dpm:characteristic, _:blank1955)
dpm:ValueObject(_:blank1955, (pmd:Measurement, dpm:Precipitates), none, none)
ottr:Triple(_:blank1955, pmd:value, none)
ottr:Triple(_:blank1955, pmd:unit, none)
cross | o-rdf:Type(_:blank1955, ++(pmd:Measurement, dpm:Precipitates))
ottr:Triple(_:blank1955, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank1953, (pmd:Measurement, dpm:Precipitates), _:argument7)
ottr:Triple(_:blank1956, pmd:value, _:argument7)
ottr:Triple(_:blank1953, dpm:characteristic, _:blank1956)
dpm:ValueObject(_:blank1956, (pmd:Measurement, dpm:Precipitates), none, none)
ottr:Triple(_:blank1956, pmd:value, none)
ottr:Triple(_:blank1956, pmd:unit, none)
cross | o-rdf:Type(_:blank1956, ++(pmd:Measurement, dpm:Precipitates))
ottr:Triple(_:blank1956, rdf:type, (pmd:Measurement, dpm:Precipitates))
dpm:HasCharacteristicCategorical(_:blank1953, (pmd:Measurement, x:argument2), none)
ottr:Triple(_:blank1957, pmd:value, none)
ottr:Triple(_:blank1953, dpm:characteristic, _:blank1957)
dpm:ValueObject(_:blank1957, (pmd:Measurement, x:argument2), none, none)
ottr:Triple(_:blank1957, pmd:value, none)
ottr:Triple(_:blank1957, pmd:unit, none)
cross | o-rdf:Type(_:blank1957, ++(pmd:Measurement, x:argument2))
ottr:Triple(_:blank1957, rdf:type, (pmd:Measurement, x:argument2))
🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.
🛈 The number in parenthesis is the number of instances of each template.
🛈 The templates in this library that depend on this template.
None found.
🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.
Direct dependencies
| Complete expansion
|
Direct dependencies
| Complete expansion
|
dpm:MeasurementEDXPoint[ ottr:IRI ?edx_measurement, ? owl:Class ?elemental_composition_quantification_method, ? List<ottr:IRI> ?elements, ? List<xsd:float> ?elemental_composition_unit_at_percent, ? List<xsd:float> ?elemental_composition_std_unit_at_percent, ? xsd:boolean ?precipitates_boolean, ? xsd:string ?precipitates_description ] :: { ottr:Triple(?edx_measurement, pmd:subordinateProcess, _:blank505), ottr:Triple(_:blank505, pmd:characteristic, _:blank502), o-owl-ax:SubClassOf(dpm:EDXPointMeasuringProcess, pmd:MeasuringProcess), o-rdf:Type(_:blank502, pmd:Measurement), o-rdf:Type(_:blank505, pmd:EDXPointMeasuringProcess), o-rdfs:Label(dpm:EDXPointMeasuringProcess, "EDX Point Measuring Process"), zipMin | dpm:CompositionElementStd(_:blank502, ++?elements, ++?elemental_composition_unit_at_percent, ++?elemental_composition_std_unit_at_percent), dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, ?elemental_composition_quantification_method), none), dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_boolean), dpm:HasCharacteristicCategorical(_:blank505, (pmd:Measurement, dpm:Precipitates), ?precipitates_description) } .
dpm:MeasurementEDXPoint rdf:type ottr:Template ; ottr:parameters ( [ ottr:name "edx_measurement" ; ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:modifier ottr:optional ; ottr:name "elemental_composition_quantification_method" ; 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 "elemental_composition_unit_at_percent" ; ottr:type ( rdf:List xsd:float ) ; ottr:variable _:b3 ] [ ottr:modifier ottr:optional ; ottr:name "elemental_composition_std_unit_at_percent" ; ottr:type ( rdf:List xsd:float ) ; ottr:variable _:b4 ] [ ottr:modifier ottr:optional ; ottr:name "precipitates_boolean" ; ottr:type xsd:boolean ; ottr:variable _:b5 ] [ ottr:modifier ottr:optional ; ottr:name "precipitates_description" ; ottr:type xsd:string ; ottr:variable _:b6 ] ) ; ottr:pattern [ ottr:arguments ( [ ottr:value _:b7 ] [ 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 o-owl-ax:SubClassOf ; ottr:values ( dpm:EDXPointMeasuringProcess pmd:MeasuringProcess ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicCategorical ; ottr:values ( _:b8 ( pmd:Measurement dpm:Precipitates ) _:b5 ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicCategorical ; ottr:values ( _:b8 ( pmd:Measurement dpm:Precipitates ) _:b6 ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 pmd:subordinateProcess _:b8 ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:EDXPointMeasuringProcess "EDX Point Measuring Process" ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b8 pmd:EDXPointMeasuringProcess ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicCategorical ; ottr:values ( _:b8 ( pmd:Measurement _:b1 ) ottr:none ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b7 pmd:Measurement ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b8 pmd:characteristic _:b7 ) ] .
🛈 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 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/>.