@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/FrontWheel.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 'FrontWheel.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'F16 front wheel' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Etsuko Lippi' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Murat ONDER, LTJG, Turkish Navy' ;
  x3do:name 'translator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '19 July 2001' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/FrontWheel.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "FrontWheel.x3d" .
:meta dcterms:description "F16 front wheel" .
:meta dcterms:creator "Etsuko Lippi" .
:meta dcterms:translator "Murat ONDER, LTJG, Turkish Navy" .
:meta dcterms:created "19 July 2001" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/FrontWheel.x3d" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :WheelsFrontAxleTransform .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'FrontWheel.x3d' .
:WheelsFrontAxleTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_2_1, :Group_2_2_2 ;
  x3do:DEF 'WheelsFrontAxleTransform' ;
  x3do:rotation ( 0 1 0 -1.57 ) .
:Group_2_2_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :WheelsFrontAxleTransform ;
  x3do:hasChildren :Transform_2_2_1_1 .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1 ;
  x3do:hasChildren :Transform_2_2_1_1_1, :Transform_2_2_1_1_2, :Transform_2_2_1_1_3 ;
  x3do:translation ( 0 -0.25 0 ) .
:Transform_2_2_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_1_1_1_1 ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0 2.0 0.75 ) .
:Shape_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1_1 ;
  x3do:hasAppearance :mainAxle ;
  x3do:hasGeometry :Cylinder_2_2_1_1_1_1_2 .
:mainAxle a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1_1_1_1 ;
  x3do:DEF 'mainAxle' .
:Material_2_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :mainAxle ;
  x3do:diffuseColor ( 1.0 1.0 1.0 ) .
:Cylinder_2_2_1_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1_1_1_1 ;
  x3do:height 2.5 ;
  x3do:radius 0.25 .
:Transform_2_2_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_1_1_2_1 ;
  x3do:rotation ( 0 0 -1 1.05 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0.68 1.8 0.75 ) .
:Shape_2_2_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1_2 ;
  x3do:hasAppearance :mainAxle-USE-1 ;
  x3do:hasGeometry :Cylinder_2_2_1_1_2_1_2 .
:mainAxle-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_2_1 ;
  owl:sameAs :mainAxle . # DEF matching this USE
:Cylinder_2_2_1_1_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1_1_2_1 ;
  x3do:height 2.1 ;
  x3do:radius 0.2 .
:Transform_2_2_1_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_1_1_3_1 ;
  x3do:rotation ( 0 0 -1 1.05 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 1.8 2.42 0.75 ) .
:Shape_2_2_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1_3 ;
  x3do:hasAppearance :mainAxle-USE-2 ;
  x3do:hasGeometry :Cylinder_2_2_1_1_3_1_2 .
:mainAxle-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_3_1 ;
  owl:sameAs :mainAxle . # DEF matching this USE
:Cylinder_2_2_1_1_3_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1_1_3_1 ;
  x3do:height 1.6 ;
  x3do:radius 0.3 .
:Group_2_2_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :WheelsFrontAxleTransform ;
  x3do:hasChildren :Transform_2_2_2_1 .
:Transform_2_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2 ;
  x3do:hasChildren :Transform_2_2_2_1_1, :Transform_2_2_2_1_2, :Transform_2_2_2_1_3, :Group_2_2_2_1_4, :Transform_2_2_2_1_5, :Transform_2_2_2_1_6 ;
  x3do:translation ( 0 0 -0.73 ) .
:Transform_2_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Shape_2_2_2_1_1_1 ;
  x3do:translation ( 0 0.55 0.95 ) .
:Shape_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1 ;
  x3do:hasAppearance :axis ;
  x3do:hasGeometry :Cylinder_2_2_2_1_1_1_2 .
:axis a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1 ;
  x3do:hasMaterial :Material_2_2_2_1_1_1_1_1 ;
  x3do:DEF 'axis' .
:Material_2_2_2_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :axis ;
  x3do:ambientIntensity 0.3 ;
  x3do:diffuseColor ( 0.3 0.3 0.3 ) ;
  x3do:shininess 0.20 ;
  x3do:specularColor ( 0.50 0.50 0.60 ) .
:Cylinder_2_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_1_1_1 ;
  x3do:height 1 ;
  x3do:radius 0.08 .
:Transform_2_2_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Shape_2_2_2_1_2_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0 0 1 ) .
:Shape_2_2_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_2 ;
  x3do:hasAppearance :axis-USE-1 ;
  x3do:hasGeometry :Cylinder_2_2_2_1_2_1_2 .
:axis-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_2_1 ;
  owl:sameAs :axis . # DEF matching this USE
:Cylinder_2_2_2_1_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_1_2_1 ;
  x3do:height 0.5 ;
  x3do:radius 0.1 .
