@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityExamples.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 'EventUtilityExamples.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Event utility node examples for boolean filtering and other event utility nodes.' ;
  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 '3 November 2002' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 January 2020' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BooleanFilter BooleanToggle BooleanTrigger IntegerTrigger TimeTrigger' ;
  x3do:name 'subject' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityExamples.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 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_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "EventUtilityExamples.x3d" .
:meta dcterms:description "Event utility node examples for boolean filtering and other event utility nodes." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "3 November 2002" .
:meta dcterms:modified "20 January 2020" .
:meta dcterms:subject "BooleanFilter BooleanToggle BooleanTrigger IntegerTrigger TimeTrigger" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityExamples.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, :Group_2_7 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4, :ExternProtoDeclare_2_5, :ExternProtoDeclare_2_6 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'EventUtilityExamples.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 ;
  x3do:appinfo 'BooleanFilter selectively passes true false or negated events.' ;
  x3do:name 'BooleanFilter' ;
  x3do:url '"EventUtilityPrototypes.x3d#BooleanFilter" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.x3d#BooleanFilter" "EventUtilityPrototypes.wrl#BooleanFilter" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.wrl#BooleanFilter"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'set_boolean is the input value to be filtered.' ;
  x3do:name 'set_boolean' ;
  x3do:type 'SFBool' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'inputTrue only passes a true value when set_boolean input is true.' ;
  x3do:name 'inputTrue' ;
  x3do:type 'SFBool' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'inputFalse only passes a false value when set_boolean is false.' ;
  x3do:name 'inputFalse' ;
  x3do:type 'SFBool' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'inputNegate provides opposite value by negating set_boolean input.' ;
  x3do:name 'inputNegate' ;
  x3do:type 'SFBool' .
:ExternProtoDeclare_2_3 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_3_1, :field_2_3_2, :field_2_3_3, :field_2_3_4 ;
  x3do:appinfo 'BooleanToggle maintains state and negates output when a true input is provided.' ;
  x3do:name 'BooleanToggle' ;
  x3do:url '"EventUtilityPrototypes.x3d#BooleanToggle" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.x3d#BooleanToggle" "EventUtilityPrototypes.wrl#BooleanToggle" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.wrl#BooleanToggle"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'If set_boolean input is true toggle state.' ;
  x3do:name 'set_boolean' ;
  x3do:type 'SFBool' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Reset persistent state value.' ;
  x3do:name 'set_toggle' ;
  x3do:type 'SFBool' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Persistent state value that gets toggled or reset.' ;
  x3do:name 'toggle' ;
  x3do:type 'SFBool' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'Output toggled persistent state value.' ;
  x3do:name 'toggle_changed' ;
  x3do:type 'SFBool' .
:ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_4_1, :field_2_4_2 ;
  x3do:appinfo 'BooleanTrigger converts time events to boolean true events.' ;
  x3do:name 'BooleanTrigger' ;
  x3do:url '"EventUtilityPrototypes.x3d#BooleanTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.x3d#BooleanTrigger" "EventUtilityPrototypes.wrl#BooleanTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.wrl#BooleanTrigger"' .
:field_2_4_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'set_triggerTime provides input time event typical event sent is TouchSensor touchTime.' ;
  x3do:name 'set_triggerTime' ;
  x3do:type 'SFTime' .
:field_2_4_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'triggerTrue outputs a true value whenever a triggerTime event is received.' ;
  x3do:name 'triggerTrue' ;
  x3do:type 'SFBool' .
:ExternProtoDeclare_2_5 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_5_1, :field_2_5_2, :field_2_5_3, :field_2_5_4, :field_2_5_5 ;
  x3do:appinfo 'IntegerTrigger converts boolean true or time input events to integer value (suitable for Switch node).' ;
  x3do:name 'IntegerTrigger' ;
  x3do:url '"EventUtilityPrototypes.x3d#IntegerTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.x3d#IntegerTrigger" "EventUtilityPrototypes.wrl#IntegerTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.wrl#IntegerTrigger"' .
:field_2_5_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'If set_boolean input is true trigger output of integer value.' ;
  x3do:name 'set_boolean' ;
  x3do:type 'SFBool' .
:field_2_5_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Resets value used for output when triggered later.' ;
  x3do:name 'set_integerKey' ;
  x3do:type 'SFInt32' .
