@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaRockingHorse.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'IkeaRockingHorse.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D example Model of an Ikea Rocking Horse' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '3 March 2004' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vaughn Pangelinan' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaRockingHorse.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 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_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "IkeaRockingHorse.x3d" .
:meta dcterms:description "X3D example Model of an Ikea Rocking Horse" .
:meta dcterms:created "3 March 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:creator "Vaughn Pangelinan" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaRockingHorse.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, :HorseViewRight, :Transform_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'IkeaRockingHorse.x3d' .
:HorseViewRight a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'HorseViewRight' ;
  x3do:description 'See Horse Straight On' ;
  x3do:fieldOfView 1.4 ;
  x3do:position ( 0 12 22 ) .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_3_1 ;
  x3do:rotation ( 1 0 0 -1.57 ) .
:Transform_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :RockingHorseTransform .
:RockingHorseTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasChildren :AutoRotateTransform, :CLOCK, :HorsePathInterpolator ;
  x3do:hasROUTE :ROUTE_2_3_1_1_4, :ROUTE_2_3_1_1_5 ;
  x3do:DEF 'RockingHorseTransform' .
:AutoRotateTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RockingHorseTransform ;
  x3do:hasChildren :HorseViewOverhead, :HorsePlaneSensor, :Transform_2_3_1_1_1_4 ;
  x3do:hasROUTE :ROUTE_2_3_1_1_1_3 ;
  x3do:DEF 'AutoRotateTransform' ;
  x3do:center ( 0 50 0 ) .
:HorseViewOverhead a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AutoRotateTransform ;
  x3do:DEF 'HorseViewOverhead' ;
  x3do:description 'Rock With Horse From Overhead' ;
  x3do:fieldOfView 1.1 ;
  x3do:position ( 0 0 40 ) .
:HorsePlaneSensor a owl:NamedIndividual, x3do:PlaneSensor ;
  x3do:hasParent :AutoRotateTransform ;
  x3do:DEF 'HorsePlaneSensor' ;
  x3do:description 'Moves Horse around Floor' ;
  x3do:maxPosition ( 15 15 ) ;
  x3do:minPosition ( -15 -15 ) .
:ROUTE_2_3_1_1_1_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AutoRotateTransform ;
  x3do:fromField 'translation_changed' ;
  x3do:fromNode 'HorsePlaneSensor' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'RockingHorseTransform' .
:Transform_2_3_1_1_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AutoRotateTransform ;
  x3do:hasChildren :Group_2_3_1_1_1_4_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 2 2 ) .
:Group_2_3_1_1_1_4_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_3_1_1_1_4 ;
  x3do:hasChildren :Transform_2_3_1_1_1_4_1_1, :Transform_2_3_1_1_1_4_1_2, :Transform_2_3_1_1_1_4_1_3, :Transform_2_3_1_1_1_4_1_4, :Transform_2_3_1_1_1_4_1_5, :Transform_2_3_1_1_1_4_1_6, :Transform_2_3_1_1_1_4_1_7, :Transform_2_3_1_1_1_4_1_8, :Transform_2_3_1_1_1_4_1_9, :Transform_2_3_1_1_1_4_1_10, :Transform_2_3_1_1_1_4_1_11 .
:Transform_2_3_1_1_1_4_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :Rocker ;
  x3do:scale ( 1.5 1 1 ) ;
  x3do:translation ( 0 0 6 ) .
:Rocker a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_1 ;
  x3do:hasGeometry :Extrusion_2_3_1_1_1_4_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_1_1_2 ;
  x3do:DEF 'Rocker' .
:Extrusion_2_3_1_1_1_4_1_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Rocker ;
  x3do:convex false ;
  x3do:creaseAngle .785 ;
  x3do:crossSection ( -2 -1 2 -1 2 1 -2 1 -2 -1 ) ;
  x3do:scale ( .2 1 .6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .6 1 .2 1 ) ;
  x3do:solid false ;
  x3do:spine ( -15 2.6 0 -14 2.25 0 -13 1.89 0 -12 1.6 0 -11 1.3 0 -10 1.08 0 -9 0.86 0 -8 0.66 0 -7 0.51 0 -6 0.39 0 -5 0.3 0 -4 0.19 0 -3 0.13 0 -2 0.07 0 -1 0.04 0 0 0 0 1 0.04 0 2 0.07 0 3 0.13 0 4 0.19 0 5 0.3 0 6 0.39 0 7 0.51 0 8 0.66 0 9 0.86 0 10 1.08 0 11 1.3 0 12 1.6 0 13 1.89 0 14 2.25 0 15 2.6 0 ) .