:Transform_2_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Shape_2_2_2_1_3_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0 0 0.95 ) .
:Shape_2_2_2_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_3 ;
  x3do:hasAppearance :axis-USE-2 ;
  x3do:hasGeometry :Cylinder_2_2_2_1_3_1_2 .
:axis-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_3_1 ;
  owl:sameAs :axis . # DEF matching this USE
:Cylinder_2_2_2_1_3_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_1_3_1 ;
  x3do:height 0.4 ;
  x3do:radius 0.15 .
:Group_2_2_2_1_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :WheelTransform .
:WheelTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_1_4 ;
  x3do:hasChildren :WheelTouchSensor, :Clock, :WheelInterpolator, :Transform_2_2_2_1_4_1_7, :Transform_2_2_2_1_4_1_8, :Transform_2_2_2_1_4_1_9 ;
  x3do:hasROUTE :ROUTE_2_2_2_1_4_1_4, :ROUTE_2_2_2_1_4_1_5, :ROUTE_2_2_2_1_4_1_6 ;
  x3do:DEF 'WheelTransform' .
:WheelTouchSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :WheelTransform ;
  x3do:DEF 'WheelTouchSensor' ;
  x3do:description 'When the mouse comes over the wheel the wheel starts to turn.' .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :WheelTransform ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '0.5' ;
  x3do:enabled false ;
  x3do:loop true .
:WheelInterpolator a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :WheelTransform ;
  x3do:DEF 'WheelInterpolator' ;
  x3do:key ( 0 0.5 1.0 ) ;
  x3do:keyValue ( 0 0 1 0.0 0 0 1 3.14 0 0 1 6.28 ) .
:ROUTE_2_2_2_1_4_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :WheelTransform ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'WheelTouchSensor' ;
  x3do:toField 'set_enabled' ;
  x3do:toNode 'Clock' .
:ROUTE_2_2_2_1_4_1_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :WheelTransform ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'WheelInterpolator' .
:ROUTE_2_2_2_1_4_1_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :WheelTransform ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'WheelInterpolator' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'WheelTransform' .
:Transform_2_2_2_1_4_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :WheelTransform ;
  x3do:hasChildren :Transform_2_2_2_1_4_1_7_1, :Transform_2_2_2_1_4_1_7_2, :Transform_2_2_2_1_4_1_7_3 ;
  x3do:scale ( 0.3 0.3 0.3 ) ;
  x3do:translation ( 0 0 1.5 ) .
:Transform_2_2_2_1_4_1_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7 ;
  x3do:hasChildren :front_wheel, :inside_wheel ;
  x3do:rotation ( 0 1 0 1.571 ) .
:front_wheel a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_4_1_7_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_1_4_1_7_1_1_2 ;
  x3do:DEF 'front_wheel' .
:Appearance_2_2_2_1_4_1_7_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :front_wheel ;
  x3do:hasMaterial :black .
:black a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_4_1_7_1_1_1 ;
  x3do:DEF 'black' ;
  x3do:diffuseColor ( 0 0 0 ) ;
  x3do:shininess 0.125 ;
  x3do:specularColor ( 0.2 0.2 0.2 ) .
:Extrusion_2_2_2_1_4_1_7_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :front_wheel ;
  x3do:creaseAngle 3.14 ;
  x3do:crossSection ( 0.00 1.30 .494 1.196 .923 .923 1.196 .494 1.30 0.00 1.196 -0.494 .923 -0.923 .494 -1.196 0.00 -1.30 ) ;
  x3do:spine ( 0 0 1.30 0 .494 1.196 0 .923 .923 0 1.196 .494 0 1.30 0.00 0 1.196 -0.494 0 .923 -0.923 0 .494 -1.196 0 0.00 -1.30 0 -0.494 -1.196 0 -0.923 -0.923 0 -1.196 -0.494 0 -1.30 0 0 -1.196 .494 0 -0.923 .923 0 -0.494 1.196 0 0.00 1.30 ) .
:inside_wheel a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7_1 ;
  x3do:hasAppearance :white ;
  x3do:hasGeometry :Extrusion_2_2_2_1_4_1_7_1_2_2 ;
  x3do:DEF 'inside_wheel' .
:white a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :inside_wheel ;
  x3do:hasMaterial :Material_2_2_2_1_4_1_7_1_2_1_1 ;
  x3do:DEF 'white' .
:Material_2_2_2_1_4_1_7_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :white ;
  x3do:diffuseColor ( 1 1 1 ) .
:Extrusion_2_2_2_1_4_1_7_1_2_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :inside_wheel ;
  x3do:crossSection ( 0.00 1.30 0.10 1.30 0.10 0.00 0.10 -1.30 0.00 -1.30 0.00 0.00 0.00 1.30 ) ;
  x3do:spine ( 0 0 1.30 0 .494 1.196 0 .923 .923 0 1.196 .494 0 1.30 0.00 0 1.196 -0.494 0 .923 -0.923 0 .494 -1.196 0 0.00 -1.30 0 -0.494 -1.196 0 -0.923 -0.923 0 -1.196 -0.494 0 -1.30 0 0 -1.196 .494 0 -0.923 .923 0 -0.494 1.196 0 0.00 1.30 ) .
