@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SliderPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Mike Hunsberger' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '12 February 2001' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'External prototype of a slider to be used to control scenes where integer values are needed. This file is a combination of a slider prototype and a conversion program.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'needs troubleshooting.' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SliderPrototype.x3d" .
:meta dcterms:creator "Mike Hunsberger" .
:meta dcterms:created "12 February 2001" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:description "External prototype of a slider to be used to control scenes where integer values are needed. This file is a combination of a slider prototype and a conversion program." .
:meta dcterms:warning "needs troubleshooting." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Anchor_2_5 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2, :ProtoDeclare_2_3, :ProtoDeclare_2_4 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SliderPrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'ScaledSFFloat' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6, :field_2_2_1_7, :field_2_2_1_8, :field_2_2_1_9, :field_2_2_1_10 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMin' ;
  x3do:type 'SFFloat' ;
  x3do:value 0 .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMax' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMin' ;
  x3do:type 'SFFloat' ;
  x3do:value 0 .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMax' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMin' ;
  x3do:type 'SFFloat' .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMax' ;
  x3do:type 'SFFloat' .
:field_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMin' ;
  x3do:type 'SFFloat' .
:field_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMax' ;
  x3do:type 'SFFloat' .
:field_2_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFFloat' .
:field_2_2_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFFloat' .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :ScaledSFFloatScriptNode .
:ScaledSFFloatScriptNode a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasField :field_2_2_2_1_1, :field_2_2_2_1_2, :field_2_2_2_1_3, :field_2_2_2_1_4, :field_2_2_2_1_5, :field_2_2_2_1_6, :field_2_2_2_1_7, :field_2_2_2_1_8, :field_2_2_2_1_9, :field_2_2_2_1_10 ;
  x3do:hasIS :IS_2_2_2_1_11 ;
  x3do:DEF 'ScaledSFFloatScriptNode' ;
  x3do:url '"ScaledSFFloatScript.class" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/ScaledSFFloatScript.class"' .
:field_2_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMin' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMax' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMin' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMax' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMin' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMax' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMin' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMax' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFFloat' .
:field_2_2_2_1_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFFloat' .
:IS_2_2_2_1_11 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :ScaledSFFloatScriptNode ;
  x3do:hasConnect :connect_2_2_2_1_11_1, :connect_2_2_2_1_11_2, :connect_2_2_2_1_11_3, :connect_2_2_2_1_11_4, :connect_2_2_2_1_11_5, :connect_2_2_2_1_11_6, :connect_2_2_2_1_11_7, :connect_2_2_2_1_11_8, :connect_2_2_2_1_11_9, :connect_2_2_2_1_11_10 .
:connect_2_2_2_1_11_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'oldMin' ;
  x3do:protoField 'oldMin' .
:connect_2_2_2_1_11_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'oldMax' ;
  x3do:protoField 'oldMax' .
:connect_2_2_2_1_11_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'newMin' ;
  x3do:protoField 'newMin' .
:connect_2_2_2_1_11_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'newMax' ;
  x3do:protoField 'newMax' .
:connect_2_2_2_1_11_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'set_oldMin' ;
  x3do:protoField 'set_oldMin' .
:connect_2_2_2_1_11_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'set_oldMax' ;
  x3do:protoField 'set_oldMax' .
:connect_2_2_2_1_11_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'set_newMin' ;
  x3do:protoField 'set_newMin' .
:connect_2_2_2_1_11_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'set_newMax' ;
  x3do:protoField 'set_newMax' .
:connect_2_2_2_1_11_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'set_value' ;
  x3do:protoField 'set_value' .
:connect_2_2_2_1_11_10 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_11 ;
  x3do:nodeField 'value_changed' ;
  x3do:protoField 'value_changed' .
:ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_3_1 ;
  x3do:hasProtoBody :ProtoBody_2_3_2 ;
  x3do:name 'SingleTypeConversion' .
:ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasField :field_2_3_1_1, :field_2_3_1_2, :field_2_3_1_3, :field_2_3_1_4, :field_2_3_1_5, :field_2_3_1_6, :field_2_3_1_7, :field_2_3_1_8, :field_2_3_1_9 .
:field_2_3_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFBoolValue' ;
  x3do:type 'SFBool' .
:field_2_3_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFFloatValue' ;
  x3do:type 'SFFloat' .
:field_2_3_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFInt32Value' ;
  x3do:type 'SFInt32' .
:field_2_3_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFStringValue' ;
  x3do:type 'SFString' .
:field_2_3_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFBoolResult' ;
  x3do:type 'SFBool' .
:field_2_3_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFFloatResult' ;
  x3do:type 'SFFloat' .
