@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter07EventAnimationInterpolation/OrientationInterpolatorFishPrototype.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.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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 'OrientationInterpolatorFishPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This is a prototype for a CircleFish, which is also used by CircleFishLod. Default fish size: length is 1 m (Y-axis), max Height is 1 m (Z-axis), max Width is 10 cm (X-axis).' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Ildeniz Duman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Scott Tufts' ;
  x3do:name 'translator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 May 1998' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '11 December 2001' ;
  x3do:name 'translated' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter07EventAnimationInterpolation/OrientationInterpolatorFishPrototype.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 "OrientationInterpolatorFishPrototype.x3d" .
:meta dcterms:description "This is a prototype for a CircleFish, which is also used by CircleFishLod. Default fish size: length is 1 m (Y-axis), max Height is 1 m (Z-axis), max Width is 10 cm (X-axis)." .
:meta dcterms:creator "Ildeniz Duman" .
:meta dcterms:translator "Scott Tufts" .
:meta dcterms:created "1 May 1998" .
:meta dcterms:translated "11 December 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/CircleFishPrototype.x3d" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter07EventAnimationInterpolation/OrientationInterpolatorFishPrototype.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, :ProtoInstance_2_3 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'OrientationInterpolatorFishPrototype.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 'CircleFish' .
: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_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinTextureUrl' ;
  x3do:type 'MFString' .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'fishScale' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 1 1 1 ) .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'fishColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0.5 0.5 0.5 ) .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'finColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0.5 0.5 0.5 ) .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'positionKey' ;
  x3do:type 'MFFloat' ;
  x3do:value ( 0.0 0.125 0.25 0.375 0.5 0.625 0.750 0.8751 ) .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'positionKeyValue' ;
  x3do:type 'MFVec3f' ;
  x3do:value ( 1.5 2 0 1.5 0 -1.0 0 -1 -1.0 -1.5 0 -1.0 -1.5 2 0 -1.5 0 1.0 0 -2 1.0 1.5 0 1.0 1.5 2 0 ) .
:field_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'orientationKey' ;
  x3do:type 'MFFloat' ;
  x3do:value ( 0.0 0.25 0.5 0.750 1 ) .
:field_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'orientationKeyValue' ;
  x3do:type 'MFRotation' ;
  x3do:value ( 0 1 0 0 0 1 0 -1.57 0 1 0 -3.14 0 1 0 -4.71 0 1 0 -6.28 ) .
:field_2_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'orbitTime' ;
  x3do:type 'SFTime' ;
  x3do:value '90' .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Way .
:Way a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasChildren :Transform_2_2_2_1_1, :AnimationGroup ;
  x3do:DEF 'Way' .
:Transform_2_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Way ;
  x3do:hasChildren :FishTransform ;
  x3do:rotation ( 1 0 0 1.395 ) .
:FishTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1_1 ;
  x3do:hasIS :IS_2_2_2_1_1_1_1 ;
  x3do:hasChildren :Shape_2_2_2_1_1_1_2, :Shape_2_2_2_1_1_1_3, :Transform_2_2_2_1_1_1_4, :Transform_2_2_2_1_1_1_5, :Transform_2_2_2_1_1_1_6, :LeftPectoral, :RightPectoral ;
  x3do:DEF 'FishTransform' .
:IS_2_2_2_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :FishTransform ;
  x3do:hasConnect :connect_2_2_2_1_1_1_1_1 .
:connect_2_2_2_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_1 ;
  x3do:nodeField 'scale' ;
  x3do:protoField 'fishScale' .
:Shape_2_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FishTransform ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:hasGeometry :FishBodyExtrusion .
:Appearance_2_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_2 ;
  x3do:hasMaterial :FishColor ;
  x3do:hasTexture :FishTexture .
:FishColor a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:hasIS :IS_2_2_2_1_1_1_2_1_1_1 ;
  x3do:DEF 'FishColor' .
