@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FormulaOneRaceCar.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.1.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.1#> .

: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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'FormulaOneRaceCar.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A FormulaOne Race Car running in a predefined path' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Athanasopoulos,Vasileios' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '2 August 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 'Missing files: nplogo.jpg (npslogo.jpg?) front.jpg f1.wav f2.wav f3.wav' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Formula One Race Car' ;
  x3do:name 'subject' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FormulaOneRaceCar.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 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_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "FormulaOneRaceCar.x3d" .
:meta dcterms:description "A FormulaOne Race Car running in a predefined path" .
:meta dcterms:creator "Athanasopoulos,Vasileios" .
:meta dcterms:created "2 August 2002" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:warning "Missing files: nplogo.jpg (npslogo.jpg?) front.jpg f1.wav f2.wav f3.wav" .
:meta dcterms:subject "Formula One Race Car" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FormulaOneRaceCar.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 :Viewpoint_2_1, :DirectionalLight_2_2, :Viewpoint_2_3, :Background_2_4, :CAR .
:Viewpoint_2_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Formula One Race Car' ;
  x3do:orientation ( -1 1 1 1 ) ;
  x3do:position ( 6 8 8 ) .
:DirectionalLight_2_2 a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :Scene ;
  x3do:direction ( 5 0 0 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Bottom' ;
  x3do:orientation ( 1 0 0 1.57 ) ;
  x3do:position ( 0 -25 -8 ) .
:Background_2_4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0 0 0 ) ;
  x3do:skyColor ( 0 0 1 ) .
:CAR a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ViewpointGroup, :Group_2_5_2 ;
  x3do:hasROUTE :ROUTE_2_5_3, :ROUTE_2_5_4, :ROUTE_2_5_5, :ROUTE_2_5_6, :ROUTE_2_5_7 ;
  x3do:DEF 'CAR' ;
  x3do:rotation ( 0 1 0 -1.57 ) .
:ViewpointGroup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :CAR ;
  x3do:hasChildren :Group_2_5_1_1, :WorldInfo_2_5_1_2 ;
  x3do:DEF 'ViewpointGroup' .
:Group_2_5_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ViewpointGroup ;
  x3do:hasChildren :Viewpoint_2_5_1_1_1, :Viewpoint_2_5_1_1_2, :Viewpoint_2_5_1_1_3, :Viewpoint_2_5_1_1_4, :Viewpoint_2_5_1_1_5 .
:Viewpoint_2_5_1_1_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_5_1_1 ;
  x3do:description 'Front' ;
  x3do:orientation ( 0 1 0 1.57 ) ;
  x3do:position ( 10 2 0 ) .
:Viewpoint_2_5_1_1_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_5_1_1 ;
  x3do:description 'Right' ;
  x3do:position ( 0 2 10 ) .
:Viewpoint_2_5_1_1_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_5_1_1 ;
  x3do:description 'Left' ;
  x3do:orientation ( 0 1 0 3.14 ) ;
  x3do:position ( 0 1.5 -14 ) .
:Viewpoint_2_5_1_1_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_5_1_1 ;
  x3do:description 'Back' ;
  x3do:orientation ( 0 1 0 -1.57 ) ;
  x3do:position ( -10 0.85 0 ) .
:Viewpoint_2_5_1_1_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_5_1_1 ;
  x3do:description 'Top' ;
  x3do:orientation ( 1 0 0 -1.57 ) ;
  x3do:position ( 0 15 0.5 ) .
:WorldInfo_2_5_1_2 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :ViewpointGroup ;
  x3do:info '"null node"' .
:Group_2_5_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :CAR ;
  x3do:hasChildren :FORMULA, :MOVE, :TURN, :DRAG, :CLOCK .
:FORMULA a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2 ;
  x3do:hasChildren :Transform_2_5_2_1_1, :Engine1, :Engine2, :Engine3 ;
  x3do:DEF 'FORMULA' .
:Transform_2_5_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FORMULA ;
  x3do:hasChildren :Group_2_5_2_1_1_1, :Group_2_5_2_1_1_2, :Group_2_5_2_1_1_3 ;
  x3do:rotation ( 1 0 0 -1.57 ) .
:Group_2_5_2_1_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5_2_1_1 ;
  x3do:hasChildren :Transform_2_5_2_1_1_1_1 .
:Transform_2_5_2_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_1 ;
  x3do:hasChildren :Group_2_5_2_1_1_1_1_1 ;
  x3do:hasROUTE :ROUTE_2_5_2_1_1_1_1_2, :ROUTE_2_5_2_1_1_1_1_3 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 -2.8 0 ) .
:Group_2_5_2_1_1_1_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1 ;
  x3do:hasChildren :BACK, :CLOCK1, :POS1 .
