@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/HarborEquipment/ChainLinkFence/ChainLinkFence.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 'Interchange' ;
  x3do:version '3.1' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.1.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 'ChainLinkFence.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A segment of chain link fence' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Patrick Sullivan' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '2 February 2005' ;
  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 'https://www.web3d.org/x3d/content/examples/Savage/HarborEquipment/ChainLinkFence/ChainLinkFence.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VizX3D, http://www.vivaty.com/downloads/studio' ;
  x3do:name 'generator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Wings3D, http://www.wings3d.com' ;
  x3do:name 'generator' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ChainLinkFence.x3d" .
:meta dcterms:description "A segment of chain link fence" .
:meta dcterms:creator "LT Patrick Sullivan" .
:meta dcterms:created "2 February 2005" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/HarborEquipment/ChainLinkFence/ChainLinkFence.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:generator "VizX3D, http://www.vivaty.com/downloads/studio" .
:meta dcterms:generator "Wings3D, http://www.wings3d.com" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Transform_2_2, :Transform_2_3, :Transform_2_4, :Transform_2_5, :Group_2_6, :Transform_2_7 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ChainLinkFence.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_2_1 ;
  x3do:translation ( -3.117805 0.0 0.0 ) .
:Shape_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasAppearance :Appearance_2_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_2_1_2 .
:Appearance_2_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1 .
:Material_2_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1 ;
  x3do:diffuseColor ( 0.239215 0.239215 0.239215 ) .
:Cylinder_2_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:height 5.072629 ;
  x3do:radius 0.126984 .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_3_1 ;
  x3do:translation ( 1.410146 0.0 0.0 ) .
:Shape_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasAppearance :Appearance_2_3_1_1 ;
  x3do:hasGeometry :Cylinder_2_3_1_2 .
:Appearance_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasMaterial :Material_2_3_1_1_1 .
:Material_2_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1 ;
  x3do:diffuseColor ( 0.243137 0.243137 0.243137 ) .
:Cylinder_2_3_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:height 5.072629 ;
  x3do:radius 0.126984 .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:rotation ( 0.0 0.0 -1.0 1.570796 ) ;
  x3do:translation ( -0.914066 2.422833 0.0 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasAppearance :Appearance_2_4_1_1 ;
  x3do:hasGeometry :Cylinder_2_4_1_2 .
:Appearance_2_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_1_1 .
:Material_2_4_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_1 ;
  x3do:diffuseColor ( 0.239215 0.239215 0.239215 ) .
:Cylinder_2_4_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:height 4.430181 ;
  x3do:radius 0.126984 .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:rotation ( 0.0 0.0 -1.0 1.570796 ) ;
  x3do:translation ( -0.914066 -2.416105 0.0 ) .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasAppearance :Appearance_2_5_1_1 ;
  x3do:hasGeometry :Cylinder_2_5_1_2 .
:Appearance_2_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasMaterial :Material_2_5_1_1_1 .
:Material_2_5_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1 ;
  x3do:diffuseColor ( 0.239215 0.239215 0.239215 ) .
:Cylinder_2_5_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:height 4.430181 ;
  x3do:radius 0.126984 .
:Group_2_6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_6_1, :Transform_2_6_2, :Transform_2_6_3, :Transform_2_6_4, :Transform_2_6_5, :Transform_2_6_6, :Transform_2_6_7, :Transform_2_6_8, :Transform_2_6_9, :Transform_2_6_10, :Transform_2_6_11, :Transform_2_6_12, :Transform_2_6_13, :Transform_2_6_14, :Transform_2_6_15, :Transform_2_6_16, :Transform_2_6_17, :Transform_2_6_18, :Transform_2_6_19 .
:Transform_2_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_1_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.970241 -0.02823626 0.0 ) .
:Shape_2_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:hasAppearance :Appearance_2_6_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_1_1_2 .
:Appearance_2_6_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasMaterial :Material_2_6_1_1_1_1 .
:Material_2_6_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_1_1 .
:Cylinder_2_6_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:height 6.349808 ;
  x3do:radius 0.01444973 .
:Transform_2_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_2_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.792711 0.137312 -1.108581E-10 ) .
:Shape_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:hasAppearance :Appearance_2_6_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_2_1_2 .
:Appearance_2_6_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasMaterial :Material_2_6_2_1_1_1 .
:Material_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_1_1 .
:Cylinder_2_6_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:height 6.349808 ;
  x3do:radius 0.01444973 .
:Transform_2_6_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_3_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.578799 0.336787 -2.444348E-10 ) .
:Shape_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_3 ;
  x3do:hasAppearance :Appearance_2_6_3_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_3_1_2 .
