@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/IntegerSequencerExample.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'IntegerSequencerExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This example shows how to use the IntegerSequencer prototype in an animated scenario.' ;
  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 '13 April 2002' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 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/UniversalMediaMaterials/ArtDecoPrototypes.x3d' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'integer sequencer' ;
  x3do:name 'subject' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/IntegerSequencerExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "IntegerSequencerExample.x3d" .
:meta dcterms:description "This example shows how to use the IntegerSequencer prototype in an animated scenario." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "13 April 2002" .
:meta dcterms:modified "20 October 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/UniversalMediaMaterials/ArtDecoPrototypes.x3d" .
:meta dcterms:subject "integer sequencer" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/IntegerSequencerExample.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, 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, :Background_2_2, :Clock, :IntegerSequencerInstance, :Transform_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_19 ;
  x3do:hasROUTE :ROUTE_2_5, :ROUTE_2_20 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_9, :ExternProtoDeclare_2_10, :ExternProtoDeclare_2_11, :ExternProtoDeclare_2_12, :ExternProtoDeclare_2_13, :ExternProtoDeclare_2_14, :ExternProtoDeclare_2_15, :ExternProtoDeclare_2_16, :ExternProtoDeclare_2_17, :ExternProtoDeclare_2_18 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'IntegerSequencerExample.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0.2 0.2 0.2 ) ;
  x3do:skyColor ( 0.2 0.2 0.2 ) .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '12' ;
  x3do:enabled false ;
  x3do:loop true .
:IntegerSequencerInstance a owl:NamedIndividual, x3do:IntegerSequencer ;
  x3do:hasParent :Scene ;
  x3do:DEF 'IntegerSequencerInstance' ;
  x3do:key ( 0 0.08333 0.1667 0.25 0.3333 0.4167 0.5 0.5833 0.6666 0.75 0.8333 0.9167 1.0 ) ;
  x3do:keyValue ( 10 9 8 7 6 5 4 3 2 1 0 -1 10 ) .
