@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ColorSequencerExample.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_10, :meta_1_11, :meta_1_12 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ColorSequencerExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This example shows how to use the ColorSequencer prototype in an animated scenario. ColorSequencer outputs an individual SFColor without interpolation, in response to selecting an array value or simply sequencing next/previous.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '25 May 2003' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/technicalinfo/specifications/vrml97/part1/nodesRef.html#ScalarInterpolator' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/BooleanSequencerExample.x3d' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ColorSequencerPrototype.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'color sequencer' ;
  x3do:name 'subject' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ColorSequencerExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ColorSequencerExample.x3d" .
:meta dcterms:description "This example shows how to use the ColorSequencer prototype in an animated scenario. ColorSequencer outputs an individual SFColor without interpolation, in response to selecting an array value or simply sequencing next/previous." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "25 May 2003" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:reference "https://www.web3d.org/technicalinfo/specifications/vrml97/part1/nodesRef.html#ScalarInterpolator" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/Basic/development/BooleanSequencerExample.x3d" .
:meta dcterms:reference "ColorSequencerPrototype.x3d" .
:meta dcterms:subject "color sequencer" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ColorSequencerExample.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, :Viewpoint_2_3, :Background_2_4, :ColorSequencerInstance, :Transform_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_9, :Ticker, :Clock, :Toggler, :TogglerStop ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2 ;
  x3do:hasROUTE :ROUTE_2_13, :ROUTE_2_14, :ROUTE_2_15, :ROUTE_2_16, :ROUTE_2_18, :ROUTE_2_19, :ROUTE_2_20 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ColorSequencerExample.x3d' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4, :field_2_2_5, :field_2_2_6, :field_2_2_7 ;
  x3do:appinfo 'ColorSequencer outputs a single color value by selecting an array index or simply sequencing next/previous' ;
  x3do:name 'ColorSequencer' ;
  x3do:url '"../../../Savage/Tools/Animation/ColorSequencerPrototype.x3d#ColorSequencer" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ColorSequencerPrototype.x3d#ColorSequencer" "../../../Savage/Tools/Animation/ColorSequencerPrototype.wrl#ColorSequencer" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/ColorSequencerPrototype.wrl#ColorSequencer"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Whether or not this sequencer is active' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Initial index is array element 0. Setting index past colors[max] uses final color value setting, while index less than 0 uses colors[0] value.' ;
  x3do:name 'index' ;
  x3do:type 'SFInt32' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Array of color values that are each the outputs of the sequencer. No interpolation occurs between values.' ;
  x3do:name 'colors' ;
  x3do:type 'MFColor' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'Current output color value of the sequencer corresponding to colors[index] value.' ;
  x3do:name 'color_changed' ;
  x3do:type 'SFColor' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Trigger previous color value. Wrap around from zeroth color to final color if necessary. Only respond to true inputs.' ;
  x3do:name 'previous' ;
  x3do:type 'SFBool' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Trigger next color value. Wrap around from final color to zeroth color if necessary. Only respond to true inputs.' ;
  x3do:name 'next' ;
  x3do:type 'SFBool' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Enable tracing of node operation on browser console' ;
  x3do:name 'traceEnabled' ;
  x3do:type 'SFBool' .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'ColorSequencer demo' .
:Background_2_4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyAngle ( 0.5 0.5 0.5 ) ;
  x3do:skyColor ( 0.5 0.5 0.5 ) .
:ColorSequencerInstance a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_5_1, :fieldValue_2_5_2, :fieldValue_2_5_3, :fieldValue_2_5_4 ;
  x3do:DEF 'ColorSequencerInstance' ;
  x3do:name 'ColorSequencer' .
:fieldValue_2_5_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ColorSequencerInstance ;
  x3do:name 'colors' ;
  x3do:value ( 1 0 0 1 0.5 0 1 1 0 0 1 0 0 0 1 0.2 0.2 0.2 0.4 0 0.4 ) .
:fieldValue_2_5_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ColorSequencerInstance ;
  x3do:name 'enabled' ;
  x3do:value true .
:fieldValue_2_5_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ColorSequencerInstance ;
  x3do:name 'index' ;
  x3do:value 2 .
:fieldValue_2_5_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ColorSequencerInstance ;
  x3do:name 'traceEnabled' ;
  x3do:value true .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_6_1, :Transform_2_6_2 ;
  x3do:hasROUTE :ROUTE_2_6_3, :ROUTE_2_6_4 ;
  x3do:translation ( 0 1.5 0 ) .
:Shape_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasGeometry :Text_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_2 .
:Text_2_6_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasFontStyle :FontStyle_2_6_1_1_1 ;
  x3do:string '"ColorSequencer" "Example"' .
:FontStyle_2_6_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 1.3 .
:Appearance_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasMaterial :MessageMaterial .
:MessageMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  x3do:DEF 'MessageMaterial' ;
  x3do:diffuseColor ( 0 1 1 ) .
:Transform_2_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasChildren :Shape_2_6_2_1 ;
  x3do:translation ( 0 -0.25 0 ) .
:Shape_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:hasGeometry :Box_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_6_2_1_2 .
:Box_2_6_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:size ( 10.0 4.0 0.1 ) .
:Appearance_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasMaterial :MessageBackgroundMaterial .
:MessageBackgroundMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_1_2 ;
  x3do:DEF 'MessageBackgroundMaterial' ;
  x3do:transparency 0.8 .
:ROUTE_2_6_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'color_changed' ;
  x3do:fromNode 'ColorSequencerInstance' ;
  x3do:toField 'diffuseColor' ;
  x3do:toNode 'MessageMaterial' .
