Contents

Template: dpm:CompositionModification

URI: http://dipromag.de/ottr-templates/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>
          "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>
          " 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>
          "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>
          " ?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>
          ""
] .

[ <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>
          "?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>
          "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>
          "?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>
          ""
] .

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<ottr:IRI>nonono
5inserted_elementList<ottr:IRI>nonono
6inserted_element_amount_unit_at_percentList<ottr:IRI>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<ottr:IRI> ?substituted_element_amount_unit_at_percent,
    ! List<ottr:IRI> ?inserted_element,
    ! List<ottr:IRI> ?inserted_element_amount_unit_at_percent,
    ottr:IRI ?new_composition,
    xsd:string ?description
] :: {
    dpm:Process(?composition_modification, (?source_composition), (?new_composition), none, none, none, none),
    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),
    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(_:blank501, dpm:CompositionModification)
} .

🛈 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), (x:argument4-1, x:argument4-2), (x:argument5-1, x:argument5-2), (x:argument6-1, x:argument6-2), x:argument7, _:argument8)
RDF/wOTTR
[ ottr:of      dpm:CompositionModification ;
  ottr:values  ( x:argument1 x:argument2 ( x:argument3-1 x:argument3-2 ) ( x:argument4-1 x:argument4-2 ) ( x:argument5-1 x:argument5-2 ) ( x:argument6-1 x:argument6-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)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf
Hierarchical vertical layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf
Spring model layout (neato)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf
Spring model layout (fdp)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf
Radial layout (twopi)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf
Circular layout (circo)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 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 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 blank551 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank551 : LUB<rdfs:Resource> dpm:inserted blank553 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank553 : LUB<rdfs:Resource> dpm:inserted blank556 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank556 : LUB<rdfs:Resource> dpm:substituted blank558 : LUB<rdfs:Resource> pmd:Object, dpm:Element http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank558 : LUB<rdfs:Resource> dpm:substituted argument8 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument8 : LUB<rdfs:Resource> rdfs:comment blank552 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank551 : LUB<rdfs:Resource>->blank552 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 blank551 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:relatesToElement http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI> dpm:hasStoichiometry http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> emmo:hasProperty http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->http://www.w3.org/2002/07/emmohasProperty : LUB<ottr:IRI> rdfs:subPropertyOf https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> pmd:characteristic http://dipromag.de/ottr-templates/0.1/hasStoichiometry : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 blank552 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> dpm:at_percent blank552 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit blank554 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank553 : LUB<rdfs:Resource>->blank554 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 blank553 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:relatesToElement blank554 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 blank554 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI> dpm:inserted http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> dpm:compositionModification http://dipromag.de/ottr-templates/0.1/inserted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/characteristic : LUB<ottr:IRI> rdfs:subPropertyOf blank557 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank556 : LUB<rdfs:Resource>->blank557 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 blank556 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:relatesToElement blank557 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 blank557 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:value blank559 : LUB<rdfs:Resource> pmd:Metadata, pmd:Measurement blank558 : LUB<rdfs:Resource>->blank559 : LUB<rdfs:Resource> dpm:hasStoichiometry http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 blank558 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:relatesToElement blank559 : LUB<rdfs:Resource>->http://dipromag.de/ottr-templates/0.1/at_percent : LUB<ottr:IRI> pmd:unit http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 blank559 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:value http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI> dpm:substituted http://dipromag.de/ottr-templates/0.1/substituted : LUB<ottr:IRI>->http://dipromag.de/ottr-templates/0.1/compositionModification : LUB<ottr:IRI> rdfs:subPropertyOf http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI> dpm:CompositionModification https://w3id.org/pmd/co/Process : LUB<ottr:IRI> pmd:Process http://dipromag.de/ottr-templates/0.1/CompositionModification : LUB<ottr:IRI>->https://w3id.org/pmd/co/Process : LUB<ottr:IRI> rdfs:subClassOf

Expanded RDF graph

dpm:substituted  rdfs:subPropertyOf  dpm:compositionModification .

dpm:CompositionModification
        rdfs:subClassOf  pmd:Process .

x:argument1  rdfs:comment  []  ;
        dpm:inserted     [ rdf:type              dpm:Element , pmd:Object ;
                           dpm:hasStoichiometry  [ rdf:type   pmd:Measurement , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  x:argument6-2
                                                 ] ;
                           pmd:relatesToElement  x:argument5-2
                         ] ;
        dpm:inserted     [ rdf:type              dpm:Element , pmd:Object ;
                           dpm:hasStoichiometry  [ rdf:type   pmd:Measurement , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  x:argument6-1
                                                 ] ;
                           pmd:relatesToElement  x:argument5-1
                         ] ;
        dpm:substituted  [ rdf:type              dpm:Element , pmd:Object ;
                           dpm:hasStoichiometry  [ rdf:type   pmd:Measurement , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  x:argument4-2
                                                 ] ;
                           pmd:relatesToElement  x:argument3-2
                         ] ;
        dpm:substituted  [ rdf:type              dpm:Element , pmd:Object ;
                           dpm:hasStoichiometry  [ rdf:type   pmd:Measurement , pmd:Metadata ;
                                                   pmd:unit   dpm:at_percent ;
                                                   pmd:value  x:argument4-1
                                                 ] ;
                           pmd:relatesToElement  x:argument3-1
                         ] ;
        pmd:input        x:argument2 ;
        pmd:output       x:argument7 .

dpm:compositionModification
        rdfs:subPropertyOf  pmd:characteristic .

dpm:ATPercent  rdf:type  qudt:MassFraction , <http://www.w3.org/2002/07/emmoMeasurementUnit> .

dpm:hasStoichiometry  rdfs:subPropertyOf
                pmd:characteristic , <http://www.w3.org/2002/07/emmohasProperty> .

dpm:inserted  rdfs:subPropertyOf  dpm:compositionModification .

[ rdf:type  dpm:CompositionModification ] .

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), (x:argument4-1, x:argument4-2), (x:argument5-1, x:argument5-2), (x:argument6-1, x:argument6-2), x:argument7, _:argument8)
dpm:Process(x:argument1, (x:argument2), (x:argument7), none, none, none, none)zipMin | ottr:Triple(x:argument1, pmd:output, ++(x:argument7))zipMin | ottr:Triple(x:argument1, pmd:nextProcess, ++none)zipMin | ottr:Triple(x:argument1, pmd:executedBy, ++none)zipMin | ottr:Triple(x:argument1, pmd:previousProcess, ++none)zipMin | ottr:Triple(x:argument1, pmd:input, ++(x:argument2))zipMin | ottr:Triple(x:argument1, pmd:characteristic, ++none)
zipMin | dpm:SingleCompositionModification(x:argument1, dpm:inserted, ++(x:argument5-1, x:argument5-2), ++(x:argument6-1, x:argument6-2))
dpm:HasQuantityValue(_:blank522, pmd:Metadata, dpm:hasStoichiometry, (x:argument6-1, x:argument6-2), dpm:at_percent)ottr:Triple(_:blank522, dpm:hasStoichiometry, _:blank523)ottr:Triple(_:blank523, pmd:value, (x:argument6-1, x:argument6-2))ottr:Triple(_:blank523, pmd:unit, dpm:at_percent)
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(_:blank523, pmd:Metadata)ottr:Triple(_:blank523, rdf:type, pmd:Metadata)
o-rdf:Type(_:blank523, pmd:Measurement)ottr:Triple(_:blank523, rdf:type, pmd:Measurement)
o-rdf:Type(_:blank522, pmd:Object)ottr:Triple(_:blank522, rdf:type, pmd:Object)
ottr:Triple(x:argument1, dpm:inserted, _:blank522)ottr:Triple(_:blank522, pmd:relatesToElement, (x:argument5-1, x:argument5-2))
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, <http://www.w3.org/2002/07/emmohasProperty>)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, <http://www.w3.org/2002/07/emmohasProperty>)
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(dpm:ATPercent, <http://www.w3.org/2002/07/emmoMeasurementUnit>)ottr:Triple(dpm:ATPercent, rdf:type, <http://www.w3.org/2002/07/emmoMeasurementUnit>)
o-rdf:Type(dpm:ATPercent, qudt:MassFraction)ottr:Triple(dpm:ATPercent, rdf:type, qudt:MassFraction)
o-rdf:Type(_:blank522, dpm:Element)ottr:Triple(_:blank522, rdf:type, dpm:Element)
zipMin | dpm:SingleCompositionModification(x:argument1, dpm:substituted, ++(x:argument3-1, x:argument3-2), ++(x:argument4-1, x:argument4-2))
dpm:HasQuantityValue(_:blank524, pmd:Metadata, dpm:hasStoichiometry, (x:argument4-1, x:argument4-2), dpm:at_percent)ottr:Triple(_:blank524, dpm:hasStoichiometry, _:blank525)ottr:Triple(_:blank525, pmd:value, (x:argument4-1, x:argument4-2))ottr:Triple(_:blank525, pmd:unit, dpm:at_percent)
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(_:blank525, pmd:Metadata)ottr:Triple(_:blank525, rdf:type, pmd:Metadata)
o-rdf:Type(_:blank525, pmd:Measurement)ottr:Triple(_:blank525, rdf:type, pmd:Measurement)
o-rdf:Type(_:blank524, pmd:Object)ottr:Triple(_:blank524, rdf:type, pmd:Object)
ottr:Triple(x:argument1, dpm:substituted, _:blank524)ottr:Triple(_:blank524, pmd:relatesToElement, (x:argument3-1, x:argument3-2))
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, <http://www.w3.org/2002/07/emmohasProperty>)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, <http://www.w3.org/2002/07/emmohasProperty>)
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic)ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(dpm:ATPercent, <http://www.w3.org/2002/07/emmoMeasurementUnit>)ottr:Triple(dpm:ATPercent, rdf:type, <http://www.w3.org/2002/07/emmoMeasurementUnit>)
o-rdf:Type(dpm:ATPercent, qudt:MassFraction)ottr:Triple(dpm:ATPercent, rdf:type, qudt:MassFraction)
o-rdf:Type(_:blank524, dpm:Element)ottr:Triple(_:blank524, rdf:type, dpm:Element)
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:compositionModification, pmd:characteristic)ottr:Triple(dpm:compositionModification, rdfs:subPropertyOf, pmd:characteristic)
o-owl-ax:SubPropertyOf(dpm:substituted, dpm:compositionModification)ottr:Triple(dpm:substituted, rdfs:subPropertyOf, dpm:compositionModification)
o-rdf:Type(_:blank521, dpm:CompositionModification)ottr:Triple(_:blank521, rdf:type, dpm:CompositionModification)

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 dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type
Hierarchical vertical layout (dot)
dpm:CompositionModification dpm:CompositionModification dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type
Spring model layout (neato)
dpm:CompositionModification dpm:CompositionModification dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type
Spring model layout (fdp)
dpm:CompositionModification dpm:CompositionModification dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type
Radial layout (twopi)
dpm:CompositionModification dpm:CompositionModification dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type
Circular layout (circo)
dpm:CompositionModification dpm:CompositionModification dpm:Process dpm:Process dpm:CompositionModification->dpm:Process dpm:SingleCompositionModification dpm:SingleCompositionModification dpm:CompositionModification->dpm:SingleCompositionModification 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 dpm:Process->ottr:Triple dpm:SingleCompositionModification->ottr:Triple dpm:SingleCompositionModification->o-owl-ax:SubPropertyOf dpm:SingleCompositionModification->o-rdf:Type dpm:HasQuantityValue dpm:HasQuantityValue dpm:SingleCompositionModification->dpm:HasQuantityValue o-owl-ax:SubClassOf->ottr:Triple o-owl-ax:SubPropertyOf->ottr:Triple o-rdf:Type->ottr:Triple dpm:HasQuantityValue->ottr:Triple dpm:HasQuantityValue->o-owl-ax:SubPropertyOf dpm:HasQuantityValue->o-rdf:Type