:BACK a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_1_1_1 ;
  x3do:hasChildren :wheel1, :Transform_2_5_2_1_1_1_1_1_1_2, :Transform_2_5_2_1_1_1_1_1_1_3, :wheel2, :Transform_2_5_2_1_1_1_1_1_1_5, :Transform_2_5_2_1_1_1_1_1_1_6, :axis1 ;
  x3do:DEF 'BACK' .
:wheel1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :elastic, :Shape_2_5_2_1_1_1_1_1_1_1_2 ;
  x3do:DEF 'wheel1' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 1.5 0 0 ) .
:elastic a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_1_1_1_1_1_1_2 ;
  x3do:DEF 'elastic' .
:Appearance_2_5_2_1_1_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :elastic ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_1_1_1_1 .
:Material_2_5_2_1_1_1_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_1_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Cylinder_2_5_2_1_1_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :elastic ;
  x3do:height 0.92 ;
  x3do:radius 0.65 .
:Shape_2_5_2_1_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_1_2_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_1_1_1_1_1_2_2 .
:Appearance_2_5_2_1_1_1_1_1_1_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_1_2 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_1_2_1_1 .
:Material_2_5_2_1_1_1_1_1_1_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_1_2_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) .
:Cylinder_2_5_2_1_1_1_1_1_1_1_2_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_1_2 ;
  x3do:height .92 ;
  x3do:radius .45 .
:Transform_2_5_2_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :rad ;
  x3do:translation ( 1.912 0 0 ) .
:rad a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1_1_1_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_2_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_1_1_1_1_2_1_2 ;
  x3do:DEF 'rad' .
:Appearance_2_5_2_1_1_1_1_1_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :rad ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_2_1_1_1 .
:Material_2_5_2_1_1_1_1_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_2_1_1 .
:Box_2_5_2_1_1_1_1_1_1_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :rad ;
  x3do:size ( 0.1 0.90 0.05 ) .
:Transform_2_5_2_1_1_1_1_1_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :Shape_2_5_2_1_1_1_1_1_1_3_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 1.912 0 0 ) .
:Shape_2_5_2_1_1_1_1_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1_1_1_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_3_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_1_1_1_1_3_1_2 .
:Appearance_2_5_2_1_1_1_1_1_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_3_1_1_1 .
:Material_2_5_2_1_1_1_1_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_3_1_1 .
:Box_2_5_2_1_1_1_1_1_1_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_3_1 ;
  x3do:size ( 0.1 0.90 0.05 ) .
:wheel2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :elastic-USE-1, :Shape_2_5_2_1_1_1_1_1_1_4_2 ;
  x3do:DEF 'wheel2' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( -1.5 0 0 ) .
:elastic-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel2 ;
  owl:sameAs :elastic . # DEF matching this USE
:Shape_2_5_2_1_1_1_1_1_1_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_4_2_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_1_1_1_1_4_2_2 .
:Appearance_2_5_2_1_1_1_1_1_1_4_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_4_2 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_4_2_1_1 .
:Material_2_5_2_1_1_1_1_1_1_4_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_4_2_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) .
:Cylinder_2_5_2_1_1_1_1_1_1_4_2_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_4_2 ;
  x3do:height .92 ;
  x3do:radius .45 .
:Transform_2_5_2_1_1_1_1_1_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :rad-USE-1 ;
  x3do:translation ( -1.912 0 0 ) .
:rad-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1_1_1_5 ;
  owl:sameAs :rad . # DEF matching this USE
:Transform_2_5_2_1_1_1_1_1_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :Shape_2_5_2_1_1_1_1_1_1_6_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -1.912 0 0 ) .
:Shape_2_5_2_1_1_1_1_1_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1_1_1_6 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_6_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_1_1_1_1_6_1_2 .
:Appearance_2_5_2_1_1_1_1_1_1_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_6_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_6_1_1_1 .
:Material_2_5_2_1_1_1_1_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_6_1_1 .
:Box_2_5_2_1_1_1_1_1_1_6_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_6_1 ;
  x3do:size ( 0.1 0.90 0.05 ) .
:axis1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BACK ;
  x3do:hasChildren :Shape_2_5_2_1_1_1_1_1_1_7_1 ;
  x3do:DEF 'axis1' ;
  x3do:rotation ( 0 0 1 1.57 ) .
:Shape_2_5_2_1_1_1_1_1_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :axis1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_1_1_1_1_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_1_1_1_1_7_1_2 .
:Appearance_2_5_2_1_1_1_1_1_1_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_7_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1_1_1_1_7_1_1_1 .
:Material_2_5_2_1_1_1_1_1_1_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_1_1_1_1_7_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Cylinder_2_5_2_1_1_1_1_1_1_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_1_1_1_1_7_1 ;
  x3do:height 3.96 ;
  x3do:radius .12 .