:ROUTE_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'IntegerSequencerInstance' .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_6_1, :TouchToStart, :Transform_2_6_5 ;
  x3do:hasROUTE :ROUTE_2_6_3, :ROUTE_2_6_4 ;
  x3do:translation ( 0 2 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 '"IntegerSequencer => Switch" "touch blue text to count down"' .
:FontStyle_2_6_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasMaterial :Material_2_6_1_2_1 .
:Material_2_6_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  x3do:diffuseColor ( 0.4 0.6 0.8 ) .
:TouchToStart a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_6 ;
  x3do:DEF 'TouchToStart' ;
  x3do:description 'Touch To Start' .
:ROUTE_2_6_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'TouchToStart' ;
  x3do:toField 'set_startTime' ;
  x3do:toNode 'Clock' .
:ROUTE_2_6_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'TouchToStart' ;
  x3do:toField 'enabled' ;
  x3do:toNode 'Clock' .
:Transform_2_6_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasChildren :Shape_2_6_5_1 ;
  x3do:translation ( 0 0 -0.5 ) .
:Shape_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_5 ;
  x3do:hasGeometry :Box_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_6_5_1_2 .
:Box_2_6_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:size ( 11 2 0.1 ) .
:Appearance_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:hasMaterial :Material_2_6_5_1_2_1 .
:Material_2_6_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_5_1_2 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) ;
  x3do:transparency 0.95 .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1, :TouchPrevious ;
  x3do:hasROUTE :ROUTE_2_7_3 ;
  x3do:translation ( -3 -2.5 0 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :Text_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_7_1_2 .
:Text_2_7_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasFontStyle :PreviousNextFont ;
  x3do:string '"click for" "previous key" "(count up)"' .
:PreviousNextFont a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_1_1 ;
  x3do:DEF 'PreviousNextFont' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.7 .
:Appearance_2_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasMaterial :Material_2_7_1_2_1 .
:Material_2_7_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_2 ;
  x3do:diffuseColor ( 0.8 0.6 0.4 ) .
:TouchPrevious a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_7 ;
  x3do:DEF 'TouchPrevious' ;
  x3do:description 'touch for previous' .
: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 'IntegerSequencerInstance' .
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1, :TouchNext ;
  x3do:hasROUTE :ROUTE_2_8_3 ;
  x3do:translation ( 3 -2.5 0 ) .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasGeometry :Text_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_8_1_2 .
:Text_2_8_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasFontStyle :PreviousNextFont-USE-1 ;
  x3do:string '"click for" "next key" "(count down)"' .
:PreviousNextFont-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_8_1_1 ;
  owl:sameAs :PreviousNextFont . # DEF matching this USE
:Appearance_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasMaterial :Material_2_8_1_2_1 .
:Material_2_8_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_2 ;
  x3do:diffuseColor ( 0.8 0.6 0.4 ) .
:TouchNext a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_8 ;
  x3do:DEF 'TouchNext' ;
  x3do:description 'touch for next' .
:ROUTE_2_8_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_8 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TouchNext' ;
  x3do:toField 'next' ;
  x3do:toNode 'IntegerSequencerInstance' .
:ExternProtoDeclare_2_9 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco02' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco02" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco02" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco02" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco02"' .
:ExternProtoDeclare_2_10 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco04' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco04" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco04" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco04" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco04"' .
:ExternProtoDeclare_2_11 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco05' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco05" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco05" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco05" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco05"' .
:ExternProtoDeclare_2_12 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco08' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco08" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco08" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco08" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco08"' .
:ExternProtoDeclare_2_13 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco09' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco09" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco09" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco09" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco09"' .
:ExternProtoDeclare_2_14 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco13' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco13" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco13" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco13" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco13"' .
:ExternProtoDeclare_2_15 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco18' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco18" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco18" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco18" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco18"' .
:ExternProtoDeclare_2_16 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco21' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco21" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco21" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco21" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco21"' .
:ExternProtoDeclare_2_17 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco24' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco24" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco24" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco24" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco24"' .
:ExternProtoDeclare_2_18 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:name 'ArtDeco25' ;
  x3do:url '"../UniversalMediaMaterials/ArtDecoPrototypes.wrl#ArtDeco25" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoDemo.wrl#ArtDeco25" "../UniversalMediaMaterials/ArtDecoPrototypes.x3d#ArtDeco25" "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d#ArtDeco25"' .
:Transform_2_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CountDownSwitch ;
  x3do:translation ( 0 -0.5 0 ) .
:CountDownSwitch a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :Transform_2_19 ;
  x3do:hasChildren :Group_2_19_1_1, :Shape_2_19_1_2, :Shape_2_19_1_3, :Shape_2_19_1_4, :Shape_2_19_1_5, :Shape_2_19_1_6, :Shape_2_19_1_7, :Shape_2_19_1_8, :Shape_2_19_1_9, :Shape_2_19_1_10, :Shape_2_19_1_11 ;
  x3do:DEF 'CountDownSwitch' ;
  x3do:whichChoice 0 .
:Group_2_19_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasChildren :Shape_2_19_1_1_1 .
:Shape_2_19_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_19_1_1 ;
  x3do:hasGeometry :Text_2_19_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_19_1_1_1_2 .
:Text_2_19_1_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_1_1 ;
  x3do:hasFontStyle :FontStyle_2_19_1_1_1_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 0"' .
:FontStyle_2_19_1_1_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_1_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_1_1 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_1_1_2_1 .
:ProtoInstance_2_19_1_1_1_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_1_1_2 ;
  x3do:name 'ArtDeco02' .
:Shape_2_19_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_2_1 ;
  x3do:hasAppearance :Appearance_2_19_1_2_2 .
:Text_2_19_1_2_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_2 ;
  x3do:hasFontStyle :FontStyle_2_19_1_2_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 1"' .
:FontStyle_2_19_1_2_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_2_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_2 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_2_2_1 .
:ProtoInstance_2_19_1_2_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_2_2 ;
  x3do:name 'ArtDeco09' .
:Shape_2_19_1_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_3_1 ;
  x3do:hasAppearance :Appearance_2_19_1_3_2 .
:Text_2_19_1_3_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_3 ;
  x3do:hasFontStyle :FontStyle_2_19_1_3_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 2"' .
:FontStyle_2_19_1_3_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_3_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_3 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_3_2_1 .
:ProtoInstance_2_19_1_3_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_3_2 ;
  x3do:name 'ArtDeco08' .
:Shape_2_19_1_4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_4_1 ;
  x3do:hasAppearance :Appearance_2_19_1_4_2 .
:Text_2_19_1_4_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_4 ;
  x3do:hasFontStyle :FontStyle_2_19_1_4_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 3"' .
:FontStyle_2_19_1_4_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_4_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_4_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_4 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_4_2_1 .
:ProtoInstance_2_19_1_4_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_4_2 ;
  x3do:name 'ArtDeco18' .
:Shape_2_19_1_5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_5_1 ;
  x3do:hasAppearance :Appearance_2_19_1_5_2 .
:Text_2_19_1_5_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_5 ;
  x3do:hasFontStyle :FontStyle_2_19_1_5_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 4"' .
:FontStyle_2_19_1_5_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_5_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_5_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_5 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_5_2_1 .
:ProtoInstance_2_19_1_5_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_5_2 ;
  x3do:name 'ArtDeco21' .
:Shape_2_19_1_6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_6_1 ;
  x3do:hasAppearance :Appearance_2_19_1_6_2 .
:Text_2_19_1_6_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_6 ;
  x3do:hasFontStyle :FontStyle_2_19_1_6_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 5"' .
:FontStyle_2_19_1_6_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_6_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_6_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_6 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_6_2_1 .
:ProtoInstance_2_19_1_6_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_6_2 ;
  x3do:name 'ArtDeco24' .
:Shape_2_19_1_7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_7_1 ;
  x3do:hasAppearance :Appearance_2_19_1_7_2 .
:Text_2_19_1_7_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_7 ;
  x3do:hasFontStyle :FontStyle_2_19_1_7_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 6"' .
:FontStyle_2_19_1_7_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_7_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_7_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_7 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_7_2_1 .
:ProtoInstance_2_19_1_7_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_7_2 ;
  x3do:name 'ArtDeco25' .
:Shape_2_19_1_8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_8_1 ;
  x3do:hasAppearance :Appearance_2_19_1_8_2 .
:Text_2_19_1_8_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_8 ;
  x3do:hasFontStyle :FontStyle_2_19_1_8_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 7"' .
:FontStyle_2_19_1_8_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_8_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_8_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_8 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_8_2_1 .
:ProtoInstance_2_19_1_8_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_8_2 ;
  x3do:name 'ArtDeco13' .
:Shape_2_19_1_9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_9_1 ;
  x3do:hasAppearance :Appearance_2_19_1_9_2 .
:Text_2_19_1_9_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_9 ;
  x3do:hasFontStyle :FontStyle_2_19_1_9_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 8"' .
:FontStyle_2_19_1_9_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_9_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_9_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_9 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_9_2_1 .
:ProtoInstance_2_19_1_9_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_9_2 ;
  x3do:name 'ArtDeco05' .
:Shape_2_19_1_10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_10_1 ;
  x3do:hasAppearance :Appearance_2_19_1_10_2 .
:Text_2_19_1_10_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_10 ;
  x3do:hasFontStyle :FontStyle_2_19_1_10_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 9"' .
:FontStyle_2_19_1_10_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_10_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_10_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_10 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_10_2_1 .
:ProtoInstance_2_19_1_10_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_10_2 ;
  x3do:name 'ArtDeco04' .
:Shape_2_19_1_11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CountDownSwitch ;
  x3do:hasGeometry :Text_2_19_1_11_1 ;
  x3do:hasAppearance :Appearance_2_19_1_11_2 .
:Text_2_19_1_11_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_19_1_11 ;
  x3do:hasFontStyle :FontStyle_2_19_1_11_1_1 ;
  x3do:length ( 0 ) ;
  x3do:string '"child choice 10"' .
:FontStyle_2_19_1_11_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_19_1_11_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_19_1_11_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1_11 ;
  x3do:hasMaterial :ProtoInstance_2_19_1_11_2_1 .
:ProtoInstance_2_19_1_11_2_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Appearance_2_19_1_11_2 ;
  x3do:name 'ArtDeco02' .
:ROUTE_2_20 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'IntegerSequencerInstance' ;
  x3do:toField 'whichChoice' ;
  x3do:toNode 'CountDownSwitch' .