:IS_2_2_2_1_1_1_2_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :FishColor ;
  x3do:hasConnect :connect_2_2_2_1_1_1_2_1_1_1_1 .
:connect_2_2_2_1_1_1_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_2_1_1_1 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'fishColor' .
:FishTexture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_2_1 ;
  x3do:hasIS :IS_2_2_2_1_1_1_2_1_2_1 ;
  x3do:DEF 'FishTexture' .
:IS_2_2_2_1_1_1_2_1_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :FishTexture ;
  x3do:hasConnect :connect_2_2_2_1_1_1_2_1_2_1_1 .
:connect_2_2_2_1_1_1_2_1_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_2_1_2_1 ;
  x3do:nodeField 'url' ;
  x3do:protoField 'skinTextureUrl' .
:FishBodyExtrusion a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_1_1_1_2 ;
  x3do:DEF 'FishBodyExtrusion' ;
  x3do:creaseAngle 0.57 ;
  x3do:crossSection ( -0.1 1.0 0.1 1 0.5 0.5 0.5 -0.5 0.1 -1 -0.1 -1 -0.5 -0.5 -0.5 0.5 -0.1 1 ) ;
  x3do:scale ( 0.03 0.03 0.05 0.3 0.05 0.45 0.1 0.5 0.05 0.45 0.05 0.2 0.03 0.4 ) ;
  x3do:spine ( 0 1 0 0 0.8 0 0 0.6 0 0 0.5 0 0 0.3 0 0 0.2 0 0 0 0 ) .
:Shape_2_2_2_1_1_1_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FishTransform ;
  x3do:hasAppearance :FinSkin .
:FinSkin a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_3 ;
  x3do:hasMaterial :FinColor ;
  x3do:DEF 'FinSkin' .
:FinColor a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :FinSkin ;
  x3do:hasIS :IS_2_2_2_1_1_1_3_1_1_1 ;
  x3do:DEF 'FinColor' ;
  x3do:transparency 0.2 .
:IS_2_2_2_1_1_1_3_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :FinColor ;
  x3do:hasConnect :connect_2_2_2_1_1_1_3_1_1_1_1 .
:connect_2_2_2_1_1_1_3_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_3_1_1_1 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'finColor' .
:Transform_2_2_2_1_1_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FishTransform ;
  x3do:hasChildren :Eye ;
  x3do:translation ( 0.015 0.8 -0.2 ) .
:Eye a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1_1_4 ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1_4_1_1 ;
  x3do:hasGeometry :Sphere_2_2_2_1_1_1_4_1_2 ;
  x3do:DEF 'Eye' .
:Appearance_2_2_2_1_1_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Eye ;
  x3do:hasMaterial :Material_2_2_2_1_1_1_4_1_1_1 .
:Material_2_2_2_1_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_4_1_1 ;
  x3do:diffuseColor ( 0.5 0.5 0.5 ) ;
  x3do:shininess 1 ;
  x3do:specularColor ( 0.3 0.3 0.3 ) .
:Sphere_2_2_2_1_1_1_4_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Eye ;
  x3do:radius 0.03 .
:Transform_2_2_2_1_1_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FishTransform ;
  x3do:hasChildren :Eye-USE-1 ;
  x3do:translation ( -0.015 0.8 -0.2 ) .
:Eye-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1_1_5 ;
  owl:sameAs :Eye . # DEF matching this USE
:Transform_2_2_2_1_1_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FishTransform ;
  x3do:hasChildren :Eye-USE-2 ;
  x3do:scale ( 1 1 0.7 ) ;
  x3do:translation ( 0 0.98 0 ) .
:Eye-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1_1_6 ;
  owl:sameAs :Eye . # DEF matching this USE
:LeftPectoral a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FishTransform ;
  x3do:hasChildren :Shape_2_2_2_1_1_1_7_1 ;
  x3do:DEF 'LeftPectoral' ;
  x3do:translation ( 0.04 0.4 0.3 ) .
:Shape_2_2_2_1_1_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftPectoral ;
  x3do:hasAppearance :FinSkin-USE-1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1_1_7_1_2 .