:CLOCK1 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_5_2_1_1_1_1_1 ;
  x3do:DEF 'CLOCK1' ;
  x3do:cycleInterval '2' ;
  x3do:loop true .
:POS1 a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :Group_2_5_2_1_1_1_1_1 ;
  x3do:DEF 'POS1' ;
  x3do:key ( 0 0.5 1 ) ;
  x3do:keyValue ( 1 0 0 0 1 0 0 -3.14 1 0 0 -6.28 ) .
:ROUTE_2_5_2_1_1_1_1_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK1' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'POS1' .
:ROUTE_2_5_2_1_1_1_1_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5_2_1_1_1_1 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'POS1' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'BACK' .
:Group_2_5_2_1_1_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5_2_1_1 ;
  x3do:hasChildren :Transform_2_5_2_1_1_2_1 .
:Transform_2_5_2_1_1_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_2 ;
  x3do:hasChildren :Group_2_5_2_1_1_2_1_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 2.65 0 ) .
:Group_2_5_2_1_1_2_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5_2_1_1_2_1 ;
  x3do:hasChildren :FRONT, :CLOCK2, :POS2 ;
  x3do:hasROUTE :ROUTE_2_5_2_1_1_2_1_1_4, :ROUTE_2_5_2_1_1_2_1_1_5 .
:FRONT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_2_1_1 ;
  x3do:hasChildren :wheel3, :Transform_2_5_2_1_1_2_1_1_1_2, :Transform_2_5_2_1_1_2_1_1_1_3, :wheel4, :Transform_2_5_2_1_1_2_1_1_1_5, :Transform_2_5_2_1_1_2_1_1_1_6, :axis2 ;
  x3do:DEF 'FRONT' .
:wheel3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :elastic1, :Shape_2_5_2_1_1_2_1_1_1_1_2 ;
  x3do:DEF 'wheel3' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 1.5 0 0 ) .
:elastic1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_2_1_1_1_1_1_2 ;
  x3do:DEF 'elastic1' .
:Appearance_2_5_2_1_1_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :elastic1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_1_1_1_1 .
:Material_2_5_2_1_1_2_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_1_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Cylinder_2_5_2_1_1_2_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :elastic1 ;
  x3do:height 0.92 ;
  x3do:radius 0.65 .
:Shape_2_5_2_1_1_2_1_1_1_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_1_2_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_2_1_1_1_1_2_2 .
:Appearance_2_5_2_1_1_2_1_1_1_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_1_2 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_1_2_1_1 .
:Material_2_5_2_1_1_2_1_1_1_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_1_2_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) .
:Cylinder_2_5_2_1_1_2_1_1_1_1_2_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_1_2 ;
  x3do:height .92 ;
  x3do:radius .45 .
:Transform_2_5_2_1_1_2_1_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :rad-USE-2 ;
  x3do:translation ( 1.912 0 0 ) .
:rad-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_2_1_1_1_2 ;
  owl:sameAs :rad . # DEF matching this USE
:Transform_2_5_2_1_1_2_1_1_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :Shape_2_5_2_1_1_2_1_1_1_3_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 1.912 0 0 ) .
:Shape_2_5_2_1_1_2_1_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_2_1_1_1_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_3_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_2_1_1_1_3_1_2 .
:Appearance_2_5_2_1_1_2_1_1_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_3_1_1_1 .
:Material_2_5_2_1_1_2_1_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_3_1_1 .
:Box_2_5_2_1_1_2_1_1_1_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_3_1 ;
  x3do:size ( 0.1 .90 .05 ) .
:wheel4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :elastic-USE-2, :Shape_2_5_2_1_1_2_1_1_1_4_2 ;
  x3do:DEF 'wheel4' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( -1.5 0 0 ) .
:elastic-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel4 ;
  owl:sameAs :elastic . # DEF matching this USE
:Shape_2_5_2_1_1_2_1_1_1_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :wheel4 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_4_2_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_2_1_1_1_4_2_2 .
:Appearance_2_5_2_1_1_2_1_1_1_4_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_4_2 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_4_2_1_1 .
:Material_2_5_2_1_1_2_1_1_1_4_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_4_2_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) .
:Cylinder_2_5_2_1_1_2_1_1_1_4_2_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_4_2 ;
  x3do:height .92 ;
  x3do:radius .45 .
:Transform_2_5_2_1_1_2_1_1_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :rad-USE-3 ;
  x3do:translation ( -1.912 0 0 ) .
:rad-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_2_1_1_1_5 ;
  owl:sameAs :rad . # DEF matching this USE