:Appearance_2_6_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasMaterial :Material_2_6_3_1_1_1 .
:Material_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_3_1_1 .
:Cylinder_2_6_3_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:height 5.703121 ;
  x3do:radius 0.01444973 .
:Transform_2_6_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_4_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.364531 0.536597 -3.782341E-10 ) .
:Shape_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_4 ;
  x3do:hasAppearance :Appearance_2_6_4_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_4_1_2 .
:Appearance_2_6_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:hasMaterial :Material_2_6_4_1_1_1 .
:Material_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_4_1_1 .
:Cylinder_2_6_4_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:height 5.112047 ;
  x3do:radius 0.01444973 .
:Transform_2_6_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_5_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.184065 0.704882 -4.909251E-10 ) .
:Shape_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_5 ;
  x3do:hasAppearance :Appearance_2_6_5_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_5_1_2 .
:Appearance_2_6_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:hasMaterial :Material_2_6_5_1_1_1 .
:Material_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_5_1_1 .
:Cylinder_2_6_5_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:height 4.605759 ;
  x3do:radius 0.01444973 .
:Transform_2_6_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_6_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.02148515 0.896562 -6.192814E-10 ) .
:Shape_2_6_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_6 ;
  x3do:hasAppearance :Appearance_2_6_6_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_6_1_2 .
:Appearance_2_6_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_6_1 ;
  x3do:hasMaterial :Material_2_6_6_1_1_1 .
:Material_2_6_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_6_1_1 .
:Cylinder_2_6_6_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_6_1 ;
  x3do:height 4.021098 ;
  x3do:radius 0.01444973 .
:Transform_2_6_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_7_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.240217 1.100533 -7.558684E-10 ) .
:Shape_2_6_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_7 ;
  x3do:hasAppearance :Appearance_2_6_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_7_1_2 .
:Appearance_2_6_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_7_1 ;
  x3do:hasMaterial :Material_2_6_7_1_1_1 .
:Material_2_6_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_7_1_1 .
:Cylinder_2_6_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_7_1 ;
  x3do:height 3.495348 ;
  x3do:radius 0.01444973 .
:Transform_2_6_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_8_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.432891 1.280205 -8.76184E-10 ) .
:Shape_2_6_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_8 ;
  x3do:hasAppearance :Appearance_2_6_8_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_8_1_2 .
:Appearance_2_6_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_8_1 ;
  x3do:hasMaterial :Material_2_6_8_1_1_1 .
:Material_2_6_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_8_1_1 .
:Cylinder_2_6_8_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_8_1 ;
  x3do:height 2.912166 ;
  x3do:radius 0.01444973 .
:Transform_2_6_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_9_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.65595 1.488211 -1.015472E-9 ) .
:Shape_2_6_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_9 ;
  x3do:hasAppearance :Appearance_2_6_9_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_9_1_2 .
:Appearance_2_6_9_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_9_1 ;
  x3do:hasMaterial :Material_2_6_9_1_1_1 .
:Material_2_6_9_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_9_1_1 .
:Cylinder_2_6_9_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_9_1 ;
  x3do:height 2.239979 ;
  x3do:radius 0.01444973 .
:Transform_2_6_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_10_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.848541 1.667804 -1.135734E-9 ) .
:Shape_2_6_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_10 ;
  x3do:hasAppearance :Appearance_2_6_10_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_10_1_2 .
:Appearance_2_6_10_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_10_1 ;
  x3do:hasMaterial :Material_2_6_10_1_1_1 .
:Material_2_6_10_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_10_1_1 .
:Cylinder_2_6_10_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_10_1 ;
  x3do:height 1.670928 ;
  x3do:radius 0.01444973 .
:Transform_2_6_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_11_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 1.041975 1.848184 -1.256523E-9 ) .
:Shape_2_6_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_11 ;
  x3do:hasAppearance :Appearance_2_6_11_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_11_1_2 .
:Appearance_2_6_11_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_11_1 ;
  x3do:hasMaterial :Material_2_6_11_1_1_1 .
:Material_2_6_11_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_11_1_1 .
:Cylinder_2_6_11_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_11_1 ;
  x3do:height 1.304755 ;
  x3do:radius 0.01444973 .
:Transform_2_6_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_12_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.191704 -0.234752 1.38292E-10 ) .
:Shape_2_6_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_12 ;
  x3do:hasAppearance :Appearance_2_6_12_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_12_1_2 .
:Appearance_2_6_12_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_12_1 ;
  x3do:hasMaterial :Material_2_6_12_1_1_1 .