:field_2_3_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFInt32Result' ;
  x3do:type 'SFInt32' .
:field_2_3_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFStringResult' ;
  x3do:type 'SFString' .
:field_2_3_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'MFStringResult' ;
  x3do:type 'MFString' .
:ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasChildren :SingleTypeConversionScriptNode .
:SingleTypeConversionScriptNode a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_3_2 ;
  x3do:hasField :field_2_3_2_1_1, :field_2_3_2_1_2, :field_2_3_2_1_3, :field_2_3_2_1_4, :field_2_3_2_1_5, :field_2_3_2_1_6, :field_2_3_2_1_7, :field_2_3_2_1_8, :field_2_3_2_1_9 ;
  x3do:hasIS :IS_2_3_2_1_10 ;
  x3do:DEF 'SingleTypeConversionScriptNode' ;
  x3do:url '"SingleTypeConversionScript.class" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SingleTypeConversionScript.class"' .
:field_2_3_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFBoolValue' ;
  x3do:type 'SFBool' .
:field_2_3_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFFloatValue' ;
  x3do:type 'SFFloat' .
:field_2_3_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFInt32Value' ;
  x3do:type 'SFInt32' .
:field_2_3_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFStringValue' ;
  x3do:type 'SFString' .
:field_2_3_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFBoolResult' ;
  x3do:type 'SFBool' .
:field_2_3_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFFloatResult' ;
  x3do:type 'SFFloat' .
:field_2_3_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFInt32Result' ;
  x3do:type 'SFInt32' .
:field_2_3_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFStringResult' ;
  x3do:type 'SFString' .
:field_2_3_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'MFStringResult' ;
  x3do:type 'MFString' .
:IS_2_3_2_1_10 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SingleTypeConversionScriptNode ;
  x3do:hasConnect :connect_2_3_2_1_10_1, :connect_2_3_2_1_10_2, :connect_2_3_2_1_10_3, :connect_2_3_2_1_10_4, :connect_2_3_2_1_10_5, :connect_2_3_2_1_10_6, :connect_2_3_2_1_10_7, :connect_2_3_2_1_10_8, :connect_2_3_2_1_10_9 .
:connect_2_3_2_1_10_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFBoolValue' ;
  x3do:protoField 'SFBoolValue' .
:connect_2_3_2_1_10_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFFloatValue' ;
  x3do:protoField 'SFFloatValue' .
:connect_2_3_2_1_10_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFInt32Value' ;
  x3do:protoField 'SFInt32Value' .
:connect_2_3_2_1_10_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFStringValue' ;
  x3do:protoField 'SFStringValue' .
:connect_2_3_2_1_10_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFBoolResult' ;
  x3do:protoField 'SFBoolResult' .
:connect_2_3_2_1_10_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFFloatResult' ;
  x3do:protoField 'SFFloatResult' .
:connect_2_3_2_1_10_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFInt32Result' ;
  x3do:protoField 'SFInt32Result' .
:connect_2_3_2_1_10_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'SFStringResult' ;
  x3do:protoField 'SFStringResult' .
:connect_2_3_2_1_10_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_10 ;
  x3do:nodeField 'MFStringResult' ;
  x3do:protoField 'MFStringResult' .
:ProtoDeclare_2_4 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_4_1 ;
  x3do:hasProtoBody :ProtoBody_2_4_2 ;
  x3do:name 'Slider' .
:ProtoInterface_2_4_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasField :field_2_4_1_1, :field_2_4_1_2, :field_2_4_1_3, :field_2_4_1_4, :field_2_4_1_5, :field_2_4_1_6, :field_2_4_1_7, :field_2_4_1_8, :field_2_4_1_9 .
:field_2_4_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'height' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_4_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' ;
  x3do:value .1 .
:field_2_4_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'min' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_4_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'max' ;
  x3do:type 'SFInt32' ;
  x3do:value 10 .
:field_2_4_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'value' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_4_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_min' ;
  x3do:type 'SFInt32' .
:field_2_4_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_max' ;
  x3do:type 'SFInt32' .
:field_2_4_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFInt32' .
:field_2_4_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFInt32' .
:ProtoBody_2_4_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasChildren :Group_2_4_2_1, :SLIDER_SCRIPT ;
  x3do:hasROUTE :ROUTE_2_4_2_3, :ROUTE_2_4_2_4, :ROUTE_2_4_2_5, :ROUTE_2_4_2_6, :ROUTE_2_4_2_7, :ROUTE_2_4_2_8, :ROUTE_2_4_2_9, :ROUTE_2_4_2_10, :ROUTE_2_4_2_11, :ROUTE_2_4_2_12 .