:Appearance_2_3_1_1_1_4_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Rocker ;
  x3do:hasMaterial :Wood .
:Wood a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_1_1_2 ;
  x3do:DEF 'Wood' ;
  x3do:diffuseColor ( .6 .5 .2 ) .
:Transform_2_3_1_1_1_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :Rocker-USE-1 ;
  x3do:scale ( 1.5 1 1 ) ;
  x3do:translation ( 0 0 -6 ) .
:Rocker-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_2 ;
  owl:sameAs :Rocker . # DEF matching this USE
:Transform_2_3_1_1_1_4_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerCrossBar ;
  x3do:translation ( -8 1.75 0 ) .
:RockerCrossBar a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_3 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_3_1_1 ;
  x3do:hasGeometry :Box_2_3_1_1_1_4_1_3_1_2 ;
  x3do:DEF 'RockerCrossBar' .
:Appearance_2_3_1_1_1_4_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RockerCrossBar ;
  x3do:hasMaterial :Wood-USE-1 .
:Wood-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_3_1_1 ;
  owl:sameAs :Wood . # DEF matching this USE
:Box_2_3_1_1_1_4_1_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :RockerCrossBar ;
  x3do:size ( 4 .75 12 ) .
:Transform_2_3_1_1_1_4_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerCrossBar-USE-1 ;
  x3do:translation ( 8 1.75 0 ) .
:RockerCrossBar-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_4 ;
  owl:sameAs :RockerCrossBar . # DEF matching this USE
:Transform_2_3_1_1_1_4_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerHindLeg ;
  x3do:translation ( 8 1.75 4 ) .
:RockerHindLeg a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_5 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_5_1_1 ;
  x3do:hasGeometry :Extrusion_2_3_1_1_1_4_1_5_1_2 ;
  x3do:DEF 'RockerHindLeg' .
:Appearance_2_3_1_1_1_4_1_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RockerHindLeg ;
  x3do:hasMaterial :NewGreen .
:NewGreen a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_5_1_1 ;
  x3do:DEF 'NewGreen' ;
  x3do:diffuseColor ( .1 .6 .1 ) .
:Extrusion_2_3_1_1_1_4_1_5_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :RockerHindLeg ;
  x3do:convex false ;
  x3do:creaseAngle .785 ;
  x3do:crossSection ( -2 -0.5 2 -0.5 2 .5 -2 .5 -2 -0.5 ) ;
  x3do:scale ( 1 1 .9 1 .8 1 .75 1 .8 1 .9 1 1 1 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0 6 0 0 12 0 ) .
:Transform_2_3_1_1_1_4_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerHindLeg-USE-1 ;
  x3do:translation ( 8 1.75 -4 ) .
:RockerHindLeg-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_6 ;
  owl:sameAs :RockerHindLeg . # DEF matching this USE
:Transform_2_3_1_1_1_4_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerSeat ;
  x3do:scale ( 1 1 .5 ) ;
  x3do:translation ( 3 14.25 0 ) .
:RockerSeat a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_7 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_3_1_1_1_4_1_7_1_2 ;
  x3do:DEF 'RockerSeat' .
:Appearance_2_3_1_1_1_4_1_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RockerSeat ;
  x3do:hasMaterial :NewBlue .
:NewBlue a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_7_1_1 ;
  x3do:DEF 'NewBlue' ;
  x3do:diffuseColor ( .1 .1 .6 ) .
:Cylinder_2_3_1_1_1_4_1_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :RockerSeat ;
  x3do:height 1 ;
  x3do:radius 12 .
:Transform_2_3_1_1_1_4_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :HorseFront ;
  x3do:translation ( -9.99 1.75 0 ) .
:HorseFront a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_8 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_8_1_1 ;
  x3do:hasGeometry :Extrusion_2_3_1_1_1_4_1_8_1_2 ;
  x3do:DEF 'HorseFront' .
:Appearance_2_3_1_1_1_4_1_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :HorseFront ;
  x3do:hasMaterial :NewRed .
:NewRed a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_8_1_1 ;
  x3do:DEF 'NewRed' ;
  x3do:diffuseColor ( .7 .1 .1 ) .