:Material_2_6_12_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_12_1_1 .
:Cylinder_2_6_12_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_12_1 ;
  x3do:height 5.808395 ;
  x3do:radius 0.01444973 .
:Transform_2_6_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_13_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.422016 -0.449521 2.821096E-10 ) .
:Shape_2_6_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_13 ;
  x3do:hasAppearance :Appearance_2_6_13_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_13_1_2 .
:Appearance_2_6_13_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_13_1 ;
  x3do:hasMaterial :Material_2_6_13_1_1_1 .
:Material_2_6_13_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_13_1_1 .
:Cylinder_2_6_13_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_13_1 ;
  x3do:height 5.108776 ;
  x3do:radius 0.01444973 .
:Transform_2_6_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_14_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.681228 -0.691241 4.439746E-10 ) .
:Shape_2_6_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_14 ;
  x3do:hasAppearance :Appearance_2_6_14_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_14_1_2 .
:Appearance_2_6_14_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_14_1 ;
  x3do:hasMaterial :Material_2_6_14_1_1_1 .
:Material_2_6_14_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_14_1_1 .
:Cylinder_2_6_14_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_14_1 ;
  x3do:height 4.391444 ;
  x3do:radius 0.01444973 .
:Transform_2_6_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_15_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.876119 -0.986171 6.632046E-10 ) .
:Shape_2_6_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_15 ;
  x3do:hasAppearance :Appearance_2_6_15_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_15_1_2 .
:Appearance_2_6_15_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_15_1 ;
  x3do:hasMaterial :Material_2_6_15_1_1_1 .
:Material_2_6_15_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_15_1_1 .
:Cylinder_2_6_15_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_15_1 ;
  x3do:height 3.59872 ;
  x3do:radius 0.01444973 .
:Transform_2_6_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_16_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.083374 -1.269719 8.70415E-10 ) .
:Shape_2_6_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_16 ;
  x3do:hasAppearance :Appearance_2_6_16_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_16_1_2 .
:Appearance_2_6_16_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_16_1 ;
  x3do:hasMaterial :Material_2_6_16_1_1_1 .
:Material_2_6_16_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_16_1_1 .
:Cylinder_2_6_16_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_16_1 ;
  x3do:height 2.818727 ;
  x3do:radius 0.01444973 .
:Transform_2_6_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_17_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.296361 -1.532346 1.05857E-9 ) .
:Shape_2_6_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_17 ;
  x3do:hasAppearance :Appearance_2_6_17_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_17_1_2 .
:Appearance_2_6_17_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_17_1 ;
  x3do:hasMaterial :Material_2_6_17_1_1_1 .
:Material_2_6_17_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_17_1_1 .
:Cylinder_2_6_17_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_17_1 ;
  x3do:height 2.262494 ;
  x3do:radius 0.01444973 .
:Transform_2_6_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_18_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.409303 -1.917819 1.370491E-9 ) .
:Shape_2_6_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_18 ;
  x3do:hasAppearance :Appearance_2_6_18_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_18_1_2 .
:Appearance_2_6_18_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_18_1 ;
  x3do:hasMaterial :Material_2_6_18_1_1_1 .
:Material_2_6_18_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_18_1_1 .
:Cylinder_2_6_18_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_18_1 ;
  x3do:height 1.640859 ;
  x3do:radius 0.01444973 .
:Transform_2_6_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_19_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.700186 -2.021476 1.407724E-9 ) .
:Shape_2_6_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_19 ;
  x3do:hasAppearance :Appearance_2_6_19_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_19_1_2 .
:Appearance_2_6_19_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_19_1 ;
  x3do:hasMaterial :Material_2_6_19_1_1_1 .
:Material_2_6_19_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_19_1_1 .
:Cylinder_2_6_19_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_19_1 ;
  x3do:height 1.067649 ;
  x3do:radius 0.01444973 .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_7_1 ;
  x3do:rotation ( 0.0 0.0 1.0 1.588249 ) ;
  x3do:translation ( -1.014135 0.895686 0.0 ) .
:Group_2_7_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasChildren :Transform_2_7_1_1, :Transform_2_7_1_2, :Transform_2_7_1_3, :Transform_2_7_1_4, :Transform_2_7_1_5, :Transform_2_7_1_6, :Transform_2_7_1_7, :Transform_2_7_1_8, :Transform_2_7_1_9, :Transform_2_7_1_10, :Transform_2_7_1_11, :Transform_2_7_1_12, :Transform_2_7_1_13, :Transform_2_7_1_14, :Transform_2_7_1_15, :Transform_2_7_1_16, :Transform_2_7_1_17, :Transform_2_7_1_18, :Transform_2_7_1_19 .
:Transform_2_7_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_1_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.970241 -0.02823626 0.0 ) .
:Shape_2_7_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_7_1_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_1_1_2 .
:Appearance_2_7_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_1_1 ;
  x3do:hasMaterial :Material_2_7_1_1_1_1_1 .