:FinSkin-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_7_1 ;
  owl:sameAs :FinSkin . # DEF matching this USE
:IndexedFaceSet_2_2_2_1_1_1_7_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_2_1_1_1_7_1 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_1_7_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_2_2_1_1_1_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_1_7_1_2 ;
  x3do:point ( 0 0 0 0 0.2 0 0.2 0.1 0 ) .
:RightPectoral a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FishTransform ;
  x3do:hasChildren :Shape_2_2_2_1_1_1_8_1 ;
  x3do:DEF 'RightPectoral' ;
  x3do:translation ( -0.04 0.4 0.3 ) .
:Shape_2_2_2_1_1_1_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightPectoral ;
  x3do:hasAppearance :FinSkin-USE-2 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1_1_8_1_2 .
:FinSkin-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_8_1 ;
  owl:sameAs :FinSkin . # DEF matching this USE
:IndexedFaceSet_2_2_2_1_1_1_8_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_2_1_1_1_8_1 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_1_8_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_2_2_1_1_1_8_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_1_8_1_2 ;
  x3do:point ( 0 0 0 0 0.2 0 -0.2 0.1 0 ) .
:AnimationGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Way ;
  x3do:hasChildren :OrbitClock, :CirclefishPath, :CircleFishAngle ;
  x3do:hasROUTE :ROUTE_2_2_2_1_2_4, :ROUTE_2_2_2_1_2_5, :ROUTE_2_2_2_1_2_6, :ROUTE_2_2_2_1_2_7 ;
  x3do:DEF 'AnimationGroup' .
:OrbitClock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :AnimationGroup ;
  x3do:hasIS :IS_2_2_2_1_2_1_1 ;
  x3do:DEF 'OrbitClock' ;
  x3do:loop true .
:IS_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :OrbitClock ;
  x3do:hasConnect :connect_2_2_2_1_2_1_1_1 .
:connect_2_2_2_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1 ;
  x3do:nodeField 'cycleInterval' ;
  x3do:protoField 'orbitTime' .
:CirclefishPath a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :AnimationGroup ;
  x3do:hasIS :IS_2_2_2_1_2_2_1 ;
  x3do:DEF 'CirclefishPath' .
:IS_2_2_2_1_2_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :CirclefishPath ;
  x3do:hasConnect :connect_2_2_2_1_2_2_1_1, :connect_2_2_2_1_2_2_1_2 .
:connect_2_2_2_1_2_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_2_1 ;
  x3do:nodeField 'key' ;
  x3do:protoField 'positionKey' .
:connect_2_2_2_1_2_2_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_2_1 ;
  x3do:nodeField 'keyValue' ;
  x3do:protoField 'positionKeyValue' .
:CircleFishAngle a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :AnimationGroup ;
  x3do:hasIS :IS_2_2_2_1_2_3_1 ;
  x3do:DEF 'CircleFishAngle' .
:IS_2_2_2_1_2_3_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :CircleFishAngle ;
  x3do:hasConnect :connect_2_2_2_1_2_3_1_1, :connect_2_2_2_1_2_3_1_2 .
:connect_2_2_2_1_2_3_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_3_1 ;
  x3do:nodeField 'key' ;
  x3do:protoField 'orientationKey' .
:connect_2_2_2_1_2_3_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_3_1 ;
  x3do:nodeField 'keyValue' ;
  x3do:protoField 'orientationKeyValue' .
:ROUTE_2_2_2_1_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AnimationGroup ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'OrbitClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'CirclefishPath' .
:ROUTE_2_2_2_1_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AnimationGroup ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'OrbitClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'CircleFishAngle' .
:ROUTE_2_2_2_1_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AnimationGroup ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'CirclefishPath' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'Way' .
:ROUTE_2_2_2_1_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AnimationGroup ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'CircleFishAngle' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'Way' .
:ProtoInstance_2_3 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:name 'CircleFish' .
