Contents

Template: dpm:SputterSourceProcessParameter

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

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
1sputter_source_parameter_nodeottr:IRIyesyesno
2sourceottr:IRIyesyesno
3generator_typeowl:Classyesyesno
4mag_field_strength_above_target_unit_Txsd:floatyesyesno
5source_tilt_angle_unit_degxsd:floatyesyesno
6distance_to_sample_unit_mxsd:floatyesyesno
7power_unit_Wxsd:floatyesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:SputterSourceProcessParameter[
    ? ottr:IRI ?sputter_source_parameter_node,
    ? ottr:IRI ?source,
    ? owl:Class ?generator_type,
    ? xsd:float ?mag_field_strength_above_target_unit_T,
    ? xsd:float ?source_tilt_angle_unit_deg,
    ? xsd:float ?distance_to_sample_unit_m,
    ? xsd:float ?power_unit_W
] :: {
    ottr:Triple(?sputter_source_parameter_node, pmd:input, ?source),
    o-owl-ax:SubClassOf(?generator_type, pmd:ProcessingNode),
    o-owl-ax:SubClassOf(qudt:MagneticFieldAboveTarget, qudt:MagneticField),
    o-owl-ax:SubClassOf(dpm:DistanceSourceToSample, qudt:Distance),
    o-owl-ax:SubClassOf(dpm:SourceTiltAngle, qudt:Angle),
    o-rdfs:Label(qudt:MagneticFieldAboveTarget, "Magnetic Field Above Target"),
    o-rdfs:Label(dpm:DistanceSourceToSample, "Distance Source to Sample"),
    o-rdfs:Label(dpm:SourceTiltAngle, "Source Tilt Angle"),
    dpm:HasCharacteristicCategorical(?sputter_source_parameter_node, (pmd:Measurement, ?generator_type), none),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, qudt:MagneticFieldAboveTarget), ?mag_field_strength_above_target_unit_T, qudt:T),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, qudt:Power), ?power_unit_W, qudt:W),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, dpm:DistanceSourceToSample), ?distance_to_sample_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, dpm:SourceTiltAngle), ?source_tilt_angle_unit_deg, qudt:DEG)
} .

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

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)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf
Hierarchical vertical layout (dot)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf
Spring model layout (neato)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf
Spring model layout (fdp)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf
Radial layout (twopi)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf
Circular layout (circo)
blank880 : LUB<rdfs:Resource> pmd:SetPoint, dpm:SourceTiltAngle argument5 : LUB<rdfs:Resource> blank880 : LUB<rdfs:Resource>->argument5 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/DEG : LUB<ottr:IRI> qudt:DEG blank880 : LUB<rdfs:Resource>->http://qudt.org/vocab/DEG : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/Unit : LUB<ottr:IRI> qudt:Unit http://qudt.org/vocab/DEG : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank880 : LUB<rdfs:Resource> pmd:characteristic blank881 : LUB<rdfs:Resource> pmd:SetPoint, qudt:Power http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank881 : LUB<rdfs:Resource> pmd:characteristic blank882 : LUB<rdfs:Resource> pmd:SetPoint, qudt:MagneticFieldAboveTarget http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank882 : LUB<rdfs:Resource> pmd:characteristic 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 blank883 : LUB<rdfs:Resource> pmd:SetPoint, dpm:DistanceSourceToSample http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->blank883 : LUB<rdfs:Resource> pmd:characteristic https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI> dpm:DistanceSourceToSample "Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Distance Source to Sample https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->"Distance Source to Sample"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Distance : LUB<ottr:IRI> qudt:Distance https://www.dipromag.de/dipromag_onto/0.1/DistanceSourceToSample : LUB<ottr:IRI>->http://qudt.org/vocab/Distance : LUB<ottr:IRI> rdfs:subClassOf http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI> qudt:MagneticFieldAboveTarget http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> qudt:MagneticField http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->http://qudt.org/vocab/MagneticField : LUB<ottr:IRI> rdfs:subClassOf "Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Magnetic Field Above Target http://qudt.org/vocab/MagneticFieldAboveTarget : LUB<ottr:IRI>->"Magnetic Field Above Target"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI> dpm:SourceTiltAngle "Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string xsd:string Source Tilt Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->"Source Tilt Angle"^^http://www.w3.org/2001/XMLSchema#string : xsd:string rdfs:label http://qudt.org/vocab/Angle : LUB<ottr:IRI> qudt:Angle https://www.dipromag.de/dipromag_onto/0.1/SourceTiltAngle : LUB<ottr:IRI>->http://qudt.org/vocab/Angle : LUB<ottr:IRI> rdfs:subClassOf argument7 : LUB<rdfs:Resource> blank881 : LUB<rdfs:Resource>->argument7 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/W : LUB<ottr:IRI> qudt:W blank881 : LUB<rdfs:Resource>->http://qudt.org/vocab/W : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/W : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf argument4 : LUB<rdfs:Resource> blank882 : LUB<rdfs:Resource>->argument4 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/T : LUB<ottr:IRI> qudt:T blank882 : LUB<rdfs:Resource>->http://qudt.org/vocab/T : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/T : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI> x:argument3 https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> pmd:ProcessingNode http://example.ottr.xyz/argument/argument3 : LUB<ottr:IRI>->https://w3id.org/pmd/co/ProcessingNode : LUB<ottr:IRI> rdfs:subClassOf argument6 : LUB<rdfs:Resource> blank883 : LUB<rdfs:Resource>->argument6 : LUB<rdfs:Resource> pmd:value http://qudt.org/vocab/M : LUB<ottr:IRI> qudt:M blank883 : LUB<rdfs:Resource>->http://qudt.org/vocab/M : LUB<ottr:IRI> pmd:unit http://qudt.org/vocab/M : LUB<ottr:IRI>->http://qudt.org/vocab/Unit : LUB<ottr:IRI> rdfs:subClassOf