:Group_2_4_2_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:hasChildren :CONNECTOR_TRANS, :BALL_TRANS, :BOTTOM_DISK_TRANS, :TOP_DISK_TRANS .
:CONNECTOR_TRANS a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_2_1 ;
  x3do:hasChildren :Shape_2_4_2_1_1_1 ;
  x3do:DEF 'CONNECTOR_TRANS' .
:Shape_2_4_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CONNECTOR_TRANS ;
  x3do:hasGeometry :Cylinder_2_4_2_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_2_1_1_1_2 .
:Cylinder_2_4_2_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_2_1_1_1 ;
  x3do:radius .02 .
:Appearance_2_4_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_1_1_1 ;
  x3do:hasMaterial :Material_2_4_2_1_1_1_2_1 .
:Material_2_4_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_1_1_2 ;
  x3do:diffuseColor ( .8 .4 .8 ) .
:BALL_TRANS a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_2_1 ;
  x3do:hasChildren :BALL_TOUCH, :Shape_2_4_2_1_2_2, :BALL_PLANE ;
  x3do:DEF 'BALL_TRANS' .
:BALL_TOUCH a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :BALL_TRANS ;
  x3do:DEF 'BALL_TOUCH' .
:Shape_2_4_2_1_2_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BALL_TRANS ;
  x3do:hasGeometry :Sphere_2_4_2_1_2_2_1 ;
  x3do:hasAppearance :Appearance_2_4_2_1_2_2_2 .
:Sphere_2_4_2_1_2_2_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_4_2_1_2_2 ;
  x3do:radius .1 .
:Appearance_2_4_2_1_2_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_1_2_2 ;
  x3do:hasMaterial :Material_2_4_2_1_2_2_2_1 .
:Material_2_4_2_1_2_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_2_2_2 ;
  x3do:diffuseColor ( .3 .4 .8 ) .
:BALL_PLANE a owl:NamedIndividual, x3do:PlaneSensor ;
  x3do:hasParent :BALL_TRANS ;
  x3do:DEF 'BALL_PLANE' .
:BOTTOM_DISK_TRANS a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_2_1 ;
  x3do:hasChildren :BOTTOM_DISK_TOUCH, :Shape_2_4_2_1_3_2 ;
  x3do:DEF 'BOTTOM_DISK_TRANS' .
:BOTTOM_DISK_TOUCH a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :BOTTOM_DISK_TRANS ;
  x3do:DEF 'BOTTOM_DISK_TOUCH' .
:Shape_2_4_2_1_3_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BOTTOM_DISK_TRANS ;
  x3do:hasGeometry :Cylinder_2_4_2_1_3_2_1 ;
  x3do:hasAppearance :Appearance_2_4_2_1_3_2_2 .
:Cylinder_2_4_2_1_3_2_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_2_1_3_2 ;
  x3do:height .05 ;
  x3do:radius .1 .
:Appearance_2_4_2_1_3_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_1_3_2 ;
  x3do:hasMaterial :Material_2_4_2_1_3_2_2_1 .
:Material_2_4_2_1_3_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_3_2_2 ;
  x3do:diffuseColor ( .2 .3 .9 ) .
:TOP_DISK_TRANS a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_4_2_1 ;
  x3do:hasChildren :TOP_DISK_TOUCH, :Shape_2_4_2_1_4_2 ;
  x3do:DEF 'TOP_DISK_TRANS' .
:TOP_DISK_TOUCH a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :TOP_DISK_TRANS ;
  x3do:DEF 'TOP_DISK_TOUCH' .
:Shape_2_4_2_1_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TOP_DISK_TRANS ;
  x3do:hasGeometry :Cylinder_2_4_2_1_4_2_1 ;
  x3do:hasAppearance :Appearance_2_4_2_1_4_2_2 .
:Cylinder_2_4_2_1_4_2_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_2_1_4_2 ;
  x3do:height .05 ;
  x3do:radius .1 .
:Appearance_2_4_2_1_4_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2_1_4_2 ;
  x3do:hasMaterial :Material_2_4_2_1_4_2_2_1 .
:Material_2_4_2_1_4_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_4_2_2 ;
  x3do:diffuseColor ( .2 .3 .9 ) .
:SLIDER_SCRIPT a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:hasField :field_2_4_2_2_1, :field_2_4_2_2_2, :field_2_4_2_2_3, :field_2_4_2_2_4, :field_2_4_2_2_5, :field_2_4_2_2_6, :field_2_4_2_2_7, :field_2_4_2_2_8, :field_2_4_2_2_9, :field_2_4_2_2_10, :field_2_4_2_2_11, :field_2_4_2_2_12, :field_2_4_2_2_13, :field_2_4_2_2_14, :field_2_4_2_2_15, :field_2_4_2_2_16, :field_2_4_2_2_17, :field_2_4_2_2_18, :field_2_4_2_2_19 ;
  x3do:hasIS :IS_2_4_2_2_20 ;
  x3do:DEF 'SLIDER_SCRIPT' ;
  x3do:url '"SliderScript.class" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderScript.class"' .