:field_2_5_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'integerKey is value for output when triggered.' ;
  x3do:name 'integerKey' ;
  x3do:type 'SFInt32' .
:field_2_5_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'Reports change in integerKey value.' ;
  x3do:name 'integerKey_changed' ;
  x3do:type 'SFInt32' .
:field_2_5_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'triggerValue provides integer event output matching integerKey when true set_boolean received.' ;
  x3do:name 'triggerValue' ;
  x3do:type 'SFInt32' .
:ExternProtoDeclare_2_6 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_6_1, :field_2_6_2 ;
  x3do:appinfo 'TimeTrigger converts boolean true events to time events.' ;
  x3do:name 'TimeTrigger' ;
  x3do:url '"EventUtilityPrototypes.x3d#TimeTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.x3d#TimeTrigger" "EventUtilityPrototypes.wrl#TimeTrigger" "https://www.web3d.org/x3d/content/examples/Basic/development/EventUtilityPrototypes.wrl#TimeTrigger"' .
:field_2_6_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'If set_boolean input is true trigger output time value.' ;
  x3do:name 'set_boolean' ;
  x3do:type 'SFBool' .
:field_2_6_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'triggerTime is output time event sent when set_boolean input is true.' ;
  x3do:name 'triggerTime' ;
  x3do:type 'SFTime' .
:Group_2_7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_7_1, :Transform_2_7_2, :Transform_2_7_3, :Transform_2_7_4, :TimeTriggerTransform, :TimeTriggerNode, :TimeTriggerTimeSensor, :TimeTriggerOrientationInterpolator ;
  x3do:hasROUTE :ROUTE_2_7_9, :ROUTE_2_7_10, :ROUTE_2_7_11, :ROUTE_2_7_12 .
:Transform_2_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Anchor_2_7_1_1 ;
  x3do:translation ( 0 3 0 ) .
:Anchor_2_7_1_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_1_1 ;
  x3do:description 'Click for BooleanFilter example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"../../Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "../../Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl"' .
:Shape_2_7_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_7_1_1_1_1 ;
  x3do:hasGeometry :Text_2_7_1_1_1_2 .
:Appearance_2_7_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_1_1 ;
  x3do:hasMaterial :Material_2_7_1_1_1_1_1 .
:Material_2_7_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_1_1_1 ;
  x3do:diffuseColor ( 0.6 0.6 0.2 ) .
:Text_2_7_1_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_1_1_1 ;
  x3do:hasFontStyle :TextFont ;
  x3do:string '"BooleanFilter example"' .
:TextFont a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_1_1_1_2 ;
  x3do:DEF 'TextFont' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.8 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Anchor_2_7_2_1 ;
  x3do:translation ( 0 1.5 0 ) .
:Anchor_2_7_2_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_7_2 ;
  x3do:hasChildren :Shape_2_7_2_1_1 ;
  x3do:description 'Click for BooleanToggle example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"../../Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "../../Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl"' .
:Shape_2_7_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_7_2_1 ;
  x3do:hasAppearance :Appearance_2_7_2_1_1_1 ;
  x3do:hasGeometry :Text_2_7_2_1_1_2 .
:Appearance_2_7_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_2_1_1 ;
  x3do:hasMaterial :Material_2_7_2_1_1_1_1 .
:Material_2_7_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_2_1_1_1 ;
  x3do:diffuseColor ( 0.6 0.6 0.2 ) .
:Text_2_7_2_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_2_1_1 ;
  x3do:hasFontStyle :TextFont-USE-1 ;
  x3do:string '"BooleanToggle example"' .
:TextFont-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_2_1_1_2 ;
  owl:sameAs :TextFont . # DEF matching this USE
:Transform_2_7_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Anchor_2_7_3_1 .
:Anchor_2_7_3_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_7_3 ;
  x3do:hasChildren :Shape_2_7_3_1_1 ;
  x3do:description 'Click for BooleanTrigger example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"../../Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.x3d" "../../Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/HeadsUpDisplays/CrossHairExample.wrl"' .
:Shape_2_7_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_7_3_1 ;
  x3do:hasAppearance :Appearance_2_7_3_1_1_1 ;
  x3do:hasGeometry :Text_2_7_3_1_1_2 .