List of dependencies

🛈 The number in parenthesis is the number of instances of each template.

dpm:CompositionModification
dpm:Process (1)ottr:Triple (6)
dpm:SingleCompositionModification (2)
dpm:HasQuantityValue (1)ottr:Triple (3)
o-owl-ax:SubPropertyOf (1)ottr:Triple (1)
o-rdf:Type (3)ottr:Triple (1)
ottr:Triple (2)
o-owl-ax:SubPropertyOf (2)ottr:Triple (1)
o-rdf:Type (3)ottr:Triple (1)
ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
o-owl-ax:SubPropertyOf (3)ottr:Triple (1)
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<ottr:IRI> ?substituted_element_amount_unit_at_percent,
    ! List<ottr:IRI> ?inserted_element,
    ! List<ottr:IRI> ?inserted_element_amount_unit_at_percent,
    ottr:IRI ?new_composition,
    xsd:string ?description
]
@@o-docttr:Parameter(
    _:blank512,
    "Central URI to identify this template instance.",
    "dpm:CompositionModificationTS20230606a",
    ""),
@@o-docttr:Parameter(
    _:blank513,
    "Reference to the source composition entity (URI in the ontology) that is modified.",
    "dpm:CoCr2Al",
    ""),
@@o-docttr:Parameter(
    _:blank514,
    " ?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(
    _:blank515,
    "?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(
    _:blank516,
    "?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(
    _:blank517,
    "?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(
    _:blank518,
    " 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(
    _:blank519,
    "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)
 :: {
    dpm:Process(?composition_modification, (?source_composition), (?new_composition), none, none, none, none),
    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),
    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(_:blank501, dpm:CompositionModification)
} .