:field_2_4_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'height' ;
  x3do:type 'SFFloat' .
:field_2_4_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_4_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'min' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'max' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'value' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_min' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_max' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'bottomDiskTouched' ;
  x3do:type 'SFBool' .
:field_2_4_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'topDiskTouched' ;
  x3do:type 'SFBool' .
:field_2_4_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_ballTrans' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_dragActive' ;
  x3do:type 'SFBool' .
:field_2_4_2_2_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'topDiskTrans_changed' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'bottomDiskTrans_changed' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_16 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'connectorTrans_changed' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_17 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'ballTrans_changed' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_18 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'maxBallPosition_changed' ;
  x3do:type 'SFVec2f' .
:field_2_4_2_2_19 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'minBallPosition_changed' ;
  x3do:type 'SFVec2f' .
:IS_2_4_2_2_20 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SLIDER_SCRIPT ;
  x3do:hasConnect :connect_2_4_2_2_20_1, :connect_2_4_2_2_20_2, :connect_2_4_2_2_20_3, :connect_2_4_2_2_20_4, :connect_2_4_2_2_20_5, :connect_2_4_2_2_20_6, :connect_2_4_2_2_20_7, :connect_2_4_2_2_20_8, :connect_2_4_2_2_20_9 .
:connect_2_4_2_2_20_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'height' ;
  x3do:protoField 'height' .
:connect_2_4_2_2_20_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'radius' ;
  x3do:protoField 'radius' .
:connect_2_4_2_2_20_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'min' ;
  x3do:protoField 'min' .
:connect_2_4_2_2_20_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'max' ;
  x3do:protoField 'max' .
:connect_2_4_2_2_20_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'value' ;
  x3do:protoField 'value' .
:connect_2_4_2_2_20_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'set_min' ;
  x3do:protoField 'set_min' .
:connect_2_4_2_2_20_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'set_max' ;
  x3do:protoField 'set_max' .
:connect_2_4_2_2_20_8 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'set_value' ;
  x3do:protoField 'set_value' .
:connect_2_4_2_2_20_9 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_20 ;
  x3do:nodeField 'value_changed' ;
  x3do:protoField 'value_changed' .
:ROUTE_2_4_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'bottomDiskTrans_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'BOTTOM_DISK_TRANS' .
:ROUTE_2_4_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'topDiskTrans_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'TOP_DISK_TRANS' .
:ROUTE_2_4_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'connectorTrans_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'CONNECTOR_TRANS' .
:ROUTE_2_4_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'ballTrans_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'BALL_TRANS' .
:ROUTE_2_4_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'maxBallPosition_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_maxPosition' ;
  x3do:toNode 'BALL_PLANE' .
:ROUTE_2_4_2_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'minBallPosition_changed' ;
  x3do:fromNode 'SLIDER_SCRIPT' ;
  x3do:toField 'set_minPosition' ;
  x3do:toNode 'BALL_PLANE' .
:ROUTE_2_4_2_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'BALL_PLANE' ;
  x3do:toField 'set_dragActive' ;
  x3do:toNode 'SLIDER_SCRIPT' .
:ROUTE_2_4_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'translation_changed' ;
  x3do:fromNode 'BALL_PLANE' ;
  x3do:toField 'set_ballTrans' ;
  x3do:toNode 'SLIDER_SCRIPT' .
:ROUTE_2_4_2_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'BOTTOM_DISK_TOUCH' ;
  x3do:toField 'bottomDiskTouched' ;
  x3do:toNode 'SLIDER_SCRIPT' .
:ROUTE_2_4_2_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TOP_DISK_TOUCH' ;
  x3do:toField 'topDiskTouched' ;
  x3do:toNode 'SLIDER_SCRIPT' .
:Anchor_2_5 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:description 'SliderExample' ;
  x3do:url '"SliderExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderExample.x3d" "SliderExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderExample.wrl"' .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_5 ;
  x3do:hasGeometry :Text_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_2 .
:Text_2_5_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasFontStyle :FontStyle_2_5_1_1_1 ;
  x3do:string '"SliderPrototype" "holds prototype declarations" "" "Select text to view" "SliderTest.x3d"' .
:FontStyle_2_5_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasMaterial :Material_2_5_1_2_1 .
:Material_2_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_2 ;
  x3do:diffuseColor ( 0 0.6 0.6 ) .