:Transform_2_5_2_1_1_2_1_1_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :Shape_2_5_2_1_1_2_1_1_1_6_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -1.912 0 0 ) .
:Shape_2_5_2_1_1_2_1_1_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_2_1_1_1_6 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_6_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_2_1_1_1_6_1_2 .
:Appearance_2_5_2_1_1_2_1_1_1_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_6_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_6_1_1_1 .
:Material_2_5_2_1_1_2_1_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_6_1_1 .
:Box_2_5_2_1_1_2_1_1_1_6_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_6_1 ;
  x3do:size ( 0.1 .90 .05 ) .
:axis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FRONT ;
  x3do:hasChildren :Shape_2_5_2_1_1_2_1_1_1_7_1 ;
  x3do:DEF 'axis2' ;
  x3do:rotation ( 0 0 1 1.57 ) .
:Shape_2_5_2_1_1_2_1_1_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :axis2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_2_1_1_1_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_2_1_1_1_7_1_2 .
:Appearance_2_5_2_1_1_2_1_1_1_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_7_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_2_1_1_1_7_1_1_1 .
:Material_2_5_2_1_1_2_1_1_1_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_2_1_1_1_7_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Cylinder_2_5_2_1_1_2_1_1_1_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_2_1_1_1_7_1 ;
  x3do:height 3.96 ;
  x3do:radius .12 .
:CLOCK2 a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_5_2_1_1_2_1_1 ;
  x3do:DEF 'CLOCK2' ;
  x3do:cycleInterval '2' ;
  x3do:loop true .
:POS2 a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :Group_2_5_2_1_1_2_1_1 ;
  x3do:DEF 'POS2' ;
  x3do:key ( 0 0.5 1 ) ;
  x3do:keyValue ( 1 0 0 0 1 0 0 -3.14 1 0 0 -6.28 ) .
:ROUTE_2_5_2_1_1_2_1_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_5_2_1_1_2_1_1 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK2' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'POS2' .
:ROUTE_2_5_2_1_1_2_1_1_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_5_2_1_1_2_1_1 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'POS2' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'FRONT' .
:Group_2_5_2_1_1_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5_2_1_1 ;
  x3do:hasChildren :Transform_2_5_2_1_1_3_1, :Group_2_5_2_1_1_3_2, :COVER, :Transform_2_5_2_1_1_3_5, :Transform_2_5_2_1_1_3_6, :Transform_2_5_2_1_1_3_7, :Transform_2_5_2_1_1_3_8, :Transform_2_5_2_1_1_3_9, :Transform_2_5_2_1_1_3_10, :Transform_2_5_2_1_1_3_11, :Transform_2_5_2_1_1_3_12 ;
  x3do:hasROUTE :ROUTE_2_5_2_1_1_3_4 .
:Transform_2_5_2_1_1_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_1_1, :Transform_2_5_2_1_1_3_1_2 ;
  x3do:scale ( 1 4 0.5 ) .
:Shape_2_5_2_1_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_1_1_1 ;
  x3do:hasGeometry :Sphere_2_5_2_1_1_3_1_1_2 .
:Appearance_2_5_2_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_1_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_1_1_1_1 .
:Material_2_5_2_1_1_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_1_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Sphere_2_5_2_1_1_3_1_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_5_2_1_1_3_1_1 .
:Transform_2_5_2_1_1_3_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_1 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_1_2_1 ;
  x3do:rotation ( 1 0 0 0 ) ;
  x3do:translation ( 0 0.2 0.976 ) .
:Shape_2_5_2_1_1_3_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_1_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_1_2_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_1_2_1_2 .
:Appearance_2_5_2_1_1_3_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_1_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_1_2_1_1_1 ;
  x3do:hasTexture :nplogo .
:Material_2_5_2_1_1_3_1_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_1_2_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) ;
  x3do:transparency .5 .
:nplogo a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_1_2_1_1 ;
  x3do:DEF 'nplogo' ;
  x3do:url '"nplogo.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/nplogo.jpg"' .
:Box_2_5_2_1_1_3_1_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_1_2_1 ;
  x3do:size ( 0.7 .2 .0000001 ) .
:Group_2_5_2_1_1_3_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Group_2_5_2_1_1_3 .
:COVER a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_3_1, :COVERSENS ;
  x3do:DEF 'COVER' ;
  x3do:center ( 0 0 0.535 ) ;
  x3do:scale ( .5 0.9 0.3 ) ;
  x3do:translation ( 0 -1 0 ) .
:Shape_2_5_2_1_1_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :COVER ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_3_1_1 ;
  x3do:hasGeometry :Sphere_2_5_2_1_1_3_3_1_2 .
:Appearance_2_5_2_1_1_3_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_3_1_1_1 .
:Material_2_5_2_1_1_3_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_3_1_1 ;
  x3do:transparency 0.55 .