:ROUTE_2_6_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'color_changed' ;
  x3do:fromNode 'ColorSequencerInstance' ;
  x3do:toField 'diffuseColor' ;
  x3do:toNode 'MessageBackgroundMaterial' .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1, :TouchPrevious, :Shape_2_7_4 ;
  x3do:hasROUTE :ROUTE_2_7_3 ;
  x3do:translation ( -2.4 -2 0 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasAppearance :Appearance_2_7_1_1 ;
  x3do:hasGeometry :Text_2_7_1_2 .
:Appearance_2_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasMaterial :Material_2_7_1_1_1 .
:Material_2_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Text_2_7_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasFontStyle :FontStyle_2_7_1_2_1 ;
  x3do:string '"previous"' .
:FontStyle_2_7_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_1_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:TouchPrevious a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'TouchPrevious' ;
  x3do:description 'Select this text to see previous color' .
:ROUTE_2_7_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_7 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchPrevious' ;
  x3do:toField 'previous' ;
  x3do:toNode 'ColorSequencerInstance' .
:Shape_2_7_4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :Box_2_7_4_1 ;
  x3do:hasAppearance :AppearanceTransparent .
:Box_2_7_4_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_4 ;
  x3do:size ( 3.4 0.8 0.1 ) .
:AppearanceTransparent a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_4 ;
  x3do:hasMaterial :Material_2_7_4_2_1 ;
  x3do:DEF 'AppearanceTransparent' .
:Material_2_7_4_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :AppearanceTransparent ;
  x3do:transparency 1 .
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1, :Shape_2_8_2, :TouchCycle ;
  x3do:translation ( 0.8 -2 0 ) .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasAppearance :Appearance_2_8_1_1 ;
  x3do:hasGeometry :Text_2_8_1_2 .
:Appearance_2_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasMaterial :Material_2_8_1_1_1 .
:Material_2_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_8_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasFontStyle :FontStyle_2_8_1_2_1 ;
  x3do:string '"cycle"' .
:FontStyle_2_8_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_8_1_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Shape_2_8_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasGeometry :Box_2_8_2_1 ;
  x3do:hasAppearance :AppearanceTransparent-USE-1 .
:Box_2_8_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_8_2 ;
  x3do:size ( 2 0.8 0.1 ) .
:AppearanceTransparent-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_2 ;
  owl:sameAs :AppearanceTransparent . # DEF matching this USE
:TouchCycle a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_8 ;
  x3do:DEF 'TouchCycle' ;
  x3do:description 'Select this text to cycle through all colors' .
:Transform_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_9_1, :Shape_2_9_2, :TouchNext ;
  x3do:hasROUTE :ROUTE_2_9_4 ;
  x3do:translation ( 3.2 -2 0 ) .
:Shape_2_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9 ;
  x3do:hasAppearance :Appearance_2_9_1_1 ;
  x3do:hasGeometry :Text_2_9_1_2 .
:Appearance_2_9_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_1 ;
  x3do:hasMaterial :Material_2_9_1_1_1 .
:Material_2_9_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_9_1_1 ;
  x3do:diffuseColor ( 0 1 0 ) .
:Text_2_9_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_9_1 ;
  x3do:hasFontStyle :FontStyle_2_9_1_2_1 ;
  x3do:string '"next"' .
:FontStyle_2_9_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_9_1_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Shape_2_9_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9 ;
  x3do:hasGeometry :Box_2_9_2_1 ;
  x3do:hasAppearance :AppearanceTransparent-USE-2 .
:Box_2_9_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_9_2 ;
  x3do:size ( 1.8 0.8 0.1 ) .
:AppearanceTransparent-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_2 ;
  owl:sameAs :AppearanceTransparent . # DEF matching this USE
:TouchNext a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_9 ;
  x3do:DEF 'TouchNext' ;
  x3do:description 'Select this text to see next color' .
:ROUTE_2_9_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_9 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchNext' ;
  x3do:toField 'next' ;
  x3do:toNode 'ColorSequencerInstance' .
:Ticker a owl:NamedIndividual, x3do:IntegerSequencer ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Ticker' ;
  x3do:key ( 0 0.125 0.25 0.375 0.5 0.625 0.75 ) ;
  x3do:keyValue ( 0 1 2 3 4 5 6 ) .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '8' ;
  x3do:enabled false ;
  x3do:loop true .
:Toggler a owl:NamedIndividual, x3do:BooleanToggle ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Toggler' .
:ROUTE_2_13 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'Ticker' ;
  x3do:toField 'index' ;
  x3do:toNode 'ColorSequencerInstance' .
:ROUTE_2_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'Ticker' .
:ROUTE_2_15 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'toggle_changed' ;
  x3do:fromNode 'Toggler' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'Clock' .
:ROUTE_2_16 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchCycle' ;
  x3do:toField 'set_boolean' ;
  x3do:toNode 'Toggler' .
:TogglerStop a owl:NamedIndividual, x3do:BooleanFilter ;
  x3do:hasParent :Scene ;
  x3do:DEF 'TogglerStop' .
:ROUTE_2_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'inputFalse' ;
  x3do:fromNode 'TogglerStop' ;
  x3do:toField 'toggle' ;
  x3do:toNode 'Toggler' .
:ROUTE_2_19 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchPrevious' ;
  x3do:toField 'set_boolean' ;
  x3do:toNode 'TogglerStop' .
:ROUTE_2_20 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchNext' ;
  x3do:toField 'set_boolean' ;
  x3do:toNode 'TogglerStop' .