RDF/wOTTR

dpm:CompositionModification
        rdf:type         ottr:Template ;
        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  ( [] 
                                          "A textual description about what type of modifications are done." "doping" ""
                                        )
                         ] ;
        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: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  ( [] 
                                          " 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: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:Parameter ;
                           ottr:values  ( [] 
                                          "Central URI to identify this template instance." "dpm:CompositionModificationTS20230606a" ""
                                        )
                         ] ;
        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  ( [] 
                                          "?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:parameters  ( [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b6
                           ]
                           [ ottr:type      xsd:string ;
                             ottr:variable  _:b7
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:compositionModification pmd:characteristic )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:Process ;
                           ottr:values  ( _:b0
                                          ( _:b1
                                          )
                                          ( _:b6
                                          )
                                          ottr:none ottr:none ottr:none ottr:none
                                        )
                         ] ;
        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      ottr:Triple ;
                           ottr:values  ( _:b0
                                          rdfs:comment
                                          _:b7
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:inserted dpm:compositionModification )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdf:Type ;
                           ottr:values  ( [] 
                                          dpm:CompositionModification
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:CompositionModification pmd:Process )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubPropertyOf ;
                           ottr:values  ( dpm:substituted dpm:compositionModification )
                         ] ;
        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
                         ] .

Prefixes

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