:Sphere_2_5_2_1_1_3_3_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_5_2_1_1_3_3_1 ;
  x3do:radius 1.3 .
:COVERSENS a owl:NamedIndividual, x3do:CylinderSensor ;
  x3do:hasParent :COVER ;
  x3do:DEF 'COVERSENS' ;
  x3do:description 'touch to activate' ;
  x3do:diskAngle 0.262 ;
  x3do:maxAngle 3.57 .
:ROUTE_2_5_2_1_1_3_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:fromField 'rotation_changed' ;
  x3do:fromNode 'COVERSENS' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'COVER' .
:Transform_2_5_2_1_1_3_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Viewpoint_2_5_2_1_1_3_5_1, :Transform_2_5_2_1_1_3_5_2, :Transform_2_5_2_1_1_3_5_3, :Shape_2_5_2_1_1_3_5_4 ;
  x3do:translation ( 0 -1.3 0.5 ) .
:Viewpoint_2_5_2_1_1_3_5_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5 ;
  x3do:description 'Driver' ;
  x3do:orientation ( 1 0 0 1.350 ) ;
  x3do:position ( 0 0.25 -0.015 ) .
:Transform_2_5_2_1_1_3_5_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_5_2_1 ;
  x3do:rotation ( 1 0 0 1.67 ) ;
  x3do:translation ( 0 0.7 -0.2 ) .
:Shape_2_5_2_1_1_3_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_5_2_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_5_2_1_2 .
:Appearance_2_5_2_1_1_3_5_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_5_2_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_5_2_1_1_3_5_2_1_1_2 .
:Material_2_5_2_1_1_3_5_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_5_2_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) ;
  x3do:transparency .5 .
:ImageTexture_2_5_2_1_1_3_5_2_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_5_2_1_1 ;
  x3do:url '"front.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/front.jpg"' .
:Box_2_5_2_1_1_3_5_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_2_1 ;
  x3do:size ( 0.9 0.8 0.01 ) .
:Transform_2_5_2_1_1_3_5_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_5_3_1 ;
  x3do:rotation ( 1 0 0 1.67 ) ;
  x3do:translation ( 0 0.701 -0.2 ) .
:Shape_2_5_2_1_1_3_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_5_3_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_5_3_1_2 .
:Appearance_2_5_2_1_1_3_5_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_5_3_1_1_1 .
:Material_2_5_2_1_1_3_5_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_5_3_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Box_2_5_2_1_1_3_5_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_3_1 ;
  x3do:size ( 0.9 0.8 0.01 ) .
:Shape_2_5_2_1_1_3_5_4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_5 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_5_4_1 ;
  x3do:hasGeometry :Sphere_2_5_2_1_1_3_5_4_2 .
:Appearance_2_5_2_1_1_3_5_4_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_4 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_5_4_1_1 .
:Material_2_5_2_1_1_3_5_4_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_5_4_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Sphere_2_5_2_1_1_3_5_4_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_5_2_1_1_3_5_4 ;
  x3do:radius 0.25 .
:Transform_2_5_2_1_1_3_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_1, :Transform_2_5_2_1_1_3_6_2, :Transform_2_5_2_1_1_3_6_3, :Transform_2_5_2_1_1_3_6_4, :Transform_2_5_2_1_1_3_6_5, :Transform_2_5_2_1_1_3_6_6, :Transform_2_5_2_1_1_3_6_7, :Transform_2_5_2_1_1_3_6_8 ;
  x3do:translation ( 0 3.80 -0.3 ) .
:Shape_2_5_2_1_1_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_6_1_2 .
:Appearance_2_5_2_1_1_3_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_1_1_1 .
:Material_2_5_2_1_1_3_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Box_2_5_2_1_1_3_6_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_1 ;
  x3do:size ( 3.94 .6 .03 ) .
:Transform_2_5_2_1_1_3_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_2_1 ;
  x3do:translation ( 0.35 -0.2 0.15 ) .
:Shape_2_5_2_1_1_3_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_2_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_6_2_1_2 .
:Appearance_2_5_2_1_1_3_6_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_2_1_1_1 .
:Material_2_5_2_1_1_3_6_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_2_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_6_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_2_1 ;
  x3do:size ( .03 0.16 0.28 ) .
:Transform_2_5_2_1_1_3_6_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_3_1 ;
  x3do:translation ( -0.35 -0.2 0.15 ) .
:Shape_2_5_2_1_1_3_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_3_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_6_3_1_2 .
:Appearance_2_5_2_1_1_3_6_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_3_1_1_1 .
:Material_2_5_2_1_1_3_6_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_3_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_6_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_3_1 ;
  x3do:size ( .03 0.16 0.28 ) .