:Extrusion_2_3_1_1_1_4_1_8_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :HorseFront ;
  x3do:convex false ;
  x3do:creaseAngle .785 ;
  x3do:crossSection ( 0 0 3.75 0.28125 5.90625 2.625 7.21875 6.65625 7.78125 15.65625 5.15625 22.6875 4.40625 23.625 4.125 23.8125 3.46875 24 2.71875 23.8125 1.78125 22.875 0.75 20.90625 -3.5625 16.78125 -4.40625 15 -4.3125 13.125 -3.46875 11.90625 -1.96875 11.625 -0.46875 12.28125 0.9375 13.03125 1.875 13.03125 2.4375 12.46875 2.25 5.71875 1.40625 3.09375 0.46875 1.40625 0 0.5625 0 0 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 .5 0 0 -0.5 ) .
:Transform_2_3_1_1_1_4_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :Transform_2_3_1_1_1_4_1_9_1 ;
  x3do:rotation ( 0 0 1 3.14 ) ;
  x3do:scale ( 1 1 1.35 ) ;
  x3do:translation ( 10 19.8 3.6 ) .
:Transform_2_3_1_1_1_4_1_9_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_9 ;
  x3do:hasChildren :Transform_2_3_1_1_1_4_1_9_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) .
:Transform_2_3_1_1_1_4_1_9_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_9_1 ;
  x3do:hasChildren :SeatBack ;
  x3do:rotation ( 1 0 0 .3 ) .
:SeatBack a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_9_1_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_3_1_1_1_4_1_9_1_1_1_2 ;
  x3do:DEF 'SeatBack' .
:Appearance_2_3_1_1_1_4_1_9_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SeatBack ;
  x3do:hasMaterial :NewYellow .
:NewYellow a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_9_1_1_1_1 ;
  x3do:DEF 'NewYellow' ;
  x3do:diffuseColor ( .8 .8 .1 ) .
:Extrusion_2_3_1_1_1_4_1_9_1_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :SeatBack ;
  x3do:convex false ;
  x3do:creaseAngle .785 ;
  x3do:crossSection ( 0 6 0 1.976470588 0.635294118 0.988235294 1.270588235 0.423529412 2.117647059 0.070588235 2.752941176 0 3.6 0.211764706 4.376470588 0.705882353 4.870588235 1.482352941 5.082352941 2.258823529 5.082352941 6 0 6 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 .5 0 0 -0.5 ) .
:Transform_2_3_1_1_1_4_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerHandle ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -6.5 24 0 ) .
:RockerHandle a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_10 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_10_1_1 ;
  x3do:hasGeometry :Cylinder_2_3_1_1_1_4_1_10_1_2 ;
  x3do:DEF 'RockerHandle' .
:Appearance_2_3_1_1_1_4_1_10_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RockerHandle ;
  x3do:hasMaterial :Wood-USE-2 .
:Wood-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_10_1_1 ;
  owl:sameAs :Wood . # DEF matching this USE
:Cylinder_2_3_1_1_1_4_1_10_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :RockerHandle ;
  x3do:height 10 ;
  x3do:radius .75 .
:Transform_2_3_1_1_1_4_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_1_1_1_4_1 ;
  x3do:hasChildren :RockerEye ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -8.5 21 0 ) .
:RockerEye a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1_1_1_4_1_11 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1_4_1_11_1_1 ;
  x3do:hasGeometry :Cylinder_2_3_1_1_1_4_1_11_1_2 ;
  x3do:DEF 'RockerEye' .
:Appearance_2_3_1_1_1_4_1_11_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RockerEye ;
  x3do:hasMaterial :Material_2_3_1_1_1_4_1_11_1_1_1 .
:Material_2_3_1_1_1_4_1_11_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1_4_1_11_1_1 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:Cylinder_2_3_1_1_1_4_1_11_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :RockerEye ;
  x3do:height 1.01 ;
  x3do:radius .75 .
:CLOCK a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :RockingHorseTransform ;
  x3do:DEF 'CLOCK' ;
  x3do:cycleInterval '2' ;
  x3do:loop true .
:HorsePathInterpolator a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :RockingHorseTransform ;
  x3do:DEF 'HorsePathInterpolator' ;
  x3do:key ( 0.0 0.125 0.25 0.375 0.5 0.625 0.75 0.875 1.0 ) ;
  x3do:keyValue ( 0.0 1.0 0.0 0.0 0.0 1.0 0.0 .04 0.0 1.0 0.0 .08 0.0 1.0 0.0 .04 0.0 1.0 0.0 0.0 0.0 1.0 0.0 -0.04 0.0 1.0 0.0 -0.08 0.0 1.0 0.0 -0.04 0.0 1.0 0.0 0.0 ) .
:ROUTE_2_3_1_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :RockingHorseTransform ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'HorsePathInterpolator' .
:ROUTE_2_3_1_1_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :RockingHorseTransform ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'HorsePathInterpolator' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'AutoRotateTransform' .