:Material_2_7_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_1_1_1 .
:Cylinder_2_7_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_1_1 ;
  x3do:height 6.246735 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_2_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.674645 0.01070269 1.937626E-11 ) .
:Shape_2_7_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_2 ;
  x3do:hasAppearance :Appearance_2_7_1_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_2_1_2 .
:Appearance_2_7_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_2_1 ;
  x3do:hasMaterial :Material_2_7_1_2_1_1_1 .
:Material_2_7_1_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_2_1_1 .
:Cylinder_2_7_1_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_2_1 ;
  x3do:height 5.823521 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_3_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.484853 0.236043 -1.408062E-10 ) .
:Shape_2_7_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_3 ;
  x3do:hasAppearance :Appearance_2_7_1_3_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_3_1_2 .
:Appearance_2_7_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_3_1 ;
  x3do:hasMaterial :Material_2_7_1_3_1_1_1 .
:Material_2_7_1_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_3_1_1 .
:Cylinder_2_7_1_3_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_3_1 ;
  x3do:height 5.431234 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_4_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.247822 0.411442 -2.494968E-10 ) .
:Shape_2_7_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_4 ;
  x3do:hasAppearance :Appearance_2_7_1_4_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_4_1_2 .
:Appearance_2_7_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_4_1 ;
  x3do:hasMaterial :Material_2_7_1_4_1_1_1 .
:Material_2_7_1_4_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_4_1_1 .
:Cylinder_2_7_1_4_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_4_1 ;
  x3do:height 4.812192 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_5_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -0.05133263 0.562543 -3.445115E-10 ) .
:Shape_2_7_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_5 ;
  x3do:hasAppearance :Appearance_2_7_1_5_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_5_1_2 .
:Appearance_2_7_1_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_5_1 ;
  x3do:hasMaterial :Material_2_7_1_5_1_1_1 .
:Material_2_7_1_5_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_5_1_1 .
:Cylinder_2_7_1_5_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_5_1 ;
  x3do:height 4.296447 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_6_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.148089 0.760796 -4.796281E-10 ) .
:Shape_2_7_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_6 ;
  x3do:hasAppearance :Appearance_2_7_1_6_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_6_1_2 .
:Appearance_2_7_1_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_6_1 ;
  x3do:hasMaterial :Material_2_7_1_6_1_1_1 .
:Material_2_7_1_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_6_1_1 .
:Cylinder_2_7_1_6_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_6_1 ;
  x3do:height 3.786156 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_7_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.38308 0.947331 -5.982804E-10 ) .
:Shape_2_7_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_7 ;
  x3do:hasAppearance :Appearance_2_7_1_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_7_1_2 .
:Appearance_2_7_1_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_7_1 ;
  x3do:hasMaterial :Material_2_7_1_7_1_1_1 .
:Material_2_7_1_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_7_1_1 .
:Cylinder_2_7_1_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_7_1 ;
  x3do:height 3.333546 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_8_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.536489 1.169111 -7.619088E-10 ) .
:Shape_2_7_1_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_8 ;
  x3do:hasAppearance :Appearance_2_7_1_8_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_8_1_2 .
:Appearance_2_7_1_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_8_1 ;
  x3do:hasMaterial :Material_2_7_1_8_1_1_1 .
:Material_2_7_1_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_8_1_1 .
:Cylinder_2_7_1_8_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_8_1 ;
  x3do:height 2.606497 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_9_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.730162 1.408627 -9.336107E-10 ) .
:Shape_2_7_1_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_9 ;
  x3do:hasAppearance :Appearance_2_7_1_9_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_9_1_2 .
:Appearance_2_7_1_9_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_9_1 ;
  x3do:hasMaterial :Material_2_7_1_9_1_1_1 .
:Material_2_7_1_9_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_9_1_1 .
:Cylinder_2_7_1_9_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_9_1 ;
  x3do:height 2.02616 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_10_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 0.949304 1.559748 -1.024585E-9 ) .
:Shape_2_7_1_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_10 ;
  x3do:hasAppearance :Appearance_2_7_1_10_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_10_1_2 .
:Appearance_2_7_1_10_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_10_1 ;
  x3do:hasMaterial :Material_2_7_1_10_1_1_1 .
:Material_2_7_1_10_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_10_1_1 .
:Cylinder_2_7_1_10_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_10_1 ;
  x3do:height 1.500041 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_11_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( 1.118956 1.765632 -1.171608E-9 ) .