:Transform_2_5_2_1_1_3_6_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Transform_2_5_2_1_1_3_6_4_1 ;
  x3do:rotation ( 0 0 1 -3.14 ) ;
  x3do:translation ( 1.40 -7.20 1.05 ) .
:Transform_2_5_2_1_1_3_6_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_4 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_4_1_1 ;
  x3do:rotation ( 1 0 0 0.266 ) .
:Shape_2_5_2_1_1_3_6_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_4_1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_4_1_1_1 ;
  x3do:hasGeometry :Text_2_5_2_1_1_3_6_4_1_1_2 .
:Appearance_2_5_2_1_1_3_6_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_4_1_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_4_1_1_1_1 .
:Material_2_5_2_1_1_3_6_4_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_4_1_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_5_2_1_1_3_6_4_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_4_1_1 ;
  x3do:hasFontStyle :FontStyle_2_5_2_1_1_3_6_4_1_1_2_1 ;
  x3do:string '"MV-4204"' .
:FontStyle_2_5_2_1_1_3_6_4_1_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_2_1_1_3_6_4_1_1_2 ;
  x3do:size .8 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_5_2_1_1_3_6_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Transform_2_5_2_1_1_3_6_5_1 ;
  x3do:rotation ( 0 0 1 -3.14 ) ;
  x3do:translation ( 2.2 0.2 0 ) .
:Transform_2_5_2_1_1_3_6_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_5 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_5_1_1 ;
  x3do:translation ( .5 .020 0.05 ) .
:Shape_2_5_2_1_1_3_6_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_5_1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_5_1_1_1 ;
  x3do:hasGeometry :Text_2_5_2_1_1_3_6_5_1_1_2 .
:Appearance_2_5_2_1_1_3_6_5_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_5_1_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_5_1_1_1_1 .
:Material_2_5_2_1_1_3_6_5_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_5_1_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_5_2_1_1_3_6_5_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_5_1_1 ;
  x3do:hasFontStyle :FontStyle_2_5_2_1_1_3_6_5_1_1_2_1 ;
  x3do:string '"VRML"' .
:FontStyle_2_5_2_1_1_3_6_5_1_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_2_1_1_3_6_5_1_1_2 ;
  x3do:size .4 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_5_2_1_1_3_6_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Transform_2_5_2_1_1_3_6_6_1 ;
  x3do:rotation ( 0 0 1 3.14 ) ;
  x3do:translation ( -2.1 0.2 0 ) .
:Transform_2_5_2_1_1_3_6_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_6 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_6_1_1 ;
  x3do:translation ( -1.5 0.01 0.05 ) .
:Shape_2_5_2_1_1_3_6_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_6_1 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_6_1_1_1 ;
  x3do:hasGeometry :Text_2_5_2_1_1_3_6_6_1_1_2 .
:Appearance_2_5_2_1_1_3_6_6_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_6_1_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_6_1_1_1_1 .
:Material_2_5_2_1_1_3_6_6_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_6_1_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_5_2_1_1_3_6_6_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_6_1_1 ;
  x3do:hasFontStyle :FontStyle_2_5_2_1_1_3_6_6_1_1_2_1 ;
  x3do:string '"VRML"' .
:FontStyle_2_5_2_1_1_3_6_6_1_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_2_1_1_3_6_6_1_1_2 ;
  x3do:size .4 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_5_2_1_1_3_6_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_7_1 ;
  x3do:translation ( 1.95 0.01 0.05 ) .
:Shape_2_5_2_1_1_3_6_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_7 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_7_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_6_7_1_2 .
:Appearance_2_5_2_1_1_3_6_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_7_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_7_1_1_1 .
:Material_2_5_2_1_1_3_6_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_7_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_6_7_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_7_1 ;
  x3do:size ( 0.03 .6 .1 ) .
:Transform_2_5_2_1_1_3_6_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_6_8_1 ;
  x3do:translation ( -1.95 0.01 0.05 ) .
:Shape_2_5_2_1_1_3_6_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_6_8 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_6_8_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_6_8_1_2 .
:Appearance_2_5_2_1_1_3_6_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_8_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_6_8_1_1_1 .
:Material_2_5_2_1_1_3_6_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_6_8_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_6_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_6_8_1 ;
  x3do:size ( 0.03 .6 .1 ) .
:Transform_2_5_2_1_1_3_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_7_1, :Transform_2_5_2_1_1_3_7_2, :Transform_2_5_2_1_1_3_7_3 ;
  x3do:rotation ( 1 0 0 -0.2 ) ;
  x3do:translation ( 0 -3.57 0.75 ) .
:Shape_2_5_2_1_1_3_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_7 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_7_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_7_1_2 .
:Appearance_2_5_2_1_1_3_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_7_1_1_1 .
:Material_2_5_2_1_1_3_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_7_1_1 ;
  x3do:diffuseColor ( 1 0 0 ) .