:Transform_2_2_2_1_4_1_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7 ;
  x3do:hasChildren :Shape_2_2_2_1_4_1_7_2_1 ;
  x3do:rotation ( 0 1 0 1.571 ) .
:Shape_2_2_2_1_4_1_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7_2 ;
  x3do:hasAppearance :white-USE-1 ;
  x3do:hasGeometry :Extrusion_2_2_2_1_4_1_7_2_1_2 .
:white-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_4_1_7_2_1 ;
  owl:sameAs :white . # DEF matching this USE
:Extrusion_2_2_2_1_4_1_7_2_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_1_4_1_7_2_1 ;
  x3do:crossSection ( -0.10 1.30 0.00 1.30 0.00 0.00 0.00 -1.30 -0.10 -1.30 -0.10 0.00 -0.10 1.30 ) ;
  x3do:spine ( 0 0 1.30 0 .494 1.196 0 .923 .923 0 1.196 .494 0 1.30 0.00 0 1.196 -0.494 0 .923 -0.923 0 .494 -1.196 0 0.00 -1.30 0 -0.494 -1.196 0 -0.923 -0.923 0 -1.196 -0.494 0 -1.30 0 0 -1.196 .494 0 -0.923 .923 0 -0.494 1.196 0 0.00 1.30 ) .
:Transform_2_2_2_1_4_1_7_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7 ;
  x3do:hasChildren :Shape_2_2_2_1_4_1_7_3_1 ;
  x3do:rotation ( 0 1 0 1.571 ) .
:Shape_2_2_2_1_4_1_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4_1_7_3 ;
  x3do:hasAppearance :Appearance_2_2_2_1_4_1_7_3_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_2_1_4_1_7_3_1_2 .
:Appearance_2_2_2_1_4_1_7_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_4_1_7_3_1 ;
  x3do:hasMaterial :Material_2_2_2_1_4_1_7_3_1_1_1 .
:Material_2_2_2_1_4_1_7_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_4_1_7_3_1_1 ;
  x3do:diffuseColor ( 0 0.25 0.5 ) .
:Extrusion_2_2_2_1_4_1_7_3_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_1_4_1_7_3_1 ;
  x3do:crossSection ( -0.30 1.30 -0.10 1.30 -0.10 0.00 -0.10 -1.30 -0.30 -1.30 -0.30 0.00 -0.30 1.30 ) ;
  x3do:spine ( 0 0 1.30 0 .494 1.196 0 .923 .923 0 1.196 .494 0 1.30 0.00 0 1.196 -0.494 0 .923 -0.923 0 .494 -1.196 0 0.00 -1.30 0 -0.494 -1.196 0 -0.923 -0.923 0 -1.196 -0.494 0 -1.30 0 0 -1.196 .494 0 -0.923 .923 0 -0.494 1.196 0 0.00 1.30 ) .
:Transform_2_2_2_1_4_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :WheelTransform ;
  x3do:hasChildren :Hub ;
  x3do:translation ( 0 0 1.80 ) .
:Hub a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_2_2_1_4_1_8 ;
  x3do:DEF 'Hub' ;
  x3do:url '"Hub.x3d" "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Hub.x3d" "Hub.wrl" "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Hub.wrl"' .
:Transform_2_2_2_1_4_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :WheelTransform ;
  x3do:hasChildren :Hub-USE-1 ;
  x3do:translation ( 0 0 1.20 ) .
:Hub-USE-1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_2_2_1_4_1_9 ;
  owl:sameAs :Hub . # DEF matching this USE
:Transform_2_2_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Shape_2_2_2_1_5_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0 1 0.95 ) .
:Shape_2_2_2_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_5 ;
  x3do:hasAppearance :axis-USE-3 ;
  x3do:hasGeometry :Cylinder_2_2_2_1_5_1_2 .
:axis-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_5_1 ;
  owl:sameAs :axis . # DEF matching this USE
:Cylinder_2_2_2_1_5_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_1_5_1 ;
  x3do:height 0.4 ;
  x3do:radius 0.15 .
:Transform_2_2_2_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Shape_2_2_2_1_6_1 ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 0.7 0.7 0.7 ) ;
  x3do:translation ( 0 1 1.2 ) .
:Shape_2_2_2_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_6 ;
  x3do:hasAppearance :axis-USE-4 ;
  x3do:hasGeometry :Cylinder_2_2_2_1_6_1_2 .
:axis-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_6_1 ;
  owl:sameAs :axis . # DEF matching this USE
:Cylinder_2_2_2_1_6_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_2_1_6_1 ;
  x3do:height 0.9 ;
  x3do:radius 0.1 .
