Contents

Template: dpm:CompositionElementStd

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

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
1materialottr:IRInoyesno
2elementottr:IRInoyesno
3stoichiometryxsd:floatnoyesno
4stoichiometry_stdxsd:floatnoyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:CompositionElementStd[
    ottr:IRI ?material,
    ottr:IRI ?element,
    xsd:float ?stoichiometry,
    xsd:float ?stoichiometry_std
] :: {
    ottr:Triple(?material, pmd:composedOf, _:blank505),
    ottr:Triple(_:blank505, pmd:relatesToElement, ?element),
    o-owl-ax:SubClassOf(dpm:at_percent, qudt:MassFraction),
    o-owl-ax:SubClassOf(dpm:ChemicalCompositionMean, pmd:ChemicalComposition),
    o-owl-ax:SubClassOf(dpm:ChemicalCompositionStd, pmd:ChemicalComposition),
    o-rdf:Type(_:blank505, dpm:Element),
    o-rdfs:Label(dpm:at_percent, "Atomic Percent"),
    o-rdfs:Label(dpm:ChemicalCompositionMean, "ChemicalComposition Mean"),
    o-rdfs:Label(dpm:ChemicalCompositionStd, "ChemicalComposition Std"),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:Measurement, pmd:ChemicalCompositionMean), ?stoichiometry, dpm:at_percent),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:Measurement, pmd:ChemicalCompositionStd), ?stoichiometry_std, dpm:at_percent)
} .

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

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/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Hierarchical vertical layout (dot)
https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Spring model layout (neato)
https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Spring model layout (fdp)
https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Radial layout (twopi)
https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value
Circular layout (circo)
https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf "Atomic Percent"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Atomic Percent https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI>->"Atomic Percent"^^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/at_percent : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI> dpm:ChemicalCompositionStd "ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Std https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->"ChemicalComposition Std"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> pmd:ChemicalComposition https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionStd : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI> dpm:ChemicalCompositionMean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->https://w3id.org/pmd/co/ChemicalComposition : LUB<ottr:IRI> rdfs:subClassOf "ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string ChemicalComposition Mean https://www.dipromag.de/dipromag_onto/0.1/ChemicalCompositionMean : LUB<ottr:IRI>->"ChemicalComposition Mean"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label blank1688 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 blank1688 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:relatesToElement blank1689 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionStd blank1688 : LUB<rdfs:Resource>->blank1689 : LUB<rdfs:Resource> pmd:characteristic blank1690 : LUB<rdfs:Resource> pmd:Measurement, pmd:ChemicalCompositionMean blank1688 : LUB<rdfs:Resource>->blank1690 : LUB<rdfs:Resource> pmd:characteristic blank1689 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4 : LUB<rdfs:Resource> blank1689 : LUB<rdfs:Resource>->argument4 : 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>->blank1688 : LUB<rdfs:Resource> pmd:composedOf blank1690 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument3 : LUB<rdfs:Resource> blank1690 : LUB<rdfs:Resource>->argument3 : LUB<rdfs:Resource> pmd:value

Expanded RDF graph

x:argument1  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
                             ] .

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 .

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:CompositionElementStd(x:argument1, x:argument2, _:argument3, _:argument4)ottr:Triple(_:blank1682, pmd:relatesToElement, x:argument2)ottr:Triple(x:argument1, pmd:composedOf, _:blank1682)
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(_:blank1682, dpm:Element)ottr:Triple(_:blank1682, 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(_:blank1682, (pmd:Measurement, pmd:ChemicalCompositionStd), _:argument4, dpm:at_percent)ottr:Triple(_:blank1682, pmd:characteristic, _:blank1683)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1683, (pmd:Measurement, pmd:ChemicalCompositionStd), _:argument4, dpm:at_percent)ottr:Triple(_:blank1683, pmd:value, _:argument4)ottr:Triple(_:blank1683, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1683, ++(pmd:Measurement, pmd:ChemicalCompositionStd))ottr:Triple(_:blank1683, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionStd))
dpm:HasCharacteristicNumerical(_:blank1682, (pmd:Measurement, pmd:ChemicalCompositionMean), _:argument3, dpm:at_percent)ottr:Triple(_:blank1682, pmd:characteristic, _:blank1684)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1684, (pmd:Measurement, pmd:ChemicalCompositionMean), _:argument3, dpm:at_percent)ottr:Triple(_:blank1684, pmd:value, _:argument3)ottr:Triple(_:blank1684, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank1684, ++(pmd:Measurement, pmd:ChemicalCompositionMean))ottr:Triple(_:blank1684, rdf:type, (pmd:Measurement, pmd:ChemicalCompositionMean))

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

Depending templates

🛈 The templates in this library that depend on this template.

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:CompositionElementStd[
    ottr:IRI ?material,
    ottr:IRI ?element,
    xsd:float ?stoichiometry,
    xsd:float ?stoichiometry_std
] :: {
    ottr:Triple(?material, pmd:composedOf, _:blank505),
    ottr:Triple(_:blank505, pmd:relatesToElement, ?element),
    o-owl-ax:SubClassOf(dpm:at_percent, qudt:MassFraction),
    o-owl-ax:SubClassOf(dpm:ChemicalCompositionMean, pmd:ChemicalComposition),
    o-owl-ax:SubClassOf(dpm:ChemicalCompositionStd, pmd:ChemicalComposition),
    o-rdf:Type(_:blank505, dpm:Element),
    o-rdfs:Label(dpm:at_percent, "Atomic Percent"),
    o-rdfs:Label(dpm:ChemicalCompositionMean, "ChemicalComposition Mean"),
    o-rdfs:Label(dpm:ChemicalCompositionStd, "ChemicalComposition Std"),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:Measurement, pmd:ChemicalCompositionMean), ?stoichiometry, dpm:at_percent),
    dpm:HasCharacteristicNumerical(_:blank505, (pmd:Measurement, pmd:ChemicalCompositionStd), ?stoichiometry_std, dpm:at_percent)
} .

RDF/wOTTR

dpm:CompositionElementStd
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:name      "material" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:name      "element" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:name      "stoichiometry" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:name      "stoichiometry_std" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b3
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:at_percent qudt:MassFraction )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b4
                                          pmd:relatesToElement
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b4
                                          ( pmd:Measurement pmd:ChemicalCompositionMean )
                                          _:b2
                                          dpm:at_percent
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:at_percent "Atomic Percent" )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:composedOf
                                          _:b4
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b4
                                          dpm:Element
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:ChemicalCompositionMean "ChemicalComposition Mean" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:ChemicalCompositionStd "ChemicalComposition Std" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b4
                                          ( pmd:Measurement pmd:ChemicalCompositionStd )
                                          _:b3
                                          dpm:at_percent
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:ChemicalCompositionStd pmd:ChemicalComposition )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:ChemicalCompositionMean pmd:ChemicalComposition )
                         ] .

Prefixes

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

@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qudt:       <http://qudt.org/vocab/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-rdf:      <http://tpl.ottr.xyz/rdf/0.1/>.
@prefix o-rdfs:     <http://tpl.ottr.xyz/rdfs/0.2/>.
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix xsd:        <http://www.w3.org/2001/XMLSchema#>.
@prefix pmd:        <https://w3id.org/pmd/co/>.
@prefix dpm:        <https://www.dipromag.de/dipromag_onto/0.1/>.