dpm:SampleSynthesisBulkQuartzMelt
🛈 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 | quartz_melt_name | ottr:IRI | no | yes | no |
2 | mass_in_unit_kg | xsd:float | yes | yes | no |
3 | mass_out_unit_kg | xsd:float | yes | yes | no |
4 | sample_container | xsd:string | no | yes | ""^^http://www.w3.org/2001/XMLSchema#string |
5 | gas | ottr:IRI | yes | yes | no |
6 | pressure_unit_pascal | xsd:float | yes | yes | no |
7 | ramp_start_unit_K | List<xsd:float> | no | yes | no |
8 | ramp_end_unit_K | List<xsd:float> | no | yes | no |
9 | ramp_duration_unit_s | List<xsd:float> | no | yes | no |
10 | quench | xsd:string | no | yes | ""^^http://www.w3.org/2001/XMLSchema#string |
🛈 stOTTR serialisation of the template without annotation instances.
dpm:SampleSynthesisBulkQuartzMelt[ ottr:IRI ?quartz_melt_name, ? xsd:float ?mass_in_unit_kg, ? xsd:float ?mass_out_unit_kg, xsd:string ?sample_container="", ? ottr:IRI ?gas, ? xsd:float ?pressure_unit_pascal, List<xsd:float> ?ramp_start_unit_K, List<xsd:float> ?ramp_end_unit_K, List<xsd:float> ?ramp_duration_unit_s, xsd:string ?quench="" ] :: { zipMin | ottr:Triple(?quartz_melt_name, pmd:characteristic, ++(_:blank505, _:blank502, _:blank506, _:blank507)), zipMin | ottr:Triple(?quartz_melt_name, pmd:output, ++(_:blank508, _:blank509, _:blank510, _:blank511)), o-owl-ax:SubClassOf(dpm:Duration, qudt:Time), o-owl-ax:SubClassOf(dpm:Melt, pmd:ManufactureProcess), o-owl-ax:SubClassOf(dpm:QuartzMelt, dpm:Melt), o-owl-ax:SubClassOf(dpm:RampEnd, qudt:Temperature), o-owl-ax:SubClassOf(dpm:RampStart, qudt:Temperature), o-owl-ax:SubClassOf(dpm:SampleContainer, pmd:ProcessingNode), o-rdf:Type(?quartz_melt_name, dpm:QuartzMelt), o-rdfs:Label(dpm:Duration, "Duration"), o-rdfs:Label(dpm:Melt, "Melt"), o-rdfs:Label(dpm:QuartzMelt, "Quartz Melt"), o-rdfs:Label(dpm:RampEnd, "Ramp End"), o-rdfs:Label(dpm:RampStart, "Ramp Start"), o-rdfs:Label(dpm:SampleContainer, "Sample Container"), dpm:HasAtmosphere(_:blank502, ?gas), dpm:HasCharacteristicCategorical(?quartz_melt_name, (pmd:SetPoint, dpm:Quench), ?quench), dpm:HasCharacteristicCategorical(?quartz_melt_name, (pmd:SetPoint, dpm:SampleContainer), ?sample_container), dpm:HasCharacteristicNumerical(?quartz_melt_name, (pmd:SetPoint, qudt:Pressure), ?pressure_unit_pascal, qudt:PA), dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, qudt:SampleMass), ?mass_in_unit_kg, qudt:KiloGM), dpm:HasCharacteristicNumerical(_:blank508, (pmd:SetPoint, qudt:SampleMass), ?mass_out_unit_kg, qudt:KiloGM), dpm:HeatRamp(?quartz_melt_name, ?ramp_start_unit_K, ?ramp_end_unit_K, ?ramp_duration_unit_s) } .
🛈 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:SampleSynthesisBulkQuartzMelt(x:argument1, _:argument2, _:argument3, _:argument4, x:argument5, _:argument6, (_:argument7-1, _:argument7-2), (_:argument8-1, _:argument8-2), (_:argument9-1, _:argument9-2), _:argument10)RDF/wOTTR
[ ottr:of dpm:SampleSynthesisBulkQuartzMelt ; ottr:values ( x:argument1 [] [] [] x:argument5 [] ( [] [] ) ( [] [] ) ( [] [] ) [] ) ] .
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
dpm:Duration rdfs:label "Duration" ; rdfs:subClassOf qudt:Time . x:argument1 rdf:type dpm:QuartzMelt ; pmd:characteristic [ pmd:characteristic [ rdf:type qudt:SampleMass , pmd:SetPoint ; pmd:unit qudt:KiloGM ; pmd:value [] ] ] ; pmd:characteristic [ pmd:characteristic [ rdf:type qudt:RampEnd , pmd:SetPoint ; pmd:unit qudt:K ; pmd:value ( [] [] ) ] ] ; pmd:characteristic [] ; pmd:characteristic [] ; pmd:characteristic [ pmd:characteristic [ rdf:type qudt:RampStart , pmd:SetPoint ; pmd:unit qudt:K ; pmd:value ( [] [] ) ] ] ; pmd:characteristic [] ; pmd:characteristic [ pmd:characteristic [ rdf:type pmd:SetPoint , dpm:Atmosphere ; dpm:relatesToComposition x:argument5 ] ] ; pmd:characteristic [] ; pmd:characteristic [ rdf:type qudt:Pressure , pmd:SetPoint ; pmd:unit qudt:PA ; pmd:value [] ] ; pmd:output [] ; pmd:output [] ; pmd:output [ pmd:characteristic [ rdf:type qudt:SampleMass , pmd:SetPoint ; pmd:unit qudt:KiloGM ; pmd:value [] ] ] ; pmd:output [] ; dpm:characteristic [ pmd:value [] ] ; dpm:characteristic [ pmd:value [] ] . dpm:SampleContainer rdfs:label "Sample Container" ; rdfs:subClassOf pmd:ProcessingNode . dpm:RampEnd rdfs:label "Ramp End" ; rdfs:subClassOf qudt:Temperature . qudt:KiloGM rdfs:subClassOf qudt:Unit . qudt:PA rdfs:subClassOf qudt:Unit . dpm:Melt rdfs:label "Melt" ; rdfs:subClassOf pmd:ManufactureProcess . dpm:QuartzMelt rdfs:label "Quartz Melt" ; rdfs:subClassOf dpm:Melt . [ pmd:characteristic [ rdf:type qudt:Duration , pmd:SetPoint ; pmd:unit qudt:SEC ; pmd:value ( [] [] ) ] ] . dpm:RampStart rdfs:label "Ramp Start" ; rdfs:subClassOf qudt:Temperature . qudt:SEC rdfs:subClassOf qudt:Unit . qudt:K rdfs:subClassOf qudt:Unit .
🛈 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:SampleSynthesisBulkQuartzMelt(x:argument1, _:argument2, _:argument3, _:argument4, x:argument5, _:argument6, (_:argument7-1, _:argument7-2), (_:argument8-1, _:argument8-2), (_:argument9-1, _:argument9-2), _:argument10)
zipMin | ottr:Triple(x:argument1, pmd:output, ++(_:blank1889, _:blank1890, _:blank1891, _:blank1892))
zipMin | ottr:Triple(x:argument1, pmd:characteristic, ++(_:blank1887, _:blank1888, _:blank1893, _:blank1894))
o-owl-ax:SubClassOf(dpm:Melt, pmd:ManufactureProcess)
ottr:Triple(dpm:Melt, rdfs:subClassOf, pmd:ManufactureProcess)
o-owl-ax:SubClassOf(dpm:Duration, qudt:Time)
ottr:Triple(dpm:Duration, rdfs:subClassOf, qudt:Time)
o-owl-ax:SubClassOf(dpm:RampStart, qudt:Temperature)
ottr:Triple(dpm:RampStart, rdfs:subClassOf, qudt:Temperature)
o-owl-ax:SubClassOf(dpm:QuartzMelt, dpm:Melt)
ottr:Triple(dpm:QuartzMelt, rdfs:subClassOf, dpm:Melt)
o-owl-ax:SubClassOf(dpm:RampEnd, qudt:Temperature)
ottr:Triple(dpm:RampEnd, rdfs:subClassOf, qudt:Temperature)
o-owl-ax:SubClassOf(dpm:SampleContainer, pmd:ProcessingNode)
ottr:Triple(dpm:SampleContainer, rdfs:subClassOf, pmd:ProcessingNode)
o-rdf:Type(x:argument1, dpm:QuartzMelt)
ottr:Triple(x:argument1, rdf:type, dpm:QuartzMelt)
o-rdfs:Label(dpm:SampleContainer, "Sample Container")
ottr:Triple(dpm:SampleContainer, rdfs:label, "Sample Container")
o-rdfs:Label(dpm:Duration, "Duration")
ottr:Triple(dpm:Duration, rdfs:label, "Duration")
o-rdfs:Label(dpm:QuartzMelt, "Quartz Melt")
ottr:Triple(dpm:QuartzMelt, rdfs:label, "Quartz Melt")
o-rdfs:Label(dpm:RampEnd, "Ramp End")
ottr:Triple(dpm:RampEnd, rdfs:label, "Ramp End")
o-rdfs:Label(dpm:RampStart, "Ramp Start")
ottr:Triple(dpm:RampStart, rdfs:label, "Ramp Start")
o-rdfs:Label(dpm:Melt, "Melt")
ottr:Triple(dpm:Melt, rdfs:label, "Melt")
dpm:HasAtmosphere(_:blank1888, x:argument5)
ottr:Triple(_:blank1888, pmd:characteristic, _:blank1904)
ottr:Triple(_:blank1904, dpm:relatesToComposition, x:argument5)
cross | o-rdf:Type(_:blank1904, ++(dpm:Atmosphere, pmd:SetPoint))
ottr:Triple(_:blank1904, rdf:type, (dpm:Atmosphere, pmd:SetPoint))
dpm:HasCharacteristicCategorical(x:argument1, (pmd:SetPoint, dpm:Quench), _:argument10)
ottr:Triple(_:blank1906, pmd:value, _:argument10)
ottr:Triple(x:argument1, dpm:characteristic, _:blank1906)
dpm:ValueObject(_:blank1906, (pmd:SetPoint, dpm:Quench), none, none)
ottr:Triple(_:blank1906, pmd:value, none)
ottr:Triple(_:blank1906, pmd:unit, none)
cross | o-rdf:Type(_:blank1906, ++(pmd:SetPoint, dpm:Quench))
ottr:Triple(_:blank1906, rdf:type, (pmd:SetPoint, dpm:Quench))
dpm:HasCharacteristicCategorical(x:argument1, (pmd:SetPoint, dpm:SampleContainer), _:argument4)
ottr:Triple(_:blank1907, pmd:value, _:argument4)
ottr:Triple(x:argument1, dpm:characteristic, _:blank1907)
dpm:ValueObject(_:blank1907, (pmd:SetPoint, dpm:SampleContainer), none, none)
ottr:Triple(_:blank1907, pmd:value, none)
ottr:Triple(_:blank1907, pmd:unit, none)
cross | o-rdf:Type(_:blank1907, ++(pmd:SetPoint, dpm:SampleContainer))
ottr:Triple(_:blank1907, rdf:type, (pmd:SetPoint, dpm:SampleContainer))
dpm:HasCharacteristicNumerical(_:blank1887, (pmd:SetPoint, qudt:SampleMass), _:argument2, qudt:KiloGM)
ottr:Triple(_:blank1887, pmd:characteristic, _:blank1903)
o-owl-ax:SubClassOf(qudt:KiloGM, qudt:Unit)
ottr:Triple(qudt:KiloGM, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1903, (pmd:SetPoint, qudt:SampleMass), _:argument2, qudt:KiloGM)
ottr:Triple(_:blank1903, pmd:value, _:argument2)
ottr:Triple(_:blank1903, pmd:unit, qudt:KiloGM)
cross | o-rdf:Type(_:blank1903, ++(pmd:SetPoint, qudt:SampleMass))
ottr:Triple(_:blank1903, rdf:type, (pmd:SetPoint, qudt:SampleMass))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, qudt:Pressure), _:argument6, qudt:PA)
ottr:Triple(x:argument1, pmd:characteristic, _:blank1905)
o-owl-ax:SubClassOf(qudt:PA, qudt:Unit)
ottr:Triple(qudt:PA, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1905, (pmd:SetPoint, qudt:Pressure), _:argument6, qudt:PA)
ottr:Triple(_:blank1905, pmd:value, _:argument6)
ottr:Triple(_:blank1905, pmd:unit, qudt:PA)
cross | o-rdf:Type(_:blank1905, ++(pmd:SetPoint, qudt:Pressure))
ottr:Triple(_:blank1905, rdf:type, (pmd:SetPoint, qudt:Pressure))
dpm:HasCharacteristicNumerical(_:blank1889, (pmd:SetPoint, qudt:SampleMass), _:argument3, qudt:KiloGM)
ottr:Triple(_:blank1889, pmd:characteristic, _:blank1908)
o-owl-ax:SubClassOf(qudt:KiloGM, qudt:Unit)
ottr:Triple(qudt:KiloGM, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1908, (pmd:SetPoint, qudt:SampleMass), _:argument3, qudt:KiloGM)
ottr:Triple(_:blank1908, pmd:value, _:argument3)
ottr:Triple(_:blank1908, pmd:unit, qudt:KiloGM)
cross | o-rdf:Type(_:blank1908, ++(pmd:SetPoint, qudt:SampleMass))
ottr:Triple(_:blank1908, rdf:type, (pmd:SetPoint, qudt:SampleMass))
dpm:HeatRamp(x:argument1, (_:argument7-1, _:argument7-2), (_:argument8-1, _:argument8-2), (_:argument9-1, _:argument9-2))
zipMin | ottr:Triple(x:argument1, pmd:characteristic, ++(_:blank1895, _:blank1896, _:blank1897, _:blank1898))
dpm:HasCharacteristicNumerical(_:blank1898, (pmd:SetPoint, qudt:RampEnd), (_:argument8-1, _:argument8-2), qudt:K)
ottr:Triple(_:blank1898, pmd:characteristic, _:blank1900)
o-owl-ax:SubClassOf(qudt:K, qudt:Unit)
ottr:Triple(qudt:K, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1900, (pmd:SetPoint, qudt:RampEnd), (_:argument8-1, _:argument8-2), qudt:K)
ottr:Triple(_:blank1900, pmd:value, (_:argument8-1, _:argument8-2))
ottr:Triple(_:blank1900, pmd:unit, qudt:K)
cross | o-rdf:Type(_:blank1900, ++(pmd:SetPoint, qudt:RampEnd))
ottr:Triple(_:blank1900, rdf:type, (pmd:SetPoint, qudt:RampEnd))
dpm:HasCharacteristicNumerical(_:blank1897, (pmd:SetPoint, qudt:RampStart), (_:argument7-1, _:argument7-2), qudt:K)
ottr:Triple(_:blank1897, pmd:characteristic, _:blank1901)
o-owl-ax:SubClassOf(qudt:K, qudt:Unit)
ottr:Triple(qudt:K, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1901, (pmd:SetPoint, qudt:RampStart), (_:argument7-1, _:argument7-2), qudt:K)
ottr:Triple(_:blank1901, pmd:value, (_:argument7-1, _:argument7-2))
ottr:Triple(_:blank1901, pmd:unit, qudt:K)
cross | o-rdf:Type(_:blank1901, ++(pmd:SetPoint, qudt:RampStart))
ottr:Triple(_:blank1901, rdf:type, (pmd:SetPoint, qudt:RampStart))
dpm:HasCharacteristicNumerical(_:blank1899, (pmd:SetPoint, qudt:Duration), (_:argument9-1, _:argument9-2), qudt:SEC)
ottr:Triple(_:blank1899, pmd:characteristic, _:blank1902)
o-owl-ax:SubClassOf(qudt:SEC, qudt:Unit)
ottr:Triple(qudt:SEC, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank1902, (pmd:SetPoint, qudt:Duration), (_:argument9-1, _:argument9-2), qudt:SEC)
ottr:Triple(_:blank1902, pmd:value, (_:argument9-1, _:argument9-2))
ottr:Triple(_:blank1902, pmd:unit, qudt:SEC)
cross | o-rdf:Type(_:blank1902, ++(pmd:SetPoint, qudt:Duration))
ottr:Triple(_:blank1902, rdf:type, (pmd:SetPoint, qudt:Duration))
🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.
🛈 The number in parenthesis is the number of instances of each template.
🛈 The templates in this library that depend on this template.
None found.
🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.
Direct dependencies
| Complete expansion
|
Direct dependencies
| Complete expansion
|
dpm:SampleSynthesisBulkQuartzMelt[ ottr:IRI ?quartz_melt_name, ? xsd:float ?mass_in_unit_kg, ? xsd:float ?mass_out_unit_kg, xsd:string ?sample_container="", ? ottr:IRI ?gas, ? xsd:float ?pressure_unit_pascal, List<xsd:float> ?ramp_start_unit_K, List<xsd:float> ?ramp_end_unit_K, List<xsd:float> ?ramp_duration_unit_s, xsd:string ?quench="" ] :: { zipMin | ottr:Triple(?quartz_melt_name, pmd:characteristic, ++(_:blank505, _:blank502, _:blank506, _:blank507)), zipMin | ottr:Triple(?quartz_melt_name, pmd:output, ++(_:blank508, _:blank509, _:blank510, _:blank511)), o-owl-ax:SubClassOf(dpm:Duration, qudt:Time), o-owl-ax:SubClassOf(dpm:Melt, pmd:ManufactureProcess), o-owl-ax:SubClassOf(dpm:QuartzMelt, dpm:Melt), o-owl-ax:SubClassOf(dpm:RampEnd, qudt:Temperature), o-owl-ax:SubClassOf(dpm:RampStart, qudt:Temperature), o-owl-ax:SubClassOf(dpm:SampleContainer, pmd:ProcessingNode), o-rdf:Type(?quartz_melt_name, dpm:QuartzMelt), o-rdfs:Label(dpm:Duration, "Duration"), o-rdfs:Label(dpm:Melt, "Melt"), o-rdfs:Label(dpm:QuartzMelt, "Quartz Melt"), o-rdfs:Label(dpm:RampEnd, "Ramp End"), o-rdfs:Label(dpm:RampStart, "Ramp Start"), o-rdfs:Label(dpm:SampleContainer, "Sample Container"), dpm:HasAtmosphere(_:blank502, ?gas), dpm:HasCharacteristicCategorical(?quartz_melt_name, (pmd:SetPoint, dpm:Quench), ?quench), dpm:HasCharacteristicCategorical(?quartz_melt_name, (pmd:SetPoint, dpm:SampleContainer), ?sample_container), dpm:HasCharacteristicNumerical(?quartz_melt_name, (pmd:SetPoint, qudt:Pressure), ?pressure_unit_pascal, qudt:PA), dpm:HasCharacteristicNumerical(_:blank505, (pmd:SetPoint, qudt:SampleMass), ?mass_in_unit_kg, qudt:KiloGM), dpm:HasCharacteristicNumerical(_:blank508, (pmd:SetPoint, qudt:SampleMass), ?mass_out_unit_kg, qudt:KiloGM), dpm:HeatRamp(?quartz_melt_name, ?ramp_start_unit_K, ?ramp_end_unit_K, ?ramp_duration_unit_s) } .
dpm:SampleSynthesisBulkQuartzMelt rdf:type ottr:Template ; ottr:parameters ( [ ottr:name "quartz_melt_name" ; ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:modifier ottr:optional ; ottr:name "mass_in_unit_kg" ; ottr:type xsd:float ; ottr:variable _:b1 ] [ ottr:modifier ottr:optional ; ottr:name "mass_out_unit_kg" ; ottr:type xsd:float ; ottr:variable _:b2 ] [ ottr:default "" ; ottr:name "sample_container" ; ottr:type xsd:string ; ottr:variable _:b3 ] [ ottr:modifier ottr:optional ; ottr:name "gas" ; ottr:type ottr:IRI ; ottr:variable _:b4 ] [ ottr:modifier ottr:optional ; ottr:name "pressure_unit_pascal" ; ottr:type xsd:float ; ottr:variable _:b5 ] [ ottr:name "ramp_start_unit_K" ; ottr:type ( rdf:List xsd:float ) ; ottr:variable _:b6 ] [ ottr:name "ramp_end_unit_K" ; ottr:type ( rdf:List xsd:float ) ; ottr:variable _:b7 ] [ ottr:name "ramp_duration_unit_s" ; ottr:type ( rdf:List xsd:float ) ; ottr:variable _:b8 ] [ ottr:default "" ; ottr:name "quench" ; ottr:type xsd:string ; ottr:variable _:b9 ] ) ; ottr:pattern [ ottr:arguments ( [ ottr:value _:b0 ] [ ottr:value pmd:characteristic ] [ ottr:modifier ottr:listExpand ; ottr:value ( _:b10 _:b11 [] [] ) ] ) ; ottr:modifier ottr:zipMin ; ottr:of ottr:Triple ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b0 dpm:QuartzMelt ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:RampEnd "Ramp End" ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:Duration "Duration" ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:Duration qudt:Time ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicNumerical ; ottr:values ( _:b10 ( pmd:SetPoint qudt:SampleMass ) _:b1 qudt:KiloGM ) ] ; ottr:pattern [ ottr:arguments ( [ ottr:value _:b0 ] [ ottr:value pmd:output ] [ ottr:modifier ottr:listExpand ; ottr:value ( _:b12 [] [] [] ) ] ) ; ottr:modifier ottr:zipMin ; ottr:of ottr:Triple ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:Melt "Melt" ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:SampleContainer "Sample Container" ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicNumerical ; ottr:values ( _:b12 ( pmd:SetPoint qudt:SampleMass ) _:b2 qudt:KiloGM ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:SampleContainer pmd:ProcessingNode ) ] ; ottr:pattern [ ottr:of dpm:HasAtmosphere ; ottr:values ( _:b11 _:b4 ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:QuartzMelt "Quartz Melt" ) ] ; ottr:pattern [ ottr:of o-rdfs:Label ; ottr:values ( dpm:RampStart "Ramp Start" ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:RampStart qudt:Temperature ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicNumerical ; ottr:values ( _:b0 ( pmd:SetPoint qudt:Pressure ) _:b5 qudt:PA ) ] ; ottr:pattern [ ottr:of dpm:HeatRamp ; ottr:values ( _:b0 _:b6 _:b7 _:b8 ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:Melt pmd:ManufactureProcess ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:RampEnd qudt:Temperature ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicCategorical ; ottr:values ( _:b0 ( pmd:SetPoint dpm:SampleContainer ) _:b3 ) ] ; ottr:pattern [ ottr:of dpm:HasCharacteristicCategorical ; ottr:values ( _:b0 ( pmd:SetPoint dpm:Quench ) _:b9 ) ] ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( dpm:QuartzMelt dpm:Melt ) ] .
🛈 Prefixes are removed from all listings on this page for readability, but are listed here in RDF Turtle format.
@prefix ottr: <http://ns.ottr.xyz/0.4/>. @prefix qudt: <http://qudt.org/vocab/>. @prefix o-owl-ax: <http://tpl.ottr.xyz/owl/axiom/0.1/>. @prefix o-rdf: <http://tpl.ottr.xyz/rdf/0.1/>. @prefix o-rdfs: <http://tpl.ottr.xyz/rdfs/0.2/>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix xsd: <http://www.w3.org/2001/XMLSchema#>. @prefix pmd: <https://w3id.org/pmd/co/>. @prefix dpm: <https://www.dipromag.de/dipromag_onto/0.1/>.