Expanded RDF graph

x:argument3  rdfs:subClassOf  pmd:ProcessingNode .

dpm:DistanceSourceToSample
        rdfs:label       "Distance Source to Sample" ;
        rdfs:subClassOf  qudt:Distance .

x:argument1  pmd:characteristic  [ rdf:type   dpm:DistanceSourceToSample , pmd:SetPoint ;
                                   pmd:unit   qudt:M ;
                                   pmd:value  [] 
                                 ] ;
        pmd:characteristic  [ rdf:type   qudt:MagneticFieldAboveTarget , pmd:SetPoint ;
                              pmd:unit   qudt:T ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   qudt:Power , pmd:SetPoint ;
                              pmd:unit   qudt:W ;
                              pmd:value  [] 
                            ] ;
        pmd:characteristic  [ rdf:type   dpm:SourceTiltAngle , pmd:SetPoint ;
                              pmd:unit   qudt:DEG ;
                              pmd:value  [] 
                            ] ;
        pmd:input           x:argument2 .

qudt:T  rdfs:subClassOf  qudt:Unit .

qudt:M  rdfs:subClassOf  qudt:Unit .

qudt:MagneticFieldAboveTarget
        rdfs:label       "Magnetic Field Above Target" ;
        rdfs:subClassOf  qudt:MagneticField .

qudt:DEG  rdfs:subClassOf  qudt:Unit .

dpm:SourceTiltAngle  rdfs:label  "Source Tilt Angle" ;
        rdfs:subClassOf  qudt:Angle .

qudt:W  rdfs:subClassOf  qudt:Unit .

Interactive expansion

🛈 Click the list to expand/contract one list element. Click 'expand/contact all' to expand/contract all elements. Note that the interactive expansion is not correct for instances that are marked by list expanders.

