dpm:CompositionElement
🛈 The parameters defined by the signature are listed here. Unfortunately parameter names are not informative; fixing it is a planned future feature. An optional parameter will accept the value ottr:none as an argument. A parameter which allows blanks will accept a blank node as argument value.
Index | Name | Type | Optional | Blanks allowed | Default value |
---|---|---|---|---|---|
1 | material | ottr:IRI | no | yes | no |
2 | element | ottr:IRI | no | yes | no |
3 | stoichiometry | xsd:float | no | yes | no |
🛈 stOTTR serialisation of the template without annotation instances.
dpm:CompositionElement[ ottr:IRI ?material, ottr:IRI ?element, xsd:float ?stoichiometry ] :: { dpm:HasQuantityValue(_:blank520, pmd:Metadata, dpm:hasStoichiometry, ?stoichiometry, dpm:at_percent), ottr:Triple(?material, pmd:composedOf, _:blank520), ottr:Triple(_:blank520, pmd:relatesToElement, ?element), o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, <http://www.w3.org/2002/07/emmohasProperty>), o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic), o-rdf:Type(_:blank520, dpm:Element), o-rdf:Type(dpm:ATPercent, qudt:MassFraction), o-rdf:Type(dpm:ATPercent, <http://www.w3.org/2002/07/emmoMeasurementUnit>) } .
🛈 The pattern of the template is illustrated by expanding a generated instance. Below the generated instance is shown in different serialisations, and its expansion is presented in different formats.
dpm:CompositionElement(x:argument1, x:argument2, _:argument3)RDF/wOTTR
[ ottr:of dpm:CompositionElement ; ottr:values ( x:argument1 x:argument2 [] ) ] .
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
x:argument1 pmd:composedOf [ rdf:type dpm:Element , pmd:Object ; dpm:hasStoichiometry [ rdf:type pmd:Measurement , pmd:Metadata ; pmd:unit dpm:at_percent ; pmd:value [] ] ; pmd:relatesToElement x:argument2 ] . dpm:ATPercent rdf:type <http://www.w3.org/2002/07/emmoMeasurementUnit> , qudt:MassFraction . dpm:hasStoichiometry rdfs:subPropertyOf pmd:characteristic , <http://www.w3.org/2002/07/emmohasProperty> .
🛈 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:CompositionElement(x:argument1, x:argument2, _:argument3)
dpm:HasQuantityValue(_:blank582, pmd:Metadata, dpm:hasStoichiometry, _:argument3, dpm:at_percent)
ottr:Triple(_:blank582, dpm:hasStoichiometry, _:blank583)
ottr:Triple(_:blank583, pmd:value, _:argument3)
ottr:Triple(_:blank583, pmd:unit, dpm:at_percent)
o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic)
ottr:Triple(dpm:hasStoichiometry, rdfs:subPropertyOf, pmd:characteristic)
o-rdf:Type(_:blank583, pmd:Metadata)
ottr:Triple(_:blank583, rdf:type, pmd:Metadata)
o-rdf:Type(_:blank583, pmd:Measurement)
ottr:Triple(_:blank583, rdf:type, pmd:Measurement)
o-rdf:Type(_:blank582, pmd:Object)
ottr:Triple(_:blank582, rdf:type, pmd:Object)
ottr:Triple(x:argument1, pmd:composedOf, _:blank582)
ottr:Triple(_:blank582, pmd:relatesToElement, x:argument2)
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, qudt:MassFraction)
ottr:Triple(dpm:ATPercent, rdf:type, qudt:MassFraction)
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(_:blank582, dpm:Element)
ottr:Triple(_:blank582, rdf:type, dpm:Element)
🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.
🛈 The number in parenthesis is the number of instances of each template.
🛈 The templates in this library that depend on this template.
🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.
Direct dependencies
| Complete expansion
|
Direct dependencies
| Complete expansion
|
dpm:CompositionElement[ ottr:IRI ?material, ottr:IRI ?element, xsd:float ?stoichiometry ] :: { dpm:HasQuantityValue(_:blank520, pmd:Metadata, dpm:hasStoichiometry, ?stoichiometry, dpm:at_percent), ottr:Triple(?material, pmd:composedOf, _:blank520), ottr:Triple(_:blank520, pmd:relatesToElement, ?element), o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, <http://www.w3.org/2002/07/emmohasProperty>), o-owl-ax:SubPropertyOf(dpm:hasStoichiometry, pmd:characteristic), o-rdf:Type(_:blank520, dpm:Element), o-rdf:Type(dpm:ATPercent, qudt:MassFraction), o-rdf:Type(dpm:ATPercent, <http://www.w3.org/2002/07/emmoMeasurementUnit>) } .
dpm:CompositionElement rdf:type ottr:Template ; ottr:parameters ( [ ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:type ottr:IRI ; ottr:variable _:b1 ] [ ottr:type xsd:float ; ottr:variable _:b2 ] ) ; ottr:pattern [ ottr:of o-owl-ax:SubPropertyOf ; ottr:values ( dpm:hasStoichiometry pmd:characteristic ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b3 dpm:Element ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b3 pmd:relatesToElement _:b1 ) ] ; ottr:pattern [ ottr:of dpm:HasQuantityValue ; ottr:values ( _:b3 pmd:Metadata dpm:hasStoichiometry _:b2 dpm:at_percent ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubPropertyOf ; ottr:values ( dpm:hasStoichiometry <http://www.w3.org/2002/07/emmohasProperty> ) ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 pmd:composedOf _:b3 ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( dpm:ATPercent <http://www.w3.org/2002/07/emmoMeasurementUnit> ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( dpm:ATPercent qudt:MassFraction ) ] .
🛈 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/>.