@prefix dpm:        <http://dipromag.de/ottr-templates/0.1/>.
@prefix dcterms:    <http://dublincore.org/specifications/dublin-core/dcmi-terms/2020-01-20/>.
@prefix x:          <http://example.ottr.xyz/argument/>.
@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qb:         <http://purl.org/linked-data/cube#>.
@prefix sdmx-concept:<http://purl.org/linked-data/sdmx/2009/concept#>.
@prefix sdmx-dimension:<http://purl.org/linked-data/sdmx/2009/dimension#>.
@prefix sdmx-measure:<http://purl.org/linked-data/sdmx/2009/measure#>.
@prefix qudt:       <http://qudt.org/2.1/schema/qudt/>.
@prefix interval:   <http://reference.data.gov.uk/def/intervals/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-owl-ma:   <http://tpl.ottr.xyz/owl/macro/0.1/>.
@prefix o-owl-re:   <http://tpl.ottr.xyz/owl/restriction/0.1/>.
@prefix o-owl-ut:   <http://tpl.ottr.xyz/owl/util/0.1/>.
@prefix o-docttr:   <http://tpl.ottr.xyz/p/docttr/0.1/>.
@prefix o-pizza:    <http://tpl.ottr.xyz/pizza/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 emmo:       <http://www.w3.org/2002/07/emmo>.
@prefix owl:        <http://www.w3.org/2002/07/owl#>.
@prefix prov:       <http://www.w3.org/ns/prov-o#>.
@prefix foaf:       <http://xmlns.com/foaf/0.1/>.
@prefix pmd:        <https://w3id.org/pmd/co/>.