dpm:SputterSourceProcessParameter(x:argument1, x:argument2, x:argument3, _:argument4, _:argument5, _:argument6, _:argument7)ottr:Triple(x:argument1, pmd:input, x:argument2)
o-owl-ax:SubClassOf(dpm:DistanceSourceToSample, qudt:Distance)ottr:Triple(dpm:DistanceSourceToSample, rdfs:subClassOf, qudt:Distance)
o-owl-ax:SubClassOf(qudt:MagneticFieldAboveTarget, qudt:MagneticField)ottr:Triple(qudt:MagneticFieldAboveTarget, rdfs:subClassOf, qudt:MagneticField)
o-owl-ax:SubClassOf(x:argument3, pmd:ProcessingNode)ottr:Triple(x:argument3, rdfs:subClassOf, pmd:ProcessingNode)
o-owl-ax:SubClassOf(dpm:SourceTiltAngle, qudt:Angle)ottr:Triple(dpm:SourceTiltAngle, rdfs:subClassOf, qudt:Angle)
o-rdfs:Label(dpm:DistanceSourceToSample, "Distance Source to Sample")ottr:Triple(dpm:DistanceSourceToSample, rdfs:label, "Distance Source to Sample")
o-rdfs:Label(dpm:SourceTiltAngle, "Source Tilt Angle")ottr:Triple(dpm:SourceTiltAngle, rdfs:label, "Source Tilt Angle")
o-rdfs:Label(qudt:MagneticFieldAboveTarget, "Magnetic Field Above Target")ottr:Triple(qudt:MagneticFieldAboveTarget, rdfs:label, "Magnetic Field Above Target")
dpm:HasCharacteristicCategorical(x:argument1, (pmd:Measurement, x:argument3), none)ottr:Triple(_:blank874, pmd:value, none)ottr:Triple(x:argument1, dpm:characteristic, _:blank874)
dpm:ValueObject(_:blank874, (pmd:Measurement, x:argument3), none, none)ottr:Triple(_:blank874, pmd:value, none)ottr:Triple(_:blank874, pmd:unit, none)
cross | o-rdf:Type(_:blank874, ++(pmd:Measurement, x:argument3))ottr:Triple(_:blank874, rdf:type, (pmd:Measurement, x:argument3))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:SourceTiltAngle), _:argument5, qudt:DEG)ottr:Triple(x:argument1, pmd:characteristic, _:blank871)
o-owl-ax:SubClassOf(qudt:DEG, qudt:Unit)ottr:Triple(qudt:DEG, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank871, (pmd:SetPoint, dpm:SourceTiltAngle), _:argument5, qudt:DEG)ottr:Triple(_:blank871, pmd:value, _:argument5)ottr:Triple(_:blank871, pmd:unit, qudt:DEG)
cross | o-rdf:Type(_:blank871, ++(pmd:SetPoint, dpm:SourceTiltAngle))ottr:Triple(_:blank871, rdf:type, (pmd:SetPoint, dpm:SourceTiltAngle))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, qudt:Power), _:argument7, qudt:W)ottr:Triple(x:argument1, pmd:characteristic, _:blank872)
o-owl-ax:SubClassOf(qudt:W, qudt:Unit)ottr:Triple(qudt:W, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank872, (pmd:SetPoint, qudt:Power), _:argument7, qudt:W)ottr:Triple(_:blank872, pmd:value, _:argument7)ottr:Triple(_:blank872, pmd:unit, qudt:W)
cross | o-rdf:Type(_:blank872, ++(pmd:SetPoint, qudt:Power))ottr:Triple(_:blank872, rdf:type, (pmd:SetPoint, qudt:Power))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, qudt:MagneticFieldAboveTarget), _:argument4, qudt:T)ottr:Triple(x:argument1, pmd:characteristic, _:blank873)
o-owl-ax:SubClassOf(qudt:T, qudt:Unit)ottr:Triple(qudt:T, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank873, (pmd:SetPoint, qudt:MagneticFieldAboveTarget), _:argument4, qudt:T)ottr:Triple(_:blank873, pmd:value, _:argument4)ottr:Triple(_:blank873, pmd:unit, qudt:T)
cross | o-rdf:Type(_:blank873, ++(pmd:SetPoint, qudt:MagneticFieldAboveTarget))ottr:Triple(_:blank873, rdf:type, (pmd:SetPoint, qudt:MagneticFieldAboveTarget))
dpm:HasCharacteristicNumerical(x:argument1, (pmd:SetPoint, dpm:DistanceSourceToSample), _:argument6, qudt:M)ottr:Triple(x:argument1, pmd:characteristic, _:blank875)
o-owl-ax:SubClassOf(qudt:M, qudt:Unit)ottr:Triple(qudt:M, rdfs:subClassOf, qudt:Unit)
dpm:ValueObject(_:blank875, (pmd:SetPoint, dpm:DistanceSourceToSample), _:argument6, qudt:M)ottr:Triple(_:blank875, pmd:value, _:argument6)ottr:Triple(_:blank875, pmd:unit, qudt:M)
cross | o-rdf:Type(_:blank875, ++(pmd:SetPoint, dpm:DistanceSourceToSample))ottr:Triple(_:blank875, rdf:type, (pmd:SetPoint, dpm:DistanceSourceToSample))

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

List of dependencies

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

dpm:SputterSourceProcessParameterottr:Triple (1)
o-owl-ax:SubClassOf (4)ottr:Triple (1)
o-rdfs:Label (3)ottr:Triple (1)
dpm:HasCharacteristicCategorical (1)ottr:Triple (2)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)
dpm:HasCharacteristicNumerical (4)ottr:Triple (1)
o-owl-ax:SubClassOf (1)ottr:Triple (1)
dpm:ValueObject (1)ottr:Triple (2)
o-rdf:Type (1)ottr:Triple (1)