:Box_2_5_2_1_1_3_7_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_1 ;
  x3do:size ( 3.94 0.8 0.04 ) .
:Transform_2_5_2_1_1_3_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_7 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_7_2_1 ;
  x3do:translation ( 1.95 0 0.1 ) .
:Shape_2_5_2_1_1_3_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_7_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_7_2_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_7_2_1_2 .
:Appearance_2_5_2_1_1_3_7_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_7_2_1_1_1 .
:Material_2_5_2_1_1_3_7_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_7_2_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_7_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_2_1 ;
  x3do:size ( 0.04 0.8 0.2 ) .
:Transform_2_5_2_1_1_3_7_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_7 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_7_3_1 ;
  x3do:translation ( -1.95 0 0.1 ) .
:Shape_2_5_2_1_1_3_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_7_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_7_3_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_7_3_1_2 .
:Appearance_2_5_2_1_1_3_7_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_7_3_1_1_1 .
:Material_2_5_2_1_1_3_7_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_7_3_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_7_3_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_7_3_1 ;
  x3do:size ( 0.04 0.8 0.2 ) .
:Transform_2_5_2_1_1_3_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_8_1, :Transform_2_5_2_1_1_3_8_2, :Transform_2_5_2_1_1_3_8_3 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:scale ( 1 1 0.05 ) ;
  x3do:translation ( 0 -0.15 0 ) .
:Shape_2_5_2_1_1_3_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_8 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_8_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_3_8_1_2 .
:Appearance_2_5_2_1_1_3_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_8_1_1_1 ;
  x3do:hasTexture :nplogo-USE-1 .
:Material_2_5_2_1_1_3_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_8_1_1 ;
  x3do:diffuseColor ( .2 1 0 ) .
:nplogo-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_8_1_1 ;
  owl:sameAs :nplogo . # DEF matching this USE
:Cylinder_2_5_2_1_1_3_8_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_1 ;
  x3do:height 3.95 ;
  x3do:radius 1.9 .
:Transform_2_5_2_1_1_3_8_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_8 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_8_2_1 ;
  x3do:rotation ( 0 0 1 -3.14 ) ;
  x3do:translation ( 0.6 1.65 2 ) .
:Shape_2_5_2_1_1_3_8_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_8_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_8_2_1_1 ;
  x3do:hasGeometry :Text_2_5_2_1_1_3_8_2_1_2 .
:Appearance_2_5_2_1_1_3_8_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_8_2_1_1_1 .
:Material_2_5_2_1_1_3_8_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_8_2_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_5_2_1_1_3_8_2_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_2_1 ;
  x3do:hasFontStyle :FontStyle_2_5_2_1_1_3_8_2_1_2_1 ;
  x3do:string '"NPS"' .
:FontStyle_2_5_2_1_1_3_8_2_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_2_1_1_3_8_2_1_2 ;
  x3do:size .8 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_5_2_1_1_3_8_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2_1_1_3_8 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_8_3_1 ;
  x3do:rotation ( 0 0 1 -6.28 ) ;
  x3do:translation ( -0.8 -1.65 2 ) .
:Shape_2_5_2_1_1_3_8_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_8_3 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_8_3_1_1 ;
  x3do:hasGeometry :Text_2_5_2_1_1_3_8_3_1_2 .
:Appearance_2_5_2_1_1_3_8_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_3_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_8_3_1_1_1 .
:Material_2_5_2_1_1_3_8_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_8_3_1_1 ;
  x3do:diffuseColor ( 1 1 0 ) .
:Text_2_5_2_1_1_3_8_3_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1_1_3_8_3_1 ;
  x3do:hasFontStyle :FontStyle_2_5_2_1_1_3_8_3_1_2_1 ;
  x3do:string '"NPS"' .
:FontStyle_2_5_2_1_1_3_8_3_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_2_1_1_3_8_3_1_2 ;
  x3do:size .8 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_5_2_1_1_3_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_9_1 ;
  x3do:translation ( -0.42 -3.4 0.35 ) .
:Shape_2_5_2_1_1_3_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_9 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_9_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_9_1_2 .
:Appearance_2_5_2_1_1_3_9_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_9_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_9_1_1_1 .
:Material_2_5_2_1_1_3_9_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_9_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_9_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_9_1 ;
  x3do:size ( .06 0.26 0.7 ) .
:Transform_2_5_2_1_1_3_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :Shape_2_5_2_1_1_3_10_1 ;
  x3do:translation ( 0.42 -3.4 0.35 ) .
:Shape_2_5_2_1_1_3_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_10 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_10_1_1 ;
  x3do:hasGeometry :Box_2_5_2_1_1_3_10_1_2 .
