Contents

Template: dpm:CompositionModification

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

Metadata

🛈 This section contains the data represented by the signature's annotation instances.

rdfs:label
CompositionModification
ottr:status
ottr:draft
owl:versionInfo
0.0.1
http://purl.org/dc/elements/1.1/description
This template can be used to describe modifications of a stoichiometry through, e.g. substitution or doping.
http://www.w3.org/2004/02/skos/core#note
It is usually referenced from the dpm:GoalsAndAmbitions template.
http://purl.org/dc/elements/1.1/title
CompositionModification
Metadata as RDF graph
[ <http://purl.org/dc/elements/1.1/description>
          " A reference to the new composition entity (URI in the ontology) that is created through the modification. If this composition does not exist, it will be created automatically through this instantiation." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "dpm:CoCr2AlCr" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

dpm:CompositionModification
        rdfs:label       "CompositionModification" ;
        ottr:status      ottr:draft ;
        <http://purl.org/dc/elements/1.1/description>
                "This template can be used to describe modifications of a stoichiometry through, e.g. substitution or doping." ;
        <http://purl.org/dc/elements/1.1/title>
                "CompositionModification" ;
        owl:versionInfo  "0.0.1" ;
        <http://www.w3.org/2004/02/skos/core#note>
                "It is usually referenced from the dpm:GoalsAndAmbitions template." .

[ <http://purl.org/dc/elements/1.1/description>
          "Reference to the source composition entity (URI in the ontology) that is modified." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "dpm:CoCr2Al" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "0.01" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          "?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "0.01" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "Cr" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          "A textual description about what type of modifications are done." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "doping" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          "Central URI to identify this template instance." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "dpm:CompositionModificationTS20230606a" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

[ <http://purl.org/dc/elements/1.1/description>
          " ?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition." ;
  <http://www.w3.org/2004/02/skos/core#example>
          "dpm:Aluminium" ;
  <http://www.w3.org/2004/02/skos/core#note>
          ""
] .

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
1composition_modificationottr:IRInonono
2source_compositionottr:IRInonono
3substituted_elementList<ottr:IRI>nonono
4substituted_element_amount_unit_at_percentList<xsd:float>nonono
5inserted_elementList<ottr:IRI>nonono
6inserted_element_amount_unit_at_percentList<xsd:float>nonono
7new_compositionottr:IRInoyesno
8descriptionxsd:stringnoyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:CompositionModification[
    ! ottr:IRI ?composition_modification,
    ! ottr:IRI ?source_composition,
    ! List<ottr:IRI> ?substituted_element,
    ! List<xsd:float> ?substituted_element_amount_unit_at_percent,
    ! List<ottr:IRI> ?inserted_element,
    ! List<xsd:float> ?inserted_element_amount_unit_at_percent,
    ottr:IRI ?new_composition,
    xsd:string ?description
] :: {
    ottr:Triple(?composition_modification, pmd:input, ?source_composition),
    ottr:Triple(?composition_modification, pmd:output, ?new_composition),
    ottr:Triple(?composition_modification, rdfs:comment, ?description),
    o-owl-ax:SubClassOf(dpm:CompositionModification, pmd:Process),
    o-owl-ax:SubPropertyOf(dpm:compositionModification, pmd:characteristic),
    o-owl-ax:SubPropertyOf(dpm:inserted, dpm:compositionModification),
    o-owl-ax:SubPropertyOf(dpm:substituted, dpm:compositionModification),
    o-rdf:Type(?composition_modification, dpm:CompositionModification),
    o-rdfs:Label(dpm:CompositionModification, "Composition Modification Process"),
    o-rdfs:Label(dpm:compositionModification, "composition Modification"),
    o-rdfs:Label(dpm:inserted, "inserted"),
    o-rdfs:Label(dpm:substituted, "substituted"),
    zipMin | dpm:SingleCompositionModification(?composition_modification, dpm:inserted, ++?inserted_element, ++?inserted_element_amount_unit_at_percent),
    zipMin | dpm:SingleCompositionModification(?composition_modification, dpm:substituted, ++?substituted_element, ++?substituted_element_amount_unit_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:CompositionModification(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (x:argument5-1, x:argument5-2), (_:argument6-1, _:argument6-2), x:argument7, _:argument8)
RDF/wOTTR
[ ottr:of      dpm:CompositionModification ;
  ottr:values  ( x:argument1 x:argument2 ( x:argument3-1 x:argument3-2 ) ( [] 
                                                                           [] 
                                                                         ) ( x:argument5-1 x:argument5-2 ) ( [] 
                                                                                                             [] 
                                                                                                           ) x:argument7
                 [] 
               )
] .

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/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value
Hierarchical vertical layout (dot)
https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value
Spring model layout (neato)
https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value
Spring model layout (fdp)
https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value
Radial layout (twopi)
https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value
Circular layout (circo)
https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification "Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Composition Modification Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->"Composition Modification Process"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process https://www.dipromag.de/dipromag_onto/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification "composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string composition Modification https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->"composition Modification"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI> dpm:substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string substituted https://www.dipromag.de/dipromag_onto/0.1/substituted : LUB<ottr:IRI>->"substituted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI> dpm:inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->https://www.dipromag.de/dipromag_onto/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf "inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string inserted https://www.dipromag.de/dipromag_onto/0.1/inserted : LUB<ottr:IRI>->"inserted"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> dpm:CompositionModification x:argument1 blank721 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank721 : LUB<rdfs:Resource> dpm:inserted blank723 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank723 : LUB<rdfs:Resource> dpm:inserted blank725 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank725 : LUB<rdfs:Resource> dpm:substituted blank727 : LUB<rdfs:Resource> dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank727 : LUB<rdfs:Resource> dpm:substituted http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> pmd:output argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank722 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank721 : LUB<rdfs:Resource>->blank722 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank721 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement argument6-1 : LUB<rdfs:Resource> blank722 : LUB<rdfs:Resource>->argument6-1 : LUB<rdfs:Resource> pmd:value https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank722 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit 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/ATPercent : LUB<ottr:IRI> dpm:ATPercent http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> qudt:MassFraction https://www.dipromag.de/dipromag_onto/0.1/ATPercent : LUB<ottr:IRI>->http://qudt.org/vocab/MassFraction : LUB<ottr:IRI> rdfs:subClassOf blank724 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank723 : LUB<rdfs:Resource>->blank724 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank723 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank724 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument6-2 : LUB<rdfs:Resource> blank724 : LUB<rdfs:Resource>->argument6-2 : LUB<rdfs:Resource> pmd:value blank726 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank725 : LUB<rdfs:Resource>->blank726 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank725 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank726 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-1 : LUB<rdfs:Resource> blank726 : LUB<rdfs:Resource>->argument4-1 : LUB<rdfs:Resource> pmd:value blank728 : LUB<rdfs:Resource> pmd:Metadata, pmd:ChemicalComposition blank727 : LUB<rdfs:Resource>->blank728 : LUB<rdfs:Resource> pmd:characteristic http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank727 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank728 : LUB<rdfs:Resource>->https://www.dipromag.de/dipromag_onto/0.1/at_percent : LUB<ottr:IRI> pmd:unit argument4-2 : LUB<rdfs:Resource> blank728 : LUB<rdfs:Resource>->argument4-2 : LUB<rdfs:Resource> pmd:value

Expanded RDF graph

dpm:compositionModification
        rdfs:label          "composition Modification" ;
        rdfs:subPropertyOf  pmd:characteristic .

dpm:CompositionModification
        rdfs:label       "Composition Modification Process" ;
        rdfs:subClassOf  pmd:Process .

dpm:inserted  rdfs:label    "inserted" ;
        rdfs:subPropertyOf  dpm:compositionModification .

dpm:ATPercent  rdfs:subClassOf  qudt:MassFraction .

dpm:substituted  rdfs:label  "substituted" ;
        rdfs:subPropertyOf  dpm:compositionModification .

x:argument1  rdf:type    dpm:CompositionModification ;
        rdfs:comment     []  ;
        pmd:input        x:argument2 ;
        pmd:output       x:argument7 ;
        dpm:inserted     [ rdf:type              dpm:Element ;
                           pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  [] 
                                                 ] ;
                           pmd:relatesToElement  x:argument5-2
                         ] ;
        dpm:inserted     [ rdf:type              dpm:Element ;
                           pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  [] 
                                                 ] ;
                           pmd:relatesToElement  x:argument5-1
                         ] ;
        dpm:substituted  [ rdf:type              dpm:Element ;
                           pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  [] 
                                                 ] ;
                           pmd:relatesToElement  x:argument3-2
                         ] ;
        dpm:substituted  [ rdf:type              dpm:Element ;
                           pmd:characteristic    [ rdf:type   pmd:ChemicalComposition , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  [] 
                                                 ] ;
                           pmd:relatesToElement  x:argument3-1
                         ] .

dpm:at_percent  rdfs:subClassOf  qudt:Unit .

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:CompositionModification(x:argument1, x:argument2, (x:argument3-1, x:argument3-2), (_:argument4-1, _:argument4-2), (x:argument5-1, x:argument5-2), (_:argument6-1, _:argument6-2), x:argument7, _:argument8)ottr:Triple(x:argument1, pmd:input, x:argument2)ottr:Triple(x:argument1, pmd:output, x:argument7)ottr:Triple(x:argument1, rdfs:comment, _:argument8)
o-owl-ax:SubClassOf(dpm:CompositionModification, pmd:Process)ottr:Triple(dpm:CompositionModification, rdfs:subClassOf, pmd:Process)
o-owl-ax:SubPropertyOf(dpm:inserted, dpm:compositionModification)ottr:Triple(dpm:inserted, rdfs:subPropertyOf, dpm:compositionModification)
o-owl-ax:SubPropertyOf(dpm:substituted, dpm:compositionModification)ottr:Triple(dpm:substituted, rdfs:subPropertyOf, dpm:compositionModification)
o-owl-ax:SubPropertyOf(dpm:compositionModification, pmd:characteristic)ottr:Triple(dpm:compositionModification, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(x:argument1, dpm:CompositionModification)ottr:Triple(x:argument1, rdf:type, dpm:CompositionModification)
o-rdfs:Label(dpm:CompositionModification, "Composition Modification Process")ottr:Triple(dpm:CompositionModification, rdfs:label, "Composition Modification Process")
o-rdfs:Label(dpm:compositionModification, "composition Modification")ottr:Triple(dpm:compositionModification, rdfs:label, "composition Modification")
o-rdfs:Label(dpm:substituted, "substituted")ottr:Triple(dpm:substituted, rdfs:label, "substituted")
o-rdfs:Label(dpm:inserted, "inserted")ottr:Triple(dpm:inserted, rdfs:label, "inserted")
zipMin | dpm:SingleCompositionModification(x:argument1, dpm:inserted, ++(x:argument5-1, x:argument5-2), ++(_:argument6-1, _:argument6-2))ottr:Triple(x:argument1, dpm:inserted, _:blank709)ottr:Triple(_:blank709, pmd:relatesToElement, (x:argument5-1, x:argument5-2))
o-owl-ax:SubClassOf(dpm:ATPercent, qudt:MassFraction)ottr:Triple(dpm:ATPercent, rdfs:subClassOf, qudt:MassFraction)
o-rdf:Type(_:blank709, dpm:Element)ottr:Triple(_:blank709, rdf:type, dpm:Element)
dpm:HasCharacteristicNumerical(_:blank709, (pmd:Metadata, pmd:ChemicalComposition), (_:argument6-1, _:argument6-2), dpm:at_percent)ottr:Triple(_:blank709, pmd:characteristic, _:blank710)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank710, (pmd:Metadata, pmd:ChemicalComposition), (_:argument6-1, _:argument6-2), dpm:at_percent)ottr:Triple(_:blank710, pmd:value, (_:argument6-1, _:argument6-2))ottr:Triple(_:blank710, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank710, ++(pmd:Metadata, pmd:ChemicalComposition))ottr:Triple(_:blank710, rdf:type, (pmd:Metadata, pmd:ChemicalComposition))
zipMin | dpm:SingleCompositionModification(x:argument1, dpm:substituted, ++(x:argument3-1, x:argument3-2), ++(_:argument4-1, _:argument4-2))ottr:Triple(x:argument1, dpm:substituted, _:blank711)ottr:Triple(_:blank711, pmd:relatesToElement, (x:argument3-1, x:argument3-2))
o-owl-ax:SubClassOf(dpm:ATPercent, qudt:MassFraction)ottr:Triple(dpm:ATPercent, rdfs:subClassOf, qudt:MassFraction)
o-rdf:Type(_:blank711, dpm:Element)ottr:Triple(_:blank711, rdf:type, dpm:Element)
dpm:HasCharacteristicNumerical(_:blank711, (pmd:Metadata, pmd:ChemicalComposition), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank711, pmd:characteristic, _:blank712)
o-owl-ax:SubClassOf(dpm:at_percent, qudt:Unit)ottr:Triple(dpm:at_percent, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank712, (pmd:Metadata, pmd:ChemicalComposition), (_:argument4-1, _:argument4-2), dpm:at_percent)ottr:Triple(_:blank712, pmd:value, (_:argument4-1, _:argument4-2))ottr:Triple(_:blank712, pmd:unit, dpm:at_percent)
cross | o-rdf:Type(_:blank712, ++(pmd:Metadata, pmd:ChemicalComposition))ottr:Triple(_:blank712, rdf:type, (pmd:Metadata, pmd:ChemicalComposition))

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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModification dpm:CompositionModification ottr:Triple ottr:Triple dpm:CompositionModification->ottr:Triple o-owl-ax:SubClassOf o-owl-ax:SubClassOf dpm:CompositionModification->o-owl-ax:SubClassOf o-owl-ax:SubPropertyOf o-owl-ax:SubPropertyOf dpm:CompositionModification->o-owl-ax:SubPropertyOf o-rdf:Type o-rdf:Type dpm:CompositionModification->o-rdf:Type o-rdfs:Label o-rdfs:Label dpm:CompositionModification->o-rdfs:Label dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple o-rdfs:Label->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubClassOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasCharacteristicNumerical dpm:HasCharacteristicNumerical dpm:SingleCompositionModification->dpm:HasCharacteristicNumerical 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:CompositionModificationottr:Triple (3)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
o-owl-ax:SubPropertyOf (3)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
o-rdfs:Label (4)ottr:Triple (1)
dpm:SingleCompositionModification (2)ottr:Triple (2)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
o-rdf:Type (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (1)ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)

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:CompositionModification[
    ! ottr:IRI ?composition_modification,
    ! ottr:IRI ?source_composition,
    ! List<ottr:IRI> ?substituted_element,
    ! List<xsd:float> ?substituted_element_amount_unit_at_percent,
    ! List<ottr:IRI> ?inserted_element,
    ! List<xsd:float> ?inserted_element_amount_unit_at_percent,
    ottr:IRI ?new_composition,
    xsd:string ?description
]
@@o-docttr:Parameter(
    _:blank528,
    "Central URI to identify this template instance.",
    "dpm:CompositionModificationTS20230606a",
    ""),
@@o-docttr:Parameter(
    _:blank529,
    "Reference to the source composition entity (URI in the ontology) that is modified.",
    "dpm:CoCr2Al",
    ""),
@@o-docttr:Parameter(
    _:blank530,
    " ?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition.",
    "dpm:Aluminium",
    ""),
@@o-docttr:Parameter(
    _:blank531,
    "?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition.",
    "0.01",
    ""),
@@o-docttr:Parameter(
    _:blank532,
    "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition.",
    "Cr",
    ""),
@@o-docttr:Parameter(
    _:blank533,
    "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition.",
    "0.01",
    ""),
@@o-docttr:Parameter(
    _:blank534,
    " A reference to the new composition entity (URI in the ontology) that is created through the modification. If this composition does not exist, it will be created automatically through this instantiation.",
    "dpm:CoCr2AlCr",
    ""),
@@o-docttr:Parameter(
    _:blank535,
    "A textual description about what type of modifications are done.",
    "doping",
    ""),
@@o-docttr:Signature(
    dpm:CompositionModification,
    "CompositionModification",
    "This template can be used to describe modifications of a stoichiometry through, e.g. substitution or doping.",
    none,
    ("It is usually referenced from the dpm:GoalsAndAmbitions template."),
    none,
    none),
@@o-docttr:Version(
    dpm:CompositionModification,
    ottr:draft,
    "0.0.1",
    none,
    none)
 :: {
    ottr:Triple(?composition_modification, pmd:input, ?source_composition),
    ottr:Triple(?composition_modification, pmd:output, ?new_composition),
    ottr:Triple(?composition_modification, rdfs:comment, ?description),
    o-owl-ax:SubClassOf(dpm:CompositionModification, pmd:Process),
    o-owl-ax:SubPropertyOf(dpm:compositionModification, pmd:characteristic),
    o-owl-ax:SubPropertyOf(dpm:inserted, dpm:compositionModification),
    o-owl-ax:SubPropertyOf(dpm:substituted, dpm:compositionModification),
    o-rdf:Type(?composition_modification, dpm:CompositionModification),
    o-rdfs:Label(dpm:CompositionModification, "Composition Modification Process"),
    o-rdfs:Label(dpm:compositionModification, "composition Modification"),
    o-rdfs:Label(dpm:inserted, "inserted"),
    o-rdfs:Label(dpm:substituted, "substituted"),
    zipMin | dpm:SingleCompositionModification(?composition_modification, dpm:inserted, ++?inserted_element, ++?inserted_element_amount_unit_at_percent),
    zipMin | dpm:SingleCompositionModification(?composition_modification, dpm:substituted, ++?substituted_element, ++?substituted_element_amount_unit_at_percent)
} .

RDF/wOTTR

dpm:CompositionModification
        rdf:type         ottr:Template ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "A textual description about what type of modifications are done." "doping" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition." "Cr" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "?inserted_element and ?inserted_element_amount_unit_at_percent belong together, therefore, ?inserted_element at position i is associated with the ?inserted_element_amount_unit_at_percent at position i. These parameters describe what is added to the composition." "0.01" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "Reference to the source composition entity (URI in the ontology) that is modified." "dpm:CoCr2Al" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "Central URI to identify this template instance." "dpm:CompositionModificationTS20230606a" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          "?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition." "0.01" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Signature ;
                           ottr:values  ( dpm:CompositionModification "CompositionModification" "This template can be used to describe modifications of a stoichiometry through, e.g. substitution or doping." ottr:none ( "It is usually referenced from the dpm:GoalsAndAmbitions template." ) ottr:none ottr:none )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          " ?substituted_element and ?substituted_element_amount_unit_at_percent belong together, therefore, ?substituted_element at position i is associated with the ?substituted_element_amount_unit_at_percent at position i. These parameters describe what is taken out of the composition." "dpm:Aluminium" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Parameter ;
                           ottr:values  ( [] 
                                          " A reference to the new composition entity (URI in the ontology) that is created through the modification. If this composition does not exist, it will be created automatically through this instantiation." "dpm:CoCr2AlCr" ""
                                        )
                         ] ;
        ottr:annotation  [ ottr:of      o-docttr:Version ;
                           ottr:values  ( dpm:CompositionModification ottr:draft "0.0.1" ottr:none ottr:none )
                         ] ;
        ottr:parameters  ( [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "composition_modification" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "source_composition" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "substituted_element" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "substituted_element_amount_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "inserted_element" ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:name      "inserted_element_amount_unit_at_percent" ;
                             ottr:type      ( rdf:List xsd:float ) ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:name      "new_composition" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:name      "description" ;
                             ottr:type      xsd:string ;
                             ottr:variable  _:b7
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          rdfs:comment
                                          _:b7
                                        )
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  dpm:substituted ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b3
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:SingleCompositionModification
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  dpm:inserted ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b4
                                             ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b5
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         dpm:SingleCompositionModification
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:substituted "substituted" )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:output
                                          _:b6
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:CompositionModification "Composition Modification Process" )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:compositionModification "composition Modification" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:CompositionModification pmd:Process )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:inserted "inserted" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:substituted dpm:compositionModification )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( _:b0
                                          dpm:CompositionModification
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:compositionModification pmd:characteristic )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:input
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:inserted dpm:compositionModification )
                         ] .

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-docttr:   <http://tpl.ottr.xyz/p/docttr/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 pmd:        <https://w3id.org/pmd/co/>.
@prefix dpm:        <https://www.dipromag.de/dipromag_onto/0.1/>.