Depending templates

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

Metrics

🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.

Templates used

Direct dependenciesComplete expansion

Vocabulary introduced

Direct dependenciesComplete expansion

Serialisations

stOTTR

dpm:SputterSourceProcessParameter[
    ? ottr:IRI ?sputter_source_parameter_node,
    ? ottr:IRI ?source,
    ? owl:Class ?generator_type,
    ? xsd:float ?mag_field_strength_above_target_unit_T,
    ? xsd:float ?source_tilt_angle_unit_deg,
    ? xsd:float ?distance_to_sample_unit_m,
    ? xsd:float ?power_unit_W
] :: {
    ottr:Triple(?sputter_source_parameter_node, pmd:input, ?source),
    o-owl-ax:SubClassOf(?generator_type, pmd:ProcessingNode),
    o-owl-ax:SubClassOf(qudt:MagneticFieldAboveTarget, qudt:MagneticField),
    o-owl-ax:SubClassOf(dpm:DistanceSourceToSample, qudt:Distance),
    o-owl-ax:SubClassOf(dpm:SourceTiltAngle, qudt:Angle),
    o-rdfs:Label(qudt:MagneticFieldAboveTarget, "Magnetic Field Above Target"),
    o-rdfs:Label(dpm:DistanceSourceToSample, "Distance Source to Sample"),
    o-rdfs:Label(dpm:SourceTiltAngle, "Source Tilt Angle"),
    dpm:HasCharacteristicCategorical(?sputter_source_parameter_node, (pmd:Measurement, ?generator_type), none),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, qudt:MagneticFieldAboveTarget), ?mag_field_strength_above_target_unit_T, qudt:T),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, qudt:Power), ?power_unit_W, qudt:W),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, dpm:DistanceSourceToSample), ?distance_to_sample_unit_m, qudt:M),
    dpm:HasCharacteristicNumerical(?sputter_source_parameter_node, (pmd:SetPoint, dpm:SourceTiltAngle), ?source_tilt_angle_unit_deg, qudt:DEG)
} .

RDF/wOTTR

dpm:SputterSourceProcessParameter
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:modifier  ottr:optional ;
                             ottr:name      "sputter_source_parameter_node" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "source" ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "generator_type" ;
                             ottr:type      owl:Class ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "mag_field_strength_above_target_unit_T" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "source_tilt_angle_unit_deg" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "distance_to_sample_unit_m" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:name      "power_unit_W" ;
                             ottr:type      xsd:float ;
                             ottr:variable  _:b6
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( qudt:MagneticFieldAboveTarget "Magnetic Field Above Target" )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint qudt:MagneticFieldAboveTarget )
                                          _:b3
                                          qudt:T
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:DistanceSourceToSample qudt:Distance )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( qudt:MagneticFieldAboveTarget qudt:MagneticField )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( dpm:SourceTiltAngle qudt:Angle )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:DistanceSourceToSample "Distance Source to Sample" )
                         ] ;
        ottr:pattern     [ ottr:of      o-owl-ax:SubClassOf ;
                           ottr:values  ( _:b2
                                          pmd:ProcessingNode
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicCategorical ;
                           ottr:values  ( _:b0
                                          ( pmd:Measurement
                                            _:b2
                                          )
                                          ottr:none
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      ottr:Triple ;
                           ottr:values  ( _:b0
                                          pmd:input
                                          _:b1
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint qudt:Power )
                                          _:b6
                                          qudt:W
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:SourceTiltAngle )
                                          _:b4
                                          qudt:DEG
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      dpm:HasCharacteristicNumerical ;
                           ottr:values  ( _:b0
                                          ( pmd:SetPoint dpm:DistanceSourceToSample )
                                          _:b5
                                          qudt:M
                                        )
                         ] ;
        ottr:pattern     [ ottr:of      o-rdfs:Label ;
                           ottr:values  ( dpm:SourceTiltAngle "Source Tilt Angle" )
                         ] .

Prefixes

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

@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qudt:       <http://qudt.org/vocab/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-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 owl:        <http://www.w3.org/2002/07/owl#>.
@prefix pmd:        <https://w3id.org/pmd/co/>.
@prefix dpm:        <https://www.dipromag.de/dipromag_onto/0.1/>.