:Appearance_2_5_2_1_1_3_10_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1_1_3_10_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_10_1_1_1 .
:Material_2_5_2_1_1_3_10_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_10_1_1 ;
  x3do:diffuseColor ( 0.2 1 0 ) .
:Box_2_5_2_1_1_3_10_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_2_1_1_3_10_1 ;
  x3do:size ( .06 0.26 0.7 ) .
:Transform_2_5_2_1_1_3_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :exhaust ;
  x3do:translation ( 0.2 -3.88 0 ) .
:exhaust a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_11 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1_3_11_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_2_1_1_3_11_1_2 ;
  x3do:DEF 'exhaust' .
:Appearance_2_5_2_1_1_3_11_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :exhaust ;
  x3do:hasMaterial :Material_2_5_2_1_1_3_11_1_1_1 .
:Material_2_5_2_1_1_3_11_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1_3_11_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Cylinder_2_5_2_1_1_3_11_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :exhaust ;
  x3do:height .25 ;
  x3do:radius .05 .
:Transform_2_5_2_1_1_3_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_2_1_1_3 ;
  x3do:hasChildren :exhaust-USE-1 ;
  x3do:translation ( -0.2 -3.88 0 ) .
:exhaust-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2_1_1_3_12 ;
  owl:sameAs :exhaust . # DEF matching this USE
:Engine1 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :FORMULA ;
  x3do:hasSource :SOUNDSOURCE1 ;
  x3do:DEF 'Engine1' .
:SOUNDSOURCE1 a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Engine1 ;
  x3do:DEF 'SOUNDSOURCE1' ;
  x3do:description 'V1' ;
  x3do:loop true ;
  x3do:url '"f1.wav" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/f1.wav"' .
:Engine2 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :FORMULA ;
  x3do:hasSource :SOUNDSOURCE2 ;
  x3do:DEF 'Engine2' .
:SOUNDSOURCE2 a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Engine2 ;
  x3do:DEF 'SOUNDSOURCE2' ;
  x3do:description 'V2' ;
  x3do:loop true ;
  x3do:url '"f2.wav" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/f2.wav"' .
:Engine3 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :FORMULA ;
  x3do:hasSource :SOUNDSOURCE3 ;
  x3do:DEF 'Engine3' .
:SOUNDSOURCE3 a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Engine3 ;
  x3do:DEF 'SOUNDSOURCE3' ;
  x3do:description 'V3' ;
  x3do:loop true ;
  x3do:url '"f3.wav" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/f3.wav"' .
:MOVE a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Group_2_5_2 ;
  x3do:hasField :field_2_5_2_2_1, :field_2_5_2_2_2, :field_2_5_2_2_3, :field_2_5_2_2_4 ;
  x3do:DEF 'MOVE' ;
  x3do:sourceCode """
ecmascript:

function set_fraction (fraction,eventTime)
{
    value_changed[0]=radius*Math.sin(turns*fraction*6.28);
    value_changed[1]=0;
    value_changed[2]=radius*Math.cos(turns*fraction*6.28);
 }
""" .
:field_2_5_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :MOVE ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_5_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :MOVE ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFVec3f' .
:field_2_5_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :MOVE ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' ;
  x3do:value 10 .
:field_2_5_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :MOVE ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'turns' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:TURN a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Group_2_5_2 ;
  x3do:hasField :field_2_5_2_3_1, :field_2_5_2_3_2, :field_2_5_2_3_3, :field_2_5_2_3_4 ;
  x3do:DEF 'TURN' ;
  x3do:sourceCode """
ecmascript:

function set_fraction (fraction,eventTime)
{
    value_changed[0]=0;
    value_changed[1]=1;
    value_changed[2]=0;
    value_changed[3]=fraction*6.28;
 }
""" .
:field_2_5_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TURN ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:field_2_5_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TURN ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFRotation' .
:field_2_5_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TURN ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_5_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :TURN ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'turns' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:DRAG a owl:NamedIndividual, x3do:PlaneSensor ;
  x3do:hasParent :Group_2_5_2 ;
  x3do:DEF 'DRAG' ;
  x3do:description 'touch to activate' .
:CLOCK a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Group_2_5_2 ;
  x3do:DEF 'CLOCK' ;
  x3do:cycleInterval '8.0' ;
  x3do:loop true .
:ROUTE_2_5_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :CAR ;
  x3do:fromField 'translation_changed' ;
  x3do:fromNode 'DRAG' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'CAR' .
:ROUTE_2_5_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :CAR ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'MOVE' .
:ROUTE_2_5_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :CAR ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'MOVE' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'CAR' .
:ROUTE_2_5_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :CAR ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'TURN' .
:ROUTE_2_5_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :CAR ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'TURN' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'FORMULA' .