:Appearance_2_7_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_3_1_1 ;
  x3do:hasMaterial :Material_2_7_3_1_1_1_1 .
:Material_2_7_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_3_1_1_1 ;
  x3do:diffuseColor ( 0.6 0.6 0.2 ) .
:Text_2_7_3_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_3_1_1 ;
  x3do:hasFontStyle :TextFont-USE-2 ;
  x3do:string '"BooleanTrigger example"' .
:TextFont-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_3_1_1_2 ;
  owl:sameAs :TextFont . # DEF matching this USE
:Transform_2_7_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Anchor_2_7_4_1 ;
  x3do:translation ( 0 -1.5 0 ) .
:Anchor_2_7_4_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_7_4 ;
  x3do:hasChildren :Shape_2_7_4_1_1 ;
  x3do:description 'Click for IntegerTrigger example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"../../Savage/Tools/Animation/MaterialChoiceExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/MaterialChoiceExample.x3d" "../../Savage/Tools/Animation/MaterialChoiceExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/MaterialChoiceExample.wrl"' .
:Shape_2_7_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_7_4_1 ;
  x3do:hasAppearance :Appearance_2_7_4_1_1_1 ;
  x3do:hasGeometry :Text_2_7_4_1_1_2 .
:Appearance_2_7_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_4_1_1 ;
  x3do:hasMaterial :Material_2_7_4_1_1_1_1 .
:Material_2_7_4_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_4_1_1_1 ;
  x3do:diffuseColor ( 0.6 0.6 0.2 ) .
:Text_2_7_4_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_4_1_1 ;
  x3do:hasFontStyle :TextFont-USE-3 ;
  x3do:string '"IntegerTrigger example"' .
:TextFont-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_4_1_1_2 ;
  owl:sameAs :TextFont . # DEF matching this USE
:TimeTriggerTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :TimeTriggerTouchSensor, :Shape_2_7_5_2 ;
  x3do:DEF 'TimeTriggerTransform' ;
  x3do:translation ( 0 -3 0 ) .
:TimeTriggerTouchSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :TimeTriggerTransform ;
  x3do:DEF 'TimeTriggerTouchSensor' ;
  x3do:description 'Click forTimeTrigger example' .
:Shape_2_7_5_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TimeTriggerTransform ;
  x3do:hasAppearance :Appearance_2_7_5_2_1 ;
  x3do:hasGeometry :Text_2_7_5_2_2 .
:Appearance_2_7_5_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_5_2 ;
  x3do:hasMaterial :Material_2_7_5_2_1_1 .
:Material_2_7_5_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_5_2_1 ;
  x3do:diffuseColor ( 0.6 0.6 0.2 ) .
:Text_2_7_5_2_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_5_2 ;
  x3do:hasFontStyle :TextFont-USE-4 ;
  x3do:string '"TimeTrigger example"' .
:TextFont-USE-4 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_5_2_2 ;
  owl:sameAs :TextFont . # DEF matching this USE
:TimeTriggerNode a owl:NamedIndividual, x3do:TimeTrigger ;
  x3do:hasParent :Group_2_7 ;
  x3do:DEF 'TimeTriggerNode' .
:TimeTriggerTimeSensor a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_7 ;
  x3do:DEF 'TimeTriggerTimeSensor' ;
  x3do:cycleInterval '2' .
:TimeTriggerOrientationInterpolator a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :Group_2_7 ;
  x3do:DEF 'TimeTriggerOrientationInterpolator' ;
  x3do:key ( 0 0.5 1 ) ;
  x3do:keyValue ( 0 1 0 0 0 1 0 3.14159 0 1 0 6.2432 ) .
:ROUTE_2_7_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_7 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'TimeTriggerTouchSensor' ;
  x3do:toField 'set_boolean' ;
  x3do:toNode 'TimeTriggerNode' .
:ROUTE_2_7_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_7 ;
  x3do:fromField 'triggerTime' ;
  x3do:fromNode 'TimeTriggerNode' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'TimeTriggerTimeSensor' .
:ROUTE_2_7_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_7 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TimeTriggerTimeSensor' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'TimeTriggerOrientationInterpolator' .
:ROUTE_2_7_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_7 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'TimeTriggerOrientationInterpolator' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'TimeTriggerTransform' .