:Shape_2_7_1_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_11 ;
  x3do:hasAppearance :Appearance_2_7_1_11_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_11_1_2 .
:Appearance_2_7_1_11_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_11_1 ;
  x3do:hasMaterial :Material_2_7_1_11_1_1_1 .
:Material_2_7_1_11_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_11_1_1 .
:Cylinder_2_7_1_11_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_11_1 ;
  x3do:height 0.979363 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_12_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.191704 -0.234752 1.38292E-10 ) .
:Shape_2_7_1_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_12 ;
  x3do:hasAppearance :Appearance_2_7_1_12_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_12_1_2 .
:Appearance_2_7_1_12_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_12_1 ;
  x3do:hasMaterial :Material_2_7_1_12_1_1_1 .
:Material_2_7_1_12_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_12_1_1 .
:Cylinder_2_7_1_12_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_12_1 ;
  x3do:height 5.808395 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_13_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.422016 -0.449521 2.821096E-10 ) .
:Shape_2_7_1_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_13 ;
  x3do:hasAppearance :Appearance_2_7_1_13_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_13_1_2 .
:Appearance_2_7_1_13_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_13_1 ;
  x3do:hasMaterial :Material_2_7_1_13_1_1_1 .
:Material_2_7_1_13_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_13_1_1 .
:Cylinder_2_7_1_13_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_13_1 ;
  x3do:height 5.108776 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_14_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.681228 -0.691241 4.439746E-10 ) .
:Shape_2_7_1_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_14 ;
  x3do:hasAppearance :Appearance_2_7_1_14_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_14_1_2 .
:Appearance_2_7_1_14_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_14_1 ;
  x3do:hasMaterial :Material_2_7_1_14_1_1_1 .
:Material_2_7_1_14_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_14_1_1 .
:Cylinder_2_7_1_14_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_14_1 ;
  x3do:height 4.391444 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_15_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -1.876119 -0.986171 6.632046E-10 ) .
:Shape_2_7_1_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_15 ;
  x3do:hasAppearance :Appearance_2_7_1_15_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_15_1_2 .
:Appearance_2_7_1_15_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_15_1 ;
  x3do:hasMaterial :Material_2_7_1_15_1_1_1 .
:Material_2_7_1_15_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_15_1_1 .
:Cylinder_2_7_1_15_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_15_1 ;
  x3do:height 3.59872 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_16_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.083374 -1.269719 8.70415E-10 ) .
:Shape_2_7_1_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_16 ;
  x3do:hasAppearance :Appearance_2_7_1_16_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_16_1_2 .
:Appearance_2_7_1_16_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_16_1 ;
  x3do:hasMaterial :Material_2_7_1_16_1_1_1 .
:Material_2_7_1_16_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_16_1_1 .
:Cylinder_2_7_1_16_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_16_1 ;
  x3do:height 2.818727 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_17_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.296361 -1.532346 1.05857E-9 ) .
:Shape_2_7_1_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_17 ;
  x3do:hasAppearance :Appearance_2_7_1_17_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_17_1_2 .
:Appearance_2_7_1_17_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_17_1 ;
  x3do:hasMaterial :Material_2_7_1_17_1_1_1 .
:Material_2_7_1_17_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_17_1_1 .
:Cylinder_2_7_1_17_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_17_1 ;
  x3do:height 2.262494 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_18_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.409303 -1.917819 1.370491E-9 ) .
:Shape_2_7_1_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_18 ;
  x3do:hasAppearance :Appearance_2_7_1_18_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_18_1_2 .
:Appearance_2_7_1_18_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_18_1 ;
  x3do:hasMaterial :Material_2_7_1_18_1_1_1 .
:Material_2_7_1_18_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_18_1_1 .
:Cylinder_2_7_1_18_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_18_1 ;
  x3do:height 1.640859 ;
  x3do:radius 0.01444973 .
:Transform_2_7_1_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_19_1 ;
  x3do:rotation ( -1.183244E-9 2.035458E-10 1.0 0.750491 ) ;
  x3do:translation ( -2.700186 -2.021476 1.407724E-9 ) .
:Shape_2_7_1_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_19 ;
  x3do:hasAppearance :Appearance_2_7_1_19_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_19_1_2 .
:Appearance_2_7_1_19_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_19_1 ;
  x3do:hasMaterial :Material_2_7_1_19_1_1_1 .
:Material_2_7_1_19_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_19_1_1 .
:Cylinder_2_7_1_19_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1_19_1 ;
  x3do:height 1.067649 ;
  x3do:radius 0.01444973 .
