@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Church.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14, :meta_1_15, :meta_1_16, :meta_1_17 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Church.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'San Carlos Cathedral is the oldest continuously functioning church and the first stone building in the State of California.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Michele Foti' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '15 December 2011' ;
  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 'tests/' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TODO.html' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.sancarloscathedral.net' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'RoyalPresidioChapelHistoricalReferences.pdf' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'CulturalHeritageProjectSanCarlosCathedral.pdf' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SanCarlosCathedralFrontAbove.2012February.png' ;
  x3do:name 'Image' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/ModelSanCarlosChurchFeb-3-2012.x3d' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'under development' ;
  x3do:name 'warning' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Church.x3d' ;
  x3do:name 'identifier' .
:meta_1_16 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_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Church.x3d" .
:meta dcterms:description "San Carlos Cathedral is the oldest continuously functioning church and the first stone building in the State of California." .
:meta dcterms:creator "Michele Foti" .
:meta dcterms:created "15 December 2011" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "tests/" .
:meta dcterms:reference "TODO.html" .
:meta dcterms:reference "http://www.sancarloscathedral.net" .
:meta dcterms:reference "RoyalPresidioChapelHistoricalReferences.pdf" .
:meta dcterms:reference "CulturalHeritageProjectSanCarlosCathedral.pdf" .
:meta dcterms:reference "originals/" .
:meta dcterms:Image "SanCarlosCathedralFrontAbove.2012February.png" .
:meta dcterms:reference "originals/ModelSanCarlosChurchFeb-3-2012.x3d" .
:meta dcterms:warning "under development" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Church.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Base1, :Floor, :linea1, :linea2, :linea3, :Floordx, :Floordx2, :Floorsx, :scalini, :TOWER, :MuroAAx1, :MuroAAx2, :MuroAAx3, :MuroAAx4, :MuroAAx5, :MuroAAx6, :MuroAAx7, :MuroAAx8, :MuroAAx8b, :MuroAAx9o, :MuroAAx9o2, :FacciataSx, :FacciataDX, :FacciataDXperInt, :FacciataSopra, :FacciataSopraDietro, :ArcoIngressoInt, :ArcoIngressoEst, :Controfacciatadx, :Controfacciatasx, :FinFacciata, :Cornicione, :arcoSopra, :arcoSopra2, :BaseCroce, :Croce1, :Croce2, :FrontoneTorre, :MuroAAx555, :MuroAAx5552, :TramezzoSX, :ArcoIngr, :TramezzoDX, :Termine0Int, :Termine0Est, :termine1Int, :termine1Est, :MuroyAA, :MuroAAdx, :MuroAAyr5, :MuroAAyr6, :MuroAAyr7, :MuroAAyr8, :MuroAAyrSX, :MuroAAyrSX2, :MuroqAAyrSX2f, :MuroqAAyrSX2, :MuroqqAAyrSX2a, :MuroqqAAyrSX2uf, :MuroqqAAyrSX2u, :MuroqqAAyrSX2uy, :MuroqqAAyrSX2uut, :MuroqiqAAyrSX2uud, :MuroqiqAAyrSX2uudd, :ssx, :MuroLateraleDX, :MuroLateraleSX, :MuroTransetto1DX, :MuroTransetto1SX, :MuroTransetto3DX, :MuroTransetto3SX, :MuroTransetto4DX, :Presbiterio1EstSoprabis2, :MuroTransetto4SX, :Presbiterio, :Retro, :AbsideDX, :Fronte, :AbsideSX, :FinestreDX, :FinestreSX, :Finestra4TrDX, :Finestra4TrSX, :FinestraPresbA1, :portaDXInt, :portaDXESt, :portaSXInt, :portaSXEST, :PortaRetro, :PortaPresb, :MuroAAydec, :MuroAAydecw, :MuroAAydecrc, :MuroAAydecr, :MuroAAydecrs, :MuroAAydecrsdx, :MuroAAydec2, :Decorazioni, :MuroAAy, :Transform_2_101, :Transform_2_102, :Transform_2_103, :Transform_2_104, :Transform_2_105, :Transform_2_106, :Transform_2_107, :Transform_2_108, :Transform_2_109, :Transform_2_110, :Piano, :Piano1bis, :Piano2, :BARRE, :Organo, :DecOrg, :DecOrg2, :OrgText, :OrgText2, :OrgTextl1, :OrgTextl2, :OrgTextl3, :decbar, :Transform_2_124, :Transform_2_125, :Transform_2_126, :Transform_2_127, :Transform_2_128, :ringhhh, :Transform_2_130, :Transform_2_131, :Transform_2_132, :Transform_2_133, :Transform_2_134, :Transform_2_135, :Transform_2_136, :Transform_2_137, :Transform_2_138, :Transform_2_139, :Transform_2_140, :Transform_2_141, :Transform_2_142, :Transform_2_143, :Transform_2_144, :Transform_2_145, :Transform_2_146, :Transform_2_147, :Transform_2_148, :Transform_2_149, :Transform_2_150, :Transform_2_151, :Transform_2_152, :Transform_2_153, :Transform_2_154, :Transform_2_155, :Transform_2_156, :Transform_2_157, :Transform_2_158, :Transform_2_159, :Transform_2_160, :Transform_2_161, :Transform_2_162, :Transform_2_163, :Transform_2_164, :Transform_2_165, :BaseRingh1, :BaseRingh2, :Transetto1sx, :Transetto1dx, :Transetto3dx, :Transetto3sx, :Transetto2dx, :Transetto2sx, :Presbsx, :Presbdx, :DecSopp1, :DecSopp12, :QuadriDx, :QuadriSx, :crocifisso, :Roofr, :RoofTexture, :Roofdx, :RoofdxText, :Roofsx, :RoofsxText, :Tetto, :SopraTetto1, :SopraTetto2, :SopraTetto3, :SopraTetto4, :TRAVI, :Muroyye, :Muroyyre, :Muroyyree, :SacrestiaInEs, :PancheLato, :Transform_2_198, :PancTrans, :PancheTransSx, :Altare, :Chandelier, :Chandelier1, :Chandelier2, :Chandelier3, :Chandelier4cen, :Chandelier5, :Chandelier6, :timez, :Sequencz ;
  x3do:hasROUTE :ROUTE_2_210, :ROUTE_2_212, :ROUTE_2_213 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Church.x3d' .
:Base1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_2_1 ;
  x3do:DEF 'Base1' ;
  x3do:scale ( 0.438 1 0.438 ) ;
  x3do:translation ( 5.7 -2.18 -23.5 ) .
:Shape_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Base1 ;
  x3do:hasGeometry :Box_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_2 .
:Box_2_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:size ( 68.5 0.1 221.1 ) .
:Appearance_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1 ;
  x3do:hasTexture :Paving ;
  x3do:hasTextureTransform :TextureTransform_2_2_1_2_2 .
:Paving a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_2 ;
  x3do:DEF 'Paving' ;
  x3do:url '"images/Paving.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving.jpg"' .
:TextureTransform_2_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_1_2 ;
  x3do:scale ( 7 24 ) .
:Floor a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_3_1 ;
  x3do:DEF 'Floor' ;
  x3do:translation ( 5.8465 -2.13 -23.93 ) .
:Shape_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Floor ;
  x3do:hasGeometry :Box_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_2 .
:Box_2_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:size ( 7.73 0.02 47.63 ) .
:Appearance_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasTexture :PavingMaterial ;
  x3do:hasTextureTransform :TextureTransform_2_3_1_2_2 .
:PavingMaterial a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_2 ;
  x3do:DEF 'PavingMaterial' ;
  x3do:url '"images/PavingMaterial.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/PavingMaterial.jpg"' .
:TextureTransform_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_3_1_2 ;
  x3do:scale ( 6 47 ) .
:linea1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:DEF 'linea1' ;
  x3do:translation ( 5.8465 -2.11 -20.9 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :linea1 ;
  x3do:hasGeometry :Box_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Box_2_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:size ( 0.01 0.01 41.63 ) .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasTexture :line ;
  x3do:hasTextureTransform :TextureTransform_2_4_1_2_2 .
:line a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:DEF 'line' ;
  x3do:url '"images/line.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/line.jpg"' .
:TextureTransform_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:scale ( 6 48 ) .
:linea2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:DEF 'linea2' ;
  x3do:translation ( 6.49 -2.11 -20.9 ) .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :linea2 ;
  x3do:hasGeometry :Box_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_2 .
:Box_2_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:size ( 0.01 0.01 41.63 ) .
:Appearance_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasTexture :line-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_5_1_2_2 .
:line-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_1_2 ;
  owl:sameAs :line . # DEF matching this USE
:TextureTransform_2_5_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_5_1_2 ;
  x3do:scale ( 6 48 ) .
:linea3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_6_1 ;
  x3do:DEF 'linea3' ;
  x3do:translation ( 5.2 -2.11 -20.9 ) .
:Shape_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :linea3 ;
  x3do:hasGeometry :Box_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_2 .
:Box_2_6_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:size ( 0.01 0.01 41.63 ) .
:Appearance_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasTexture :line-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_6_1_2_2 .
:line-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  owl:sameAs :line . # DEF matching this USE
:TextureTransform_2_6_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  x3do:scale ( 6 48 ) .
:Floordx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1 ;
  x3do:DEF 'Floordx' ;
  x3do:translation ( 13.353 -2.13 -34.435 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Floordx ;
  x3do:hasGeometry :Box_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_7_1_2 .
:Box_2_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:size ( 7.3 0.02 8.43 ) .
:Appearance_2_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasTexture :PavingMaterial-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_7_1_2_2 .
:PavingMaterial-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_7_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_7_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_7_1_2 ;
  x3do:scale ( 7.9 8.28 ) ;
  x3do:translation ( 0 0.45 ) .
:Floordx2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1 ;
  x3do:DEF 'Floordx2' ;
  x3do:translation ( 13.65 -2.13 -43.8 ) .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Floordx2 ;
  x3do:hasGeometry :Box_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_8_1_2 .
:Box_2_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:size ( 7.88 0.02 8.58 ) .
:Appearance_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasTexture :PavingMaterial-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_8_1_2_2 .
:PavingMaterial-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_8_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_8_1_2 ;
  x3do:scale ( 7.9 8.28 ) ;
  x3do:translation ( 0 0.45 ) .
:Floorsx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_9_1 ;
  x3do:DEF 'Floorsx' ;
  x3do:translation ( -1.67 -2.13 -34.435 ) .
:Shape_2_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Floorsx ;
  x3do:hasGeometry :Box_2_9_1_1 ;
  x3do:hasAppearance :Appearance_2_9_1_2 .
:Box_2_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_9_1 ;
  x3do:size ( 7.3 0.02 8.43 ) .
:Appearance_2_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_1 ;
  x3do:hasTexture :PavingMaterial-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_9_1_2_2 .
:PavingMaterial-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_9_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_9_1_2 ;
  x3do:scale ( 7.9 8.28 ) ;
  x3do:translation ( 0 0.45 ) .
:scalini a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :scalino1Primo, :scalino1bis, :scalino1tris, :scalino1tris2, :scalino1tris3Sacr, :scalino1quatris, :scalino1quinque, :scalino1quinque2, :scalino2, :scalino2bis, :scalino2tris, :scalino2quatris, :scalino2quinque, :scalino2quinque2, :scalino3, :scalino3bis, :scalino3tris, :scalino3quatris, :scalino4, :scalino4bis, :scalino4tris, :scalino4quatris ;
  x3do:DEF 'scalini' .
:scalino1Primo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_1_1 ;
  x3do:DEF 'scalino1Primo' ;
  x3do:translation ( 5.775 -1.94 -39.61 ) .
:Shape_2_10_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1Primo ;
  x3do:hasGeometry :Box_2_10_1_1_1 ;
  x3do:hasAppearance :Appearance_2_10_1_1_2 .
:Box_2_10_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_1_1 ;
  x3do:size ( 8.945 0.42 4.91 ) .
:Appearance_2_10_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_1_1 ;
  x3do:hasTexture :PavingMaterial-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_10_1_1_2_2 .
:PavingMaterial-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_1_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_1_1_2 ;
  x3do:scale ( 8 5 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_2_1 ;
  x3do:DEF 'scalino1bis' ;
  x3do:translation ( 5.775 -1.89 -37.15 ) .
:Shape_2_10_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1bis ;
  x3do:hasGeometry :Box_2_10_2_1_1 ;
  x3do:hasAppearance :Appearance_2_10_2_1_2 .
:Box_2_10_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_2_1 ;
  x3do:size ( 8.955 0.32 0.01 ) .
:Appearance_2_10_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_2_1 ;
  x3do:hasTexture :PavingMaterial2 ;
  x3do:hasTextureTransform :TextureTransform_2_10_2_1_2_2 .
:PavingMaterial2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_2_1_2 ;
  x3do:DEF 'PavingMaterial2' ;
  x3do:url '"images/PavingMaterial2.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/PavingMaterial2.jpg"' .
:TextureTransform_2_10_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_2_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino1tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_3_1 ;
  x3do:DEF 'scalino1tris' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 1.3 -1.89 -37.88 ) .
:Shape_2_10_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1tris ;
  x3do:hasGeometry :Box_2_10_3_1_1 ;
  x3do:hasAppearance :Appearance_2_10_3_1_2 .
:Box_2_10_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_3_1 ;
  x3do:size ( 1.44 0.32 0.01 ) .
:Appearance_2_10_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_3_1 ;
  x3do:hasTexture :PavingMaterial2-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_10_3_1_2_2 .
:PavingMaterial2-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_3_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_3_1_2 ;
  x3do:scale ( 1.5 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino1tris2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_4_1 ;
  x3do:DEF 'scalino1tris2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.25 -1.89 -37.88 ) .
:Shape_2_10_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1tris2 ;
  x3do:hasGeometry :Box_2_10_4_1_1 ;
  x3do:hasAppearance :Appearance_2_10_4_1_2 .
:Box_2_10_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_4_1 ;
  x3do:size ( 1.44 0.32 0.01 ) .
:Appearance_2_10_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_4_1 ;
  x3do:hasTexture :PavingMaterial2-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_10_4_1_2_2 .
:PavingMaterial2-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_4_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_4_1_2 ;
  x3do:scale ( 1.5 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino1tris3Sacr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_5_1 ;
  x3do:DEF 'scalino1tris3Sacr' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.25 -1.99 -40.965 ) .
:Shape_2_10_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1tris3Sacr ;
  x3do:hasGeometry :Box_2_10_5_1_1 ;
  x3do:hasAppearance :Appearance_2_10_5_1_2 .
:Box_2_10_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_5_1 ;
  x3do:size ( 1.62 0.52 0.01 ) .
:Appearance_2_10_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_5_1 ;
  x3do:hasTexture :PavingMaterial2-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_10_5_1_2_2 .
:PavingMaterial2-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_5_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_5_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_5_1_2 ;
  x3do:scale ( 1.5 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino1quatris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_6_1 ;
  x3do:DEF 'scalino1quatris' ;
  x3do:translation ( 5.775 -1.73 -37.25 ) .
:Shape_2_10_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1quatris ;
  x3do:hasGeometry :Box_2_10_6_1_1 ;
  x3do:hasAppearance :Appearance_2_10_6_1_2 .
:Box_2_10_6_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_6_1 ;
  x3do:size ( 9 0.01 0.33 ) .
:Appearance_2_10_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_6_1 ;
  x3do:hasTexture :PavingMaterial3 ;
  x3do:hasTextureTransform :TextureTransform_2_10_6_1_2_2 .
:PavingMaterial3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_6_1_2 ;
  x3do:DEF 'PavingMaterial3' ;
  x3do:url '"images/PavingMaterial3.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/PavingMaterial3.jpg"' .
:TextureTransform_2_10_6_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_6_1_2 ;
  x3do:scale ( 16.6 0.95 ) ;
  x3do:translation ( 0.216 0 ) .
:scalino1quinque a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_7_1 ;
  x3do:DEF 'scalino1quinque' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 1.49 -1.734 -38 ) .
:Shape_2_10_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1quinque ;
  x3do:hasGeometry :Box_2_10_7_1_1 ;
  x3do:hasAppearance :Appearance_2_10_7_1_2 .
:Box_2_10_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_7_1 ;
  x3do:size ( 1.2 0.01 0.42 ) .
:Appearance_2_10_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_7_1 ;
  x3do:hasTexture :PavingMaterial3-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_10_7_1_2_2 .
:PavingMaterial3-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_7_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_7_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_7_1_2 ;
  x3do:scale ( 2.55 0.95 ) ;
  x3do:translation ( 0.21 0 ) .
:scalino1quinque2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_8_1 ;
  x3do:DEF 'scalino1quinque2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.07 -1.734 -38 ) .
:Shape_2_10_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino1quinque2 ;
  x3do:hasGeometry :Box_2_10_8_1_1 ;
  x3do:hasAppearance :Appearance_2_10_8_1_2 .
:Box_2_10_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_8_1 ;
  x3do:size ( 1.2 0.01 0.42 ) .
:Appearance_2_10_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_8_1 ;
  x3do:hasTexture :PavingMaterial3-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_10_8_1_2_2 .
:PavingMaterial3-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_8_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_8_1_2 ;
  x3do:scale ( 2.5 0.95 ) ;
  x3do:translation ( -0.03 0 ) .
:scalino2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_9_1 ;
  x3do:DEF 'scalino2' ;
  x3do:translation ( 5.775 -2.03 -38.1 ) .
:Shape_2_10_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2 ;
  x3do:hasGeometry :Box_2_10_9_1_1 ;
  x3do:hasAppearance :Appearance_2_10_9_1_2 .
:Box_2_10_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_9_1 ;
  x3do:size ( 9.8 0.19 2.555 ) .
:Appearance_2_10_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_9_1 ;
  x3do:hasTexture :PavingMaterial-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_10_9_1_2_2 .
:PavingMaterial-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_9_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_9_1_2 ;
  x3do:scale ( 7.9 5 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_10_1 ;
  x3do:DEF 'scalino2bis' ;
  x3do:translation ( 5.775 -2.03 -36.81 ) .
:Shape_2_10_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2bis ;
  x3do:hasGeometry :Box_2_10_10_1_1 ;
  x3do:hasAppearance :Appearance_2_10_10_1_2 .
:Box_2_10_10_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_10_1 ;
  x3do:size ( 9.8 0.19 0.01 ) .
:Appearance_2_10_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_10_1 ;
  x3do:hasTexture :PavingMaterial2-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_10_10_1_2_2 .
:PavingMaterial2-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_10_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_10_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_10_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino2tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_11_1 ;
  x3do:DEF 'scalino2tris' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 0.876 -2.1 -37.7 ) .
:Shape_2_10_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2tris ;
  x3do:hasGeometry :Box_2_10_11_1_1 ;
  x3do:hasAppearance :Appearance_2_10_11_1_2 .
:Box_2_10_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_11_1 ;
  x3do:size ( 1.8 0.32 0.01 ) .
:Appearance_2_10_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_11_1 ;
  x3do:hasTexture :PavingMaterial2-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_10_11_1_2_2 .
:PavingMaterial2-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_11_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_11_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_11_1_2 ;
  x3do:scale ( 1.5 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino2quatris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_12_1 ;
  x3do:DEF 'scalino2quatris' ;
  x3do:translation ( 5.775 -1.93 -36.98 ) .
:Shape_2_10_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2quatris ;
  x3do:hasGeometry :Box_2_10_12_1_1 ;
  x3do:hasAppearance :Appearance_2_10_12_1_2 .
:Box_2_10_12_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_12_1 ;
  x3do:size ( 9.83 0.01 0.42 ) .
:Appearance_2_10_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_12_1 ;
  x3do:hasTexture :PavingMaterial3-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_10_12_1_2_2 .
:PavingMaterial3-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_12_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_12_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_12_1_2 ;
  x3do:scale ( 16.6 0.95 ) ;
  x3do:translation ( 0.216 0 ) .
:scalino2quinque a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_13_1 ;
  x3do:DEF 'scalino2quinque' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 1.07 -1.93 -37.88 ) .
:Shape_2_10_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2quinque ;
  x3do:hasGeometry :Box_2_10_13_1_1 ;
  x3do:hasAppearance :Appearance_2_10_13_1_2 .
:Box_2_10_13_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_13_1 ;
  x3do:size ( 1.4 0.01 0.42 ) .
:Appearance_2_10_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_13_1 ;
  x3do:hasTexture :PavingMaterial3-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_10_13_1_2_2 .
:PavingMaterial3-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_13_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_13_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_13_1_2 ;
  x3do:scale ( 2.6 0.95 ) ;
  x3do:translation ( 0.16 0 ) .
:scalino2quinque2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_14_1 ;
  x3do:DEF 'scalino2quinque2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.47 -1.93 -37.88 ) .
:Shape_2_10_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino2quinque2 ;
  x3do:hasGeometry :Box_2_10_14_1_1 ;
  x3do:hasAppearance :Appearance_2_10_14_1_2 .
:Box_2_10_14_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_14_1 ;
  x3do:size ( 1.4 0.01 0.44 ) .
:Appearance_2_10_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_14_1 ;
  x3do:hasTexture :PavingMaterial3-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_10_14_1_2_2 .
:PavingMaterial3-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_14_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_14_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_14_1_2 ;
  x3do:scale ( 2.6 0.95 ) ;
  x3do:translation ( -0.03 0 ) .
:scalino3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_15_1 ;
  x3do:DEF 'scalino3' ;
  x3do:translation ( 5.775 -1.77 -43.5 ) .
:Shape_2_10_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino3 ;
  x3do:hasGeometry :Box_2_10_15_1_1 ;
  x3do:hasAppearance :Appearance_2_10_15_1_2 .
:Box_2_10_15_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_15_1 ;
  x3do:size ( 8.7 0.38 2.9 ) .
:Appearance_2_10_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_15_1 ;
  x3do:hasTexture :PavingMaterial-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_10_15_1_2_2 .
:PavingMaterial-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_15_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_15_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_15_1_2 ;
  x3do:scale ( 7.9 5 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino3bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_16_1 ;
  x3do:DEF 'scalino3bis' ;
  x3do:translation ( 5.775 -1.77 -42.05 ) .
:Shape_2_10_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino3bis ;
  x3do:hasGeometry :Box_2_10_16_1_1 ;
  x3do:hasAppearance :Appearance_2_10_16_1_2 .
:Box_2_10_16_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_16_1 ;
  x3do:size ( 8.7 0.38 0.01 ) .
:Appearance_2_10_16_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_16_1 ;
  x3do:hasTexture :PavingMaterial2-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_10_16_1_2_2 .
:PavingMaterial2-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_16_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_16_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_16_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino3tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_17_1 ;
  x3do:DEF 'scalino3tris' ;
  x3do:translation ( 5.775 -1.57 -42.25 ) .
:Shape_2_10_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino3tris ;
  x3do:hasGeometry :Box_2_10_17_1_1 ;
  x3do:hasAppearance :Appearance_2_10_17_1_2 .
:Box_2_10_17_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_17_1 ;
  x3do:size ( 8.7 0.01 0.42 ) .
:Appearance_2_10_17_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_17_1 ;
  x3do:hasTexture :PavingMaterial-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_10_17_1_2_2 .
:PavingMaterial-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_17_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_17_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_17_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino3quatris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_18_1 ;
  x3do:DEF 'scalino3quatris' ;
  x3do:translation ( 5.775 -1.565 -42.25 ) .
:Shape_2_10_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino3quatris ;
  x3do:hasGeometry :Box_2_10_18_1_1 ;
  x3do:hasAppearance :Appearance_2_10_18_1_2 .
:Box_2_10_18_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_18_1 ;
  x3do:size ( 8.7 0.01 0.46 ) .
:Appearance_2_10_18_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_18_1 ;
  x3do:hasTexture :PavingMaterial3-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_10_18_1_2_2 .
:PavingMaterial3-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_18_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_18_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_18_1_2 ;
  x3do:scale ( 16.6 0.95 ) ;
  x3do:translation ( 0.216 0 ) .
:scalino4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_19_1 ;
  x3do:DEF 'scalino4' ;
  x3do:translation ( 5.775 -1.74 -43.7 ) .
:Shape_2_10_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino4 ;
  x3do:hasGeometry :Box_2_10_19_1_1 ;
  x3do:hasAppearance :Appearance_2_10_19_1_2 .
:Box_2_10_19_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_19_1 ;
  x3do:size ( 8.7 0.68 2.5 ) .
:Appearance_2_10_19_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_19_1 ;
  x3do:hasTexture :PavingMaterial-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_10_19_1_2_2 .
:PavingMaterial-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_19_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_19_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_19_1_2 ;
  x3do:scale ( 7.9 3 ) .
:scalino4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_20_1 ;
  x3do:DEF 'scalino4bis' ;
  x3do:translation ( 5.775 -1.74 -42.45 ) .
:Shape_2_10_20_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino4bis ;
  x3do:hasGeometry :Box_2_10_20_1_1 ;
  x3do:hasAppearance :Appearance_2_10_20_1_2 .
:Box_2_10_20_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_20_1 ;
  x3do:size ( 8.7 0.68 0.01 ) .
:Appearance_2_10_20_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_20_1 ;
  x3do:hasTexture :PavingMaterial2-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_10_20_1_2_2 .
:PavingMaterial2-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_20_1_2 ;
  owl:sameAs :PavingMaterial2 . # DEF matching this USE
:TextureTransform_2_10_20_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_20_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino4tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_21_1 ;
  x3do:DEF 'scalino4tris' ;
  x3do:translation ( 5.775 -1.4 -42.65 ) .
:Shape_2_10_21_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino4tris ;
  x3do:hasGeometry :Box_2_10_21_1_1 ;
  x3do:hasAppearance :Appearance_2_10_21_1_2 .
:Box_2_10_21_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_21_1 ;
  x3do:size ( 8.7 0.01 0.42 ) .
:Appearance_2_10_21_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_21_1 ;
  x3do:hasTexture :PavingMaterial-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_10_21_1_2_2 .
:PavingMaterial-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_21_1_2 ;
  owl:sameAs :PavingMaterial . # DEF matching this USE
:TextureTransform_2_10_21_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_21_1_2 ;
  x3do:scale ( 7.9 0.2 ) ;
  x3do:translation ( 0 0.45 ) .
:scalino4quatris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :scalini ;
  x3do:hasChildren :Shape_2_10_22_1 ;
  x3do:DEF 'scalino4quatris' ;
  x3do:translation ( 5.775 -1.395 -42.63 ) .
:Shape_2_10_22_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :scalino4quatris ;
  x3do:hasGeometry :Box_2_10_22_1_1 ;
  x3do:hasAppearance :Appearance_2_10_22_1_2 .
:Box_2_10_22_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_10_22_1 ;
  x3do:size ( 8.7 0.01 0.46 ) .
:Appearance_2_10_22_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_22_1 ;
  x3do:hasTexture :PavingMaterial3-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_10_22_1_2_2 .
:PavingMaterial3-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_22_1_2 ;
  owl:sameAs :PavingMaterial3 . # DEF matching this USE
:TextureTransform_2_10_22_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_10_22_1_2 ;
  x3do:scale ( 16.6 0.95 ) ;
  x3do:translation ( 0.216 0 ) .
:TOWER a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroAAye0rrr, :MuroAeeAye0rrr, :MuroAAye0rwreeer, :MuroAAye0444, :MuroAAz, :MuroAAye0eeees, :MuroAAy1, :MuroAAy2, :MuroAAy3, :MuroAAy4, :MuroAAy5, :MuroAAy6, :MuroAAy7, :MuroAAy8, :MuroAAx72, :MuroAAx742, :MuroAAx7r2, :MuroAAx7ur2, :MuroAAx77ur2, :MuroLatSottoEst, :MuroLatSottoInt, :TR1, :MuroDietroInt, :MuroDietroEst, :Finestra, :TR2, :Pavimento31, :Pavimento31Sottile, :Pavimento31Scalino, :Pavimento31ScalinoSottile, :Pavimento313, :Soffitto2, :TR3, :MuroDietro, :MuroLatSottoSX2, :MuroLatSottoDX2, :MuroDietro4, :MuroDietro5SX, :MuroLat5SX, :MuroFrontCentale5, :MuroLat5SX2Centro, :MuroLat5DX, :MuroLat6DX, :MuroLat7DX, :ArcoTorre1, :ArcoTorre2, :ArcoTorre3, :ArcoTorre4, :ArcoTorre5, :ArcoTorre6, :Tettob1, :Tettob2, :Tettob3, :Tettob4, :Tettob5, :ColonninaTetto, :ColonninaTetto2, :Torrtta, :torr2, :torr3, :torr4Front, :torr5Facc, :torr6DietroSx, :Bell1, :Bell2 ;
  x3do:DEF 'TOWER' ;
  x3do:translation ( 0.36 0 0 ) .
:MuroAAye0rrr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_1_1 ;
  x3do:DEF 'MuroAAye0rrr' ;
  x3do:translation ( -2.91 7.05 -2.78 ) .
:Shape_2_11_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAye0rrr ;
  x3do:hasGeometry :IndexedFaceSet_2_11_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_1_1_2 .
:IndexedFaceSet_2_11_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_1_1 ;
  x3do:hasCoord :CoordinateBox1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_1_1_1 ;
  x3do:DEF 'CoordinateBox1' ;
  x3do:point ( 0 0 0 0 0 0.05 0 1.2 0.05 0 1.2 0 ) .
:Appearance_2_11_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_1_1 ;
  x3do:hasMaterial :SandStone_Out .
:SandStone_Out a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_1_1_2 ;
  x3do:DEF 'SandStone_Out' ;
  x3do:diffuseColor ( 1 0.91 0.67 ) .
:MuroAeeAye0rrr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_2_1 ;
  x3do:DEF 'MuroAeeAye0rrr' ;
  x3do:translation ( -2.91 7.03 -1.78 ) .
:Shape_2_11_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAeeAye0rrr ;
  x3do:hasGeometry :IndexedFaceSet_2_11_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_2_1_2 .
:IndexedFaceSet_2_11_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_2_1 ;
  x3do:hasCoord :CoordinateBox1-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox1-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_2_1_1 ;
  owl:sameAs :CoordinateBox1 . # DEF matching this USE
:Appearance_2_11_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-1 .
:SandStone_Out-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAye0rwreeer a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :MuroAAywe0rrr ;
  x3do:DEF 'MuroAAye0rwreeer' ;
  x3do:translation ( 0 0 1.43 ) .
:MuroAAywe0rrr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAye0rwreeer ;
  x3do:hasChildren :Shape_2_11_3_1_1 ;
  x3do:DEF 'MuroAAywe0rrr' ;
  x3do:translation ( -2.91 7.05 -2.78 ) .
:Shape_2_11_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAywe0rrr ;
  x3do:hasGeometry :IndexedFaceSet_2_11_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_3_1_1_2 .
:IndexedFaceSet_2_11_3_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_3_1_1 ;
  x3do:hasCoord :CoordinateBox1-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox1-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_3_1_1_1 ;
  owl:sameAs :CoordinateBox1 . # DEF matching this USE
:Appearance_2_11_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-2 .
:SandStone_Out-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAye0444 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_4_1 ;
  x3do:DEF 'MuroAAye0444' ;
  x3do:translation ( 1.35 5 -1.2 ) .
:Shape_2_11_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAye0444 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_4_1_2 .
:IndexedFaceSet_2_11_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_4_1 ;
  x3do:hasCoord :Coordinate_2_11_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 1 4 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_4_1_1 ;
  x3do:point ( 0.2 0 0 0.2 0 1.1 -1 1.4 1.1 -1 1.4 0 -1 0 1.1 ) .
:Appearance_2_11_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-3 .
:SandStone_Out-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAz a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_5_1 ;
  x3do:DEF 'MuroAAz' ;
  x3do:translation ( -3.65 8.33 -2.8 ) .
:Shape_2_11_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAz ;
  x3do:hasGeometry :IndexedFaceSet_2_11_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_5_1_2 .
:IndexedFaceSet_2_11_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_5_1 ;
  x3do:hasCoord :Coordinate_2_11_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_5_1_1 ;
  x3do:point ( 0 0 0 0 0 3.5 0.6 0 3.5 0.6 0 0 ) .
:Appearance_2_11_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-4 .
:SandStone_Out-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAye0eeees a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_6_1 ;
  x3do:DEF 'MuroAAye0eeees' ;
  x3do:translation ( 0.425 6 -2 ) .
:Shape_2_11_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAye0eeees ;
  x3do:hasGeometry :IndexedFaceSet_2_11_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_6_1_2 .
:IndexedFaceSet_2_11_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_6_1 ;
  x3do:hasCoord :Coordinate_2_11_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_6_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 2.3 2 0 2.3 0 ) .
:Appearance_2_11_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-5 .
:SandStone_Out-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_7_1 ;
  x3do:DEF 'MuroAAy1' ;
  x3do:translation ( -3.66 7.06 -2.78 ) .
:Shape_2_11_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_7_1_2 .
:IndexedFaceSet_2_11_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_7_1 ;
  x3do:hasCoord :CoordinateBox2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_7_1_1 ;
  x3do:DEF 'CoordinateBox2' ;
  x3do:point ( 0 0 0 0 0 0.06 0 1.25 0.06 0 1.25 0 ) .
:Appearance_2_11_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_7_1 ;
  x3do:hasMaterial :SandStone_Out-USE-6 .
:SandStone_Out-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_7_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_8_1 ;
  x3do:DEF 'MuroAAy2' ;
  x3do:translation ( -3.66 7.06 -1.8 ) .
:Shape_2_11_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_8_1_2 .
:IndexedFaceSet_2_11_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_8_1 ;
  x3do:hasCoord :CoordinateBox2-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox2-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_8_1_1 ;
  owl:sameAs :CoordinateBox2 . # DEF matching this USE
:Appearance_2_11_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_8_1 ;
  x3do:hasMaterial :SandStone_Out-USE-7 .
:SandStone_Out-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_8_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_9_1 ;
  x3do:DEF 'MuroAAy3' ;
  x3do:translation ( -3.66 7.06 -1.35 ) .
:Shape_2_11_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_9_1_2 .
:IndexedFaceSet_2_11_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_9_1 ;
  x3do:hasCoord :CoordinateBox2-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox2-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_9_1_1 ;
  owl:sameAs :CoordinateBox2 . # DEF matching this USE
:Appearance_2_11_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_9_1 ;
  x3do:hasMaterial :SandStone_Out-USE-8 .
:SandStone_Out-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_9_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_10_1 ;
  x3do:DEF 'MuroAAy4' ;
  x3do:translation ( -3.66 7.06 -0.35 ) .
:Shape_2_11_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_10_1_1 ;
  x3do:hasAppearance :Appearance_2_11_10_1_2 .
:IndexedFaceSet_2_11_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_10_1 ;
  x3do:hasCoord :CoordinateBox2-USE-3 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox2-USE-3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_10_1_1 ;
  owl:sameAs :CoordinateBox2 . # DEF matching this USE
:Appearance_2_11_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_10_1 ;
  x3do:hasMaterial :SandStone_Out-USE-9 .
:SandStone_Out-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_10_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_11_1 ;
  x3do:DEF 'MuroAAy5' ;
  x3do:translation ( -3.655 -2.25 -3.5 ) .
:Shape_2_11_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_11_1_1 ;
  x3do:hasAppearance :Appearance_2_11_11_1_2 .
:IndexedFaceSet_2_11_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_11_1 ;
  x3do:hasCoord :Coordinate_2_11_11_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_11_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_11_1_1 ;
  x3do:point ( 0 0 -0.06 0 0 4.06 0 6.95 4.06 0 6.95 -0.06 ) .
:Appearance_2_11_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_11_1 ;
  x3do:hasMaterial :SandStone_Out-USE-10 .
:SandStone_Out-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_11_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_12_1 ;
  x3do:DEF 'MuroAAy6' ;
  x3do:translation ( -3.655 4 -3.27 ) .
:Shape_2_11_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy6 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_12_1_1 ;
  x3do:hasAppearance :Appearance_2_11_12_1_2 .
:IndexedFaceSet_2_11_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_12_1 ;
  x3do:hasCoord :CoordinateBox3 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_12_1_1 ;
  x3do:DEF 'CoordinateBox3' ;
  x3do:point ( 0 0 -0.48 0 0 0.5 0 1 0.5 0 1 -0.48 ) .
:Appearance_2_11_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_12_1 ;
  x3do:hasMaterial :SandStone_Out-USE-11 .
:SandStone_Out-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_12_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_13_1 ;
  x3do:DEF 'MuroAAy7' ;
  x3do:translation ( -3.655 4 0.15 ) .
:Shape_2_11_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy7 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_13_1_1 ;
  x3do:hasAppearance :Appearance_2_11_13_1_2 .
:IndexedFaceSet_2_11_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_13_1 ;
  x3do:hasCoord :CoordinateBox3-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox3-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_13_1_1 ;
  owl:sameAs :CoordinateBox3 . # DEF matching this USE
:Appearance_2_11_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_13_1 ;
  x3do:hasMaterial :SandStone_Out-USE-12 .
:SandStone_Out-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_13_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAy8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_14_1 ;
  x3do:DEF 'MuroAAy8' ;
  x3do:translation ( -3.655 4 -1.55 ) .
:Shape_2_11_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy8 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_14_1_1 ;
  x3do:hasAppearance :Appearance_2_11_14_1_2 .
:IndexedFaceSet_2_11_14_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_14_1 ;
  x3do:hasCoord :Coordinate_2_11_14_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_14_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_14_1_1 ;
  x3do:point ( 0 0 -0.22 0 0 0.22 0 1 0.22 0 1 -0.22 ) .
:Appearance_2_11_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_14_1 ;
  x3do:hasMaterial :SandStone_Out-USE-13 .
:SandStone_Out-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_14_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx72 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_15_1 ;
  x3do:DEF 'MuroAAx72' ;
  x3do:translation ( -2.9 7.5 -3.77 ) .
:Shape_2_11_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx72 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_15_1_1 ;
  x3do:hasAppearance :Appearance_2_11_15_1_2 .
:IndexedFaceSet_2_11_15_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_15_1 ;
  x3do:hasCoord :CoordinateBox4 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox4 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_15_1_1 ;
  x3do:DEF 'CoordinateBox4' ;
  x3do:point ( -0.2 -0.1 0 3.2 -0.1 0 3.2 0.8 0 -0.2 0.8 0 ) .
:Appearance_2_11_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_15_1 ;
  x3do:hasMaterial :SandStone_Out-USE-14 .
:SandStone_Out-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_15_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx742 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_16_1 ;
  x3do:DEF 'MuroAAx742' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -3.675 7.5 -0.2 ) .
:Shape_2_11_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx742 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_16_1_1 ;
  x3do:hasAppearance :Appearance_2_11_16_1_2 .
:IndexedFaceSet_2_11_16_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_16_1 ;
  x3do:hasCoord :CoordinateBox4-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox4-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_16_1_1 ;
  owl:sameAs :CoordinateBox4 . # DEF matching this USE
:Appearance_2_11_16_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_16_1 ;
  x3do:hasMaterial :SandStone_Out-USE-15 .
:SandStone_Out-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_16_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx7r2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_17_1 ;
  x3do:DEF 'MuroAAx7r2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -3.675 7.1 -0.32 ) .
:Shape_2_11_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx7r2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_17_1_1 ;
  x3do:hasAppearance :Appearance_2_11_17_1_2 .
:IndexedFaceSet_2_11_17_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_17_1 ;
  x3do:hasCoord :Coordinate_2_11_17_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_17_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_17_1_1 ;
  x3do:point ( 0 0 0 0.06 0 0 0.06 0.6 0 0 0.6 0 ) .
:Appearance_2_11_17_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_17_1 ;
  x3do:hasMaterial :SandStone_Out-USE-16 .
:SandStone_Out-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_17_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx7ur2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_18_1 ;
  x3do:DEF 'MuroAAx7ur2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -3.675 -2.1 -3.55 ) .
:Shape_2_11_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx7ur2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_18_1_1 ;
  x3do:hasAppearance :Appearance_2_11_18_1_2 .
:IndexedFaceSet_2_11_18_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_18_1 ;
  x3do:hasCoord :Coordinate_2_11_18_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_18_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_18_1_1 ;
  x3do:point ( 0 0 0 0.2 0 0 0.2 6 0 0 6 0 ) .
:Appearance_2_11_18_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_18_1 ;
  x3do:hasMaterial :SandStone_Out-USE-17 .
:SandStone_Out-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_18_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx77ur2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_19_1 ;
  x3do:DEF 'MuroAAx77ur2' ;
  x3do:translation ( -3.61 4.5 -3.77 ) .
:Shape_2_11_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx77ur2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_19_1_1 ;
  x3do:hasAppearance :Appearance_2_11_19_1_2 .
:IndexedFaceSet_2_11_19_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_19_1 ;
  x3do:hasCoord :Coordinate_2_11_19_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_19_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_19_1_1 ;
  x3do:point ( 0 0 0 0.65 0 0 0.65 1 0 0 1 0 ) .
:Appearance_2_11_19_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_19_1 ;
  x3do:hasMaterial :SandStone_Out-USE-18 .
:SandStone_Out-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_19_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLatSottoEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_20_1 ;
  x3do:DEF 'MuroLatSottoEst' ;
  x3do:translation ( -3.08 1.08 -2.165 ) .
:Shape_2_11_20_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLatSottoEst ;
  x3do:hasGeometry :Box_2_11_20_1_1 ;
  x3do:hasAppearance :Appearance_2_11_20_1_2 .
:Box_2_11_20_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_20_1 ;
  x3do:size ( 1.14 6.71 2.99 ) .
:Appearance_2_11_20_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_20_1 ;
  x3do:hasMaterial :SandStone_Out-USE-19 .
:SandStone_Out-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_20_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLatSottoInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_21_1 ;
  x3do:DEF 'MuroLatSottoInt' ;
  x3do:translation ( -2.88 1.08 -2.165 ) .
:Shape_2_11_21_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLatSottoInt ;
  x3do:hasGeometry :Box_2_11_21_1_1 ;
  x3do:hasAppearance :Appearance_2_11_21_1_2 .
:Box_2_11_21_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_21_1 ;
  x3do:size ( 1.14 6.71 2.99 ) .
:Appearance_2_11_21_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_21_1 ;
  x3do:hasMaterial :White .
:White a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_21_1_2 ;
  x3do:DEF 'White' ;
  x3do:diffuseColor ( 1 1 1 ) .
:TR1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Scale1, :Scale12, :Strozzatura1, :Strozzatura11, :Strozzatura4, :Strozzatura2, :Pavimento1, :Scalino, :CoperturaScalino, :Scale2, :Scale21, :Scale22, :Pavimento2 ;
  x3do:DEF 'TR1' ;
  x3do:translation ( -0.36 0 0 ) .
:Scale1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :scal, :Transform_2_11_22_1_2, :Transform_2_11_22_1_3, :Transform_2_11_22_1_4, :Transform_2_11_22_1_5, :Transform_2_11_22_1_6, :Transform_2_11_22_1_7, :Transform_2_11_22_1_8, :Transform_2_11_22_1_9, :Transform_2_11_22_1_10, :Transform_2_11_22_1_11 ;
  x3do:DEF 'Scale1' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 3.43 -2.14 -0.67 ) .
:scal a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_1_1_2 ;
  x3do:DEF 'scal' .
:IndexedFaceSet_2_11_22_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal ;
  x3do:hasCoord :Coordinate_2_11_22_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_1_1_1 ;
  x3do:point ( 0 0 0 1.45 0 0 1.45 0.26 0 0 0.26 0 0 0.26 -0.35 1.45 0.26 -0.35 ) .
:Appearance_2_11_22_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal ;
  x3do:hasTexture :Stair1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_1_1_2_2 .
:Stair1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_1_1_2 ;
  x3do:DEF 'Stair1' ;
  x3do:url '"images/Stair1.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair1.jpg"' .
:TextureTransform_2_11_22_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_1_1_2 ;
  x3do:scale ( 2 2 ) .
:Transform_2_11_22_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-1 ;
  x3do:translation ( 0 0.26 -0.35 ) .
:scal-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_2 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-2 ;
  x3do:translation ( 0 0.52 -0.70 ) .
:scal-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_3 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-3 ;
  x3do:translation ( 0 0.78 -1.05 ) .
:scal-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_4 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-4 ;
  x3do:translation ( 0 1.04 -1.40 ) .
:scal-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_5 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-5 ;
  x3do:translation ( 0 1.3 -1.75 ) .
:scal-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_6 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-6 ;
  x3do:translation ( 0 1.56 -2.1 ) .
:scal-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_7 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-7 ;
  x3do:translation ( 0 1.82 -2.45 ) .
:scal-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_8 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-8 ;
  x3do:translation ( 0 2.08 -2.8 ) .
:scal-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_9 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-9 ;
  x3do:translation ( 0 2.34 -3.15 ) .
:scal-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_10 ;
  owl:sameAs :scal . # DEF matching this USE
:Transform_2_11_22_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale1 ;
  x3do:hasChildren :scal-USE-10 ;
  x3do:translation ( 0 2.6 -3.5 ) .
:scal-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_1_11 ;
  owl:sameAs :scal . # DEF matching this USE
:Scale12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :scalq1, :Transform_2_11_22_2_2, :Transform_2_11_22_2_3, :Transform_2_11_22_2_4, :Transform_2_11_22_2_5, :Transform_2_11_22_2_6, :Transform_2_11_22_2_7, :Transform_2_11_22_2_8, :Transform_2_11_22_2_9, :Transform_2_11_22_2_10, :Transform_2_11_22_2_11 ;
  x3do:DEF 'Scale12' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 3.43 -2.14 -0.67 ) .
:scalq1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale12 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_1_2 ;
  x3do:DEF 'scalq1' .
:IndexedFaceSet_2_11_22_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq1 ;
  x3do:hasCoord :CoordinateBox5 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_1_1 ;
  x3do:DEF 'CoordinateBox5' ;
  x3do:point ( 0 0 0 1.45 0 0 1.45 0.26 0 0 0.26 0 ) .
:Appearance_2_11_22_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq1 ;
  x3do:hasTexture :Stair2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_1_2_2 .
:Stair2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_1_2 ;
  x3do:DEF 'Stair2' ;
  x3do:url '"images/Stair2.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair2.jpg"' .
:TextureTransform_2_11_22_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_1_2 ;
  x3do:scale ( 2 2 ) .
:Transform_2_11_22_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq2 ;
  x3do:translation ( 0 0.26 -0.35 ) .
:scalq2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_2_1_2 ;
  x3do:DEF 'scalq2' .
:IndexedFaceSet_2_11_22_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq2 ;
  x3do:hasCoord :CoordinateBox5-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_2_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq2 ;
  x3do:hasTexture :Stair2-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_2_1_2_2 .
:Stair2-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_2_1_2 ;
  owl:sameAs :Stair2 . # DEF matching this USE
:TextureTransform_2_11_22_2_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_2_1_2 ;
  x3do:scale ( 1 1.5 ) ;
  x3do:translation ( 0 0.1 ) .
:Transform_2_11_22_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq3 ;
  x3do:translation ( 0 0.52 -0.70 ) .
:scalq3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_3_1_2 ;
  x3do:DEF 'scalq3' .
:IndexedFaceSet_2_11_22_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq3 ;
  x3do:hasCoord :CoordinateBox5-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_3_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq3 ;
  x3do:hasTexture :Stair3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_3_1_2_2 .
:Stair3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_3_1_2 ;
  x3do:DEF 'Stair3' ;
  x3do:url '"images/Stair3.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair3.jpg"' .
:TextureTransform_2_11_22_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_3_1_2 ;
  x3do:scale ( 1 2 ) .
:Transform_2_11_22_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq4 ;
  x3do:translation ( 0 0.78 -1.05 ) .
:scalq4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_4_1_2 ;
  x3do:DEF 'scalq4' .
:IndexedFaceSet_2_11_22_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq4 ;
  x3do:hasCoord :CoordinateBox5-USE-3 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_4_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq4 ;
  x3do:hasTexture :Stair4 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_4_1_2_2 .
:Stair4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_4_1_2 ;
  x3do:DEF 'Stair4' ;
  x3do:url '"images/Stair4.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair4.jpg"' .
:TextureTransform_2_11_22_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_4_1_2 ;
  x3do:scale ( 2 5 ) .
:Transform_2_11_22_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq5 ;
  x3do:translation ( 0 1.04 -1.40 ) .
:scalq5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_5_1_2 ;
  x3do:DEF 'scalq5' .
:IndexedFaceSet_2_11_22_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq5 ;
  x3do:hasCoord :CoordinateBox5-USE-4 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-4 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_5_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq5 ;
  x3do:hasTexture :Stair2-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_5_1_2_2 .
:Stair2-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_5_1_2 ;
  owl:sameAs :Stair2 . # DEF matching this USE
:TextureTransform_2_11_22_2_5_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_5_1_2 ;
  x3do:scale ( 1 2 ) .
:Transform_2_11_22_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq6 ;
  x3do:translation ( 0 1.3 -1.75 ) .
:scalq6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_6 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_6_1_2 ;
  x3do:DEF 'scalq6' .
:IndexedFaceSet_2_11_22_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq6 ;
  x3do:hasCoord :CoordinateBox5-USE-5 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-5 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_6_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq6 ;
  x3do:hasTexture :Stair5 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_6_1_2_2 .
:Stair5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_6_1_2 ;
  x3do:DEF 'Stair5' ;
  x3do:url '"images/Stair5.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair5.jpg"' .
:TextureTransform_2_11_22_2_6_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_6_1_2 ;
  x3do:scale ( 1.5 2 ) .
:Transform_2_11_22_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq7 ;
  x3do:translation ( 0 1.56 -2.1 ) .
:scalq7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_7 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_7_1_2 ;
  x3do:DEF 'scalq7' .
:IndexedFaceSet_2_11_22_2_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq7 ;
  x3do:hasCoord :CoordinateBox5-USE-6 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-6 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_7_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq7 ;
  x3do:hasTexture :Stair6 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_7_1_2_2 .
:Stair6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_7_1_2 ;
  x3do:DEF 'Stair6' ;
  x3do:url '"images/Stair6.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair6.jpg"' .
:TextureTransform_2_11_22_2_7_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_7_1_2 ;
  x3do:scale ( 2 3 ) ;
  x3do:translation ( 0.2 0 ) .
:Transform_2_11_22_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq8 ;
  x3do:translation ( 0 1.82 -2.45 ) .
:scalq8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_8 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_8_1_2 ;
  x3do:DEF 'scalq8' .
:IndexedFaceSet_2_11_22_2_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq8 ;
  x3do:hasCoord :CoordinateBox5-USE-7 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-7 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_8_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq8 ;
  x3do:hasTexture :Stair7 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_8_1_2_2 .
:Stair7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_8_1_2 ;
  x3do:DEF 'Stair7' ;
  x3do:url '"images/Stair7.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair7.jpg"' .
:TextureTransform_2_11_22_2_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_8_1_2 ;
  x3do:scale ( 2 2.8 ) ;
  x3do:translation ( 0 0.15 ) .
:Transform_2_11_22_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq9 ;
  x3do:translation ( 0 2.08 -2.8 ) .
:scalq9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_9 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_9_1_2 ;
  x3do:DEF 'scalq9' .
:IndexedFaceSet_2_11_22_2_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq9 ;
  x3do:hasCoord :CoordinateBox5-USE-8 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-8 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_9_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq9 ;
  x3do:hasTexture :Stair8 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_9_1_2_2 .
:Stair8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_9_1_2 ;
  x3do:DEF 'Stair8' ;
  x3do:url '"images/Stair8.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair8.jpg"' .
:TextureTransform_2_11_22_2_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_9_1_2 ;
  x3do:scale ( 2 2 ) .
:Transform_2_11_22_2_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq10 ;
  x3do:translation ( 0 2.34 -3.15 ) .
:scalq10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_10 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_10_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_10_1_2 ;
  x3do:DEF 'scalq10' .
:IndexedFaceSet_2_11_22_2_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq10 ;
  x3do:hasCoord :CoordinateBox5-USE-9 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-9 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_10_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq10 ;
  x3do:hasTexture :Stair9 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_10_1_2_2 .
:Stair9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_10_1_2 ;
  x3do:DEF 'Stair9' ;
  x3do:url '"images/Stair9.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair9.jpg"' .
:TextureTransform_2_11_22_2_10_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_10_1_2 ;
  x3do:scale ( 0.5 2 ) ;
  x3do:translation ( 0.1 0 ) .
:Transform_2_11_22_2_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale12 ;
  x3do:hasChildren :scalq11 ;
  x3do:translation ( 0 2.6 -3.5 ) .
:scalq11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_2_11 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_2_11_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_2_11_1_2 ;
  x3do:DEF 'scalq11' .
:IndexedFaceSet_2_11_22_2_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalq11 ;
  x3do:hasCoord :CoordinateBox5-USE-10 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox5-USE-10 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_2_11_1_1 ;
  owl:sameAs :CoordinateBox5 . # DEF matching this USE
:Appearance_2_11_22_2_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalq11 ;
  x3do:hasTexture :Stair2-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_2_11_1_2_2 .
:Stair2-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_2_11_1_2 ;
  owl:sameAs :Stair2 . # DEF matching this USE
:TextureTransform_2_11_22_2_11_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_2_11_1_2 ;
  x3do:scale ( 2 2 ) ;
  x3do:translation ( 0 0.1 ) .
:Strozzatura1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_3_1 ;
  x3do:DEF 'Strozzatura1' ;
  x3do:translation ( 0.19 -2.05 -2.3 ) .
:Shape_2_11_22_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Strozzatura1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_3_1_2 .
:IndexedFaceSet_2_11_22_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_22_3_1 ;
  x3do:hasCoord :Coordinate_2_11_22_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 5 8 9 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_3_1_1 ;
  x3do:point ( 0 4.5 0.4 2 3.9 0.1 2 3.9 1.11 0 4.5 1.41 0 6.4 0.4 2 6.4 0.1 2 6.4 1.11 0 6.4 1.41 2 7.1 0.1 2 7.1 1.11 ) .
:Appearance_2_11_22_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_3_1 ;
  x3do:hasMaterial :White-USE-1 .
:White-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Strozzatura11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_4_1 ;
  x3do:DEF 'Strozzatura11' ;
  x3do:translation ( 0.19 -2.05 -2.1 ) .
:Shape_2_11_22_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Strozzatura11 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_4_1_2 .
:IndexedFaceSet_2_11_22_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_22_4_1 ;
  x3do:hasCoord :Coordinate_2_11_22_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_4_1_1 ;
  x3do:point ( 0 0 0.2 2 0 -0.1 2 0 0.41 0 0 0.71 0 6.4 0.2 2 6.4 -0.1 2 6.4 0.41 0 6.4 0.71 ) .
:Appearance_2_11_22_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_4_1 ;
  x3do:hasMaterial :White-USE-2 .
:White-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Strozzatura4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_5_1 ;
  x3do:DEF 'Strozzatura4' ;
  x3do:translation ( 0.19 4.35 -1.6 ) .
:Shape_2_11_22_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Strozzatura4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_5_1_2 .
:IndexedFaceSet_2_11_22_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_22_5_1 ;
  x3do:hasCoord :Coordinate_2_11_22_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_5_1_1 ;
  x3do:point ( 0 0 0.35 2 0 0.35 2 0 0.41 0 0 0.71 0 2 0.67 2 0.3 0 2 0.3 0.41 0 1.74 0.71 ) .
:Appearance_2_11_22_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_5_1 ;
  x3do:hasMaterial :White-USE-3 .
:White-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Strozzatura2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_6_1 ;
  x3do:DEF 'Strozzatura2' ;
  x3do:translation ( 0.19 -2 -3.739 ) .
:Shape_2_11_22_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Strozzatura2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_6_1_2 .
:IndexedFaceSet_2_11_22_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_22_6_1 ;
  x3do:hasCoord :Coordinate_2_11_22_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_6_1_1 ;
  x3do:point ( 0 0 0.2 2 0 0.2 2 0 0.81 0 0 1.11 0 6.48 0.2 2 6.98 0.2 2 6.98 0.81 0 6.48 1.11 ) .
:Appearance_2_11_22_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_6_1 ;
  x3do:hasMaterial :White-USE-4 .
:White-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Pavimento1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_7_1 ;
  x3do:DEF 'Pavimento1' ;
  x3do:translation ( -1.295 0.675 -1 ) .
:Shape_2_11_22_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento1 ;
  x3do:hasGeometry :Box_2_11_22_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_7_1_2 .
:Box_2_11_22_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_22_7_1 ;
  x3do:size ( 2.44 0.1 2.5 ) .
:Appearance_2_11_22_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_7_1 ;
  x3do:hasTexture :Paving_Stair ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_7_1_2_2 .
:Paving_Stair a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_7_1_2 ;
  x3do:DEF 'Paving_Stair' ;
  x3do:url '"images/Paving_Stair.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair.jpg"' .
:TextureTransform_2_11_22_7_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_7_1_2 .
:Scalino a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_8_1 ;
  x3do:DEF 'Scalino' ;
  x3do:translation ( -1.2 0.825 -2.461 ) .
:Shape_2_11_22_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scalino ;
  x3do:hasGeometry :Box_2_11_22_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_8_1_2 .
:Box_2_11_22_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_22_8_1 ;
  x3do:size ( 3 0.6 1.6 ) .
:Appearance_2_11_22_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_8_1 ;
  x3do:hasTexture :Paving_Stair1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_8_1_2_2 .
:Paving_Stair1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_8_1_2 ;
  x3do:DEF 'Paving_Stair1' ;
  x3do:url '"images/Paving_Stair1.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair1.jpg"' .
:TextureTransform_2_11_22_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_8_1_2 ;
  x3do:scale ( 3 0.5 ) ;
  x3do:translation ( -0.15 0.35 ) .
:CoperturaScalino a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_9_1 ;
  x3do:DEF 'CoperturaScalino' ;
  x3do:translation ( -1.31 0.84 -1.65 ) .
:Shape_2_11_22_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CoperturaScalino ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_9_1_2 .
:IndexedFaceSet_2_11_22_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_22_9_1 ;
  x3do:hasCoord :Coordinate_2_11_22_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_9_1_1 ;
  x3do:point ( 0 -0.5 0 1.5 -0.5 0 1.5 0.3 0 0 0.3 0 ) .
:Appearance_2_11_22_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_9_1 ;
  x3do:hasMaterial :White-USE-5 .
:White-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_9_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Scale2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :scal2, :Transform_2_11_22_10_2, :Transform_2_11_22_10_3 ;
  x3do:DEF 'Scale2' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -1.311 1.125 -3.0995 ) .
:scal2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_10_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_10_1_2 ;
  x3do:DEF 'scal2' .
:IndexedFaceSet_2_11_22_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal2 ;
  x3do:hasCoord :CoordinateBox6 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 0 3 4 -1 ) ;
  x3do:solid false .
:CoordinateBox6 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_10_1_1 ;
  x3do:DEF 'CoordinateBox6' ;
  x3do:point ( 0 0 0 1.45 0 0 1.45 0.285 0 0 0.285 0 0 0.285 -0.5 1.45 0.285 -0.5 1.45 0 -1.5 1.45 0.285 -1.5 ) .
:Appearance_2_11_22_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal2 ;
  x3do:hasTexture :Paving_Stair2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_10_1_2_2 .
:Paving_Stair2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_10_1_2 ;
  x3do:DEF 'Paving_Stair2' ;
  x3do:url '"images/Paving_Stair2.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair2.jpg"' .
:TextureTransform_2_11_22_10_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_10_1_2 ;
  x3do:scale ( 3 1.5 ) ;
  x3do:translation ( 0 0.35 ) .
:Transform_2_11_22_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale2 ;
  x3do:hasChildren :scal3 ;
  x3do:translation ( 0 0.285 -0.5 ) .
:scal3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_10_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_10_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_10_2_1_2 ;
  x3do:DEF 'scal3' .
:IndexedFaceSet_2_11_22_10_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal3 ;
  x3do:hasCoord :CoordinateBox6-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 0 3 4 -1 ) ;
  x3do:solid false .
:CoordinateBox6-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_10_2_1_1 ;
  owl:sameAs :CoordinateBox6 . # DEF matching this USE
:Appearance_2_11_22_10_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal3 ;
  x3do:hasTexture :Paving_Stair3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_10_2_1_2_2 .
:Paving_Stair3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_10_2_1_2 ;
  x3do:DEF 'Paving_Stair3' ;
  x3do:url '"images/Paving_Stair3.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair3.jpg"' .
:TextureTransform_2_11_22_10_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_10_2_1_2 ;
  x3do:scale ( 3 1.5 ) ;
  x3do:translation ( 0 0.35 ) .
:Transform_2_11_22_10_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale2 ;
  x3do:hasChildren :scal4 ;
  x3do:translation ( 0 0.57 -1 ) .
:scal4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_10_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_10_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_10_3_1_2 ;
  x3do:DEF 'scal4' .
:IndexedFaceSet_2_11_22_10_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal4 ;
  x3do:hasCoord :CoordinateBox6-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 0 3 4 -1 ) ;
  x3do:solid false .
:CoordinateBox6-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_10_3_1_1 ;
  owl:sameAs :CoordinateBox6 . # DEF matching this USE
:Appearance_2_11_22_10_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal4 ;
  x3do:hasTexture :Paving_Stair4 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_10_3_1_2_2 .
:Paving_Stair4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_10_3_1_2 ;
  x3do:DEF 'Paving_Stair4' ;
  x3do:url '"images/Paving_Stair4.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair4.jpg"' .
:TextureTransform_2_11_22_10_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_10_3_1_2 ;
  x3do:scale ( 3 1.5 ) ;
  x3do:translation ( 0 0.35 ) .
:Scale21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :scal21, :Transform_2_11_22_11_2, :Transform_2_11_22_11_3, :Transform_2_11_22_11_4 ;
  x3do:DEF 'Scale21' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -1.311 1.125 -3.0995 ) .
:scal21 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale21 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_11_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_11_1_2 ;
  x3do:DEF 'scal21' .
:IndexedFaceSet_2_11_22_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal21 ;
  x3do:hasCoord :CoordinateBox7 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox7 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_11_1_1 ;
  x3do:DEF 'CoordinateBox7' ;
  x3do:point ( 0 0 0 1.45 0 0 1.45 0.285 0 0 0.285 0 ) .
:Appearance_2_11_22_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal21 ;
  x3do:hasTexture :Paving_Stair5 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_11_1_2_2 .
:Paving_Stair5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_11_1_2 ;
  x3do:DEF 'Paving_Stair5' ;
  x3do:url '"images/Paving_Stair5.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair5.jpg"' .
:TextureTransform_2_11_22_11_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_11_1_2 ;
  x3do:scale ( 2 1.5 ) ;
  x3do:translation ( -0.31 0.35 ) .
:Transform_2_11_22_11_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale21 ;
  x3do:hasChildren :scal31 ;
  x3do:translation ( 0 0.285 -0.5 ) .
:scal31 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_11_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_11_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_11_2_1_2 ;
  x3do:DEF 'scal31' .
:IndexedFaceSet_2_11_22_11_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal31 ;
  x3do:hasCoord :CoordinateBox7-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox7-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_11_2_1_1 ;
  owl:sameAs :CoordinateBox7 . # DEF matching this USE
:Appearance_2_11_22_11_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal31 ;
  x3do:hasTexture :Paving_Stair6 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_11_2_1_2_2 .
:Paving_Stair6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_11_2_1_2 ;
  x3do:DEF 'Paving_Stair6' ;
  x3do:url '"images/Paving_Stair6.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair6.jpg"' .
:TextureTransform_2_11_22_11_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_11_2_1_2 ;
  x3do:scale ( 2.5 1.5 ) ;
  x3do:translation ( -0.2 0.35 ) .
:Transform_2_11_22_11_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale21 ;
  x3do:hasChildren :scal41 ;
  x3do:translation ( 0 0.57 -1 ) .
:scal41 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_11_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_11_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_11_3_1_2 ;
  x3do:DEF 'scal41' .
:IndexedFaceSet_2_11_22_11_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal41 ;
  x3do:hasCoord :CoordinateBox7-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:CoordinateBox7-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_11_3_1_1 ;
  owl:sameAs :CoordinateBox7 . # DEF matching this USE
:Appearance_2_11_22_11_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal41 ;
  x3do:hasTexture :Paving_Stair7 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_11_3_1_2_2 .
:Paving_Stair7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_11_3_1_2 ;
  x3do:DEF 'Paving_Stair7' ;
  x3do:url '"images/Paving_Stair7.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair7.jpg"' .
:TextureTransform_2_11_22_11_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_11_3_1_2 ;
  x3do:scale ( 2 1.5 ) ;
  x3do:translation ( -0.05 0.35 ) .
:Transform_2_11_22_11_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale21 ;
  x3do:hasChildren :scalino1 ;
  x3do:translation ( -0.01 0.85 -1.505 ) .
:scalino1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_11_4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_11_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_11_4_1_2 ;
  x3do:DEF 'scalino1' .
:IndexedFaceSet_2_11_22_11_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scalino1 ;
  x3do:hasCoord :Coordinate_2_11_22_11_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_22_11_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_11_4_1_1 ;
  x3do:point ( 0 0 0 1.45 0 0 1.45 0.24 0 0 0.24 0 ) .
:Appearance_2_11_22_11_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scalino1 ;
  x3do:hasTexture :Paving_Stair8 ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_11_4_1_2_2 .
:Paving_Stair8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_11_4_1_2 ;
  x3do:DEF 'Paving_Stair8' ;
  x3do:url '"images/Paving_Stair8.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Stair8.jpg"' .
:TextureTransform_2_11_22_11_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_11_4_1_2 ;
  x3do:scale ( 2 1.5 ) ;
  x3do:translation ( 0.025 0.35 ) .
:Scale22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :scal22, :Transform_2_11_22_12_2, :Transform_2_11_22_12_3 ;
  x3do:DEF 'Scale22' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -1.311 1.125 -3.0995 ) .
:scal22 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale22 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_12_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_12_1_2 ;
  x3do:DEF 'scal22' .
:IndexedFaceSet_2_11_22_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal22 ;
  x3do:hasCoord :CoordinateBox6-USE-3 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 7 6 -1 ) ;
  x3do:solid false .
:CoordinateBox6-USE-3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_12_1_1 ;
  owl:sameAs :CoordinateBox6 . # DEF matching this USE
:Appearance_2_11_22_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal22 ;
  x3do:hasMaterial :White-USE-6 .
:White-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_12_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_11_22_12_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale22 ;
  x3do:hasChildren :scal32bis ;
  x3do:translation ( 0 0.285 -0.5 ) .
:scal32bis a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_12_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_12_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_12_2_1_2 ;
  x3do:DEF 'scal32bis' .
:IndexedFaceSet_2_11_22_12_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal32bis ;
  x3do:hasCoord :CoordinateBox6-USE-4 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 7 6 -1 ) ;
  x3do:solid false .
:CoordinateBox6-USE-4 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_12_2_1_1 ;
  owl:sameAs :CoordinateBox6 . # DEF matching this USE
:Appearance_2_11_22_12_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal32bis ;
  x3do:hasMaterial :White-USE-7 .
:White-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_12_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_11_22_12_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale22 ;
  x3do:hasChildren :scal42 ;
  x3do:translation ( 0 0.57 -1 ) .
:scal42 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_22_12_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_22_12_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_12_3_1_2 ;
  x3do:DEF 'scal42' .
:IndexedFaceSet_2_11_22_12_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal42 ;
  x3do:hasCoord :CoordinateBox6-USE-5 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 7 6 -1 ) ;
  x3do:solid false .
:CoordinateBox6-USE-5 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_22_12_3_1_1 ;
  owl:sameAs :CoordinateBox6 . # DEF matching this USE
:Appearance_2_11_22_12_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal42 ;
  x3do:hasMaterial :White-USE-8 .
:White-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_22_12_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Pavimento2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR1 ;
  x3do:hasChildren :Shape_2_11_22_13_1 ;
  x3do:DEF 'Pavimento2' ;
  x3do:translation ( 1.351 2.165 -2.44 ) .
:Shape_2_11_22_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento2 ;
  x3do:hasGeometry :Box_2_11_22_13_1_1 ;
  x3do:hasAppearance :Appearance_2_11_22_13_1_2 .
:Box_2_11_22_13_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_22_13_1 ;
  x3do:size ( 2.31 0.1 1.1 ) .
:Appearance_2_11_22_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_22_13_1 ;
  x3do:hasTexture :Paving_Passage ;
  x3do:hasTextureTransform :TextureTransform_2_11_22_13_1_2_2 .
:Paving_Passage a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_22_13_1_2 ;
  x3do:DEF 'Paving_Passage' ;
  x3do:url '"images/Paving_Passage.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Passage.jpg"' .
:TextureTransform_2_11_22_13_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_22_13_1_2 .
:MuroDietroInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_23_1 ;
  x3do:DEF 'MuroDietroInt' ;
  x3do:translation ( -1.67 1.08 -2.77 ) .
:Shape_2_11_23_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroDietroInt ;
  x3do:hasGeometry :Box_2_11_23_1_1 ;
  x3do:hasAppearance :Appearance_2_11_23_1_2 .
:Box_2_11_23_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_23_1 ;
  x3do:size ( 3 6.43 0.3 ) .
:Appearance_2_11_23_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_23_1 ;
  x3do:hasMaterial :White-USE-9 .
:White-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_23_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroDietroEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_24_1 ;
  x3do:DEF 'MuroDietroEst' ;
  x3do:translation ( -0.95 1.08 -3.61 ) .
:Shape_2_11_24_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroDietroEst ;
  x3do:hasGeometry :Box_2_11_24_1_1 ;
  x3do:hasAppearance :Appearance_2_11_24_1_2 .
:Box_2_11_24_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_24_1 ;
  x3do:size ( 5.4 6.71 0.3 ) .
:Appearance_2_11_24_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_24_1 ;
  x3do:hasMaterial :SandStone_Out-USE-20 .
:SandStone_Out-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_24_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Finestra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :finestra1Int, :finestra1Est, :finestra2Int, :finestra2Est, :finestra11Int, :finestra11Est, :finestra21Int, :finestra21Est ;
  x3do:DEF 'Finestra' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -4.187 -0.358 -0.83 ) .
:finestra1Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Shape_2_11_25_1_1 ;
  x3do:DEF 'finestra1Int' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( -1.5 2.49 3 ) .
:Shape_2_11_25_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :finestra1Int ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_1_1_2 .
:IndexedFaceSet_2_11_25_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_1_1 ;
  x3do:hasCoord :CoordinateBox8 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 ) ;
  x3do:solid false .
:CoordinateBox8 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_1_1_1 ;
  x3do:DEF 'CoordinateBox8' ;
  x3do:point ( 0 0 0 1.34 0 0 0.9 0 0.182 0.44 0 0.182 0 0.858 0 1.34 0.858 0 0.9 0.858 0.182 0.44 0.858 0.182 ) .
:Appearance_2_11_25_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_1_1 ;
  x3do:hasMaterial :White-USE-10 .
:White-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:finestra1Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Shape_2_11_25_2_1 ;
  x3do:DEF 'finestra1Est' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( -1.5 2.49 3 ) .
:Shape_2_11_25_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :finestra1Est ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_2_1_2 .
:IndexedFaceSet_2_11_25_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_2_1 ;
  x3do:hasCoord :CoordinateBox8-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 2 3 7 6 -1 3 0 4 7 -1 ) ;
  x3do:solid false .
:CoordinateBox8-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_2_1_1 ;
  owl:sameAs :CoordinateBox8 . # DEF matching this USE
:Appearance_2_11_25_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-21 .
:SandStone_Out-USE-21 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:finestra2Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Shape_2_11_25_3_1 ;
  x3do:DEF 'finestra2Int' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( -1.5 3.465 3 ) .
:Shape_2_11_25_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :finestra2Int ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_3_1_2 .
:IndexedFaceSet_2_11_25_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_3_1 ;
  x3do:hasCoord :CoordinateBox9 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 ) ;
  x3do:solid false .
:CoordinateBox9 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_3_1_1 ;
  x3do:DEF 'CoordinateBox9' ;
  x3do:point ( 0 0 0 1.34 0 0 0.9 0 -0.182 0.44 0 -0.182 0 0.858 0 1.34 0.858 0 0.9 0.858 -0.182 0.44 0.858 -0.182 ) .
:Appearance_2_11_25_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_3_1 ;
  x3do:hasMaterial :White-USE-11 .
:White-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:finestra2Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Shape_2_11_25_4_1 ;
  x3do:DEF 'finestra2Est' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( -1.5 3.465 3 ) .
:Shape_2_11_25_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :finestra2Est ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_4_1_2 .
:IndexedFaceSet_2_11_25_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_4_1 ;
  x3do:hasCoord :CoordinateBox9-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 2 3 7 6 -1 3 0 4 7 -1 ) ;
  x3do:solid false .
:CoordinateBox9-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_4_1_1 ;
  owl:sameAs :CoordinateBox9 . # DEF matching this USE
:Appearance_2_11_25_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-22 .
:SandStone_Out-USE-22 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:finestra11Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Transform_2_11_25_5_1 ;
  x3do:DEF 'finestra11Int' ;
  x3do:translation ( -1.5 2.495 3.145 ) .
:Transform_2_11_25_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestra11Int ;
  x3do:hasChildren :Shape_2_11_25_5_1_1 ;
  x3do:translation ( 0 0 -1.01 ) .
:Shape_2_11_25_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_25_5_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_5_1_1_2 .
:IndexedFaceSet_2_11_25_5_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_5_1_1 ;
  x3do:hasCoord :CoordinateCube1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 ) ;
  x3do:solid false .
:CoordinateCube1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_5_1_1_1 ;
  x3do:DEF 'CoordinateCube1' ;
  x3do:point ( 0 0 0 1.34 0 0 0.9 0 0.182 0.44 0 0.182 0 0.963 0 1.34 0.963 0 0.9 0.963 0.182 0.44 0.963 0.182 ) .
:Appearance_2_11_25_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_5_1_1 ;
  x3do:hasMaterial :White-USE-12 .
:White-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_5_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:finestra11Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Transform_2_11_25_6_1 ;
  x3do:DEF 'finestra11Est' ;
  x3do:translation ( -1.5 2.495 3.145 ) .
:Transform_2_11_25_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestra11Est ;
  x3do:hasChildren :Shape_2_11_25_6_1_1 ;
  x3do:translation ( 0 0 -1.01 ) .
:Shape_2_11_25_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_25_6_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_6_1_1_2 .
:IndexedFaceSet_2_11_25_6_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_6_1_1 ;
  x3do:hasCoord :CoordinateCube1-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 2 3 7 6 -1 3 0 4 7 -1 ) ;
  x3do:solid false .
:CoordinateCube1-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_6_1_1_1 ;
  owl:sameAs :CoordinateCube1 . # DEF matching this USE
:Appearance_2_11_25_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_6_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-23 .
:SandStone_Out-USE-23 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_6_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:finestra21Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Transform_2_11_25_7_1 ;
  x3do:DEF 'finestra21Int' ;
  x3do:translation ( -1.5 2.495 3.145 ) .
:Transform_2_11_25_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestra21Int ;
  x3do:hasChildren :Shape_2_11_25_7_1_1 ;
  x3do:translation ( 0 0 -0.15 ) .
:Shape_2_11_25_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_25_7_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_7_1_1_2 .
:IndexedFaceSet_2_11_25_7_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_7_1_1 ;
  x3do:hasCoord :CoordinateCube2 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 ) ;
  x3do:solid false .
:CoordinateCube2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_7_1_1_1 ;
  x3do:DEF 'CoordinateCube2' ;
  x3do:point ( 0 0 0 1.34 0 0 0.9 0 -0.182 0.44 0 -0.182 0 0.963 0 1.34 0.963 0 0.9 0.963 -0.182 0.44 0.963 -0.182 ) .
:Appearance_2_11_25_7_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_7_1_1 ;
  x3do:hasMaterial :White-USE-13 .
:White-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_7_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:finestra21Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra ;
  x3do:hasChildren :Transform_2_11_25_8_1 ;
  x3do:DEF 'finestra21Est' ;
  x3do:translation ( -1.5 2.495 3.145 ) .
:Transform_2_11_25_8_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestra21Est ;
  x3do:hasChildren :Shape_2_11_25_8_1_1 ;
  x3do:translation ( 0 0 -0.15 ) .
:Shape_2_11_25_8_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_25_8_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_25_8_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_25_8_1_1_2 .
:IndexedFaceSet_2_11_25_8_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_25_8_1_1 ;
  x3do:hasCoord :CoordinateCube2-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 2 3 7 6 -1 3 0 4 7 -1 ) ;
  x3do:solid false .
:CoordinateCube2-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_25_8_1_1_1 ;
  owl:sameAs :CoordinateCube2 . # DEF matching this USE
:Appearance_2_11_25_8_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_25_8_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-24 .
:SandStone_Out-USE-24 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_25_8_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:TR2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Arco1, :Arco2b, :Trave1 ;
  x3do:DEF 'TR2' ;
  x3do:translation ( -0.36 0 0 ) .
:Arco1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR2 ;
  x3do:hasChildren :Transform_2_11_26_1_1 ;
  x3do:DEF 'Arco1' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.85 1 0.3845 ) ;
  x3do:translation ( 2.19 0.33 -1.18 ) .
:Transform_2_11_26_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Arco1 ;
  x3do:hasChildren :Shape_2_11_26_1_1_1 ;
  x3do:translation ( 0 0.7 0 ) .
:Shape_2_11_26_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_26_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_26_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_26_1_1_1_2 .
:IndexedFaceSet_2_11_26_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_26_1_1_1 ;
  x3do:hasCoord :Coordinate_2_11_26_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 86 87 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_26_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_26_1_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.7359 -5.2 0.6218712004456791 0.7670325 -5.2 0.6195289277144369 0.798165 -5.2 0.6156053358230011 0.8292975 -5.2 0.6100699153375784 0.86043 -5.2 0.6028782701290121 0.8915625 -5.2 0.5939702437622613 0.922695 -5.2 0.5832672005554145 0.9538275 -5.2 0.5706681512928509 0.98496 -5.2 0.5560442297549271 1.0160925 -5.2 0.5392307176663808 1.047225 -5.2 0.520015272077417 1.0783575 -5.2 0.49812000000000006 1.10949 -5.2 0.47317303441103875 1.1406225 -5.2 0.4446610411032206 1.171755 -5.2 0.4118442634585919 1.2028875 -5.2 0.37359000000000003 1.23402 -5.2 0.3280012404606879 1.2651525 -5.2 0.2714068427195601 1.296285 -5.2 0.19442240018513812 1.3274175 -5.2 0.0 1.35855 -5.2 -0.0 1.35855 -5.2 -0.19442240018513812 1.3274175 -5.2 -0.2714068427195601 1.296285 -5.2 -0.3280012404606879 1.2651525 -5.2 -0.37359000000000003 1.23402 -5.2 -0.4118442634585919 1.2028875 -5.2 -0.4446610411032206 1.171755 -5.2 -0.47317303441103875 1.1406225 -5.2 -0.49812000000000006 1.10949 -5.2 -0.520015272077417 1.0783575 -5.2 -0.5392307176663808 1.047225 -5.2 -0.5560442297549271 1.0160925 -5.2 -0.5706681512928509 0.98496 -5.2 -0.5832672005554145 0.9538275 -5.2 -0.5939702437622613 0.922695 -5.2 -0.6028782701290121 0.8915625 -5.2 -0.6100699153375784 0.86043 -5.2 -0.6156053358230011 0.8292975 -5.2 -0.6195289277144369 0.798165 -5.2 -0.6218712004456791 0.7670325 -5.2 -0.62265 0.7359 -5.2 -0.62265 1 0 0.62265 1 0 -0.62265 2.98 -5.2 0.62265 2.98 -5.2 ) .
:Appearance_2_11_26_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_26_1_1_1 ;
  x3do:hasMaterial :White-USE-14 .
:White-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_26_1_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Arco2b a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR2 ;
  x3do:hasChildren :Shape_2_11_26_2_1 ;
  x3do:DEF 'Arco2b' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:scale ( 0.57 1 1 ) ;
  x3do:translation ( 0.137 3.6 -2.25 ) .
:Shape_2_11_26_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco2b ;
  x3do:hasGeometry :IndexedFaceSet_2_11_26_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_26_2_1_2 .
:IndexedFaceSet_2_11_26_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_26_2_1 ;
  x3do:hasCoord :Coordinate_2_11_26_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_26_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_26_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 1.8 0.6218712004456791 0.0311325 1.8 0.6195289277144369 0.062265 1.8 0.6156053358230011 0.0933975 1.8 0.6100699153375784 0.12453 1.8 0.6028782701290121 0.1556625 1.8 0.5939702437622613 0.186795 1.8 0.5832672005554145 0.2179275 1.8 0.5706681512928509 0.24906 1.8 0.5560442297549271 0.2801925 1.8 0.5392307176663808 0.311325 1.8 0.520015272077417 0.3424575 1.8 0.49812000000000006 0.37359 1.8 0.47317303441103875 0.4047225 1.8 0.4446610411032206 0.435855 1.8 0.4118442634585919 0.4669875 1.8 0.37359000000000003 0.49812 1.8 0.3280012404606879 0.5292525 1.8 0.2714068427195601 0.560385 1.8 0.19442240018513812 0.5915175 1.8 0.0 0.62265 1.8 -0.0 0.62265 1.8 -0.19442240018513812 0.5915175 1.8 -0.2714068427195601 0.560385 1.8 -0.3280012404606879 0.5292525 1.8 -0.37359000000000003 0.49812 1.8 -0.4118442634585919 0.4669875 1.8 -0.4446610411032206 0.435855 1.8 -0.47317303441103875 0.4047225 1.8 -0.49812000000000006 0.37359 1.8 -0.520015272077417 0.3424575 1.8 -0.5392307176663808 0.311325 1.8 -0.5560442297549271 0.2801925 1.8 -0.5706681512928509 0.24906 1.8 -0.5832672005554145 0.2179275 1.8 -0.5939702437622613 0.186795 1.8 -0.6028782701290121 0.1556625 1.8 -0.6100699153375784 0.12453 1.8 -0.6156053358230011 0.0933975 1.8 -0.6195289277144369 0.062265 1.8 -0.6218712004456791 0.0311325 1.8 -0.62265 0.0 1.8 -0.62265 -1.70 0 -0.62265 0 0 -0.62265 0.7 0 0.62265 0.7 0 0.62265 0 0 0.62265 -1.70 0 -0.62265 0 1.8 -0.62265 0 1.8 -0.62265 0.7 1.8 0.62265 0.7 1.8 0.62265 0 1.8 0.62265 -1.50 1.8 ) .
:Appearance_2_11_26_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_26_2_1 ;
  x3do:hasMaterial :White-USE-15 .
:White-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_26_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Trave1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR2 ;
  x3do:hasChildren :Shape_2_11_26_3_1 ;
  x3do:DEF 'Trave1' ;
  x3do:translation ( 2.14 4.6 -2.565 ) .
:Shape_2_11_26_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Trave1 ;
  x3do:hasGeometry :Box_2_11_26_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_26_3_1_2 .
:Box_2_11_26_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_26_3_1 ;
  x3do:size ( 0.1 0.9 0.73 ) .
:Appearance_2_11_26_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_26_3_1 ;
  x3do:hasMaterial :White-USE-16 .
:White-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_26_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Pavimento31 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_27_1 ;
  x3do:DEF 'Pavimento31' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( -1.3 4.342 -1.94 ) .
:Shape_2_11_27_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento31 ;
  x3do:hasGeometry :Box_2_11_27_1_1 ;
  x3do:hasAppearance :Appearance_2_11_27_1_2 .
:Box_2_11_27_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_27_1 ;
  x3do:size ( 2.4 0.2 2.7 ) .
:Appearance_2_11_27_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_27_1 ;
  x3do:hasMaterial :PavingGray .
:PavingGray a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_27_1_2 ;
  x3do:DEF 'PavingGray' ;
  x3do:diffuseColor ( 0.670 0.670 0.670 ) .
:Pavimento31Sottile a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_28_1 ;
  x3do:DEF 'Pavimento31Sottile' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( -0.57 4.292 -0.84 ) .
:Shape_2_11_28_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento31Sottile ;
  x3do:hasGeometry :Box_2_11_28_1_1 ;
  x3do:hasAppearance :Appearance_2_11_28_1_2 .
:Box_2_11_28_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_28_1 ;
  x3do:size ( 0.02 0.3 0.37 ) .
:Appearance_2_11_28_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_28_1 ;
  x3do:hasMaterial :PavingGray-USE-1 .
:PavingGray-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_28_1_2 ;
  owl:sameAs :PavingGray . # DEF matching this USE
:Pavimento31Scalino a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_29_1 ;
  x3do:DEF 'Pavimento31Scalino' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( -2.05 4.342 -1.2 ) .
:Shape_2_11_29_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento31Scalino ;
  x3do:hasGeometry :Box_2_11_29_1_1 ;
  x3do:hasAppearance :Appearance_2_11_29_1_2 .
:Box_2_11_29_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_29_1 ;
  x3do:size ( 2.4 0.2 2.5 ) .
:Appearance_2_11_29_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_29_1 ;
  x3do:hasMaterial :PavingGray-USE-2 .
:PavingGray-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_29_1_2 ;
  owl:sameAs :PavingGray . # DEF matching this USE
:Pavimento31ScalinoSottile a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_30_1 ;
  x3do:DEF 'Pavimento31ScalinoSottile' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( -0.69 4.292 -0.56 ) .
:Shape_2_11_30_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento31ScalinoSottile ;
  x3do:hasGeometry :Box_2_11_30_1_1 ;
  x3do:hasAppearance :Appearance_2_11_30_1_2 .
:Box_2_11_30_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_30_1 ;
  x3do:size ( 0.5 0.3 0.02 ) .
:Appearance_2_11_30_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_30_1 ;
  x3do:hasMaterial :PavingGray-USE-3 .
:PavingGray-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_30_1_2 ;
  owl:sameAs :PavingGray . # DEF matching this USE
:Pavimento313 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_31_1 ;
  x3do:DEF 'Pavimento313' ;
  x3do:translation ( -2.65 4.342 -2.7 ) .
:Shape_2_11_31_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Pavimento313 ;
  x3do:hasGeometry :Box_2_11_31_1_1 ;
  x3do:hasAppearance :Appearance_2_11_31_1_2 .
:Box_2_11_31_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_31_1 ;
  x3do:size ( 0.9 0.2 0.9 ) .
:Appearance_2_11_31_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_31_1 ;
  x3do:hasMaterial :PavingGray-USE-4 .
:PavingGray-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_31_1_2 ;
  owl:sameAs :PavingGray . # DEF matching this USE
:Soffitto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_32_1 ;
  x3do:DEF 'Soffitto2' ;
  x3do:translation ( -1.57 8.532 -1.55 ) .
:Shape_2_11_32_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Soffitto2 ;
  x3do:hasGeometry :Box_2_11_32_1_1 ;
  x3do:hasAppearance :Appearance_2_11_32_1_2 .
:Box_2_11_32_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_32_1 ;
  x3do:size ( 3.09 0.64 3.3 ) .
:Appearance_2_11_32_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_32_1 ;
  x3do:hasMaterial :SandStone_Out-USE-25 .
:SandStone_Out-USE-25 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_32_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:TR3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Scale3Front, :Scale3Up, :Strozzatura3, :Arco3, :muro, :box, :ArcoTrave, :ArcoTrav2e, :Trave2, :Arco4, :Arco5, :Arco61, :Arco62 ;
  x3do:DEF 'TR3' ;
  x3do:translation ( -0.36 0 0 ) .
:Scale3Front a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Scale31, :Transform_2_11_33_1_2, :Transform_2_11_33_1_3, :Transform_2_11_33_1_4, :Transform_2_11_33_1_5, :Transform_2_11_33_1_6, :Transform_2_11_33_1_7, :Transform_2_11_33_1_8, :Transform_2_11_33_1_9 ;
  x3do:DEF 'Scale3Front' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( 2.2 2.25 -0.6 ) .
:Scale31 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale3Front ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_1_2 ;
  x3do:DEF 'Scale31' .
:IndexedFaceSet_2_11_33_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Scale31 ;
  x3do:hasCoord :Coordinate_2_11_33_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_1_1 ;
  x3do:point ( 0 -0.1 0 0.6 -0.1 0.08 0.6 0.254 0.08 0 0.254 0 ) .
:Appearance_2_11_33_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Scale31 ;
  x3do:hasMaterial :White-USE-17 .
:White-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_11_33_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal32 ;
  x3do:translation ( 0 0.254 -0.32 ) .
:scal32 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_2_1_2 ;
  x3do:DEF 'scal32' .
:IndexedFaceSet_2_11_33_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal32 ;
  x3do:hasCoord :Coordinate_2_11_33_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_2_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 ) .
:Appearance_2_11_33_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal32 ;
  x3do:hasTexture :Stair_Tower1 .
:Stair_Tower1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_2_1_2 ;
  x3do:DEF 'Stair_Tower1' ;
  x3do:url '"images/Stair_Tower1.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower1.jpg"' .
:Transform_2_11_33_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal313 ;
  x3do:translation ( 0 0.508 -0.64 ) .
:scal313 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_3_1_2 ;
  x3do:DEF 'scal313' .
:IndexedFaceSet_2_11_33_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal313 ;
  x3do:hasCoord :Coordinate_2_11_33_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_3_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 ) .
:Appearance_2_11_33_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal313 ;
  x3do:hasTexture :Stair_Tower2 .
:Stair_Tower2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_3_1_2 ;
  x3do:DEF 'Stair_Tower2' ;
  x3do:url '"images/Stair_Tower2.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower2.jpg"' .
:Transform_2_11_33_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal34 ;
  x3do:translation ( 0 0.762 -0.96 ) .
:scal34 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_4_1_2 ;
  x3do:DEF 'scal34' .
:IndexedFaceSet_2_11_33_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal34 ;
  x3do:hasCoord :Coordinate_2_11_33_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_4_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 ) .
:Appearance_2_11_33_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal34 ;
  x3do:hasTexture :Stair_Tower3 .
:Stair_Tower3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_4_1_2 ;
  x3do:DEF 'Stair_Tower3' ;
  x3do:url '"images/Stair_Tower3.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower3.jpg"' .
:Transform_2_11_33_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal35 ;
  x3do:translation ( 0 1.016 -1.28 ) .
:scal35 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_5_1_2 ;
  x3do:DEF 'scal35' .
:IndexedFaceSet_2_11_33_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal35 ;
  x3do:hasCoord :Coordinate_2_11_33_1_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_5_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 ) .
:Appearance_2_11_33_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal35 ;
  x3do:hasTexture :Stair_Tower4 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_1_5_1_2_2 .
:Stair_Tower4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_5_1_2 ;
  x3do:DEF 'Stair_Tower4' ;
  x3do:url '"images/Stair_Tower4.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower4.jpg"' .
:TextureTransform_2_11_33_1_5_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_1_5_1_2 ;
  x3do:scale ( 0.5 1 ) ;
  x3do:translation ( 0.2 0 ) .
:Transform_2_11_33_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal36 ;
  x3do:translation ( 0 1.27 -1.6 ) .
:scal36 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_6 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_6_1_2 ;
  x3do:DEF 'scal36' .
:IndexedFaceSet_2_11_33_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal36 ;
  x3do:hasCoord :Coordinate_2_11_33_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_6_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 ) .
:Appearance_2_11_33_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal36 ;
  x3do:hasTexture :Stair_Tower1-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_1_6_1_2_2 .
:Stair_Tower1-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_6_1_2 ;
  owl:sameAs :Stair_Tower1 . # DEF matching this USE
:TextureTransform_2_11_33_1_6_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_1_6_1_2 ;
  x3do:scale ( 1 0.5 ) .
:Transform_2_11_33_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal37 ;
  x3do:translation ( 0 1.524 -1.92 ) .
:scal37 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_7 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_7_1_2 ;
  x3do:DEF 'scal37' .
:IndexedFaceSet_2_11_33_1_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal37 ;
  x3do:hasCoord :Coordinate_2_11_33_1_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_7_1_1 ;
  x3do:point ( -0.1 0 0.15 0.8 0 0.15 0.8 0.254 0.15 -0.1 0.254 0.15 ) .
:Appearance_2_11_33_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal37 ;
  x3do:hasTexture :Stair_Tower5 .
:Stair_Tower5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_7_1_2 ;
  x3do:DEF 'Stair_Tower5' ;
  x3do:url '"images/Stair_Tower5.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower5.jpg"' .
:Transform_2_11_33_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal38 ;
  x3do:translation ( 0 1.778 -2.24 ) .
:scal38 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_8 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_8_1_2 ;
  x3do:DEF 'scal38' .
:IndexedFaceSet_2_11_33_1_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal38 ;
  x3do:hasCoord :Coordinate_2_11_33_1_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_8_1_1 ;
  x3do:point ( -0.1 0 0.15 0.8 0 0.15 0.8 0.21 0.15 -0.1 0.21 0.15 ) .
:Appearance_2_11_33_1_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal38 ;
  x3do:hasTexture :Stair_Tower1-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_1_8_1_2_2 .
:Stair_Tower1-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_8_1_2 ;
  owl:sameAs :Stair_Tower1 . # DEF matching this USE
:TextureTransform_2_11_33_1_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_1_8_1_2 ;
  x3do:scale ( 1 2 ) ;
  x3do:translation ( 0 0.02 ) .
:Transform_2_11_33_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Front ;
  x3do:hasChildren :scal39 ;
  x3do:translation ( 0 1.982 -2.6465 ) .
:scal39 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_1_9 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_1_9_1_2 ;
  x3do:DEF 'scal39' .
:IndexedFaceSet_2_11_33_1_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal39 ;
  x3do:hasCoord :Coordinate_2_11_33_1_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_1_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_1_9_1_1 ;
  x3do:point ( -0.1 0 0.15 0.8 0 0.15 0.8 0.21 0.15 -0.1 0.21 0.15 ) .
:Appearance_2_11_33_1_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal39 ;
  x3do:hasTexture :Stair_Tower1-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_1_9_1_2_2 .
:Stair_Tower1-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_1_9_1_2 ;
  owl:sameAs :Stair_Tower1 . # DEF matching this USE
:TextureTransform_2_11_33_1_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_1_9_1_2 ;
  x3do:scale ( 1 2 ) ;
  x3do:translation ( 0 0.02 ) .
:Scale3Up a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Scale231, :Transform_2_11_33_2_2, :Transform_2_11_33_2_3, :Transform_2_11_33_2_4, :Transform_2_11_33_2_5, :Transform_2_11_33_2_6, :Transform_2_11_33_2_7, :Transform_2_11_33_2_8 ;
  x3do:DEF 'Scale3Up' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( 2.2 2.25 -0.6 ) .
:Scale231 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scale3Up ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_1_2 ;
  x3do:DEF 'Scale231' .
:IndexedFaceSet_2_11_33_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Scale231 ;
  x3do:hasCoord :Coordinate_2_11_33_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_1_1 ;
  x3do:point ( 0 -0.1 0 0.6 -0.1 0.08 0.6 0.254 0.08 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Scale231 ;
  x3do:hasTexture :Stair_Tower6 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_1_2_2 .
:Stair_Tower6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_1_2 ;
  x3do:DEF 'Stair_Tower6' ;
  x3do:url '"images/Stair_Tower6.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Stair_Tower6.jpg"' .
:TextureTransform_2_11_33_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal232 ;
  x3do:translation ( 0 0.254 -0.32 ) .
:scal232 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_2_1_2 ;
  x3do:DEF 'scal232' .
:IndexedFaceSet_2_11_33_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal232 ;
  x3do:hasCoord :Coordinate_2_11_33_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_2_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal232 ;
  x3do:hasTexture :Stair_Tower6-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_2_1_2_2 .
:Stair_Tower6-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_2_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_2_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal233 ;
  x3do:translation ( 0 0.508 -0.64 ) .
:scal233 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_3_1_2 ;
  x3do:DEF 'scal233' .
:IndexedFaceSet_2_11_33_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal233 ;
  x3do:hasCoord :Coordinate_2_11_33_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_3_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal233 ;
  x3do:hasTexture :Stair_Tower6-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_3_1_2_2 .
:Stair_Tower6-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_3_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_3_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal234 ;
  x3do:translation ( 0 0.762 -0.96 ) .
:scal234 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_4_1_2 ;
  x3do:DEF 'scal234' .
:IndexedFaceSet_2_11_33_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal234 ;
  x3do:hasCoord :Coordinate_2_11_33_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_4_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal234 ;
  x3do:hasTexture :Stair_Tower6-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_4_1_2_2 .
:Stair_Tower6-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_4_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_4_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal235 ;
  x3do:translation ( 0 1.016 -1.28 ) .
:scal235 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_5_1_2 ;
  x3do:DEF 'scal235' .
:IndexedFaceSet_2_11_33_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal235 ;
  x3do:hasCoord :Coordinate_2_11_33_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_5_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal235 ;
  x3do:hasTexture :Stair_Tower6-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_5_1_2_2 .
:Stair_Tower6-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_5_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_5_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_5_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal236 ;
  x3do:translation ( 0 1.27 -1.6 ) .
:scal236 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_6 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_6_1_2 ;
  x3do:DEF 'scal236' .
:IndexedFaceSet_2_11_33_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal236 ;
  x3do:hasCoord :Coordinate_2_11_33_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_6_1_1 ;
  x3do:point ( 0 0 0 0.6 0 0 0.6 0.254 0 0 0.254 0 0 0.254 -0.32 0.6 0.254 -0.32 ) .
:Appearance_2_11_33_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal236 ;
  x3do:hasTexture :Stair_Tower6-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_6_1_2_2 .
:Stair_Tower6-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_6_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_6_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_6_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal237 ;
  x3do:translation ( 0 1.524 -1.92 ) .
:scal237 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_7 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_7_1_2 ;
  x3do:DEF 'scal237' .
:IndexedFaceSet_2_11_33_2_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal237 ;
  x3do:hasCoord :Coordinate_2_11_33_2_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_7_1_1 ;
  x3do:point ( -0.1 0 0.15 0.8 0 0.15 0.8 0.254 0.15 -0.1 0.254 0.15 -0.1 0.254 -0.2625 0.8 0.254 -0.2625 ) .
:Appearance_2_11_33_2_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal237 ;
  x3do:hasTexture :Stair_Tower6-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_7_1_2_2 .
:Stair_Tower6-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_7_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_7_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_7_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Transform_2_11_33_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scale3Up ;
  x3do:hasChildren :scal238 ;
  x3do:translation ( 0 1.778 -2.24 ) .
:scal238 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_33_2_8 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_2_8_1_2 ;
  x3do:DEF 'scal238' .
:IndexedFaceSet_2_11_33_2_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :scal238 ;
  x3do:hasCoord :Coordinate_2_11_33_2_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 4 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_2_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_2_8_1_1 ;
  x3do:point ( -0.1 0 0.15 0.8 0 0.15 0.8 0.21 0.15 -0.1 0.21 0.15 -0.1 0.21 -0.2625 0.8 0.21 -0.2625 ) .
:Appearance_2_11_33_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :scal238 ;
  x3do:hasTexture :Stair_Tower6-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_11_33_2_8_1_2_2 .
:Stair_Tower6-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_33_2_8_1_2 ;
  owl:sameAs :Stair_Tower6 . # DEF matching this USE
:TextureTransform_2_11_33_2_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_33_2_8_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 1.8 1 ) .
:Strozzatura3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_3_1 ;
  x3do:DEF 'Strozzatura3' ;
  x3do:translation ( 0.19 2 -0.3 ) .
:Shape_2_11_33_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Strozzatura3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_3_1_2 .
:IndexedFaceSet_2_11_33_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_3_1 ;
  x3do:hasCoord :Coordinate_2_11_33_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 5 8 9 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_3_1_1 ;
  x3do:point ( 0 0.14 0 2 0.14 -0.3 2 0.14 0.41 0 0.14 0.71 0 4.2 0 2 2.8 -0.3 2 2.8 0.41 0 4.2 0.71 2 3.1 -0.3 2 3.1 0.41 ) .
:Appearance_2_11_33_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_3_1 ;
  x3do:hasMaterial :White-USE-18 .
:White-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Arco3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_4_1 ;
  x3do:DEF 'Arco3' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:scale ( 0.5 0.4 0.6 ) ;
  x3do:translation ( 2 4.38 -0.875 ) .
:Shape_2_11_33_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_4_1_2 .
:IndexedFaceSet_2_11_33_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_4_1 ;
  x3do:hasCoord :Coordinate_2_11_33_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 3.7359 -2.501 0.6218712004456791 3.7670325 -2.501 0.6195289277144369 3.798165 -2.501 0.6156053358230011 3.8292975 -2.501 0.6100699153375784 3.86043 -2.501 0.6028782701290121 3.8915625 -2.501 0.5939702437622613 3.922695 -2.501 0.5832672005554145 3.9538275 -2.501 0.5706681512928509 3.98496 -2.501 0.5560442297549271 4.0160925 -2.501 0.5392307176663808 4.047225 -2.501 0.520015272077417 4.0783575 -2.501 0.49812000000000006 4.10949 -2.501 0.47317303441103875 4.1406225 -2.501 0.4446610411032206 4.171755 -2.501 0.4118442634585919 4.2028875 -2.501 0.37359000000000003 4.23402 -2.501 0.3280012404606879 4.2651525 -2.501 0.2714068427195601 4.296285 -2.501 0.19442240018513812 4.3274175 -2.501 0.0 4.35855 -2.501 -0.0 4.35855 -2.501 -0.19442240018513812 4.3274175 -2.501 -0.2714068427195601 4.296285 -2.501 -0.3280012404606879 4.2651525 -2.501 -0.37359000000000003 4.23402 -2.501 -0.4118442634585919 4.2028875 -2.501 -0.4446610411032206 4.171755 -2.501 -0.47317303441103875 4.1406225 -2.501 -0.49812000000000006 4.10949 -2.501 -0.520015272077417 4.0783575 -2.501 -0.5392307176663808 4.047225 -2.501 -0.5560442297549271 4.0160925 -2.501 -0.5706681512928509 3.98496 -2.501 -0.5832672005554145 3.9538275 -2.501 -0.5939702437622613 3.922695 -2.501 -0.6028782701290121 3.8915625 -2.501 -0.6100699153375784 3.86043 -2.501 -0.6156053358230011 3.8292975 -2.501 -0.6195289277144369 3.798165 -2.501 -0.6218712004456791 3.7670325 -2.501 -0.62265 3.7359 -2.501 -0.62265 1 0 0.62265 1 0 -0.62265 4.5 -2.501 0.62265 4.5 -2.501 ) .
:Appearance_2_11_33_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_4_1 ;
  x3do:hasMaterial :White-USE-19 .
:White-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:muro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_5_1 ;
  x3do:DEF 'muro' ;
  x3do:rotation ( 0 1 0 1.72 ) ;
  x3do:translation ( 0.4 4.9 -0.972 ) .
:Shape_2_11_33_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :muro ;
  x3do:hasGeometry :Box_2_11_33_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_5_1_2 .
:Box_2_11_33_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_33_5_1 ;
  x3do:size ( 0.1 2.1 1.05 ) .
:Appearance_2_11_33_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_5_1 ;
  x3do:hasMaterial :White-USE-20 .
:White-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:box a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_6_1 ;
  x3do:DEF 'box' ;
  x3do:translation ( -0.2 3.83 -1.11 ) .
:Shape_2_11_33_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :box ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_6_1_2 .
:IndexedFaceSet_2_11_33_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_6_1 ;
  x3do:hasCoord :Coordinate_2_11_33_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 7 3 -1 0 1 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_6_1_1 ;
  x3do:point ( -0.23 -0.1 0 0.45 -0.1 0 0.45 0.5 0 -0.23 0.5 0 -0.23 -0.1 0.6 0.45 -0.1 0.6 0.45 0.5 0.6 -0.23 0.5 0.6 ) .
:Appearance_2_11_33_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_6_1 ;
  x3do:hasMaterial :White-USE-21 .
:White-USE-21 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoTrave a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_7_1 ;
  x3do:DEF 'ArcoTrave' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.5 0.5 1 ) ;
  x3do:translation ( 2.115 4.2 -0.88 ) .
:Shape_2_11_33_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTrave ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_7_1_2 .
:IndexedFaceSet_2_11_33_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_7_1 ;
  x3do:hasCoord :Coordinate_2_11_33_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 0 41 83 42 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_7_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.1 0.6218712004456791 0.0311325 0.1 0.6195289277144369 0.062265 0.1 0.6156053358230011 0.0933975 0.1 0.6100699153375784 0.12453 0.1 0.6028782701290121 0.1556625 0.1 0.5939702437622613 0.186795 0.1 0.5832672005554145 0.2179275 0.1 0.5706681512928509 0.24906 0.1 0.5560442297549271 0.2801925 0.1 0.5392307176663808 0.311325 0.1 0.520015272077417 0.3424575 0.1 0.49812000000000006 0.37359 0.1 0.47317303441103875 0.4047225 0.1 0.4446610411032206 0.435855 0.1 0.4118442634585919 0.4669875 0.1 0.37359000000000003 0.49812 0.1 0.3280012404606879 0.5292525 0.1 0.2714068427195601 0.560385 0.1 0.19442240018513812 0.5915175 0.1 0.0 0.62265 0.1 -0.0 0.62265 0.1 -0.19442240018513812 0.5915175 0.1 -0.2714068427195601 0.560385 0.1 -0.3280012404606879 0.5292525 0.1 -0.37359000000000003 0.49812 0.1 -0.4118442634585919 0.4669875 0.1 -0.4446610411032206 0.435855 0.1 -0.47317303441103875 0.4047225 0.1 -0.49812000000000006 0.37359 0.1 -0.520015272077417 0.3424575 0.1 -0.5392307176663808 0.311325 0.1 -0.5560442297549271 0.2801925 0.1 -0.5706681512928509 0.24906 0.1 -0.5832672005554145 0.2179275 0.1 -0.5939702437622613 0.186795 0.1 -0.6028782701290121 0.1556625 0.1 -0.6100699153375784 0.12453 0.1 -0.6156053358230011 0.0933975 0.1 -0.6195289277144369 0.062265 0.1 -0.6218712004456791 0.0311325 0.1 -0.62265 0.0 0.1 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.1 0 0 0.1 -0.62265 0 0.1 0.62265 0 0.1 0.62265 0 0.1 0.62265 0 0.1 ) .
:Appearance_2_11_33_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_7_1 ;
  x3do:hasMaterial :White-USE-22 .
:White-USE-22 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_7_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoTrav2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_8_1 ;
  x3do:DEF 'ArcoTrav2e' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.45 0.45 1 ) ;
  x3do:translation ( 2.117 4.21 -0.88 ) .
:Shape_2_11_33_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTrav2e ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_8_1_2 .
:IndexedFaceSet_2_11_33_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_8_1 ;
  x3do:hasCoord :Coordinate_2_11_33_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 0 41 83 42 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_8_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.1 0.6218712004456791 0.0311325 0.1 0.6195289277144369 0.062265 0.1 0.6156053358230011 0.0933975 0.1 0.6100699153375784 0.12453 0.1 0.6028782701290121 0.1556625 0.1 0.5939702437622613 0.186795 0.1 0.5832672005554145 0.2179275 0.1 0.5706681512928509 0.24906 0.1 0.5560442297549271 0.2801925 0.1 0.5392307176663808 0.311325 0.1 0.520015272077417 0.3424575 0.1 0.49812000000000006 0.37359 0.1 0.47317303441103875 0.4047225 0.1 0.4446610411032206 0.435855 0.1 0.4118442634585919 0.4669875 0.1 0.37359000000000003 0.49812 0.1 0.3280012404606879 0.5292525 0.1 0.2714068427195601 0.560385 0.1 0.19442240018513812 0.5915175 0.1 0.0 0.62265 0.1 -0.0 0.62265 0.1 -0.19442240018513812 0.5915175 0.1 -0.2714068427195601 0.560385 0.1 -0.3280012404606879 0.5292525 0.1 -0.37359000000000003 0.49812 0.1 -0.4118442634585919 0.4669875 0.1 -0.4446610411032206 0.435855 0.1 -0.47317303441103875 0.4047225 0.1 -0.49812000000000006 0.37359 0.1 -0.520015272077417 0.3424575 0.1 -0.5392307176663808 0.311325 0.1 -0.5560442297549271 0.2801925 0.1 -0.5706681512928509 0.24906 0.1 -0.5832672005554145 0.2179275 0.1 -0.5939702437622613 0.186795 0.1 -0.6028782701290121 0.1556625 0.1 -0.6100699153375784 0.12453 0.1 -0.6156053358230011 0.0933975 0.1 -0.6195289277144369 0.062265 0.1 -0.6218712004456791 0.0311325 0.1 -0.62265 0.0 0.1 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.1 0 0 0.1 -0.62265 0 0.1 0.62265 0 0.1 0.62265 0 0.1 0.62265 0 0.1 ) .
:Appearance_2_11_33_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_8_1 ;
  x3do:hasMaterial :LightBlue .
:LightBlue a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_8_1_2 ;
  x3do:DEF 'LightBlue' ;
  x3do:diffuseColor ( 0.635 0.768 0.803 ) .
:Trave2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_9_1 ;
  x3do:DEF 'Trave2' ;
  x3do:translation ( 2.185 4.5 -0.87 ) .
:Shape_2_11_33_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Trave2 ;
  x3do:hasGeometry :Box_2_11_33_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_9_1_2 .
:Box_2_11_33_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_33_9_1 ;
  x3do:size ( 0.01 0.6 0.65 ) .
:Appearance_2_11_33_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_9_1 ;
  x3do:hasMaterial :White-USE-23 .
:White-USE-23 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_9_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Arco4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_10_1 ;
  x3do:DEF 'Arco4' ;
  x3do:rotation ( 0 1 0 1.9 ) ;
  x3do:scale ( 0.6 0.6 1 ) ;
  x3do:translation ( -0.03 5.52 -0.597 ) .
:Shape_2_11_33_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_10_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_10_1_2 .
:IndexedFaceSet_2_11_33_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_10_1 ;
  x3do:hasCoord :Coordinate_2_11_33_10_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 ) ;
  x3do:solid false .
:Coordinate_2_11_33_10_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_10_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.05 0.6218712004456791 0.0311325 0.05 0.6195289277144369 0.062265 0.05 0.6156053358230011 0.0933975 0.05 0.6100699153375784 0.12453 0.05 0.6028782701290121 0.1556625 0.05 0.5939702437622613 0.186795 0.05 0.5832672005554145 0.2179275 0.05 0.5706681512928509 0.24906 0.05 0.5560442297549271 0.2801925 0.05 0.5392307176663808 0.311325 0.05 0.520015272077417 0.3424575 0.05 0.49812000000000006 0.37359 0.05 0.47317303441103875 0.4047225 0.05 0.4446610411032206 0.435855 0.05 0.4118442634585919 0.4669875 0.05 0.37359000000000003 0.49812 0.05 0.3280012404606879 0.5292525 0.05 0.2714068427195601 0.560385 0.05 0.19442240018513812 0.5915175 0.05 0.0 0.62265 0.05 -0.0 0.62265 0.05 -0.19442240018513812 0.5915175 0.05 -0.2714068427195601 0.560385 0.05 -0.3280012404606879 0.5292525 0.05 -0.37359000000000003 0.49812 0.05 -0.4118442634585919 0.4669875 0.05 -0.4446610411032206 0.435855 0.05 -0.47317303441103875 0.4047225 0.05 -0.49812000000000006 0.37359 0.05 -0.520015272077417 0.3424575 0.05 -0.5392307176663808 0.311325 0.05 -0.5560442297549271 0.2801925 0.05 -0.5706681512928509 0.24906 0.05 -0.5832672005554145 0.2179275 0.05 -0.5939702437622613 0.186795 0.05 -0.6028782701290121 0.1556625 0.05 -0.6100699153375784 0.12453 0.05 -0.6156053358230011 0.0933975 0.05 -0.6195289277144369 0.062265 0.05 -0.6218712004456791 0.0311325 0.05 -0.62265 0.0 0.05 -0.62265 0 0 -0.62265 0 0 -0.62265 0.7 0 0.62265 0.7 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.05 -0.62265 0 0.05 -0.62265 0.7 0.05 0.62265 0.7 0.05 0.62265 0 0.05 0.62265 0 0.05 ) .
:Appearance_2_11_33_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_10_1 ;
  x3do:hasMaterial :White-USE-24 .
:White-USE-24 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_10_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Arco5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_11_1 ;
  x3do:DEF 'Arco5' ;
  x3do:rotation ( 0 1 0 1.9 ) ;
  x3do:scale ( 0.575 0.3 1 ) ;
  x3do:translation ( -0.03 5.94 -0.597 ) .
:Shape_2_11_33_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_11_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_11_1_2 .
:IndexedFaceSet_2_11_33_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_11_1 ;
  x3do:hasCoord :Coordinate_2_11_33_11_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 86 87 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_11_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_11_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.901 0.6218712004456791 0.0311325 0.901 0.6195289277144369 0.062265 0.901 0.6156053358230011 0.0933975 0.901 0.6100699153375784 0.12453 0.901 0.6028782701290121 0.1556625 0.901 0.5939702437622613 0.186795 0.901 0.5832672005554145 0.2179275 0.901 0.5706681512928509 0.24906 0.901 0.5560442297549271 0.2801925 0.901 0.5392307176663808 0.311325 0.901 0.520015272077417 0.3424575 0.901 0.49812000000000006 0.37359 0.901 0.47317303441103875 0.4047225 0.901 0.4446610411032206 0.435855 0.901 0.4118442634585919 0.4669875 0.901 0.37359000000000003 0.49812 0.901 0.3280012404606879 0.5292525 0.901 0.2714068427195601 0.560385 0.901 0.19442240018513812 0.5915175 0.901 0.0 0.62265 0.901 -0.0 0.62265 0.901 -0.19442240018513812 0.5915175 0.901 -0.2714068427195601 0.560385 0.901 -0.3280012404606879 0.5292525 0.901 -0.37359000000000003 0.49812 0.901 -0.4118442634585919 0.4669875 0.901 -0.4446610411032206 0.435855 0.901 -0.47317303441103875 0.4047225 0.901 -0.49812000000000006 0.37359 0.901 -0.520015272077417 0.3424575 0.901 -0.5392307176663808 0.311325 0.901 -0.5560442297549271 0.2801925 0.901 -0.5706681512928509 0.24906 0.901 -0.5832672005554145 0.2179275 0.901 -0.5939702437622613 0.186795 0.901 -0.6028782701290121 0.1556625 0.901 -0.6100699153375784 0.12453 0.901 -0.6156053358230011 0.0933975 0.901 -0.6195289277144369 0.062265 0.901 -0.6218712004456791 0.0311325 0.901 -0.62265 0.0 0.901 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.901 -0.62265 0 0.901 -0.62265 0 0.901 0.62265 0 0.901 0.62265 0 0.901 0.62265 0 0.901 ) .
:Appearance_2_11_33_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_11_1 ;
  x3do:hasMaterial :White-USE-25 .
:White-USE-25 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_11_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Arco61 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_12_1 ;
  x3do:DEF 'Arco61' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 1 2.6 1 ) ;
  x3do:translation ( -0.13 4.4 -0.85 ) .
:Shape_2_11_33_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco61 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_12_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_12_1_2 .
:IndexedFaceSet_2_11_33_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_12_1 ;
  x3do:hasCoord :Coordinate_2_11_33_12_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_12_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_12_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.9453 0.6218712004456791 0.0311325 0.9453 0.6195289277144369 0.062265 0.9453 0.6156053358230011 0.0933975 0.9453 0.6100699153375784 0.12453 0.9453 0.6028782701290121 0.1556625 0.9453 0.5939702437622613 0.186795 0.9453 0.5832672005554145 0.2179275 0.9453 0.5706681512928509 0.24906 0.9453 0.5560442297549271 0.2801925 0.9453 0.5392307176663808 0.311325 0.9453 0.520015272077417 0.3424575 0.9453 0.49812000000000006 0.37359 0.9453 0.47317303441103875 0.4047225 0.9453 0.4446610411032206 0.435855 0.9453 0.4118442634585919 0.4669875 0.9453 0.37359000000000003 0.49812 0.9453 0.3280012404606879 0.5292525 0.9453 0.2714068427195601 0.560385 0.9453 0.19442240018513812 0.5915175 0.9453 0.0 0.62265 0.9453 0 0.62265 0.9453 -0.19442240018513812 0.5915175 0.9453 -0.2714068427195601 0.560385 0.9453 -0.3280012404606879 0.5292525 0.9453 -0.37359000000000003 0.49812 0.9453 -0.4118442634585919 0.4669875 0.9453 -0.4446610411032206 0.435855 0.9453 -0.47317303441103875 0.4047225 0.9453 -0.49812000000000006 0.37359 0.9453 -0.520015272077417 0.3424575 0.9453 -0.5392307176663808 0.311325 0.9453 -0.5560442297549271 0.2801925 0.9453 -0.5706681512928509 0.24906 0.9453 -0.5832672005554145 0.2179275 0.9453 -0.5939702437622613 0.186795 0.9453 -0.6028782701290121 0.1556625 0.9453 -0.6100699153375784 0.12453 0.9453 -0.6156053358230011 0.0933975 0.9453 -0.6195289277144369 0.062265 0.9453 -0.6218712004456791 0.0311325 0.9453 -0.62265 0.0 0.9453 0 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.5 0.9453 0.62265 0.5 0.9453 0.62265 0.5 0.9453 0.62265 0.5 0.9453 0.62265 0 0.9453 ) .
:Appearance_2_11_33_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_12_1 ;
  x3do:hasMaterial :SandStone_Out-USE-26 .
:SandStone_Out-USE-26 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_12_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Arco62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TR3 ;
  x3do:hasChildren :Shape_2_11_33_13_1 ;
  x3do:DEF 'Arco62' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 1 2.6 1 ) ;
  x3do:translation ( -0.13 4.4 -0.85 ) .
:Shape_2_11_33_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Arco62 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_33_13_1_1 ;
  x3do:hasAppearance :Appearance_2_11_33_13_1_2 .
:IndexedFaceSet_2_11_33_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_33_13_1 ;
  x3do:hasCoord :Coordinate_2_11_33_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_33_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_33_13_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.0453 0.6218712004456791 0.0311325 1.0453 0.6195289277144369 0.062265 1.0453 0.6156053358230011 0.0933975 1.0453 0.6100699153375784 0.12453 1.0453 0.6028782701290121 0.1556625 1.0453 0.5939702437622613 0.186795 1.0453 0.5832672005554145 0.2179275 1.0453 0.5706681512928509 0.24906 1.0453 0.5560442297549271 0.2801925 1.0453 0.5392307176663808 0.311325 1.0453 0.520015272077417 0.3424575 1.0453 0.49812000000000006 0.37359 1.0453 0.47317303441103875 0.4047225 1.0453 0.4446610411032206 0.435855 1.0453 0.4118442634585919 0.4669875 1.0453 0.37359000000000003 0.49812 1.0453 0.3280012404606879 0.5292525 1.0453 0.2714068427195601 0.560385 1.0453 0.19442240018513812 0.5915175 1.0453 0.0 0.62265 1.0453 0 0.62265 1.0453 -0.19442240018513812 0.5915175 1.0453 -0.2714068427195601 0.560385 1.0453 -0.3280012404606879 0.5292525 1.0453 -0.37359000000000003 0.49812 1.0453 -0.4118442634585919 0.4669875 1.0453 -0.4446610411032206 0.435855 1.0453 -0.47317303441103875 0.4047225 1.0453 -0.49812000000000006 0.37359 1.0453 -0.520015272077417 0.3424575 1.0453 -0.5392307176663808 0.311325 1.0453 -0.5560442297549271 0.2801925 1.0453 -0.5706681512928509 0.24906 1.0453 -0.5832672005554145 0.2179275 1.0453 -0.5939702437622613 0.186795 1.0453 -0.6028782701290121 0.1556625 1.0453 -0.6100699153375784 0.12453 1.0453 -0.6156053358230011 0.0933975 1.0453 -0.6195289277144369 0.062265 1.0453 -0.6218712004456791 0.0311325 1.0453 -0.62265 0.0 1.0453 0 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 1 1.0453 0.62265 1 1.0453 0.62265 1 1.0453 0.62265 1 1.0453 0.62265 0 1.0453 ) .
:Appearance_2_11_33_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_33_13_1 ;
  x3do:hasMaterial :White-USE-26 .
:White-USE-26 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_33_13_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroDietro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_34_1 ;
  x3do:DEF 'MuroDietro' ;
  x3do:translation ( -0.955 4.555 -3.39 ) .
:Shape_2_11_34_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroDietro ;
  x3do:hasGeometry :Box_2_11_34_1_1 ;
  x3do:hasAppearance :Appearance_2_11_34_1_2 .
:Box_2_11_34_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_34_1 ;
  x3do:size ( 5.4 0.3 0.74 ) .
:Appearance_2_11_34_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_34_1 ;
  x3do:hasMaterial :SandStone_Out-USE-27 .
:SandStone_Out-USE-27 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_34_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLatSottoSX2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_35_1 ;
  x3do:DEF 'MuroLatSottoSX2' ;
  x3do:translation ( -3.281 4.555 -1.965 ) .
:Shape_2_11_35_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLatSottoSX2 ;
  x3do:hasGeometry :Box_2_11_35_1_1 ;
  x3do:hasAppearance :Appearance_2_11_35_1_2 .
:Box_2_11_35_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_35_1 ;
  x3do:size ( 0.74 0.3 3.39 ) .
:Appearance_2_11_35_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_35_1 ;
  x3do:hasMaterial :SandStone_Out-USE-28 .
:SandStone_Out-USE-28 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_35_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLatSottoDX2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_36_1 ;
  x3do:DEF 'MuroLatSottoDX2' ;
  x3do:translation ( -0.11 4.54 -2.1197 ) .
:Shape_2_11_36_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLatSottoDX2 ;
  x3do:hasGeometry :Box_2_11_36_1_1 ;
  x3do:hasAppearance :Appearance_2_11_36_1_2 .
:Box_2_11_36_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_36_1 ;
  x3do:size ( 0.74 0.3 1.8 ) .
:Appearance_2_11_36_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_36_1 ;
  x3do:hasMaterial :White-USE-27 .
:White-USE-27 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_36_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroDietro4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_37_1 ;
  x3do:DEF 'MuroDietro4' ;
  x3do:translation ( -1.495 6.507 -3.39 ) .
:Shape_2_11_37_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroDietro4 ;
  x3do:hasGeometry :Box_2_11_37_1_1 ;
  x3do:hasAppearance :Appearance_2_11_37_1_2 .
:Box_2_11_37_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_37_1 ;
  x3do:size ( 0.87 3.61 0.74 ) .
:Appearance_2_11_37_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_37_1 ;
  x3do:hasMaterial :SandStone_Out-USE-29 .
:SandStone_Out-USE-29 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_37_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroDietro5SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_38_1 ;
  x3do:DEF 'MuroDietro5SX' ;
  x3do:translation ( -3.285 6.507 -3.2595 ) .
:Shape_2_11_38_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroDietro5SX ;
  x3do:hasGeometry :Box_2_11_38_1_1 ;
  x3do:hasAppearance :Appearance_2_11_38_1_2 .
:Box_2_11_38_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_38_1 ;
  x3do:size ( 0.74 3.61 1.01 ) .
:Appearance_2_11_38_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_38_1 ;
  x3do:hasMaterial :SandStone_Out-USE-30 .
:SandStone_Out-USE-30 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_38_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLat5SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_39_1 ;
  x3do:DEF 'MuroLat5SX' ;
  x3do:translation ( -3.285 6.507 0.165 ) .
:Shape_2_11_39_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLat5SX ;
  x3do:hasGeometry :Box_2_11_39_1_1 ;
  x3do:hasAppearance :Appearance_2_11_39_1_2 .
:Box_2_11_39_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_39_1 ;
  x3do:size ( 0.74 3.61 1.01 ) .
:Appearance_2_11_39_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_39_1 ;
  x3do:hasMaterial :SandStone_Out-USE-31 .
:SandStone_Out-USE-31 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_39_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroFrontCentale5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_40_1 ;
  x3do:DEF 'MuroFrontCentale5' ;
  x3do:translation ( -1.72 6.507 0.165 ) .
:Shape_2_11_40_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroFrontCentale5 ;
  x3do:hasGeometry :Box_2_11_40_1_1 ;
  x3do:hasAppearance :Appearance_2_11_40_1_2 .
:Box_2_11_40_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_40_1 ;
  x3do:size ( 0.4 3.61 1.01 ) .
:Appearance_2_11_40_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_40_1 ;
  x3do:hasMaterial :SandStone_Out-USE-32 .
:SandStone_Out-USE-32 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_40_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLat5SX2Centro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_41_1 ;
  x3do:DEF 'MuroLat5SX2Centro' ;
  x3do:translation ( -3.285 6.507 -1.545 ) .
:Shape_2_11_41_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLat5SX2Centro ;
  x3do:hasGeometry :Box_2_11_41_1_1 ;
  x3do:hasAppearance :Appearance_2_11_41_1_2 .
:Box_2_11_41_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_41_1 ;
  x3do:size ( 0.74 3.61 0.45 ) .
:Appearance_2_11_41_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_41_1 ;
  x3do:hasMaterial :SandStone_Out-USE-33 .
:SandStone_Out-USE-33 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_41_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLat5DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_42_1 ;
  x3do:DEF 'MuroLat5DX' ;
  x3do:translation ( 0.049 6.107 0.165 ) .
:Shape_2_11_42_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLat5DX ;
  x3do:hasGeometry :Box_2_11_42_1_1 ;
  x3do:hasAppearance :Appearance_2_11_42_1_2 .
:Box_2_11_42_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_42_1 ;
  x3do:size ( 0.74 4.41 1.01 ) .
:Appearance_2_11_42_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_42_1 ;
  x3do:hasMaterial :SandStone_Out-USE-34 .
:SandStone_Out-USE-34 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_42_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLat6DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_43_1 ;
  x3do:DEF 'MuroLat6DX' ;
  x3do:translation ( 0.169 7.1885 -0.845 ) .
:Shape_2_11_43_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLat6DX ;
  x3do:hasGeometry :Box_2_11_43_1_1 ;
  x3do:hasAppearance :Appearance_2_11_43_1_2 .
:Box_2_11_43_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_43_1 ;
  x3do:size ( 0.5 2.247 1.03 ) .
:Appearance_2_11_43_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_43_1 ;
  x3do:hasMaterial :SandStone_Out-USE-35 .
:SandStone_Out-USE-35 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_43_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLat7DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_44_1 ;
  x3do:DEF 'MuroLat7DX' ;
  x3do:translation ( -0.081 6.507 -3.76 ) .
:Shape_2_11_44_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLat7DX ;
  x3do:hasGeometry :IndexedFaceSet_2_11_44_1_1 ;
  x3do:hasAppearance :Appearance_2_11_44_1_2 .
:IndexedFaceSet_2_11_44_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_44_1 ;
  x3do:hasCoord :Coordinate_2_11_44_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_44_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_44_1_1 ;
  x3do:point ( 0 -2.1 0 0.5 -2.1 0 0.5 -2.1 2.78 0 -2.1 2.78 0 1.805 0 0.5 1.805 0 0.5 1.805 2.78 0 1.805 2.78 ) .
:Appearance_2_11_44_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_44_1 ;
  x3do:hasMaterial :SandStone_Out-USE-36 .
:SandStone_Out-USE-36 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_44_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_45_1 ;
  x3do:DEF 'ArcoTorre1' ;
  x3do:scale ( 0.79 0.79 1 ) ;
  x3do:translation ( -0.57 6.9 -3.76 ) .
:Shape_2_11_45_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_45_1_1 ;
  x3do:hasAppearance :Appearance_2_11_45_1_2 .
:IndexedFaceSet_2_11_45_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_45_1 ;
  x3do:hasCoord :Coordinate_2_11_45_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_45_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_45_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.74 0.6218712004456791 0.0311325 0.74 0.6195289277144369 0.062265 0.74 0.6156053358230011 0.0933975 0.74 0.6100699153375784 0.12453 0.74 0.6028782701290121 0.1556625 0.74 0.5939702437622613 0.186795 0.74 0.5832672005554145 0.2179275 0.74 0.5706681512928509 0.24906 0.74 0.5560442297549271 0.2801925 0.74 0.5392307176663808 0.311325 0.74 0.520015272077417 0.3424575 0.74 0.49812000000000006 0.37359 0.74 0.47317303441103875 0.4047225 0.74 0.4446610411032206 0.435855 0.74 0.4118442634585919 0.4669875 0.74 0.37359000000000003 0.49812 0.74 0.3280012404606879 0.5292525 0.74 0.2714068427195601 0.560385 0.74 0.19442240018513812 0.5915175 0.74 0.0 0.62265 0.74 -0.0 0.62265 0.74 -0.19442240018513812 0.5915175 0.74 -0.2714068427195601 0.560385 0.74 -0.3280012404606879 0.5292525 0.74 -0.37359000000000003 0.49812 0.74 -0.4118442634585919 0.4669875 0.74 -0.4446610411032206 0.435855 0.74 -0.47317303441103875 0.4047225 0.74 -0.49812000000000006 0.37359 0.74 -0.520015272077417 0.3424575 0.74 -0.5392307176663808 0.311325 0.74 -0.5560442297549271 0.2801925 0.74 -0.5706681512928509 0.24906 0.74 -0.5832672005554145 0.2179275 0.74 -0.5939702437622613 0.186795 0.74 -0.6028782701290121 0.1556625 0.74 -0.6100699153375784 0.12453 0.74 -0.6156053358230011 0.0933975 0.74 -0.6195289277144369 0.062265 0.74 -0.6218712004456791 0.0311325 0.74 -0.62265 0.0 0.74 -0.62265 0 0 -0.62265 0 0 -0.62265 1.789 0 0.62265 1.789 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.74 -0.62265 0 0.74 -0.62265 1.789 0.74 0.62265 1.789 0.74 0.62265 0 0.74 0.62265 0 0.74 ) .
:Appearance_2_11_45_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_45_1 ;
  x3do:hasMaterial :SandStone_Out-USE-37 .
:SandStone_Out-USE-37 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_45_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_46_1 ;
  x3do:DEF 'ArcoTorre2' ;
  x3do:scale ( 0.79 0.79 1 ) ;
  x3do:translation ( -2.42 6.9 -3.76 ) .
:Shape_2_11_46_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_46_1_1 ;
  x3do:hasAppearance :Appearance_2_11_46_1_2 .
:IndexedFaceSet_2_11_46_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_46_1 ;
  x3do:hasCoord :Coordinate_2_11_46_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_46_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_46_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.74 0.6218712004456791 0.0311325 0.74 0.6195289277144369 0.062265 0.74 0.6156053358230011 0.0933975 0.74 0.6100699153375784 0.12453 0.74 0.6028782701290121 0.1556625 0.74 0.5939702437622613 0.186795 0.74 0.5832672005554145 0.2179275 0.74 0.5706681512928509 0.24906 0.74 0.5560442297549271 0.2801925 0.74 0.5392307176663808 0.311325 0.74 0.520015272077417 0.3424575 0.74 0.49812000000000006 0.37359 0.74 0.47317303441103875 0.4047225 0.74 0.4446610411032206 0.435855 0.74 0.4118442634585919 0.4669875 0.74 0.37359000000000003 0.49812 0.74 0.3280012404606879 0.5292525 0.74 0.2714068427195601 0.560385 0.74 0.19442240018513812 0.5915175 0.74 0.0 0.62265 0.74 -0.0 0.62265 0.74 -0.19442240018513812 0.5915175 0.74 -0.2714068427195601 0.560385 0.74 -0.3280012404606879 0.5292525 0.74 -0.37359000000000003 0.49812 0.74 -0.4118442634585919 0.4669875 0.74 -0.4446610411032206 0.435855 0.74 -0.47317303441103875 0.4047225 0.74 -0.49812000000000006 0.37359 0.74 -0.520015272077417 0.3424575 0.74 -0.5392307176663808 0.311325 0.74 -0.5560442297549271 0.2801925 0.74 -0.5706681512928509 0.24906 0.74 -0.5832672005554145 0.2179275 0.74 -0.5939702437622613 0.186795 0.74 -0.6028782701290121 0.1556625 0.74 -0.6100699153375784 0.12453 0.74 -0.6156053358230011 0.0933975 0.74 -0.6195289277144369 0.062265 0.74 -0.6218712004456791 0.0311325 0.74 -0.62265 0.0 0.74 -0.62265 0 0 -0.62265 0 0 -0.62265 1.789 0 0.62265 1.789 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.74 -0.62265 0 0.74 -0.62265 1.789 0.74 0.62265 1.789 0.74 0.62265 0 0.74 0.62265 0 0.74 ) .
:Appearance_2_11_46_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_46_1 ;
  x3do:hasMaterial :SandStone_Out-USE-38 .
:SandStone_Out-USE-38 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_46_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_47_1 ;
  x3do:DEF 'ArcoTorre3' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.79 0.79 1 ) ;
  x3do:translation ( -3.651 6.9 -2.261 ) .
:Shape_2_11_47_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_47_1_1 ;
  x3do:hasAppearance :Appearance_2_11_47_1_2 .
:IndexedFaceSet_2_11_47_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_47_1 ;
  x3do:hasCoord :Coordinate_2_11_47_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_47_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_47_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.74 0.6218712004456791 0.0311325 0.74 0.6195289277144369 0.062265 0.74 0.6156053358230011 0.0933975 0.74 0.6100699153375784 0.12453 0.74 0.6028782701290121 0.1556625 0.74 0.5939702437622613 0.186795 0.74 0.5832672005554145 0.2179275 0.74 0.5706681512928509 0.24906 0.74 0.5560442297549271 0.2801925 0.74 0.5392307176663808 0.311325 0.74 0.520015272077417 0.3424575 0.74 0.49812000000000006 0.37359 0.74 0.47317303441103875 0.4047225 0.74 0.4446610411032206 0.435855 0.74 0.4118442634585919 0.4669875 0.74 0.37359000000000003 0.49812 0.74 0.3280012404606879 0.5292525 0.74 0.2714068427195601 0.560385 0.74 0.19442240018513812 0.5915175 0.74 0.0 0.62265 0.74 -0.0 0.62265 0.74 -0.19442240018513812 0.5915175 0.74 -0.2714068427195601 0.560385 0.74 -0.3280012404606879 0.5292525 0.74 -0.37359000000000003 0.49812 0.74 -0.4118442634585919 0.4669875 0.74 -0.4446610411032206 0.435855 0.74 -0.47317303441103875 0.4047225 0.74 -0.49812000000000006 0.37359 0.74 -0.520015272077417 0.3424575 0.74 -0.5392307176663808 0.311325 0.74 -0.5560442297549271 0.2801925 0.74 -0.5706681512928509 0.24906 0.74 -0.5832672005554145 0.2179275 0.74 -0.5939702437622613 0.186795 0.74 -0.6028782701290121 0.1556625 0.74 -0.6100699153375784 0.12453 0.74 -0.6156053358230011 0.0933975 0.74 -0.6195289277144369 0.062265 0.74 -0.6218712004456791 0.0311325 0.74 -0.62265 0.0 0.74 -0.62265 0 0 -0.62265 0 0 -0.62265 1.788 0 0.62265 1.788 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.74 -0.62265 0 0.74 -0.62265 1.788 0.74 0.62265 1.788 0.74 0.62265 0 0.74 0.62265 0 0.74 ) .
:Appearance_2_11_47_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_47_1 ;
  x3do:hasMaterial :SandStone_Out-USE-39 .
:SandStone_Out-USE-39 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_47_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_48_1 ;
  x3do:DEF 'ArcoTorre4' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.79 0.79 1 ) ;
  x3do:translation ( -3.651 6.9 -0.831 ) .
:Shape_2_11_48_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_48_1_1 ;
  x3do:hasAppearance :Appearance_2_11_48_1_2 .
:IndexedFaceSet_2_11_48_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_48_1 ;
  x3do:hasCoord :Coordinate_2_11_48_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_48_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_48_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.74 0.6218712004456791 0.0311325 0.74 0.6195289277144369 0.062265 0.74 0.6156053358230011 0.0933975 0.74 0.6100699153375784 0.12453 0.74 0.6028782701290121 0.1556625 0.74 0.5939702437622613 0.186795 0.74 0.5832672005554145 0.2179275 0.74 0.5706681512928509 0.24906 0.74 0.5560442297549271 0.2801925 0.74 0.5392307176663808 0.311325 0.74 0.520015272077417 0.3424575 0.74 0.49812000000000006 0.37359 0.74 0.47317303441103875 0.4047225 0.74 0.4446610411032206 0.435855 0.74 0.4118442634585919 0.4669875 0.74 0.37359000000000003 0.49812 0.74 0.3280012404606879 0.5292525 0.74 0.2714068427195601 0.560385 0.74 0.19442240018513812 0.5915175 0.74 0.0 0.62265 0.74 -0.0 0.62265 0.74 -0.19442240018513812 0.5915175 0.74 -0.2714068427195601 0.560385 0.74 -0.3280012404606879 0.5292525 0.74 -0.37359000000000003 0.49812 0.74 -0.4118442634585919 0.4669875 0.74 -0.4446610411032206 0.435855 0.74 -0.47317303441103875 0.4047225 0.74 -0.49812000000000006 0.37359 0.74 -0.520015272077417 0.3424575 0.74 -0.5392307176663808 0.311325 0.74 -0.5560442297549271 0.2801925 0.74 -0.5706681512928509 0.24906 0.74 -0.5832672005554145 0.2179275 0.74 -0.5939702437622613 0.186795 0.74 -0.6028782701290121 0.1556625 0.74 -0.6100699153375784 0.12453 0.74 -0.6156053358230011 0.0933975 0.74 -0.6195289277144369 0.062265 0.74 -0.6218712004456791 0.0311325 0.74 -0.62265 0.0 0.74 -0.62265 0 0 -0.62265 0 0 -0.62265 1.788 0 0.62265 1.788 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.74 -0.62265 0 0.74 -0.62265 1.788 0.74 0.62265 1.788 0.74 0.62265 0 0.74 0.62265 0 0.74 ) .
:Appearance_2_11_48_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_48_1 ;
  x3do:hasMaterial :SandStone_Out-USE-40 .
:SandStone_Out-USE-40 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_48_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_49_1 ;
  x3do:DEF 'ArcoTorre5' ;
  x3do:scale ( 0.971 0.971 1 ) ;
  x3do:translation ( -0.92 6.9 -0.34 ) .
:Shape_2_11_49_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_49_1_1 ;
  x3do:hasAppearance :Appearance_2_11_49_1_2 .
:IndexedFaceSet_2_11_49_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_49_1 ;
  x3do:hasCoord :Coordinate_2_11_49_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_49_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_49_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 1.01 0.6218712004456791 0.0311325 1.01 0.6195289277144369 0.062265 1.01 0.6156053358230011 0.0933975 1.01 0.6100699153375784 0.12453 1.01 0.6028782701290121 0.1556625 1.01 0.5939702437622613 0.186795 1.01 0.5832672005554145 0.2179275 1.01 0.5706681512928509 0.24906 1.01 0.5560442297549271 0.2801925 1.01 0.5392307176663808 0.311325 1.01 0.520015272077417 0.3424575 1.01 0.49812000000000006 0.37359 1.01 0.47317303441103875 0.4047225 1.01 0.4446610411032206 0.435855 1.01 0.4118442634585919 0.4669875 1.01 0.37359000000000003 0.49812 1.01 0.3280012404606879 0.5292525 1.01 0.2714068427195601 0.560385 1.01 0.19442240018513812 0.5915175 1.01 0.0 0.62265 1.01 -0.0 0.62265 1.01 -0.19442240018513812 0.5915175 1.01 -0.2714068427195601 0.560385 1.01 -0.3280012404606879 0.5292525 1.01 -0.37359000000000003 0.49812 1.01 -0.4118442634585919 0.4669875 1.01 -0.4446610411032206 0.435855 1.01 -0.47317303441103875 0.4047225 1.01 -0.49812000000000006 0.37359 1.01 -0.520015272077417 0.3424575 1.01 -0.5392307176663808 0.311325 1.01 -0.5560442297549271 0.2801925 1.01 -0.5706681512928509 0.24906 1.01 -0.5832672005554145 0.2179275 1.01 -0.5939702437622613 0.186795 1.01 -0.6028782701290121 0.1556625 1.01 -0.6100699153375784 0.12453 1.01 -0.6156053358230011 0.0933975 1.01 -0.6195289277144369 0.062265 1.01 -0.6218712004456791 0.0311325 1.01 -0.62265 0.0 1.01 -0.62265 0 0 -0.62265 0 0 -0.62265 1.454 0 0.62265 1.454 0 0.62265 0 0 0.62265 0 0 -0.62265 0 1.01 -0.62265 0 1.01 -0.62265 1.454 1.01 0.62265 1.454 1.01 0.62265 0 1.01 0.62265 0 1.01 ) .
:Appearance_2_11_49_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_49_1 ;
  x3do:hasMaterial :SandStone_Out-USE-41 .
:SandStone_Out-USE-41 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_49_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoTorre6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_50_1 ;
  x3do:DEF 'ArcoTorre6' ;
  x3do:scale ( 0.8 0.8 1 ) ;
  x3do:translation ( -2.418 7.01 -0.34 ) .
:Shape_2_11_50_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoTorre6 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_50_1_1 ;
  x3do:hasAppearance :Appearance_2_11_50_1_2 .
:IndexedFaceSet_2_11_50_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_50_1 ;
  x3do:hasCoord :Coordinate_2_11_50_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 92 93 87 86 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_50_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_50_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 1.01 0.6218712004456791 0.0311325 1.01 0.6195289277144369 0.062265 1.01 0.6156053358230011 0.0933975 1.01 0.6100699153375784 0.12453 1.01 0.6028782701290121 0.1556625 1.01 0.5939702437622613 0.186795 1.01 0.5832672005554145 0.2179275 1.01 0.5706681512928509 0.24906 1.01 0.5560442297549271 0.2801925 1.01 0.5392307176663808 0.311325 1.01 0.520015272077417 0.3424575 1.01 0.49812000000000006 0.37359 1.01 0.47317303441103875 0.4047225 1.01 0.4446610411032206 0.435855 1.01 0.4118442634585919 0.4669875 1.01 0.37359000000000003 0.49812 1.01 0.3280012404606879 0.5292525 1.01 0.2714068427195601 0.560385 1.01 0.19442240018513812 0.5915175 1.01 0.0 0.62265 1.01 -0.0 0.62265 1.01 -0.19442240018513812 0.5915175 1.01 -0.2714068427195601 0.560385 1.01 -0.3280012404606879 0.5292525 1.01 -0.37359000000000003 0.49812 1.01 -0.4118442634585919 0.4669875 1.01 -0.4446610411032206 0.435855 1.01 -0.47317303441103875 0.4047225 1.01 -0.49812000000000006 0.37359 1.01 -0.520015272077417 0.3424575 1.01 -0.5392307176663808 0.311325 1.01 -0.5560442297549271 0.2801925 1.01 -0.5706681512928509 0.24906 1.01 -0.5832672005554145 0.2179275 1.01 -0.5939702437622613 0.186795 1.01 -0.6028782701290121 0.1556625 1.01 -0.6100699153375784 0.12453 1.01 -0.6156053358230011 0.0933975 1.01 -0.6195289277144369 0.062265 1.01 -0.6218712004456791 0.0311325 1.01 -0.62265 0.0 1.01 -0.62265 0 0 -0.62265 0 0 -0.62265 1.628 0 0.62265 1.628 0 0.62265 0 0 0.62265 0 0 -0.62265 0 1.01 -0.62265 0 1.01 -0.62265 1.628 1.01 0.62265 1.628 1.01 0.62265 0 1.01 0.62265 0 1.01 ) .
:Appearance_2_11_50_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_50_1 ;
  x3do:hasMaterial :SandStone_Out-USE-42 .
:SandStone_Out-USE-42 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_50_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Tettob1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_51_1 ;
  x3do:DEF 'Tettob1' ;
  x3do:translation ( -3.6175 8.78 -3.6 ) .
:Shape_2_11_51_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tettob1 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_51_1_1 ;
  x3do:hasAppearance :Appearance_2_11_51_1_2 .
:IndexedFaceSet_2_11_51_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_51_1 ;
  x3do:hasCoord :Coordinate_2_11_51_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_51_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_51_1_1 ;
  x3do:point ( 0 0 0 4 0 0 4 0 4.07 0 0 4.07 1.8 2.86 1.835 2.2 2.86 1.835 2.2 2.86 2.235 1.8 2.86 2.235 ) .
:Appearance_2_11_51_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_51_1 ;
  x3do:hasTexture :Roof ;
  x3do:hasTextureTransform :TextureTransform_2_11_51_1_2_2 .
:Roof a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_51_1_2 ;
  x3do:DEF 'Roof' ;
  x3do:url '"images/Roof.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Roof.jpg"' .
:TextureTransform_2_11_51_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_51_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 4 5 ) ;
  x3do:translation ( 0.03 0.3 ) .
:Tettob2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_52_1 ;
  x3do:DEF 'Tettob2' ;
  x3do:translation ( -3.6175 8.78 -3.6 ) .
:Shape_2_11_52_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tettob2 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_52_1_1 ;
  x3do:hasAppearance :Appearance_2_11_52_1_2 .
:IndexedFaceSet_2_11_52_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_52_1 ;
  x3do:hasCoord :Coordinate_2_11_52_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 7 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_52_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_52_1_1 ;
  x3do:point ( 0 0 0 4 0 0 4 0 4.07 0 0 4.07 1.8 2.86 1.835 2.2 2.86 1.835 2.2 2.86 2.235 1.8 2.86 2.235 ) .
:Appearance_2_11_52_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_52_1 ;
  x3do:hasTexture :Roof-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_11_52_1_2_2 .
:Roof-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_52_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_11_52_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_52_1_2 ;
  x3do:scale ( 4 5 ) ;
  x3do:translation ( 0.03 0.3 ) .
:Tettob3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_53_1 ;
  x3do:DEF 'Tettob3' ;
  x3do:translation ( -3.6175 8.78 -3.6 ) .
:Shape_2_11_53_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tettob3 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_53_1_1 ;
  x3do:hasAppearance :Appearance_2_11_53_1_2 .
:IndexedFaceSet_2_11_53_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_53_1 ;
  x3do:hasCoord :Coordinate_2_11_53_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_53_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_53_1_1 ;
  x3do:point ( 0 0 0 4 0 0 4 0 4.07 0 0 4.07 1.8 2.86 1.835 2.2 2.86 1.835 2.2 2.86 2.235 1.8 2.86 2.235 ) .
:Appearance_2_11_53_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_53_1 ;
  x3do:hasTexture :Roof-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_11_53_1_2_2 .
:Roof-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_53_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_11_53_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_53_1_2 ;
  x3do:rotation 3.13 ;
  x3do:scale ( 4 5 ) ;
  x3do:translation ( 0.03 0.3 ) .
:Tettob4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_54_1 ;
  x3do:DEF 'Tettob4' ;
  x3do:translation ( -3.6175 8.78 -3.6 ) .
:Shape_2_11_54_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tettob4 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_54_1_1 ;
  x3do:hasAppearance :Appearance_2_11_54_1_2 .
:IndexedFaceSet_2_11_54_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_54_1 ;
  x3do:hasCoord :Coordinate_2_11_54_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_54_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_54_1_1 ;
  x3do:point ( 0 0 0 4 0 0 4 0 4.07 0 0 4.07 1.8 2.86 1.835 2.2 2.86 1.835 2.2 2.86 2.235 1.8 2.86 2.235 ) .
:Appearance_2_11_54_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_54_1 ;
  x3do:hasTexture :Roof-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_11_54_1_2_2 .
:Roof-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_11_54_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_11_54_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_11_54_1_2 ;
  x3do:rotation -1.57 ;
  x3do:scale ( 4 5 ) ;
  x3do:translation ( 0.03 0.3 ) .
:Tettob5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_55_1 ;
  x3do:DEF 'Tettob5' ;
  x3do:translation ( -3.6175 8.78 -3.6 ) .
:Shape_2_11_55_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tettob5 ;
  x3do:hasGeometry :IndexedFaceSet_2_11_55_1_1 ;
  x3do:hasAppearance :Appearance_2_11_55_1_2 .
:IndexedFaceSet_2_11_55_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_55_1 ;
  x3do:hasCoord :Coordinate_2_11_55_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_55_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_55_1_1 ;
  x3do:point ( 0 0 0 4 0 0 4 0 4.07 0 0 4.07 1.8 2.86 1.835 2.2 2.86 1.835 2.2 2.86 2.235 1.8 2.86 2.235 ) .
:Appearance_2_11_55_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_55_1 ;
  x3do:hasMaterial :Brown1_Roof .
:Brown1_Roof a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_55_1_2 ;
  x3do:DEF 'Brown1_Roof' ;
  x3do:diffuseColor ( 0.184 0.141 0.137 ) .
:ColonninaTetto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_56_1 ;
  x3do:DEF 'ColonninaTetto' ;
  x3do:scale ( 0.05 0.12 0.05 ) ;
  x3do:translation ( -1.735 11.66 -1.68 ) .
:Shape_2_11_56_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ColonninaTetto ;
  x3do:hasGeometry :IndexedFaceSet_2_11_56_1_1 ;
  x3do:hasAppearance :Appearance_2_11_56_1_2 .
:IndexedFaceSet_2_11_56_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_11_56_1 ;
  x3do:hasCoord :Coordinate_2_11_56_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 0 3 7 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_11_56_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_11_56_1_1 ;
  x3do:point ( 0 0 0 4.3 0 0 4.3 0 4.3 0 0 4.3 1 3 1 3 3 1 3 3 3 1 3 3 ) .
:Appearance_2_11_56_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_56_1 ;
  x3do:hasMaterial :DarkGrayTop .
:DarkGrayTop a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_56_1_2 ;
  x3do:DEF 'DarkGrayTop' ;
  x3do:diffuseColor ( 0.309 0.337 0.372 ) .
:ColonninaTetto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Shape_2_11_57_1 ;
  x3do:DEF 'ColonninaTetto2' ;
  x3do:translation ( -1.62 11.98 -1.565 ) .
:Shape_2_11_57_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ColonninaTetto2 ;
  x3do:hasGeometry :Sphere_2_11_57_1_1 ;
  x3do:hasAppearance :Appearance_2_11_57_1_2 .
:Sphere_2_11_57_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_11_57_1 ;
  x3do:radius 0.1 .
:Appearance_2_11_57_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_57_1 ;
  x3do:hasMaterial :DarkGrayTop-USE-1 .
:DarkGrayTop-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_57_1_2 ;
  owl:sameAs :DarkGrayTop . # DEF matching this USE
:Torrtta a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torretta ;
  x3do:DEF 'Torrtta' .
:Torretta a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torrtta ;
  x3do:hasChildren :BaseCil1, :Sfera, :baseCil2, :curva11, :curva12, :curva13, :curva14, :curva21, :curva22, :curva23, :curva24, :curva31, :curva32, :curva33, :curva34, :curva4, :curva5 ;
  x3do:DEF 'Torretta' ;
  x3do:scale ( 0.6 0.75 0.6 ) ;
  x3do:translation ( 0.26 8.38 0.55 ) .
:BaseCil1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_1_1 ;
  x3do:DEF 'BaseCil1' .
:Shape_2_11_58_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BaseCil1 ;
  x3do:hasGeometry :Box_2_11_58_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_1_1_2 .
:Box_2_11_58_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_58_1_1_1 ;
  x3do:size ( 0.442 0.17 0.442 ) .
:Appearance_2_11_58_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_1_1 ;
  x3do:hasMaterial :DarkGray .
:DarkGray a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_1_1_2 ;
  x3do:DEF 'DarkGray' ;
  x3do:diffuseColor ( 0.245 0.249 0.256 ) .
:Sfera a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_2_1 ;
  x3do:DEF 'Sfera' ;
  x3do:scale ( 1 0.3 1 ) ;
  x3do:translation ( 0 0.12 0 ) .
:Shape_2_11_58_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sfera ;
  x3do:hasGeometry :Sphere_2_11_58_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_2_1_2 .
:Sphere_2_11_58_1_2_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_11_58_1_2_1 ;
  x3do:radius 0.25 .
:Appearance_2_11_58_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-43 .
:SandStone_Out-USE-43 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:baseCil2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_3_1 ;
  x3do:DEF 'baseCil2' ;
  x3do:translation ( 0 0.26 0 ) .
:Shape_2_11_58_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :baseCil2 ;
  x3do:hasGeometry :Box_2_11_58_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_3_1_2 .
:Box_2_11_58_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_11_58_1_3_1 ;
  x3do:size ( 0.3 0.196 0.3 ) .
:Appearance_2_11_58_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-44 .
:SandStone_Out-USE-44 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_4_1 ;
  x3do:DEF 'curva11' ;
  x3do:translation ( -0.15 0.357 -0.15 ) .
:Shape_2_11_58_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva11 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_4_1_2 .
:Extrusion_2_11_58_1_4_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_4_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1 1 1.13 1.13 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_11_58_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-45 .
:SandStone_Out-USE-45 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_5_1 ;
  x3do:DEF 'curva12' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0.15 0.357 0.15 ) .
:Shape_2_11_58_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva12 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_5_1_2 .
:Extrusion_2_11_58_1_5_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_5_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1 1 1.13 1.13 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_11_58_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-46 .
:SandStone_Out-USE-46 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_6_1 ;
  x3do:DEF 'curva13' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.15 0.357 0.15 ) .
:Shape_2_11_58_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva13 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_6_1_2 .
:Extrusion_2_11_58_1_6_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_6_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1 1 1.13 1.13 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_11_58_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-47 .
:SandStone_Out-USE-47 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_7_1 ;
  x3do:DEF 'curva14' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.15 0.357 -0.15 ) .
:Shape_2_11_58_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva14 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_7_1_2 .
:Extrusion_2_11_58_1_7_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_7_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1 1 1.13 1.13 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_11_58_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_7_1 ;
  x3do:hasMaterial :SandStone_Out-USE-48 .
:SandStone_Out-USE-48 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_7_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_8_1 ;
  x3do:DEF 'curva21' ;
  x3do:translation ( -0.15 0.387 -0.15 ) .
:Shape_2_11_58_1_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva21 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_8_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_8_1_2 .
:Extrusion_2_11_58_1_8_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_8_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1.2 1.2 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.07 0 ) .
:Appearance_2_11_58_1_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_8_1 ;
  x3do:hasMaterial :SandStone_Out-USE-49 .
:SandStone_Out-USE-49 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_8_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_9_1 ;
  x3do:DEF 'curva22' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0.15 0.387 0.15 ) .
:Shape_2_11_58_1_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva22 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_9_1_2 .
:Extrusion_2_11_58_1_9_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_9_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1.2 1.2 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.07 0 ) .
:Appearance_2_11_58_1_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_9_1 ;
  x3do:hasMaterial :SandStone_Out-USE-50 .
:SandStone_Out-USE-50 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_9_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_10_1 ;
  x3do:DEF 'curva23' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.15 0.387 0.15 ) .
:Shape_2_11_58_1_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva23 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_10_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_10_1_2 .
:Extrusion_2_11_58_1_10_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_10_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1.2 1.2 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.07 0 ) .
:Appearance_2_11_58_1_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_10_1 ;
  x3do:hasMaterial :SandStone_Out-USE-51 .
:SandStone_Out-USE-51 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_10_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_11_1 ;
  x3do:DEF 'curva24' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.15 0.387 -0.15 ) .
:Shape_2_11_58_1_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva24 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_11_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_11_1_2 .
:Extrusion_2_11_58_1_11_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_11_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 1.2 1.2 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.07 0 ) .
:Appearance_2_11_58_1_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_11_1 ;
  x3do:hasMaterial :SandStone_Out-USE-52 .
:SandStone_Out-USE-52 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_11_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva31 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_12_1 ;
  x3do:DEF 'curva31' ;
  x3do:translation ( -0.11 0.43 -0.11 ) .
:Shape_2_11_58_1_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva31 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_12_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_12_1_2 .
:Extrusion_2_11_58_1_12_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_12_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 0.6 0.6 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Appearance_2_11_58_1_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_12_1 ;
  x3do:hasMaterial :SandStone_Out-USE-53 .
:SandStone_Out-USE-53 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_12_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_13_1 ;
  x3do:DEF 'curva32' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0.11 0.43 0.11 ) .
:Shape_2_11_58_1_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva32 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_13_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_13_1_2 .
:Extrusion_2_11_58_1_13_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_13_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 0.6 0.6 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Appearance_2_11_58_1_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_13_1 ;
  x3do:hasMaterial :SandStone_Out-USE-54 .
:SandStone_Out-USE-54 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_13_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva33 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_14_1 ;
  x3do:DEF 'curva33' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.11 0.43 0.11 ) .
:Shape_2_11_58_1_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva33 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_14_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_14_1_2 .
:Extrusion_2_11_58_1_14_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_14_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 0.6 0.6 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Appearance_2_11_58_1_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_14_1 ;
  x3do:hasMaterial :SandStone_Out-USE-55 .
:SandStone_Out-USE-55 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_14_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva34 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_15_1 ;
  x3do:DEF 'curva34' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.11 0.43 -0.11 ) .
:Shape_2_11_58_1_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva34 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_15_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_15_1_2 .
:Extrusion_2_11_58_1_15_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_15_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0 0 0.3 0 0.3 0.3 0 0.3 ) ;
  x3do:scale ( 0.6 0.6 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Appearance_2_11_58_1_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_15_1 ;
  x3do:hasMaterial :SandStone_Out-USE-56 .
:SandStone_Out-USE-56 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_15_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_16_1 ;
  x3do:DEF 'curva4' ;
  x3do:scale ( 1.13 1 1.13 ) ;
  x3do:translation ( 0 0.53 0 ) .
:Shape_2_11_58_1_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva4 ;
  x3do:hasGeometry :Extrusion_2_11_58_1_16_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_16_1_2 .
:Extrusion_2_11_58_1_16_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_11_58_1_16_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0.142 0.0 0.14182238892361107 0.0070999999999999995 0.14128821606914002 0.014199999999999999 0.14039341152632484 0.0213 0.13913101739008452 0.028399999999999998 0.1374909087903633 0.0355 0.13545936660120628 0.0426 0.13301845736588588 0.049699999999999994 0.13014514973674585 0.056799999999999996 0.12681005480639143 0.0639 0.12297560733739028 0.071 0.11859338092827947 0.07809999999999999 0.11359999999999999 0.0852 0.10791065749035171 0.0923 0.10140828368530846 0.09939999999999999 0.09392417154279295 0.1065 0.0852 0.11359999999999999 0.07480314164525445 0.12069999999999999 0.06189636499827757 0.1278 0.04433948578862864 0.1349 0.0 0.142 -0.0 0.142 -0.04433948578862864 0.1349 -0.06189636499827757 0.1278 -0.07480314164525445 0.12069999999999999 -0.0852 0.11359999999999999 -0.09392417154279295 0.1065 -0.10140828368530846 0.09939999999999999 -0.10791065749035171 0.0923 -0.11359999999999999 0.0852 -0.11859338092827947 0.07809999999999999 -0.12297560733739028 0.071 -0.12681005480639143 0.0639 -0.13014514973674585 0.056799999999999996 -0.13301845736588588 0.049699999999999994 -0.13545936660120628 0.0426 -0.1374909087903633 0.0355 -0.13913101739008452 0.028399999999999998 -0.14039341152632484 0.0213 -0.14128821606914002 0.014199999999999999 -0.14182238892361107 0.0070999999999999995 -0.142 0.0 0.142 0.0 0.14182238892361107 -0.0070999999999999995 0.14128821606914002 -0.014199999999999999 0.14039341152632484 -0.0213 0.13913101739008452 -0.028399999999999998 0.1374909087903633 -0.0355 0.13545936660120628 -0.0426 0.13301845736588588 -0.049699999999999994 0.13014514973674585 -0.056799999999999996 0.12681005480639143 -0.0639 0.12297560733739028 -0.071 0.11859338092827947 -0.07809999999999999 0.11359999999999999 -0.0852 0.10791065749035171 -0.0923 0.10140828368530846 -0.09939999999999999 0.09392417154279295 -0.1065 0.0852 -0.11359999999999999 0.07480314164525445 -0.12069999999999999 0.06189636499827757 -0.1278 0.04433948578862864 -0.1349 0.0 -0.142 -0.0070999999999999995 -0.14182238892361107 -0.014199999999999999 -0.14128821606914002 -0.0213 -0.14039341152632484 -0.028399999999999998 -0.13913101739008452 -0.0355 -0.1374909087903633 -0.0426 -0.13545936660120628 -0.049699999999999994 -0.13301845736588588 -0.056799999999999996 -0.13014514973674585 -0.0639 -0.12681005480639143 -0.071 -0.12297560733739028 -0.07809999999999999 -0.11859338092827947 -0.0852 -0.11359999999999999 -0.0923 -0.10791065749035171 -0.09939999999999999 -0.10140828368530846 -0.1065 -0.09392417154279295 -0.11359999999999999 -0.0852 -0.12069999999999999 -0.07480314164525445 -0.1278 -0.06189636499827757 -0.1349 -0.04433948578862864 -0.142 0.0 ) ;
  x3do:scale ( 1.2 1.2 0.9 0.9 0.6 0.6 0.4 0.4 0.3 0.3 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.038 0 0 0.076 0 0 0.114 0 0 0.152 0 0 0.19 0 ) .
:Appearance_2_11_58_1_16_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_16_1 ;
  x3do:hasMaterial :SandStone_Out-USE-57 .
:SandStone_Out-USE-57 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_16_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Torretta ;
  x3do:hasChildren :Shape_2_11_58_1_17_1 ;
  x3do:DEF 'curva5' ;
  x3do:scale ( 1 1.1 1 ) ;
  x3do:translation ( 0 0.715 0 ) .
:Shape_2_11_58_1_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva5 ;
  x3do:hasGeometry :Sphere_2_11_58_1_17_1_1 ;
  x3do:hasAppearance :Appearance_2_11_58_1_17_1_2 .
:Sphere_2_11_58_1_17_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_11_58_1_17_1 ;
  x3do:radius 0.034 .
:Appearance_2_11_58_1_17_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_58_1_17_1 ;
  x3do:hasMaterial :SandStone_Out-USE-58 .
:SandStone_Out-USE-58 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_58_1_17_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:torr2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torrtta-USE-1 ;
  x3do:DEF 'torr2' ;
  x3do:translation ( -3.75 0 0 ) .
:Torrtta-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :torr2 ;
  owl:sameAs :Torrtta . # DEF matching this USE
:torr3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torrtta-USE-2 ;
  x3do:DEF 'torr3' ;
  x3do:translation ( 0 0 -4.22 ) .
:Torrtta-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :torr3 ;
  owl:sameAs :Torrtta . # DEF matching this USE
:torr4Front a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torrtta-USE-3 ;
  x3do:DEF 'torr4Front' ;
  x3do:scale ( 0.88 1 0.88 ) ;
  x3do:translation ( -1.802 0.8 0.074 ) .
:Torrtta-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :torr4Front ;
  owl:sameAs :Torrtta . # DEF matching this USE
:torr5Facc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torrtta-USE-4 ;
  x3do:DEF 'torr5Facc' ;
  x3do:scale ( 1 1.1 1 ) ;
  x3do:translation ( 9.9 -3.48 -0.22 ) .
:Torrtta-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :torr5Facc ;
  owl:sameAs :Torrtta . # DEF matching this USE
:torr6DietroSx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Torrtta-USE-5 ;
  x3do:DEF 'torr6DietroSx' ;
  x3do:translation ( -3.75 0 -4.22 ) .
:Torrtta-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :torr6DietroSx ;
  owl:sameAs :Torrtta . # DEF matching this USE
:Bell1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Bell ;
  x3do:DEF 'Bell1' ;
  x3do:translation ( -0.92 5.6 0.2 ) .
:Bell a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Bell1 ;
  x3do:DEF 'Bell' ;
  x3do:url '"Bell.x3d" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Bell.x3d" "Bell.wrl" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Bell.wrl"' .
:Bell2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TOWER ;
  x3do:hasChildren :Bell-USE-1 ;
  x3do:DEF 'Bell2' ;
  x3do:scale ( 0.84 0.84 0.84 ) ;
  x3do:translation ( -2.42 5.6 0.2 ) .
:Bell-USE-1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Bell2 ;
  owl:sameAs :Bell . # DEF matching this USE
:MuroAAx1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_12_1 ;
  x3do:DEF 'MuroAAx1' ;
  x3do:translation ( -0.25 3 0.675 ) .
:Shape_2_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx1 ;
  x3do:hasGeometry :IndexedFaceSet_2_12_1_1 ;
  x3do:hasAppearance :Appearance_2_12_1_2 .
:IndexedFaceSet_2_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:hasCoord :Coordinate_2_12_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_12_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_12_1_1 ;
  x3do:point ( 0 0 0 1 0 0 1 1.69 0 0 1.69 0 ) .
:Appearance_2_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:hasMaterial :SandStone_Out-USE-59 .
:SandStone_Out-USE-59 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_13_1 ;
  x3do:DEF 'MuroAAx2' ;
  x3do:translation ( -1.62 4 0.675 ) .
:Shape_2_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx2 ;
  x3do:hasGeometry :IndexedFaceSet_2_13_1_1 ;
  x3do:hasAppearance :Appearance_2_13_1_2 .
:IndexedFaceSet_2_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_13_1 ;
  x3do:hasCoord :Coordinate_2_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_13_1_1 ;
  x3do:point ( 0 0 0 0.45 0 0 0.45 1 0 0 1 0 ) .
:Appearance_2_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1 ;
  x3do:hasMaterial :SandStone_Out-USE-60 .
:SandStone_Out-USE-60 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_13_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_14_1 ;
  x3do:DEF 'MuroAAx3' ;
  x3do:translation ( -3.27 4 0.675 ) .
:Shape_2_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx3 ;
  x3do:hasGeometry :IndexedFaceSet_2_14_1_1 ;
  x3do:hasAppearance :Appearance_2_14_1_2 .
:IndexedFaceSet_2_14_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:hasCoord :Coordinate_2_14_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_14_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_14_1_1 ;
  x3do:point ( 0 0 0 0.7 0 0 0.7 1 0 0 1 0 ) .
:Appearance_2_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:hasMaterial :SandStone_Out-USE-61 .
:SandStone_Out-USE-61 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_14_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_15_1 ;
  x3do:DEF 'MuroAAx4' ;
  x3do:translation ( -2.6 7.25 0.675 ) .
:Shape_2_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx4 ;
  x3do:hasGeometry :IndexedFaceSet_2_15_1_1 ;
  x3do:hasAppearance :Appearance_2_15_1_2 .
:IndexedFaceSet_2_15_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_15_1 ;
  x3do:hasCoord :Coordinate_2_15_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_15_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_15_1_1 ;
  x3do:point ( 0 -0.1 0 0.065 -0.1 0 0.065 1.1 0 0 1.1 0 ) .
:Appearance_2_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_15_1 ;
  x3do:hasMaterial :SandStone_Out-USE-62 .
:SandStone_Out-USE-62 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_15_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_16_1 ;
  x3do:DEF 'MuroAAx5' ;
  x3do:translation ( -1.2 7.25 0.675 ) .
:Shape_2_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx5 ;
  x3do:hasGeometry :IndexedFaceSet_2_16_1_1 ;
  x3do:hasAppearance :Appearance_2_16_1_2 .
:IndexedFaceSet_2_16_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_16_1 ;
  x3do:hasCoord :Coordinate_2_16_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_16_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_16_1_1 ;
  x3do:point ( 0 -0.1 0 0.065 -0.1 0 0.065 1.1 0 0 1.1 0 ) .
:Appearance_2_16_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_16_1 ;
  x3do:hasMaterial :SandStone_Out-USE-63 .
:SandStone_Out-USE-63 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_16_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_17_1 ;
  x3do:DEF 'MuroAAx6' ;
  x3do:translation ( 7.4 -2.2 0.675 ) .
:Shape_2_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx6 ;
  x3do:hasGeometry :IndexedFaceSet_2_17_1_1 ;
  x3do:hasAppearance :Appearance_2_17_1_2 .
:IndexedFaceSet_2_17_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_17_1 ;
  x3do:hasCoord :Coordinate_2_17_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_17_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_17_1_1 ;
  x3do:point ( 0 0 0 0.2 0 0 0.2 5 0 0 5 0 ) .
:Appearance_2_17_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_17_1 ;
  x3do:hasMaterial :SandStone_Out-USE-64 .
:SandStone_Out-USE-64 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_17_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_18_1 ;
  x3do:DEF 'MuroAAx7' ;
  x3do:translation ( -2.7 7.5 0.675 ) .
:Shape_2_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx7 ;
  x3do:hasGeometry :IndexedFaceSet_2_18_1_1 ;
  x3do:hasAppearance :Appearance_2_18_1_2 .
:IndexedFaceSet_2_18_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_18_1 ;
  x3do:hasCoord :Coordinate_2_18_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_18_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_18_1_1 ;
  x3do:point ( 0 0 0 3 0 0 3 0.8 0 0 0.8 0 ) .
:Appearance_2_18_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_18_1 ;
  x3do:hasMaterial :SandStone_Out-USE-65 .
:SandStone_Out-USE-65 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_18_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_19_1 ;
  x3do:DEF 'MuroAAx8' ;
  x3do:translation ( 4.45 0.85 0.675 ) .
:Shape_2_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx8 ;
  x3do:hasGeometry :IndexedFaceSet_2_19_1_1 ;
  x3do:hasAppearance :Appearance_2_19_1_2 .
:IndexedFaceSet_2_19_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_19_1 ;
  x3do:hasCoord :Coordinate_2_19_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_19_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_19_1_1 ;
  x3do:point ( 0 0 0 0.2 0 0 0.2 3 0 0 3 0 ) .
:Appearance_2_19_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1 ;
  x3do:hasMaterial :SandStone_Out-USE-66 .
:SandStone_Out-USE-66 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_19_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx8b a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_20_1 ;
  x3do:DEF 'MuroAAx8b' ;
  x3do:translation ( 7.15 2 0.675 ) .
:Shape_2_20_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx8b ;
  x3do:hasGeometry :IndexedFaceSet_2_20_1_1 ;
  x3do:hasAppearance :Appearance_2_20_1_2 .
:IndexedFaceSet_2_20_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_20_1 ;
  x3do:hasCoord :Coordinate_2_20_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_20_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_20_1_1 ;
  x3do:point ( 0 0 0 3.5 0 0 3.5 0.2 0 0 0.2 0 ) .
:Appearance_2_20_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_20_1 ;
  x3do:hasMaterial :SandStone_Out-USE-67 .
:SandStone_Out-USE-67 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_20_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx9o a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_21_1 ;
  x3do:DEF 'MuroAAx9o' ;
  x3do:translation ( 3.5 -2 0.675 ) .
:Shape_2_21_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx9o ;
  x3do:hasGeometry :IndexedFaceSet_2_21_1_1 ;
  x3do:hasAppearance :Appearance_2_21_1_2 .
:IndexedFaceSet_2_21_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_21_1 ;
  x3do:hasCoord :Coordinate_2_21_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_21_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_21_1_1 ;
  x3do:point ( 0 0 0 0.2 0 0 0.2 5 0 0 5 0 ) .
:Appearance_2_21_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_21_1 ;
  x3do:hasMaterial :SandStone_Out-USE-68 .
:SandStone_Out-USE-68 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_21_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAx9o2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_22_1 ;
  x3do:DEF 'MuroAAx9o2' ;
  x3do:translation ( 6.85 0.65 0.675 ) .
:Shape_2_22_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx9o2 ;
  x3do:hasGeometry :IndexedFaceSet_2_22_1_1 ;
  x3do:hasAppearance :Appearance_2_22_1_2 .
:IndexedFaceSet_2_22_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_22_1 ;
  x3do:hasCoord :Coordinate_2_22_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_22_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_22_1_1 ;
  x3do:point ( 0 0 0 0.07 0 0 0.07 2.3 0 0 2.3 0 ) .
:Appearance_2_22_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_22_1 ;
  x3do:hasMaterial :SandStone_Out-USE-69 .
:SandStone_Out-USE-69 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_22_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataSx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :switch, :FacciataSXintOrizzontale, :FacciataSXestDIETRO, :FacciataDXestDIETRO ;
  x3do:DEF 'FacciataSx' ;
  x3do:translation ( -3.29 -2.134 0.67 ) .
:switch a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :FacciataSx ;
  x3do:hasChildren :leftFacade, :CoordinateSystem ;
  x3do:DEF 'switch' ;
  x3do:whichChoice 0 .
:leftFacade a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :switch ;
  x3do:hasChildren :touch1z, :FacciataSXest, :FacciataSXint ;
  x3do:DEF 'leftFacade' .
:touch1z a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :leftFacade ;
  x3do:DEF 'touch1z' ;
  x3do:description 'Click here to view the center of the coordinate system' .
:FacciataSXest a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :leftFacade ;
  x3do:hasGeometry :IndexedFaceSet_2_23_1_1_2_1 ;
  x3do:hasAppearance :Appearance_2_23_1_1_2_2 ;
  x3do:DEF 'FacciataSXest' .
:IndexedFaceSet_2_23_1_1_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :FacciataSXest ;
  x3do:hasCoord :Coordinate_2_23_1_1_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 6 11 5 -1 0 20 13 12 15 14 21 5 -1 20 21 4 24 25 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_23_1_1_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_23_1_1_2_1 ;
  x3do:point ( 0 0 0 7.73 0 0 7.73 6.83 0 4.07 6.83 0 4.07 6.842 0 0 6.842 0 0 0 -1.34 7.73 0 -1.34 7.73 6.83 -1.34 4.07 6.83 -1.34 4.07 6.842 -1.34 0 6.842 -1.34 1.603 4.27 0 2.461 4.27 0 2.461 5.233 0 1.603 5.233 0 1.603 4.27 -1.34 2.461 4.27 -1.34 2.461 5.233 -1.34 1.603 5.233 -1.34 2.461 0 0 2.461 6.842 0 2.461 0 -1.34 2.461 6.842 -1.34 4.07 5.52 0 7.73 5.52 0 ) .
:Appearance_2_23_1_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :FacciataSXest ;
  x3do:hasMaterial :SandStone_Out-USE-70 .
:SandStone_Out-USE-70 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_1_1_2_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataSXint a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :leftFacade ;
  x3do:hasGeometry :IndexedFaceSet_2_23_1_1_3_1 ;
  x3do:hasAppearance :Appearance_2_23_1_1_3_2 ;
  x3do:DEF 'FacciataSXint' .
:IndexedFaceSet_2_23_1_1_3_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :FacciataSXint ;
  x3do:hasCoord :Coordinate_2_23_1_1_3_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 6 22 17 16 19 18 23 11 -1 22 23 29 30 10 26 28 27 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_23_1_1_3_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_23_1_1_3_1 ;
  x3do:point ( 0 0 0 7.3 0 0 7.3 6.83 0 4.07 6.83 0 4.07 6.44 0 0 6.44 0 0 0 -1.34 6.94 0 -1.34 6.94 6.83 -1.34 4.07 6.83 -1.34 4.07 5.45 -1.34 0 6.44 -1.34 1.603 4.27 0 2.461 4.27 0 2.461 5.233 0 1.603 5.233 0 1.603 4.27 -1.34 2.461 4.27 -1.34 2.461 5.233 -1.34 1.603 5.233 -1.34 2.461 0 0 2.461 6.44 0 2.461 0 -1.34 2.461 6.44 -1.34 4.07 5.52 0 7.3 5.52 0 4.07 5.52 -1.34 6.94 4 -1.34 4.07 4 -1.34 2.861 6.44 -1.34 2.861 6.34 -1.34 ) .
:Appearance_2_23_1_1_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :FacciataSXint ;
  x3do:hasMaterial :White-USE-28 .
:White-USE-28 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_1_1_3_2 ;
  owl:sameAs :White . # DEF matching this USE
:CoordinateSystem a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :switch ;
  x3do:hasChildren :FacciataSX ;
  x3do:DEF 'CoordinateSystem' .
:FacciataSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CoordinateSystem ;
  x3do:hasChildren :CenterOfCoordinateSystem, :CoordinateAxes ;
  x3do:DEF 'FacciataSX' ;
  x3do:translation ( 3.29 2.134 -0.67 ) .
:CenterOfCoordinateSystem a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataSX ;
  x3do:hasGeometry :Sphere_2_23_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_23_1_2_1_1_2 ;
  x3do:DEF 'CenterOfCoordinateSystem' .
:Sphere_2_23_1_2_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :CenterOfCoordinateSystem ;
  x3do:radius 0.08 .
:Appearance_2_23_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :CenterOfCoordinateSystem ;
  x3do:hasMaterial :Material_2_23_1_2_1_1_2_1 .
:Material_2_23_1_2_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_1_2_1_1_2 ;
  x3do:diffuseColor ( 1 1 0 ) .
:CoordinateAxes a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :FacciataSX ;
  x3do:DEF 'CoordinateAxes' ;
  x3do:url '"../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "../../../Savage/Tools/Authoring/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.x3d" "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "../../../Savage/Tools/Authoring/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://savage.nps.edu/Savage/Tools/Authoring/CoordinateAxes.wrl"' .
:FacciataSXintOrizzontale a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataSx ;
  x3do:hasGeometry :IndexedFaceSet_2_23_2_1 ;
  x3do:hasAppearance :Appearance_2_23_2_2 ;
  x3do:DEF 'FacciataSXintOrizzontale' .
:IndexedFaceSet_2_23_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :FacciataSXintOrizzontale ;
  x3do:hasCoord :Coordinate_2_23_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 4 10 11 5 -1 10 11 26 27 -1 ) ;
  x3do:solid false .
:Coordinate_2_23_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_23_2_1 ;
  x3do:point ( 0 0 0 7.3 0 0 7.3 6.83 0 4.07 6.83 0 4.07 6.842 0 0 6.842 0 0 0 -1.01 7.3 0 -1.01 7.3 6.83 -1.01 4.07 6.83 -1.01 4.07 6.842 -1.01 0 6.842 -1.01 1.603 4.27 0 2.461 4.27 0 2.461 5.233 0 1.603 5.233 0 1.603 4.27 -1.01 2.461 4.27 -1.01 2.461 5.233 -1.01 1.603 5.233 -1.01 2.461 0 0 2.461 6.842 0 2.461 0 -1.01 2.461 6.842 -1.01 4.07 5.52 0 7.3 5.52 0 0 6.342 -1.01 4.07 6.342 -1.01 ) .
:Appearance_2_23_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :FacciataSXintOrizzontale ;
  x3do:hasMaterial :SandStone_Out-USE-71 .
:SandStone_Out-USE-71 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_2_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataSXestDIETRO a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FacciataSx ;
  x3do:hasChildren :Shape_2_23_3_1 ;
  x3do:DEF 'FacciataSXestDIETRO' ;
  x3do:translation ( 0 0 -0.1 ) .
:Shape_2_23_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataSXestDIETRO ;
  x3do:hasGeometry :IndexedFaceSet_2_23_3_1_1 ;
  x3do:hasAppearance :Appearance_2_23_3_1_2 .
:IndexedFaceSet_2_23_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_23_3_1 ;
  x3do:hasCoord :Coordinate_2_23_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 2 25 24 -1 25 24 26 27 -1 3 24 26 28 -1 ) ;
  x3do:solid false .
:Coordinate_2_23_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_23_3_1_1 ;
  x3do:point ( 0 0 0 7.3 0 0 8.075 7.73 0 4.07 7.73 0 4.07 6.43 0 0 6.43 0 0 0 -1.34 7.3 0 -1.34 7.3 7.73 -1.34 4.07 7.73 -1.34 4.07 6.43 -1.34 0 6.43 -1.34 1.603 4.27 0 2.461 4.27 0 2.461 5.233 0 1.603 5.233 0 1.603 4.27 -1.34 2.461 4.27 -1.34 2.461 5.233 -1.34 1.603 5.233 -1.34 2.461 0 0 2.461 6.43 0 2.461 0 -1.34 2.461 6.43 -1.34 4.07 5.52 0 8.075 5.52 0 4.07 5.52 0.1 8 5.52 0.1 4.07 7.73 0.1 ) .
:Appearance_2_23_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_23_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-72 .
:SandStone_Out-USE-72 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataDXestDIETRO a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FacciataSx ;
  x3do:hasChildren :Shape_2_23_4_1 ;
  x3do:DEF 'FacciataDXestDIETRO' ;
  x3do:translation ( 6.67 0 -0.1 ) .
:Shape_2_23_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataDXestDIETRO ;
  x3do:hasGeometry :IndexedFaceSet_2_23_4_1_1 ;
  x3do:hasAppearance :Appearance_2_23_4_1_2 .
:IndexedFaceSet_2_23_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_23_4_1 ;
  x3do:hasCoord :Coordinate_2_23_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 2 25 24 -1 25 24 26 27 -1 2 28 29 25 -1 28 29 30 31 -1 ) ;
  x3do:solid false .
:Coordinate_2_23_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_23_4_1_1 ;
  x3do:point ( 0 0 0 7.3 0 0 7.3 7.73 0 3.28 7.73 0 4.07 6.43 0 0 6.43 0 0 0 -1.34 7.3 0 -1.34 7.3 7.73 -1.34 4.07 7.73 -1.34 4.07 6.43 -1.34 0 6.43 -1.34 1.603 4.27 0 2.461 4.27 0 2.461 5.233 0 1.603 5.233 0 1.603 4.27 -1.34 2.461 4.27 -1.34 2.461 5.233 -1.34 1.603 5.233 -1.34 2.461 0 0 2.461 6.43 0 2.461 0 -1.34 2.461 6.43 -1.34 3.28 5.52 0 7.3 5.52 0 3.355 5.52 0.1 7.3 5.52 0.1 7.3 7.73 -0.58 7.3 5.52 -0.58 5.3 5.52 -0.62 5.3 7.73 -0.62 ) .
:Appearance_2_23_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_23_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-73 .
:SandStone_Out-USE-73 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataDX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_24_1 ;
  x3do:DEF 'FacciataDX' ;
  x3do:translation ( 9.1 0.015 -0.008 ) .
:Shape_2_24_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataDX ;
  x3do:hasGeometry :Box_2_24_1_1 ;
  x3do:hasAppearance :Appearance_2_24_1_2 .
:Box_2_24_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_24_1 ;
  x3do:size ( 3.18 4.32 1.357 ) .
:Appearance_2_24_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_24_1 ;
  x3do:hasMaterial :SandStone_Out-USE-74 .
:SandStone_Out-USE-74 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_24_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataDXperInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_25_1 ;
  x3do:DEF 'FacciataDXperInt' ;
  x3do:translation ( 9.1 0.015 -0.038 ) .
:Shape_2_25_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataDXperInt ;
  x3do:hasGeometry :Box_2_25_1_1 ;
  x3do:hasAppearance :Appearance_2_25_1_2 .
:Box_2_25_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_25_1 ;
  x3do:size ( 3.1 4.32 1.357 ) .
:Appearance_2_25_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_25_1 ;
  x3do:hasMaterial :White-USE-29 .
:White-USE-29 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_25_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:FacciataSopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_26_1 ;
  x3do:DEF 'FacciataSopra' ;
  x3do:translation ( 7 5 0.57 ) .
:Shape_2_26_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataSopra ;
  x3do:hasGeometry :IndexedFaceSet_2_26_1_1 ;
  x3do:hasAppearance :Appearance_2_26_1_2 .
:IndexedFaceSet_2_26_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_26_1 ;
  x3do:hasCoord :Coordinate_2_26_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_26_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_26_1_1 ;
  x3do:point ( -5 0 0 3 0 0 1.7 1 0 1.5 1.5 0 0.27 3.65 0 -2.8 3.65 0 -3.9 2 0 -4.1 1.2 0 -5 0.7 0 ) .
:Appearance_2_26_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_26_1 ;
  x3do:hasMaterial :SandStone_Out-USE-75 .
:SandStone_Out-USE-75 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_26_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:FacciataSopraDietro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_27_1 ;
  x3do:DEF 'FacciataSopraDietro' ;
  x3do:translation ( 7 5 -0.09 ) .
:Shape_2_27_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FacciataSopraDietro ;
  x3do:hasGeometry :IndexedFaceSet_2_27_1_1 ;
  x3do:hasAppearance :Appearance_2_27_1_2 .
:IndexedFaceSet_2_27_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_27_1 ;
  x3do:hasCoord :Coordinate_2_27_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_27_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_27_1_1 ;
  x3do:point ( -5 0 0 3 0 0 1.7 1 0 1.5 1.5 0 0.27 3.65 0 -2.8 3.65 0 -3.9 2 0 -4.1 1.2 0 -5 0.7 0 ) .
:Appearance_2_27_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_27_1 ;
  x3do:hasMaterial :SandStone_Out-USE-76 .
:SandStone_Out-USE-76 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_27_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ArcoIngressoInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_28_1 ;
  x3do:DEF 'ArcoIngressoInt' ;
  x3do:scale ( 1.9 1.9 1 ) ;
  x3do:translation ( 5.72 0.31 -0.09 ) .
:Shape_2_28_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoIngressoInt ;
  x3do:hasGeometry :IndexedFaceSet_2_28_1_1 ;
  x3do:hasAppearance :Appearance_2_28_1_2 .
:IndexedFaceSet_2_28_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_28_1 ;
  x3do:hasCoord :Coordinate_2_28_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 ) ;
  x3do:solid false .
:Coordinate_2_28_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_28_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.76 0.6218712004456791 0.0311325 0.76 0.6195289277144369 0.062265 0.76 0.6156053358230011 0.0933975 0.76 0.6100699153375784 0.12453 0.76 0.6028782701290121 0.1556625 0.76 0.5939702437622613 0.186795 0.76 0.5832672005554145 0.2179275 0.76 0.5706681512928509 0.24906 0.76 0.5560442297549271 0.2801925 0.76 0.5392307176663808 0.311325 0.76 0.520015272077417 0.3424575 0.76 0.49812000000000006 0.37359 0.76 0.47317303441103875 0.4047225 0.76 0.4446610411032206 0.435855 0.76 0.4118442634585919 0.4669875 0.76 0.37359000000000003 0.49812 0.76 0.3280012404606879 0.5292525 0.76 0.2714068427195601 0.560385 0.76 0.19442240018513812 0.5915175 0.76 0.0 0.62265 0.76 -0.0 0.62265 0.76 -0.19442240018513812 0.5915175 0.76 -0.2714068427195601 0.560385 0.76 -0.3280012404606879 0.5292525 0.76 -0.37359000000000003 0.49812 0.76 -0.4118442634585919 0.4669875 0.76 -0.4446610411032206 0.435855 0.76 -0.47317303441103875 0.4047225 0.76 -0.49812000000000006 0.37359 0.76 -0.520015272077417 0.3424575 0.76 -0.5392307176663808 0.311325 0.76 -0.5560442297549271 0.2801925 0.76 -0.5706681512928509 0.24906 0.76 -0.5832672005554145 0.2179275 0.76 -0.5939702437622613 0.186795 0.76 -0.6028782701290121 0.1556625 0.76 -0.6100699153375784 0.12453 0.76 -0.6156053358230011 0.0933975 0.76 -0.6195289277144369 0.062265 0.76 -0.6218712004456791 0.0311325 0.76 -0.62265 0.0 0.76 -0.62265 0 0 -0.62265 0 0 -0.62265 1.32 0 0.62265 1.32 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.76 -0.62265 0 0.76 -0.62265 1.3 0.76 0.62265 1.3 0.76 0.62265 0 0.76 0.62265 0 0.76 ) .
:Appearance_2_28_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_28_1 ;
  x3do:hasMaterial :White-USE-30 .
:White-USE-30 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_28_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoIngressoEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_29_1 ;
  x3do:DEF 'ArcoIngressoEst' ;
  x3do:scale ( 1.9 1.9 1 ) ;
  x3do:translation ( 5.72 0.31 -0.09 ) .
:Shape_2_29_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoIngressoEst ;
  x3do:hasGeometry :IndexedFaceSet_2_29_1_1 ;
  x3do:hasAppearance :Appearance_2_29_1_2 .
:IndexedFaceSet_2_29_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_29_1 ;
  x3do:hasCoord :Coordinate_2_29_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_29_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_29_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.76 0.6218712004456791 0.0311325 0.76 0.6195289277144369 0.062265 0.76 0.6156053358230011 0.0933975 0.76 0.6100699153375784 0.12453 0.76 0.6028782701290121 0.1556625 0.76 0.5939702437622613 0.186795 0.76 0.5832672005554145 0.2179275 0.76 0.5706681512928509 0.24906 0.76 0.5560442297549271 0.2801925 0.76 0.5392307176663808 0.311325 0.76 0.520015272077417 0.3424575 0.76 0.49812000000000006 0.37359 0.76 0.47317303441103875 0.4047225 0.76 0.4446610411032206 0.435855 0.76 0.4118442634585919 0.4669875 0.76 0.37359000000000003 0.49812 0.76 0.3280012404606879 0.5292525 0.76 0.2714068427195601 0.560385 0.76 0.19442240018513812 0.5915175 0.76 0.0 0.62265 0.76 -0.0 0.62265 0.76 -0.19442240018513812 0.5915175 0.76 -0.2714068427195601 0.560385 0.76 -0.3280012404606879 0.5292525 0.76 -0.37359000000000003 0.49812 0.76 -0.4118442634585919 0.4669875 0.76 -0.4446610411032206 0.435855 0.76 -0.47317303441103875 0.4047225 0.76 -0.49812000000000006 0.37359 0.76 -0.520015272077417 0.3424575 0.76 -0.5392307176663808 0.311325 0.76 -0.5560442297549271 0.2801925 0.76 -0.5706681512928509 0.24906 0.76 -0.5832672005554145 0.2179275 0.76 -0.5939702437622613 0.186795 0.76 -0.6028782701290121 0.1556625 0.76 -0.6100699153375784 0.12453 0.76 -0.6156053358230011 0.0933975 0.76 -0.6195289277144369 0.062265 0.76 -0.6218712004456791 0.0311325 0.76 -0.62265 0.0 0.76 -0.62265 0 0 -0.62265 0 0 -0.62265 1.32 0 0.62265 1.32 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.76 -0.62265 0 0.76 -0.62265 1.3 0.76 0.62265 1.3 0.76 0.62265 0 0.76 0.62265 0 0.76 ) .
:Appearance_2_29_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_29_1 ;
  x3do:hasMaterial :SandStone_Out-USE-77 .
:SandStone_Out-USE-77 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_29_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Controfacciatadx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_30_1 ;
  x3do:DEF 'Controfacciatadx' ;
  x3do:translation ( 6.707 1.31 -0.084 ) .
:Shape_2_30_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Controfacciatadx ;
  x3do:hasGeometry :IndexedFaceSet_2_30_1_1 ;
  x3do:hasAppearance :Appearance_2_30_1_2 .
:IndexedFaceSet_2_30_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_30_1 ;
  x3do:hasCoord :Coordinate_2_30_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_30_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_30_1_1 ;
  x3do:point ( 0 0 0 0 3.8 0 3 3.8 0 3 0 0 ) .
:Appearance_2_30_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_30_1 ;
  x3do:hasMaterial :White-USE-31 .
:White-USE-31 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_30_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Controfacciatasx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_31_1 ;
  x3do:DEF 'Controfacciatasx' ;
  x3do:translation ( 1.737 1.31 -0.084 ) .
:Shape_2_31_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Controfacciatasx ;
  x3do:hasGeometry :IndexedFaceSet_2_31_1_1 ;
  x3do:hasAppearance :Appearance_2_31_1_2 .
:IndexedFaceSet_2_31_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_31_1 ;
  x3do:hasCoord :Coordinate_2_31_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_31_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_31_1_1 ;
  x3do:point ( 0 0 0 0 3.7 0 6 3.7 0 6 2.98 0 3.2 2.98 0 3 2.64 0 3 0 0 ) .
:Appearance_2_31_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_31_1 ;
  x3do:hasMaterial :White-USE-32 .
:White-USE-32 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_31_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:FinFacciata a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TerminiFinFacciata, :Cap, :Cap2, :Cap3 ;
  x3do:DEF 'FinFacciata' ;
  x3do:translation ( -2.5 -3.01 1.135 ) .
:TerminiFinFacciata a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinFacciata ;
  x3do:hasChildren :faccestra1, :faccestra12 ;
  x3do:DEF 'TerminiFinFacciata' ;
  x3do:scale ( 1 1 0.34 ) .
:faccestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TerminiFinFacciata ;
  x3do:hasChildren :terminixfaccSOTT, :terminixfaccLAT ;
  x3do:DEF 'faccestra1' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 13 6.01 8 ) .
:terminixfaccSOTT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :faccestra1 ;
  x3do:hasChildren :Shape_2_32_1_1_1_1 ;
  x3do:DEF 'terminixfaccSOTT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.3699 -0.2165 -5.77 ) .
:Shape_2_32_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfaccSOTT ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_1_1_1_2 .
:IndexedFaceSet_2_32_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_32_1_1_1_1 ;
  x3do:hasCoord :Coordinate_2_32_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_1_1_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 1.97 0 1.31 1.97 0 1.31 1.97 -0.149 0.89 1.97 -0.149 ) .
:Appearance_2_32_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_1_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-78 .
:SandStone_Out-USE-78 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminixfaccLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :faccestra1 ;
  x3do:hasChildren :terminexfacc1DX, :terminexfacc2DX ;
  x3do:DEF 'terminixfaccLAT' ;
  x3do:translation ( 9.37 -0.2165 -3.8 ) .
:terminexfacc1DX a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfaccLAT ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_1_2_1_2 ;
  x3do:DEF 'terminexfacc1DX' .
:IndexedFaceSet_2_32_1_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfacc1DX ;
  x3do:hasCoord :Coordinate_2_32_1_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_1_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 1.15 0 1.31 1.15 0 1.31 1.15 -0.149 0.89 1.15 -0.149 ) .
:Appearance_2_32_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfacc1DX ;
  x3do:hasMaterial :SandStone_Out-USE-79 .
:SandStone_Out-USE-79 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfacc2DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfaccLAT ;
  x3do:hasChildren :Shape_2_32_1_1_2_2_1 ;
  x3do:DEF 'terminexfacc2DX' ;
  x3do:translation ( 0 0 -1.97 ) .
:Shape_2_32_1_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfacc2DX ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_1_2_2_1_2 .
:IndexedFaceSet_2_32_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_32_1_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_32_1_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_1_2_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 1.15 0 1.31 1.15 0 1.31 1.15 0.149 0.89 1.15 0.149 ) .
:Appearance_2_32_1_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_1_1_2_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-80 .
:SandStone_Out-USE-80 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_1_2_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:faccestra12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TerminiFinFacciata ;
  x3do:hasChildren :terminixfaccSOTT2, :terminixfaccLAT2 ;
  x3do:DEF 'faccestra12' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 13 6.011 5.811 ) .
:terminixfaccSOTT2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :faccestra12 ;
  x3do:hasChildren :Shape_2_32_1_2_1_1 ;
  x3do:DEF 'terminixfaccSOTT2' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.3699 -0.2165 -5.77 ) .
:Shape_2_32_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfaccSOTT2 ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_2_1_1_2 .
:IndexedFaceSet_2_32_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_32_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_32_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 1.97 0 -1.31 1.97 0 -1.31 1.97 -0.149 -0.89 1.97 -0.149 ) .
:Appearance_2_32_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_1_2_1_1 ;
  x3do:hasMaterial :White-USE-33 .
:White-USE-33 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminixfaccLAT2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :faccestra12 ;
  x3do:hasChildren :terminexfacc1DX2, :terminexfacc2DX2 ;
  x3do:DEF 'terminixfaccLAT2' ;
  x3do:translation ( 9.37 -0.2165 -3.8 ) .
:terminexfacc1DX2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfaccLAT2 ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_2_2_1_2 ;
  x3do:DEF 'terminexfacc1DX2' .
:IndexedFaceSet_2_32_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfacc1DX2 ;
  x3do:hasCoord :Coordinate_2_32_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 1.15 0 -1.31 1.15 0 -1.31 1.15 -0.149 -0.89 1.15 -0.149 ) .
:Appearance_2_32_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfacc1DX2 ;
  x3do:hasMaterial :White-USE-34 .
:White-USE-34 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexfacc2DX2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfaccLAT2 ;
  x3do:hasChildren :Shape_2_32_1_2_2_2_1 ;
  x3do:DEF 'terminexfacc2DX2' ;
  x3do:translation ( 0 0 -1.97 ) .
:Shape_2_32_1_2_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfacc2DX2 ;
  x3do:hasGeometry :IndexedFaceSet_2_32_1_2_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_32_1_2_2_2_1_2 .
:IndexedFaceSet_2_32_1_2_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_32_1_2_2_2_1 ;
  x3do:hasCoord :Coordinate_2_32_1_2_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_1_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_1_2_2_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 1.15 0 -1.31 1.15 0 -1.31 1.15 0.149 -0.89 1.15 0.149 ) .
:Appearance_2_32_1_2_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_1_2_2_2_1 ;
  x3do:hasMaterial :White-USE-35 .
:White-USE-35 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_1_2_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Cap a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinFacciata ;
  x3do:hasChildren :Transform_2_32_2_1 ;
  x3do:DEF 'Cap' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:scale ( 1.34 1 0.5 ) ;
  x3do:translation ( 8.225 6.93 -0.765 ) .
:Transform_2_32_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Cap ;
  x3do:hasChildren :Shape_2_32_2_1_1 ;
  x3do:rotation ( 0 0 1 3.14 ) .
:Shape_2_32_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_32_2_1 ;
  x3do:hasGeometry :Extrusion_2_32_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_32_2_1_1_2 .
:Extrusion_2_32_2_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_32_2_1_1 ;
  x3do:beginCap false ;
  x3do:convex false ;
  x3do:crossSection ( 0.6226500273 0 0.6218711734 0.0311325006 0.6195289493 0.0622650012 0.6156053543 0.0933974981 0.6100699306 0.1245300025 0.6028782725 0.1556625068 0.5939702392 0.1867949963 0.5832672119 0.2179275006 0.5706681609 0.2490600049 0.5560442209 0.2801924944 0.5392307043 0.3113250136 0.5200152993 0.3424575031 0.4981200099 0.3735899925 0.4731730223 0.4047225118 0.444661051 0.4358550012 0.4118442535 0.4669874907 0.3735899925 0.4981200099 0.328001231 0.5292525291 0.2714068294 0.5603849888 0.194422394 0.591517508 0 0.6226500273 -0 0.6226500273 -0.194422394 0.591517508 -0.2714068294 0.5603849888 -0.328001231 0.5292525291 -0.3735899925 0.4981200099 -0.4118442535 0.4669874907 -0.444661051 0.4358550012 -0.4731730223 0.4047225118 -0.4981200099 0.3735899925 -0.5200152993 0.3424575031 -0.5392307043 0.3113250136 -0.5560442209 0.2801924944 -0.5706681609 0.2490600049 -0.5832672119 0.2179275006 -0.5939702392 0.1867949963 -0.6028782725 0.1556625068 -0.6100699306 0.1245300025 -0.6156053543 0.0933974981 -0.6195289493 0.0622650012 -0.6218711734 0.0311325006 -0.6226500273 0 -0.6226500273 2.7 0.6226500273 2.7 ) ;
  x3do:scale ( 1 1 1.18 1.18 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.3 0 ) .
:Appearance_2_32_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_2_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-81 .
:SandStone_Out-USE-81 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_2_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Cap2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinFacciata ;
  x3do:hasChildren :Shape_2_32_3_1 ;
  x3do:DEF 'Cap2' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:scale ( 1.34 1 0.5 ) ;
  x3do:translation ( 8.225 6.93 -0.915 ) .
:Shape_2_32_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Cap2 ;
  x3do:hasGeometry :Extrusion_2_32_3_1_1 ;
  x3do:hasAppearance :Appearance_2_32_3_1_2 .
:Extrusion_2_32_3_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_32_3_1 ;
  x3do:beginCap false ;
  x3do:convex false ;
  x3do:crossSection ( 0.6226500273 0 0.6218711734 0.0311325006 0.6195289493 0.0622650012 0.6156053543 0.0933974981 0.6100699306 0.1245300025 0.6028782725 0.1556625068 0.5939702392 0.1867949963 0.5832672119 0.2179275006 0.5706681609 0.2490600049 0.5560442209 0.2801924944 0.5392307043 0.3113250136 0.5200152993 0.3424575031 0.4981200099 0.3735899925 0.4731730223 0.4047225118 0.444661051 0.4358550012 0.4118442535 0.4669874907 0.3735899925 0.4981200099 0.328001231 0.5292525291 0.2714068294 0.5603849888 0.194422394 0.591517508 0 0.6226500273 -0 0.6226500273 -0.194422394 0.591517508 -0.2714068294 0.5603849888 -0.328001231 0.5292525291 -0.3735899925 0.4981200099 -0.4118442535 0.4669874907 -0.444661051 0.4358550012 -0.4731730223 0.4047225118 -0.4981200099 0.3735899925 -0.5200152993 0.3424575031 -0.5392307043 0.3113250136 -0.5560442209 0.2801924944 -0.5706681609 0.2490600049 -0.5832672119 0.2179275006 -0.5939702392 0.1867949963 -0.6028782725 0.1556625068 -0.6100699306 0.1245300025 -0.6156053543 0.0933974981 -0.6195289493 0.0622650012 -0.6218711734 0.0311325006 -0.6226500273 0 -0.6226500273 2.7 0.6226500273 2.7 ) ;
  x3do:scale ( 1 1 1.18 1.18 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.3 0 ) .
:Appearance_2_32_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_3_1 ;
  x3do:hasMaterial :White-USE-36 .
:White-USE-36 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Cap3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinFacciata ;
  x3do:hasChildren :Shape_2_32_4_1 ;
  x3do:DEF 'Cap3' ;
  x3do:scale ( 1.34 0.5 0.84 ) ;
  x3do:translation ( 8.225 6.93 -0.913 ) .
:Shape_2_32_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Cap3 ;
  x3do:hasGeometry :IndexedFaceSet_2_32_4_1_1 ;
  x3do:hasAppearance :Appearance_2_32_4_1_2 .
:IndexedFaceSet_2_32_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_32_4_1 ;
  x3do:hasCoord :Coordinate_2_32_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_32_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_32_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.18 0.6218712004456791 0.0311325 0.18 0.6195289277144369 0.062265 0.18 0.6156053358230011 0.0933975 0.18 0.6100699153375784 0.12453 0.18 0.6028782701290121 0.1556625 0.18 0.5939702437622613 0.186795 0.18 0.5832672005554145 0.2179275 0.18 0.5706681512928509 0.24906 0.18 0.5560442297549271 0.2801925 0.18 0.5392307176663808 0.311325 0.18 0.520015272077417 0.3424575 0.18 0.49812000000000006 0.37359 0.18 0.47317303441103875 0.4047225 0.18 0.4446610411032206 0.435855 0.18 0.4118442634585919 0.4669875 0.18 0.37359000000000003 0.49812 0.18 0.3280012404606879 0.5292525 0.18 0.2714068427195601 0.560385 0.18 0.19442240018513812 0.5915175 0.18 0.0 0.62265 0.18 -0.0 0.62265 0.18 -0.19442240018513812 0.5915175 0.18 -0.2714068427195601 0.560385 0.18 -0.3280012404606879 0.5292525 0.18 -0.37359000000000003 0.49812 0.18 -0.4118442634585919 0.4669875 0.18 -0.4446610411032206 0.435855 0.18 -0.47317303441103875 0.4047225 0.18 -0.49812000000000006 0.37359 0.18 -0.520015272077417 0.3424575 0.18 -0.5392307176663808 0.311325 0.18 -0.5560442297549271 0.2801925 0.18 -0.5706681512928509 0.24906 0.18 -0.5832672005554145 0.2179275 0.18 -0.5939702437622613 0.186795 0.18 -0.6028782701290121 0.1556625 0.18 -0.6100699153375784 0.12453 0.18 -0.6156053358230011 0.0933975 0.18 -0.6195289277144369 0.062265 0.18 -0.6218712004456791 0.0311325 0.18 -0.62265 0.0 0.18 -0.62265 0 0 -0.62265 0 0 -0.62265 1.56 0 0.62265 1.56 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.18 -0.62265 0 0.18 -0.62265 1.56 0.18 0.62265 1.56 0.18 0.62265 0 0.18 0.62265 0 0.18 ) .
:Appearance_2_32_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_32_4_1 ;
  x3do:hasMaterial :White-USE-37 .
:White-USE-37 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_32_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Cornicione a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :cornicione1, :cornicione1Picc, :cornicione2, :cornicione2Picc ;
  x3do:DEF 'Cornicione' ;
  x3do:scale ( 1.2 1.2 2.6 ) ;
  x3do:translation ( 6.2 5.45 -0.091 ) .
:cornicione1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Cornicione ;
  x3do:hasChildren :n1, :n1bis, :box1, :cil, :n2, :n2bis ;
  x3do:DEF 'cornicione1' ;
  x3do:translation ( -0.3 0 0 ) .
:n1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_1_1 ;
  x3do:DEF 'n1' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.55 1.3 0 ) .
:Shape_2_33_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1 ;
  x3do:hasGeometry :IndexedFaceSet_2_33_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_1_1_2 .
:IndexedFaceSet_2_33_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_1_1_1 ;
  x3do:hasCoord :Coordinate_2_33_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_1_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_1_1 ;
  x3do:hasMaterial :DarkGray-USE-1 .
:DarkGray-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_1_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_2_1 ;
  x3do:DEF 'n1bis' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.35 1.27 0 ) .
:Shape_2_33_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1bis ;
  x3do:hasGeometry :IndexedFaceSet_2_33_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_2_1_2 .
:IndexedFaceSet_2_33_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_1_2_1 ;
  x3do:hasCoord :Coordinate_2_33_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_1_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-82 .
:SandStone_Out-USE-82 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:box1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_3_1 ;
  x3do:DEF 'box1' ;
  x3do:translation ( -2.4 0.8 0.3 ) .
:Shape_2_33_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :box1 ;
  x3do:hasGeometry :IndexedFaceSet_2_33_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_3_1_2 .
:IndexedFaceSet_2_33_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_1_3_1 ;
  x3do:hasCoord :Coordinate_2_33_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 38 37 -1 35 36 73 72 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 -1 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 -1 ) ;
  x3do:creaseAngle 0.1745 ;
  x3do:solid false .
:Coordinate_2_33_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_1_3_1_1 ;
  x3do:point ( -1.8 -0.66 0 -1.05 -0.64 0 -0.9 -0.61 0 -0.6 -0.48 0 -0.315 -0.25 0 -0.16 -0.08 0 -0.07 0.08 0 0 0.355 0 0.09 0.57 0 0.16 0.77 0 0.26 0.97 0 0.37 1.17 0 0.495 1.37 0 0.66 1.57 0 0.86 1.77 0 0.995 1.87 0 1.12 1.94 0 1.19 1.94 0 1.19 1.86 0 0.98 1.67 0 0.781 1.47 0 0.715 1.37 0 0.58 1.17 0 0.52 1.07 0 0.42 0.87 0 0.36 0.76 0 0.164 0.22 0 0.166 0.2 0 0.097 0 0 -0.02 -0.2 0 -0.17 -0.38 0 -0.3 -0.49 0 -0.6 -0.67 0 -0.75 -0.72 0 -0.95 -0.79 0 -1.05 -0.81 0 -1.8 -0.83 0 -1.8 -0.66 -0.30 -1.05 -0.64 -0.30 -0.9 -0.61 -0.30 -0.6 -0.48 -0.30 -0.315 -0.25 -0.30 -0.16 -0.08 -0.30 -0.07 0.08 -0.30 0 0.355 -0.30 0.09 0.57 -0.30 0.16 0.77 -0.30 0.26 0.97 -0.30 0.37 1.17 -0.30 0.495 1.37 -0.30 0.66 1.57 -0.30 0.86 1.77 -0.30 0.995 1.87 -0.30 1.12 1.94 -0.30 1.19 1.94 -0.30 1.19 1.86 -0.30 0.98 1.67 -0.30 0.781 1.47 -0.30 0.715 1.37 -0.30 0.58 1.17 -0.30 0.52 1.07 -0.30 0.42 0.87 -0.30 0.36 0.76 -0.30 0.164 0.22 -0.30 0.166 0.2 -0.30 0.097 0 -0.30 -0.02 -0.2 -0.30 -0.17 -0.38 -0.30 -0.3 -0.49 -0.30 -0.6 -0.67 -0.30 -0.75 -0.72 -0.30 -0.95 -0.79 -0.30 -1.05 -0.81 -0.30 -1.8 -0.83 -0.30 ) .
:Appearance_2_33_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-83 .
:SandStone_Out-USE-83 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:cil a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_4_1 ;
  x3do:DEF 'cil' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -1.13 2.675 0.15 ) .
:Shape_2_33_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cil ;
  x3do:hasGeometry :Cylinder_2_33_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_4_1_2 .
:Cylinder_2_33_1_4_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_33_1_4_1 ;
  x3do:height 0.3 ;
  x3do:radius 0.17 .
:Appearance_2_33_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-84 .
:SandStone_Out-USE-84 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:n2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_5_1 ;
  x3do:DEF 'n2' ;
  x3do:rotation ( 0 0 1 -2.6 ) ;
  x3do:scale ( 1.8 1.45 1 ) ;
  x3do:translation ( -3.45 1.11 0 ) .
:Shape_2_33_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2 ;
  x3do:hasGeometry :IndexedFaceSet_2_33_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_5_1_2 .
:IndexedFaceSet_2_33_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_1_5_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_1_5_1_1 ;
  x3do:DEF 'CoordinatePointArrayLarge' ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 1 0 0.62265 1 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 1 0.30 0.62265 1 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_5_1 ;
  x3do:hasMaterial :DarkGray-USE-2 .
:DarkGray-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_5_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1 ;
  x3do:hasChildren :Shape_2_33_1_6_1 ;
  x3do:DEF 'n2bis' ;
  x3do:rotation ( 0 0 1 -2.7 ) ;
  x3do:scale ( 1.9 1.4 1 ) ;
  x3do:translation ( -3.36 0.92 0 ) .
:Shape_2_33_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2bis ;
  x3do:hasGeometry :IndexedFaceSet_2_33_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_33_1_6_1_2 .
:IndexedFaceSet_2_33_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_1_6_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-1 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_1_6_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_1_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-85 .
:SandStone_Out-USE-85 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_1_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:cornicione1Picc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Cornicione ;
  x3do:hasChildren :n1p, :n1bisp, :box1p, :n2p, :n2bisp ;
  x3do:DEF 'cornicione1Picc' ;
  x3do:translation ( -0.3 0.05 0.01 ) .
:n1p a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1Picc ;
  x3do:hasChildren :Shape_2_33_2_1_1 ;
  x3do:DEF 'n1p' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.55 1.3 0 ) .
:Shape_2_33_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1p ;
  x3do:hasGeometry :IndexedFaceSet_2_33_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_33_2_1_1_2 .
:IndexedFaceSet_2_33_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_2_1_1 ;
  x3do:hasCoord :Coordinate_2_33_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_2_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_2_1_1 ;
  x3do:hasMaterial :DarkGray-USE-3 .
:DarkGray-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_2_1_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n1bisp a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1Picc ;
  x3do:hasChildren :Shape_2_33_2_2_1 ;
  x3do:DEF 'n1bisp' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.35 1.27 0 ) .
:Shape_2_33_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1bisp ;
  x3do:hasGeometry :IndexedFaceSet_2_33_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_33_2_2_1_2 .
:IndexedFaceSet_2_33_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_2_2_1 ;
  x3do:hasCoord :Coordinate_2_33_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_2_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_2_2_1 ;
  x3do:hasMaterial :DarkGray-USE-4 .
:DarkGray-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_2_2_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:box1p a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1Picc ;
  x3do:hasChildren :Shape_2_33_2_3_1 ;
  x3do:DEF 'box1p' ;
  x3do:translation ( -2.4 0.8 0.3 ) .
:Shape_2_33_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :box1p ;
  x3do:hasGeometry :IndexedFaceSet_2_33_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_33_2_3_1_2 .
:IndexedFaceSet_2_33_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_2_3_1 ;
  x3do:hasCoord :Coordinate_2_33_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 38 37 -1 35 36 73 72 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 -1 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 -1 ) ;
  x3do:creaseAngle 0.1745 ;
  x3do:solid false .
:Coordinate_2_33_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_2_3_1_1 ;
  x3do:point ( -1.8 -0.66 0 -1.05 -0.64 0 -0.9 -0.61 0 -0.6 -0.48 0 -0.315 -0.25 0 -0.16 -0.08 0 -0.07 0.08 0 0 0.355 0 0.09 0.57 0 0.16 0.77 0 0.26 0.97 0 0.37 1.17 0 0.495 1.37 0 0.66 1.57 0 0.86 1.77 0 0.995 1.87 0 1.12 1.94 0 1.19 1.94 0 1.19 1.86 0 0.98 1.67 0 0.781 1.47 0 0.715 1.37 0 0.58 1.17 0 0.52 1.07 0 0.42 0.87 0 0.36 0.76 0 0.164 0.22 0 0.166 0.2 0 0.097 0 0 -0.02 -0.2 0 -0.17 -0.38 0 -0.3 -0.49 0 -0.6 -0.67 0 -0.75 -0.72 0 -0.95 -0.79 0 -1.05 -0.81 0 -1.8 -0.83 0 -1.8 -0.66 -0.30 -1.05 -0.64 -0.30 -0.9 -0.61 -0.30 -0.6 -0.48 -0.30 -0.315 -0.25 -0.30 -0.16 -0.08 -0.30 -0.07 0.08 -0.30 0 0.355 -0.30 0.09 0.57 -0.30 0.16 0.77 -0.30 0.26 0.97 -0.30 0.37 1.17 -0.30 0.495 1.37 -0.30 0.66 1.57 -0.30 0.86 1.77 -0.30 0.995 1.87 -0.30 1.12 1.94 -0.30 1.19 1.94 -0.30 1.19 1.86 -0.30 0.98 1.67 -0.30 0.781 1.47 -0.30 0.715 1.37 -0.30 0.58 1.17 -0.30 0.52 1.07 -0.30 0.42 0.87 -0.30 0.36 0.76 -0.30 0.164 0.22 -0.30 0.166 0.2 -0.30 0.097 0 -0.30 -0.02 -0.2 -0.30 -0.17 -0.38 -0.30 -0.3 -0.49 -0.30 -0.6 -0.67 -0.30 -0.75 -0.72 -0.30 -0.95 -0.79 -0.30 -1.05 -0.81 -0.30 -1.8 -0.83 -0.30 ) .
:Appearance_2_33_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_2_3_1 ;
  x3do:hasMaterial :DarkGray-USE-5 .
:DarkGray-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_2_3_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n2p a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1Picc ;
  x3do:hasChildren :Shape_2_33_2_4_1 ;
  x3do:DEF 'n2p' ;
  x3do:rotation ( 0 0 1 -2.6 ) ;
  x3do:scale ( 1.8 1.45 1 ) ;
  x3do:translation ( -3.45 1.11 0 ) .
:Shape_2_33_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2p ;
  x3do:hasGeometry :IndexedFaceSet_2_33_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_33_2_4_1_2 .
:IndexedFaceSet_2_33_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_2_4_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-2 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_2_4_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_2_4_1 ;
  x3do:hasMaterial :DarkGray-USE-6 .
:DarkGray-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_2_4_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n2bisp a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione1Picc ;
  x3do:hasChildren :Shape_2_33_2_5_1 ;
  x3do:DEF 'n2bisp' ;
  x3do:rotation ( 0 0 1 -2.7 ) ;
  x3do:scale ( 1.9 1.4 1 ) ;
  x3do:translation ( -3.36 0.92 0 ) .
:Shape_2_33_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2bisp ;
  x3do:hasGeometry :IndexedFaceSet_2_33_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_33_2_5_1_2 .
:IndexedFaceSet_2_33_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_2_5_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-3 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-3 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_2_5_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_2_5_1 ;
  x3do:hasMaterial :DarkGray-USE-7 .
:DarkGray-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_2_5_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:cornicione2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Cornicione ;
  x3do:hasChildren :n1c, :n1bisc, :box1c, :cilc, :n2c, :n2bisc ;
  x3do:DEF 'cornicione2' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( -0.51 0 0.3 ) .
:n1c a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_1_1 ;
  x3do:DEF 'n1c' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.55 1.3 0 ) .
:Shape_2_33_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1c ;
  x3do:hasGeometry :IndexedFaceSet_2_33_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_1_1_2 .
:IndexedFaceSet_2_33_3_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_3_1_1 ;
  x3do:hasCoord :Coordinate_2_33_3_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_3_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_3_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-86 .
:SandStone_Out-USE-86 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:n1bisc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_2_1 ;
  x3do:DEF 'n1bisc' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.35 1.27 0 ) .
:Shape_2_33_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1bisc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_2_1_2 .
:IndexedFaceSet_2_33_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_3_2_1 ;
  x3do:hasCoord :Coordinate_2_33_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_3_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-87 .
:SandStone_Out-USE-87 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:box1c a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_3_1 ;
  x3do:DEF 'box1c' ;
  x3do:translation ( -2.4 0.8 0.3 ) .
:Shape_2_33_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :box1c ;
  x3do:hasGeometry :IndexedFaceSet_2_33_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_3_1_2 .
:IndexedFaceSet_2_33_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_3_3_1 ;
  x3do:hasCoord :Coordinate_2_33_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 38 37 -1 35 36 73 72 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 -1 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 -1 ) ;
  x3do:creaseAngle 0.1745 ;
  x3do:solid false .
:Coordinate_2_33_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_3_3_1_1 ;
  x3do:point ( -1.8 -0.66 0 -1.05 -0.64 0 -0.9 -0.61 0 -0.6 -0.48 0 -0.315 -0.25 0 -0.16 -0.08 0 -0.07 0.08 0 0 0.355 0 0.09 0.57 0 0.16 0.77 0 0.26 0.97 0 0.37 1.17 0 0.495 1.37 0 0.66 1.57 0 0.86 1.77 0 0.995 1.87 0 1.12 1.94 0 1.19 1.94 0 1.19 1.86 0 0.98 1.67 0 0.781 1.47 0 0.715 1.37 0 0.58 1.17 0 0.52 1.07 0 0.42 0.87 0 0.36 0.76 0 0.164 0.22 0 0.166 0.2 0 0.097 0 0 -0.02 -0.2 0 -0.17 -0.38 0 -0.3 -0.49 0 -0.6 -0.67 0 -0.75 -0.72 0 -0.95 -0.79 0 -1.05 -0.81 0 -1.8 -0.83 0 -1.8 -0.66 -0.30 -1.05 -0.64 -0.30 -0.9 -0.61 -0.30 -0.6 -0.48 -0.30 -0.315 -0.25 -0.30 -0.16 -0.08 -0.30 -0.07 0.08 -0.30 0 0.355 -0.30 0.09 0.57 -0.30 0.16 0.77 -0.30 0.26 0.97 -0.30 0.37 1.17 -0.30 0.495 1.37 -0.30 0.66 1.57 -0.30 0.86 1.77 -0.30 0.995 1.87 -0.30 1.12 1.94 -0.30 1.19 1.94 -0.30 1.19 1.86 -0.30 0.98 1.67 -0.30 0.781 1.47 -0.30 0.715 1.37 -0.30 0.58 1.17 -0.30 0.52 1.07 -0.30 0.42 0.87 -0.30 0.36 0.76 -0.30 0.164 0.22 -0.30 0.166 0.2 -0.30 0.097 0 -0.30 -0.02 -0.2 -0.30 -0.17 -0.38 -0.30 -0.3 -0.49 -0.30 -0.6 -0.67 -0.30 -0.75 -0.72 -0.30 -0.95 -0.79 -0.30 -1.05 -0.81 -0.30 -1.8 -0.83 -0.30 ) .
:Appearance_2_33_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-88 .
:SandStone_Out-USE-88 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:cilc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_4_1 ;
  x3do:DEF 'cilc' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( -1.13 2.675 0.15 ) .
:Shape_2_33_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cilc ;
  x3do:hasGeometry :Cylinder_2_33_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_4_1_2 .
:Cylinder_2_33_3_4_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_33_3_4_1 ;
  x3do:height 0.3 ;
  x3do:radius 0.17 .
:Appearance_2_33_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-89 .
:SandStone_Out-USE-89 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:n2c a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_5_1 ;
  x3do:DEF 'n2c' ;
  x3do:rotation ( 0 0 1 -2.6 ) ;
  x3do:scale ( 1.8 1.45 1 ) ;
  x3do:translation ( -3.45 1.11 0 ) .
:Shape_2_33_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2c ;
  x3do:hasGeometry :IndexedFaceSet_2_33_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_5_1_2 .
:IndexedFaceSet_2_33_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_3_5_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-4 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-4 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_3_5_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-90 .
:SandStone_Out-USE-90 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:n2bisc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2 ;
  x3do:hasChildren :Shape_2_33_3_6_1 ;
  x3do:DEF 'n2bisc' ;
  x3do:rotation ( 0 0 1 -2.7 ) ;
  x3do:scale ( 1.9 1.4 1 ) ;
  x3do:translation ( -3.36 0.92 0 ) .
:Shape_2_33_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2bisc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_3_6_1_1 ;
  x3do:hasAppearance :Appearance_2_33_3_6_1_2 .
:IndexedFaceSet_2_33_3_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_3_6_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-5 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-5 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_3_6_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_3_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_3_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-91 .
:SandStone_Out-USE-91 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_3_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:cornicione2Picc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Cornicione ;
  x3do:hasChildren :n1cPicc, :n1biscPicc, :box1cPicc, :n2cPicc, :n2biscPicc ;
  x3do:DEF 'cornicione2Picc' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( -0.51 0.05 0.31 ) .
:n1cPicc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2Picc ;
  x3do:hasChildren :Shape_2_33_4_1_1 ;
  x3do:DEF 'n1cPicc' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.55 1.3 0 ) .
:Shape_2_33_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1cPicc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_33_4_1_1_2 .
:IndexedFaceSet_2_33_4_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_4_1_1 ;
  x3do:hasCoord :Coordinate_2_33_4_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_4_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_4_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_4_1_1 ;
  x3do:hasMaterial :DarkGray-USE-8 .
:DarkGray-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_4_1_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n1biscPicc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2Picc ;
  x3do:hasChildren :Shape_2_33_4_2_1 ;
  x3do:DEF 'n1biscPicc' ;
  x3do:rotation ( 0 0 1 1.14 ) ;
  x3do:scale ( 2.6 1.2 1 ) ;
  x3do:translation ( -1.35 1.27 0 ) .
:Shape_2_33_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n1biscPicc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_33_4_2_1_2 .
:IndexedFaceSet_2_33_4_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_4_2_1 ;
  x3do:hasCoord :Coordinate_2_33_4_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_33_4_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_4_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_33_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_4_2_1 ;
  x3do:hasMaterial :DarkGray-USE-9 .
:DarkGray-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_4_2_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:box1cPicc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2Picc ;
  x3do:hasChildren :Shape_2_33_4_3_1 ;
  x3do:DEF 'box1cPicc' ;
  x3do:translation ( -2.4 0.8 0.3 ) .
:Shape_2_33_4_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :box1cPicc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_4_3_1_1 ;
  x3do:hasAppearance :Appearance_2_33_4_3_1_2 .
:IndexedFaceSet_2_33_4_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_4_3_1 ;
  x3do:hasCoord :Coordinate_2_33_4_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 38 37 -1 35 36 73 72 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 -1 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 -1 ) ;
  x3do:creaseAngle 0.1745 ;
  x3do:solid false .
:Coordinate_2_33_4_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_4_3_1_1 ;
  x3do:point ( -1.8 -0.66 0 -1.05 -0.64 0 -0.9 -0.61 0 -0.6 -0.48 0 -0.315 -0.25 0 -0.16 -0.08 0 -0.07 0.08 0 0 0.355 0 0.09 0.57 0 0.16 0.77 0 0.26 0.97 0 0.37 1.17 0 0.495 1.37 0 0.66 1.57 0 0.86 1.77 0 0.995 1.87 0 1.12 1.94 0 1.19 1.94 0 1.19 1.86 0 0.98 1.67 0 0.781 1.47 0 0.715 1.37 0 0.58 1.17 0 0.52 1.07 0 0.42 0.87 0 0.36 0.76 0 0.164 0.22 0 0.166 0.2 0 0.097 0 0 -0.02 -0.2 0 -0.17 -0.38 0 -0.3 -0.49 0 -0.6 -0.67 0 -0.75 -0.72 0 -0.95 -0.79 0 -1.05 -0.81 0 -1.8 -0.83 0 -1.8 -0.66 -0.30 -1.05 -0.64 -0.30 -0.9 -0.61 -0.30 -0.6 -0.48 -0.30 -0.315 -0.25 -0.30 -0.16 -0.08 -0.30 -0.07 0.08 -0.30 0 0.355 -0.30 0.09 0.57 -0.30 0.16 0.77 -0.30 0.26 0.97 -0.30 0.37 1.17 -0.30 0.495 1.37 -0.30 0.66 1.57 -0.30 0.86 1.77 -0.30 0.995 1.87 -0.30 1.12 1.94 -0.30 1.19 1.94 -0.30 1.19 1.86 -0.30 0.98 1.67 -0.30 0.781 1.47 -0.30 0.715 1.37 -0.30 0.58 1.17 -0.30 0.52 1.07 -0.30 0.42 0.87 -0.30 0.36 0.76 -0.30 0.164 0.22 -0.30 0.166 0.2 -0.30 0.097 0 -0.30 -0.02 -0.2 -0.30 -0.17 -0.38 -0.30 -0.3 -0.49 -0.30 -0.6 -0.67 -0.30 -0.75 -0.72 -0.30 -0.95 -0.79 -0.30 -1.05 -0.81 -0.30 -1.8 -0.83 -0.30 ) .
:Appearance_2_33_4_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_4_3_1 ;
  x3do:hasMaterial :DarkGray-USE-10 .
:DarkGray-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_4_3_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n2cPicc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2Picc ;
  x3do:hasChildren :Shape_2_33_4_4_1 ;
  x3do:DEF 'n2cPicc' ;
  x3do:rotation ( 0 0 1 -2.6 ) ;
  x3do:scale ( 1.8 1.45 1 ) ;
  x3do:translation ( -3.45 1.11 0 ) .
:Shape_2_33_4_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2cPicc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_4_4_1_1 ;
  x3do:hasAppearance :Appearance_2_33_4_4_1_2 .
:IndexedFaceSet_2_33_4_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_4_4_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-6 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-6 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_4_4_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_4_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_4_4_1 ;
  x3do:hasMaterial :DarkGray-USE-11 .
:DarkGray-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_4_4_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:n2biscPicc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cornicione2Picc ;
  x3do:hasChildren :Shape_2_33_4_5_1 ;
  x3do:DEF 'n2biscPicc' ;
  x3do:rotation ( 0 0 1 -2.7 ) ;
  x3do:scale ( 1.9 1.4 1 ) ;
  x3do:translation ( -3.36 0.92 0 ) .
:Shape_2_33_4_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :n2biscPicc ;
  x3do:hasGeometry :IndexedFaceSet_2_33_4_5_1_1 ;
  x3do:hasAppearance :Appearance_2_33_4_5_1_2 .
:IndexedFaceSet_2_33_4_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_33_4_5_1 ;
  x3do:hasCoord :CoordinatePointArrayLarge-USE-7 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:CoordinatePointArrayLarge-USE-7 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_33_4_5_1_1 ;
  owl:sameAs :CoordinatePointArrayLarge . # DEF matching this USE
:Appearance_2_33_4_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_33_4_5_1 ;
  x3do:hasMaterial :DarkGray-USE-12 .
:DarkGray-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_33_4_5_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:arcoSopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_34_1 ;
  x3do:DEF 'arcoSopra' ;
  x3do:scale ( 1.6 1 2.2 ) ;
  x3do:translation ( 5.725 8.45 -0.09 ) .
:Shape_2_34_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arcoSopra ;
  x3do:hasGeometry :IndexedFaceSet_2_34_1_1 ;
  x3do:hasAppearance :Appearance_2_34_1_2 .
:IndexedFaceSet_2_34_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_34_1 ;
  x3do:hasCoord :Coordinate_2_34_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_34_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_34_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.30 0.6218712004456791 0.0311325 0.30 0.6195289277144369 0.062265 0.30 0.6156053358230011 0.0933975 0.30 0.6100699153375784 0.12453 0.30 0.6028782701290121 0.1556625 0.30 0.5939702437622613 0.186795 0.30 0.5832672005554145 0.2179275 0.30 0.5706681512928509 0.24906 0.30 0.5560442297549271 0.2801925 0.30 0.5392307176663808 0.311325 0.30 0.520015272077417 0.3424575 0.30 0.49812000000000006 0.37359 0.30 0.47317303441103875 0.4047225 0.30 0.4446610411032206 0.435855 0.30 0.4118442634585919 0.4669875 0.30 0.37359000000000003 0.49812 0.30 0.3280012404606879 0.5292525 0.30 0.2714068427195601 0.560385 0.30 0.19442240018513812 0.5915175 0.30 0.0 0.62265 0.30 -0.0 0.62265 0.30 -0.19442240018513812 0.5915175 0.30 -0.2714068427195601 0.560385 0.30 -0.3280012404606879 0.5292525 0.30 -0.37359000000000003 0.49812 0.30 -0.4118442634585919 0.4669875 0.30 -0.4446610411032206 0.435855 0.30 -0.47317303441103875 0.4047225 0.30 -0.49812000000000006 0.37359 0.30 -0.520015272077417 0.3424575 0.30 -0.5392307176663808 0.311325 0.30 -0.5560442297549271 0.2801925 0.30 -0.5706681512928509 0.24906 0.30 -0.5832672005554145 0.2179275 0.30 -0.5939702437622613 0.186795 0.30 -0.6028782701290121 0.1556625 0.30 -0.6100699153375784 0.12453 0.30 -0.6156053358230011 0.0933975 0.30 -0.6195289277144369 0.062265 0.30 -0.6218712004456791 0.0311325 0.30 -0.62265 0.0 0.30 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.62265 0 0.62265 -0.62265 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.30 -0.62265 0 0.30 -0.62265 -0.62265 0.30 0.62265 -0.62265 0.30 0.62265 0 0.30 0.62265 0 0.30 ) .
:Appearance_2_34_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_34_1 ;
  x3do:hasMaterial :SandStone_Out-USE-92 .
:SandStone_Out-USE-92 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_34_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:arcoSopra2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_35_1 ;
  x3do:DEF 'arcoSopra2' ;
  x3do:scale ( 1.75 1 5 ) ;
  x3do:translation ( 5.725 8.65 0 ) .
:Shape_2_35_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arcoSopra2 ;
  x3do:hasGeometry :IndexedFaceSet_2_35_1_1 ;
  x3do:hasAppearance :Appearance_2_35_1_2 .
:IndexedFaceSet_2_35_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_35_1 ;
  x3do:hasCoord :Coordinate_2_35_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_35_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_35_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.10 0.6218712004456791 0.0311325 0.10 0.6195289277144369 0.062265 0.10 0.6156053358230011 0.0933975 0.10 0.6100699153375784 0.12453 0.10 0.6028782701290121 0.1556625 0.10 0.5939702437622613 0.186795 0.10 0.5832672005554145 0.2179275 0.10 0.5706681512928509 0.24906 0.10 0.5560442297549271 0.2801925 0.10 0.5392307176663808 0.311325 0.10 0.520015272077417 0.3424575 0.10 0.49812000000000006 0.37359 0.10 0.47317303441103875 0.4047225 0.10 0.4446610411032206 0.435855 0.10 0.4118442634585919 0.4669875 0.10 0.37359000000000003 0.49812 0.10 0.3280012404606879 0.5292525 0.10 0.2714068427195601 0.560385 0.10 0.19442240018513812 0.5915175 0.10 0.0 0.62265 0.10 -0.0 0.62265 0.10 -0.19442240018513812 0.5915175 0.10 -0.2714068427195601 0.560385 0.10 -0.3280012404606879 0.5292525 0.10 -0.37359000000000003 0.49812 0.10 -0.4118442634585919 0.4669875 0.10 -0.4446610411032206 0.435855 0.10 -0.47317303441103875 0.4047225 0.10 -0.49812000000000006 0.37359 0.10 -0.520015272077417 0.3424575 0.10 -0.5392307176663808 0.311325 0.10 -0.5560442297549271 0.2801925 0.10 -0.5706681512928509 0.24906 0.10 -0.5832672005554145 0.2179275 0.10 -0.5939702437622613 0.186795 0.10 -0.6028782701290121 0.1556625 0.10 -0.6100699153375784 0.12453 0.10 -0.6156053358230011 0.0933975 0.10 -0.6195289277144369 0.062265 0.10 -0.6218712004456791 0.0311325 0.10 -0.62265 0.0 0.10 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.62265 0 0.62265 -0.62265 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.10 -0.62265 0 0.10 -0.62265 -0.62265 0.10 0.62265 -0.62265 0.10 0.62265 0 0.10 0.62265 0 0.10 ) .
:Appearance_2_35_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_35_1 ;
  x3do:hasMaterial :DarkGray-USE-13 .
:DarkGray-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_35_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:BaseCroce a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :baseCil1bis, :Sferabis, :cur ;
  x3do:DEF 'BaseCroce' ;
  x3do:scale ( 1 1.2 1 ) ;
  x3do:translation ( 5.72 9.23 0.22 ) .
:baseCil1bis a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BaseCroce ;
  x3do:hasGeometry :Cylinder_2_36_1_1 ;
  x3do:hasAppearance :Appearance_2_36_1_2 ;
  x3do:DEF 'baseCil1bis' .
:Cylinder_2_36_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :baseCil1bis ;
  x3do:height 0.13 ;
  x3do:radius 0.221 .
:Appearance_2_36_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :baseCil1bis ;
  x3do:hasMaterial :SandStone_Out-USE-93 .
:SandStone_Out-USE-93 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_36_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Sferabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BaseCroce ;
  x3do:hasChildren :Shape_2_36_2_1 ;
  x3do:DEF 'Sferabis' ;
  x3do:scale ( 1 0.25 1 ) ;
  x3do:translation ( 0 0.1 0 ) .
:Shape_2_36_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sferabis ;
  x3do:hasGeometry :Sphere_2_36_2_1_1 ;
  x3do:hasAppearance :Appearance_2_36_2_1_2 .
:Sphere_2_36_2_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_36_2_1 ;
  x3do:radius 0.221 .
:Appearance_2_36_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_36_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-94 .
:SandStone_Out-USE-94 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_36_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:cur a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BaseCroce ;
  x3do:hasChildren :curva2bis, :curva3bis, :curva3bis2 ;
  x3do:DEF 'cur' ;
  x3do:translation ( 0 -0.22 0 ) .
:curva2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cur ;
  x3do:hasChildren :Shape_2_36_3_1_1 ;
  x3do:DEF 'curva2bis' ;
  x3do:rotation ( 1 0 0 3.14 ) ;
  x3do:scale ( 1.13 1 1.13 ) ;
  x3do:translation ( 0 0.468 0 ) .
:Shape_2_36_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva2bis ;
  x3do:hasGeometry :Extrusion_2_36_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_36_3_1_1_2 .
:Extrusion_2_36_3_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_36_3_1_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0.142 0.0 0.14182238892361107 0.0070999999999999995 0.14128821606914002 0.014199999999999999 0.14039341152632484 0.0213 0.13913101739008452 0.028399999999999998 0.1374909087903633 0.0355 0.13545936660120628 0.0426 0.13301845736588588 0.049699999999999994 0.13014514973674585 0.056799999999999996 0.12681005480639143 0.0639 0.12297560733739028 0.071 0.11859338092827947 0.07809999999999999 0.11359999999999999 0.0852 0.10791065749035171 0.0923 0.10140828368530846 0.09939999999999999 0.09392417154279295 0.1065 0.0852 0.11359999999999999 0.07480314164525445 0.12069999999999999 0.06189636499827757 0.1278 0.04433948578862864 0.1349 0.0 0.142 -0.0 0.142 -0.04433948578862864 0.1349 -0.06189636499827757 0.1278 -0.07480314164525445 0.12069999999999999 -0.0852 0.11359999999999999 -0.09392417154279295 0.1065 -0.10140828368530846 0.09939999999999999 -0.10791065749035171 0.0923 -0.11359999999999999 0.0852 -0.11859338092827947 0.07809999999999999 -0.12297560733739028 0.071 -0.12681005480639143 0.0639 -0.13014514973674585 0.056799999999999996 -0.13301845736588588 0.049699999999999994 -0.13545936660120628 0.0426 -0.1374909087903633 0.0355 -0.13913101739008452 0.028399999999999998 -0.14039341152632484 0.0213 -0.14128821606914002 0.014199999999999999 -0.14182238892361107 0.0070999999999999995 -0.142 0.0 0.142 0.0 0.14182238892361107 -0.0070999999999999995 0.14128821606914002 -0.014199999999999999 0.14039341152632484 -0.0213 0.13913101739008452 -0.028399999999999998 0.1374909087903633 -0.0355 0.13545936660120628 -0.0426 0.13301845736588588 -0.049699999999999994 0.13014514973674585 -0.056799999999999996 0.12681005480639143 -0.0639 0.12297560733739028 -0.071 0.11859338092827947 -0.07809999999999999 0.11359999999999999 -0.0852 0.10791065749035171 -0.0923 0.10140828368530846 -0.09939999999999999 0.09392417154279295 -0.1065 0.0852 -0.11359999999999999 0.07480314164525445 -0.12069999999999999 0.06189636499827757 -0.1278 0.04433948578862864 -0.1349 0.0 -0.142 -0.0070999999999999995 -0.14182238892361107 -0.014199999999999999 -0.14128821606914002 -0.0213 -0.14039341152632484 -0.028399999999999998 -0.13913101739008452 -0.0355 -0.1374909087903633 -0.0426 -0.13545936660120628 -0.049699999999999994 -0.13301845736588588 -0.056799999999999996 -0.13014514973674585 -0.0639 -0.12681005480639143 -0.071 -0.12297560733739028 -0.07809999999999999 -0.11859338092827947 -0.0852 -0.11359999999999999 -0.0923 -0.10791065749035171 -0.09939999999999999 -0.10140828368530846 -0.1065 -0.09392417154279295 -0.11359999999999999 -0.0852 -0.12069999999999999 -0.07480314164525445 -0.1278 -0.06189636499827757 -0.1349 -0.04433948578862864 -0.142 0.0 ) ;
  x3do:scale ( 1.2 1.2 1 1 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Appearance_2_36_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_36_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-95 .
:SandStone_Out-USE-95 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_36_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva3bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cur ;
  x3do:hasChildren :Shape_2_36_3_2_1 ;
  x3do:DEF 'curva3bis' ;
  x3do:scale ( 1.13 1 1.13 ) ;
  x3do:translation ( 0 0.47 0 ) .
:Shape_2_36_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva3bis ;
  x3do:hasGeometry :Extrusion_2_36_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_36_3_2_1_2 .
:Extrusion_2_36_3_2_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_36_3_2_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0.142 0.0 0.14182238892361107 0.0070999999999999995 0.14128821606914002 0.014199999999999999 0.14039341152632484 0.0213 0.13913101739008452 0.028399999999999998 0.1374909087903633 0.0355 0.13545936660120628 0.0426 0.13301845736588588 0.049699999999999994 0.13014514973674585 0.056799999999999996 0.12681005480639143 0.0639 0.12297560733739028 0.071 0.11859338092827947 0.07809999999999999 0.11359999999999999 0.0852 0.10791065749035171 0.0923 0.10140828368530846 0.09939999999999999 0.09392417154279295 0.1065 0.0852 0.11359999999999999 0.07480314164525445 0.12069999999999999 0.06189636499827757 0.1278 0.04433948578862864 0.1349 0.0 0.142 -0.0 0.142 -0.04433948578862864 0.1349 -0.06189636499827757 0.1278 -0.07480314164525445 0.12069999999999999 -0.0852 0.11359999999999999 -0.09392417154279295 0.1065 -0.10140828368530846 0.09939999999999999 -0.10791065749035171 0.0923 -0.11359999999999999 0.0852 -0.11859338092827947 0.07809999999999999 -0.12297560733739028 0.071 -0.12681005480639143 0.0639 -0.13014514973674585 0.056799999999999996 -0.13301845736588588 0.049699999999999994 -0.13545936660120628 0.0426 -0.1374909087903633 0.0355 -0.13913101739008452 0.028399999999999998 -0.14039341152632484 0.0213 -0.14128821606914002 0.014199999999999999 -0.14182238892361107 0.0070999999999999995 -0.142 0.0 0.142 0.0 0.14182238892361107 -0.0070999999999999995 0.14128821606914002 -0.014199999999999999 0.14039341152632484 -0.0213 0.13913101739008452 -0.028399999999999998 0.1374909087903633 -0.0355 0.13545936660120628 -0.0426 0.13301845736588588 -0.049699999999999994 0.13014514973674585 -0.056799999999999996 0.12681005480639143 -0.0639 0.12297560733739028 -0.071 0.11859338092827947 -0.07809999999999999 0.11359999999999999 -0.0852 0.10791065749035171 -0.0923 0.10140828368530846 -0.09939999999999999 0.09392417154279295 -0.1065 0.0852 -0.11359999999999999 0.07480314164525445 -0.12069999999999999 0.06189636499827757 -0.1278 0.04433948578862864 -0.1349 0.0 -0.142 -0.0070999999999999995 -0.14182238892361107 -0.014199999999999999 -0.14128821606914002 -0.0213 -0.14039341152632484 -0.028399999999999998 -0.13913101739008452 -0.0355 -0.1374909087903633 -0.0426 -0.13545936660120628 -0.049699999999999994 -0.13301845736588588 -0.056799999999999996 -0.13014514973674585 -0.0639 -0.12681005480639143 -0.071 -0.12297560733739028 -0.07809999999999999 -0.11859338092827947 -0.0852 -0.11359999999999999 -0.0923 -0.10791065749035171 -0.09939999999999999 -0.10140828368530846 -0.1065 -0.09392417154279295 -0.11359999999999999 -0.0852 -0.12069999999999999 -0.07480314164525445 -0.1278 -0.06189636499827757 -0.1349 -0.04433948578862864 -0.142 0.0 ) ;
  x3do:scale ( 0.7 0.7 0.9 0.9 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_36_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_36_3_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-96 .
:SandStone_Out-USE-96 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_36_3_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:curva3bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :cur ;
  x3do:hasChildren :Shape_2_36_3_3_1 ;
  x3do:DEF 'curva3bis2' ;
  x3do:rotation ( 1 0 0 3.14 ) ;
  x3do:scale ( 1.13 1 1.13 ) ;
  x3do:translation ( 0 0.53 0 ) .
:Shape_2_36_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :curva3bis2 ;
  x3do:hasGeometry :Extrusion_2_36_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_36_3_3_1_2 .
:Extrusion_2_36_3_3_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_36_3_3_1 ;
  x3do:convex false ;
  x3do:crossSection ( 0.142 0.0 0.14182238892361107 0.0070999999999999995 0.14128821606914002 0.014199999999999999 0.14039341152632484 0.0213 0.13913101739008452 0.028399999999999998 0.1374909087903633 0.0355 0.13545936660120628 0.0426 0.13301845736588588 0.049699999999999994 0.13014514973674585 0.056799999999999996 0.12681005480639143 0.0639 0.12297560733739028 0.071 0.11859338092827947 0.07809999999999999 0.11359999999999999 0.0852 0.10791065749035171 0.0923 0.10140828368530846 0.09939999999999999 0.09392417154279295 0.1065 0.0852 0.11359999999999999 0.07480314164525445 0.12069999999999999 0.06189636499827757 0.1278 0.04433948578862864 0.1349 0.0 0.142 -0.0 0.142 -0.04433948578862864 0.1349 -0.06189636499827757 0.1278 -0.07480314164525445 0.12069999999999999 -0.0852 0.11359999999999999 -0.09392417154279295 0.1065 -0.10140828368530846 0.09939999999999999 -0.10791065749035171 0.0923 -0.11359999999999999 0.0852 -0.11859338092827947 0.07809999999999999 -0.12297560733739028 0.071 -0.12681005480639143 0.0639 -0.13014514973674585 0.056799999999999996 -0.13301845736588588 0.049699999999999994 -0.13545936660120628 0.0426 -0.1374909087903633 0.0355 -0.13913101739008452 0.028399999999999998 -0.14039341152632484 0.0213 -0.14128821606914002 0.014199999999999999 -0.14182238892361107 0.0070999999999999995 -0.142 0.0 0.142 0.0 0.14182238892361107 -0.0070999999999999995 0.14128821606914002 -0.014199999999999999 0.14039341152632484 -0.0213 0.13913101739008452 -0.028399999999999998 0.1374909087903633 -0.0355 0.13545936660120628 -0.0426 0.13301845736588588 -0.049699999999999994 0.13014514973674585 -0.056799999999999996 0.12681005480639143 -0.0639 0.12297560733739028 -0.071 0.11859338092827947 -0.07809999999999999 0.11359999999999999 -0.0852 0.10791065749035171 -0.0923 0.10140828368530846 -0.09939999999999999 0.09392417154279295 -0.1065 0.0852 -0.11359999999999999 0.07480314164525445 -0.12069999999999999 0.06189636499827757 -0.1278 0.04433948578862864 -0.1349 0.0 -0.142 -0.0070999999999999995 -0.14182238892361107 -0.014199999999999999 -0.14128821606914002 -0.0213 -0.14039341152632484 -0.028399999999999998 -0.13913101739008452 -0.0355 -0.1374909087903633 -0.0426 -0.13545936660120628 -0.049699999999999994 -0.13301845736588588 -0.056799999999999996 -0.13014514973674585 -0.0639 -0.12681005480639143 -0.071 -0.12297560733739028 -0.07809999999999999 -0.11859338092827947 -0.0852 -0.11359999999999999 -0.0923 -0.10791065749035171 -0.09939999999999999 -0.10140828368530846 -0.1065 -0.09392417154279295 -0.11359999999999999 -0.0852 -0.12069999999999999 -0.07480314164525445 -0.1278 -0.06189636499827757 -0.1349 -0.04433948578862864 -0.142 0.0 ) ;
  x3do:scale ( 0.7 0.7 0.9 0.9 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.03 0 ) .
:Appearance_2_36_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_36_3_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-97 .
:SandStone_Out-USE-97 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_36_3_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Croce1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_37_1 ;
  x3do:DEF 'Croce1' ;
  x3do:translation ( 5.72 10.7 0.22 ) .
:Shape_2_37_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Croce1 ;
  x3do:hasGeometry :Box_2_37_1_1 ;
  x3do:hasAppearance :Appearance_2_37_1_2 .
:Box_2_37_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_37_1 ;
  x3do:size ( 0.1 2.21 0.1 ) .
:Appearance_2_37_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_37_1 ;
  x3do:hasMaterial :DarkGray-USE-14 .
:DarkGray-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_37_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:Croce2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_38_1 ;
  x3do:DEF 'Croce2' ;
  x3do:translation ( 5.72 11.3 0.22 ) .
:Shape_2_38_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Croce2 ;
  x3do:hasGeometry :Box_2_38_1_1 ;
  x3do:hasAppearance :Appearance_2_38_1_2 .
:Box_2_38_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_38_1 ;
  x3do:size ( 1.66 0.1 0.1 ) .
:Appearance_2_38_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_38_1 ;
  x3do:hasMaterial :DarkGray-USE-15 .
:DarkGray-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_38_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:FrontoneTorre a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_39_1, :Transform_2_39_2, :Transform_2_39_3, :Centro0, :Centro01, :Centro, :Centro2 ;
  x3do:DEF 'FrontoneTorre' ;
  x3do:scale ( 0.5 0.5 0.18 ) ;
  x3do:translation ( -1.15 8.64 0.63 ) .
:Transform_2_39_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_1_1 ;
  x3do:rotation ( 0 0 1 3.14 ) ;
  x3do:scale ( 2.87 2.65 1 ) ;
  x3do:translation ( 2.1 1 -1 ) .
:Shape_2_39_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_39_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_39_1_1_1 ;
  x3do:hasAppearance :Appearance_2_39_1_1_2 .
:IndexedFaceSet_2_39_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_39_1_1 ;
  x3do:hasCoord :Coordinate_2_39_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 ) ;
  x3do:solid false .
:Coordinate_2_39_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_39_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 1.2453 0.62265 0.62265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_39_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-98 .
:SandStone_Out-USE-98 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Transform_2_39_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_2_1 ;
  x3do:rotation ( 0 0 1 3.14 ) ;
  x3do:scale ( 2.87 2.65 1 ) ;
  x3do:translation ( 2.1 1 -1 ) .
:Shape_2_39_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_39_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_39_2_1_1 ;
  x3do:hasAppearance :Appearance_2_39_2_1_2 .
:IndexedFaceSet_2_39_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_39_2_1 ;
  x3do:hasCoord :Coordinate_2_39_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_39_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_39_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 1.2453 0.62265 0.62265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_39_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_2_1 ;
  x3do:hasMaterial :DarkGray-USE-16 .
:DarkGray-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_2_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:Transform_2_39_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Transform_2_39_3_1, :Transform_2_39_3_2 ;
  x3do:rotation ( 0 0 1 3.14 ) ;
  x3do:scale ( 2.85 2.65 1 ) ;
  x3do:translation ( -2.34 1 -1 ) .
:Transform_2_39_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_39_3 ;
  x3do:hasChildren :Shape_2_39_3_1_1 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:Shape_2_39_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_39_3_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_39_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_39_3_1_1_2 .
:IndexedFaceSet_2_39_3_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_39_3_1_1 ;
  x3do:hasCoord :Coordinate_2_39_3_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 ) ;
  x3do:solid false .
:Coordinate_2_39_3_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_39_3_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 1.2453 0.62265 0.62265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_39_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-99 .
:SandStone_Out-USE-99 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Transform_2_39_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_39_3 ;
  x3do:hasChildren :Shape_2_39_3_2_1 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:Shape_2_39_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_39_3_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_39_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_39_3_2_1_2 .
:IndexedFaceSet_2_39_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_39_3_2_1 ;
  x3do:hasCoord :Coordinate_2_39_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_39_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_39_3_2_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 1.2453 0.62265 0.62265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_39_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_3_2_1 ;
  x3do:hasMaterial :DarkGray-USE-17 .
:DarkGray-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_3_2_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:Centro0 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_4_1 ;
  x3do:DEF 'Centro0' ;
  x3do:translation ( -0.1276 0.93 -0.30735 ) .
:Shape_2_39_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Centro0 ;
  x3do:hasGeometry :Box_2_39_4_1_1 ;
  x3do:hasAppearance :Appearance_2_39_4_1_2 .
:Box_2_39_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_39_4_1 ;
  x3do:size ( 0.895 0.15 1.2453 ) .
:Appearance_2_39_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_4_1 ;
  x3do:hasMaterial :DarkGray-USE-18 .
:DarkGray-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_4_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:Centro01 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_5_1 ;
  x3do:DEF 'Centro01' ;
  x3do:translation ( -0.1276 -0.53 -0.30735 ) .
:Shape_2_39_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Centro01 ;
  x3do:hasGeometry :Box_2_39_5_1_1 ;
  x3do:hasAppearance :Appearance_2_39_5_1_2 .
:Box_2_39_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_39_5_1 ;
  x3do:size ( 3 0.15 1.2453 ) .
:Appearance_2_39_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_5_1 ;
  x3do:hasMaterial :DarkGray-USE-19 .
:DarkGray-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_5_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:Centro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_6_1 ;
  x3do:DEF 'Centro' ;
  x3do:translation ( -0.1276 0.179 -0.39535 ) .
:Shape_2_39_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Centro ;
  x3do:hasGeometry :Box_2_39_6_1_1 ;
  x3do:hasAppearance :Appearance_2_39_6_1_2 .
:Box_2_39_6_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_39_6_1 ;
  x3do:size ( 0.888 1.65 1.2453 ) .
:Appearance_2_39_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-100 .
:SandStone_Out-USE-100 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Centro2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontoneTorre ;
  x3do:hasChildren :Shape_2_39_7_1 ;
  x3do:DEF 'Centro2' ;
  x3do:translation ( -0.1275 -0.609 -0.30735 ) .
:Shape_2_39_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Centro2 ;
  x3do:hasGeometry :Box_2_39_7_1_1 ;
  x3do:hasAppearance :Appearance_2_39_7_1_2 .
:Box_2_39_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_39_7_1 ;
  x3do:size ( 8 0.1 1.2453 ) .
:Appearance_2_39_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_39_7_1 ;
  x3do:hasMaterial :DarkGray-USE-20 .
:DarkGray-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_39_7_1_2 ;
  owl:sameAs :DarkGray . # DEF matching this USE
:MuroAAx555 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_40_1 ;
  x3do:DEF 'MuroAAx555' ;
  x3do:translation ( 7 -0.61 -1.985 ) .
:Shape_2_40_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx555 ;
  x3do:hasGeometry :IndexedFaceSet_2_40_1_1 ;
  x3do:hasAppearance :Appearance_2_40_1_2 .
:IndexedFaceSet_2_40_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_40_1 ;
  x3do:hasCoord :Coordinate_2_40_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_40_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_40_1_1 ;
  x3do:point ( 0 0 0 0.5 0 0 0.5 2.4 0 0 2.4 0 ) .
:Appearance_2_40_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_40_1 ;
  x3do:hasMaterial :White-USE-38 .
:White-USE-38 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_40_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAx5552 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_41_1 ;
  x3do:DEF 'MuroAAx5552' ;
  x3do:translation ( 6.88 -0.61 -1.985 ) .
:Shape_2_41_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAx5552 ;
  x3do:hasGeometry :IndexedFaceSet_2_41_1_1 ;
  x3do:hasAppearance :Appearance_2_41_1_2 .
:IndexedFaceSet_2_41_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_41_1 ;
  x3do:hasCoord :Coordinate_2_41_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_41_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_41_1_1 ;
  x3do:point ( 0 1.09 0 0.05 1.09 0 0.05 2.4 0 0 2.4 0 ) .
:Appearance_2_41_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_41_1 ;
  x3do:hasMaterial :White-USE-39 .
:White-USE-39 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_41_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:TramezzoSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_42_1 ;
  x3do:DEF 'TramezzoSX' ;
  x3do:translation ( 3.365 0.68 -2.1 ) .
:Shape_2_42_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TramezzoSX ;
  x3do:hasGeometry :Box_2_42_1_1 ;
  x3do:hasAppearance :Appearance_2_42_1_2 .
:Box_2_42_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_42_1 ;
  x3do:size ( 2.35 2.63 0.22 ) .
:Appearance_2_42_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_42_1 ;
  x3do:hasMaterial :White-USE-40 .
:White-USE-40 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_42_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoIngr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_43_1 ;
  x3do:DEF 'ArcoIngr' ;
  x3do:scale ( 1.9 1.9 1 ) ;
  x3do:translation ( 5.72 0.23 -2.21 ) .
:Shape_2_43_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoIngr ;
  x3do:hasGeometry :IndexedFaceSet_2_43_1_1 ;
  x3do:hasAppearance :Appearance_2_43_1_2 .
:IndexedFaceSet_2_43_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_43_1 ;
  x3do:hasCoord :Coordinate_2_43_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_43_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_43_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.22 0.6218712004456791 0.0311325 0.22 0.6195289277144369 0.062265 0.22 0.6156053358230011 0.0933975 0.22 0.6100699153375784 0.12453 0.22 0.6028782701290121 0.1556625 0.22 0.5939702437622613 0.186795 0.22 0.5832672005554145 0.2179275 0.22 0.5706681512928509 0.24906 0.22 0.5560442297549271 0.2801925 0.22 0.5392307176663808 0.311325 0.22 0.520015272077417 0.3424575 0.22 0.49812000000000006 0.37359 0.22 0.47317303441103875 0.4047225 0.22 0.4446610411032206 0.435855 0.22 0.4118442634585919 0.4669875 0.22 0.37359000000000003 0.49812 0.22 0.3280012404606879 0.5292525 0.22 0.2714068427195601 0.560385 0.22 0.19442240018513812 0.5915175 0.22 0.0 0.62265 0.22 -0.0 0.62265 0.22 -0.19442240018513812 0.5915175 0.22 -0.2714068427195601 0.560385 0.22 -0.3280012404606879 0.5292525 0.22 -0.37359000000000003 0.49812 0.22 -0.4118442634585919 0.4669875 0.22 -0.4446610411032206 0.435855 0.22 -0.47317303441103875 0.4047225 0.22 -0.49812000000000006 0.37359 0.22 -0.520015272077417 0.3424575 0.22 -0.5392307176663808 0.311325 0.22 -0.5560442297549271 0.2801925 0.22 -0.5706681512928509 0.24906 0.22 -0.5832672005554145 0.2179275 0.22 -0.5939702437622613 0.186795 0.22 -0.6028782701290121 0.1556625 0.22 -0.6100699153375784 0.12453 0.22 -0.6156053358230011 0.0933975 0.22 -0.6195289277144369 0.062265 0.22 -0.6218712004456791 0.0311325 0.22 -0.62265 0.0 0.22 -0.62265 0 0 -0.62265 0 0 -0.62265 0.92 0 0.62265 0.93 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.22 -0.62265 0 0.22 -0.62265 0.93 0.22 0.62265 0.93 0.22 0.62265 0 0.22 0.62265 0 0.22 ) .
:Appearance_2_43_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_43_1 ;
  x3do:hasMaterial :White-USE-41 .
:White-USE-41 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_43_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:TramezzoDX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_44_1 ;
  x3do:DEF 'TramezzoDX' ;
  x3do:translation ( 7.205 0.71 -2.1 ) .
:Shape_2_44_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TramezzoDX ;
  x3do:hasGeometry :Box_2_44_1_1 ;
  x3do:hasAppearance :Appearance_2_44_1_2 .
:Box_2_44_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_44_1 ;
  x3do:size ( 0.61 2.69 0.22 ) .
:Appearance_2_44_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_44_1 ;
  x3do:hasMaterial :White-USE-42 .
:White-USE-42 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_44_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Termine0Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_45_1 ;
  x3do:DEF 'Termine0Int' ;
  x3do:translation ( 3.65 -2.13 -0.67 ) .
:Shape_2_45_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Termine0Int ;
  x3do:hasGeometry :IndexedFaceSet_2_45_1_1 ;
  x3do:hasAppearance :Appearance_2_45_1_2 .
:IndexedFaceSet_2_45_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_45_1 ;
  x3do:hasCoord :Coordinate_2_45_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 6 5 -1 0 4 9 5 -1 4 3 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_45_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_45_1_1 ;
  x3do:point ( 0 1.5 0 0 1.5 1.34 0.89 1.5 1.34 0.89 1.5 0.58 0.62 1.5 0.58 0 4.3 0 0 4.3 1.34 0.89 4.3 1.34 0.89 4.3 0.58 0.62 4.3 0.58 0 5.52 1.34 1.081 5.52 1.34 1.081 4.3 1.34 ) .
:Appearance_2_45_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_45_1 ;
  x3do:hasMaterial :White-USE-43 .
:White-USE-43 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_45_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Termine0Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_46_1 ;
  x3do:DEF 'Termine0Est' ;
  x3do:translation ( 3.65 -2.13 -0.67 ) .
:Shape_2_46_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Termine0Est ;
  x3do:hasGeometry :IndexedFaceSet_2_46_1_1 ;
  x3do:hasAppearance :Appearance_2_46_1_2 .
:IndexedFaceSet_2_46_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_46_1 ;
  x3do:hasCoord :Coordinate_2_46_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 2 7 8 -1 1 2 7 6 -1 0 1 2 3 4 -1 5 6 7 8 9 -1 6 12 11 10 -1 ) ;
  x3do:solid false .
:Coordinate_2_46_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_46_1_1 ;
  x3do:point ( 0 0 0 0 0 1.34 0.89 0 1.34 0.89 0 0.58 0.62 0 0.58 0 4.3 0 0 4.3 1.34 0.89 4.3 1.34 0.89 4.3 0.58 0.62 4.3 0.58 0 5.52 1.34 1.081 5.52 1.34 1.081 4.3 1.34 ) .
:Appearance_2_46_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_46_1 ;
  x3do:hasMaterial :SandStone_Out-USE-101 .
:SandStone_Out-USE-101 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_46_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:termine1Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_47_1 ;
  x3do:DEF 'termine1Int' ;
  x3do:translation ( 6.9 -2.13 0.49 ) .
:Shape_2_47_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :termine1Int ;
  x3do:hasGeometry :IndexedFaceSet_2_47_1_1 ;
  x3do:hasAppearance :Appearance_2_47_1_2 .
:IndexedFaceSet_2_47_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_47_1 ;
  x3do:hasCoord :Coordinate_2_47_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_47_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_47_1_1 ;
  x3do:point ( 0 1.5 0.18 0.63 1.5 0.18 0.63 1.5 -0.8 0 1.5 -0.58 0 4.3 0.18 0.63 4.3 0.18 0.63 4.3 -0.8 0 4.3 -0.58 -0.191 5.52 0.18 3.78 5.52 0.18 -0.191 4.3 0.18 3.78 4.3 0.18 ) .
:Appearance_2_47_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_47_1 ;
  x3do:hasMaterial :White-USE-44 .
:White-USE-44 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_47_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:termine1Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_48_1 ;
  x3do:DEF 'termine1Est' ;
  x3do:translation ( 6.9 -2.13 0.49 ) .
:Shape_2_48_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :termine1Est ;
  x3do:hasGeometry :IndexedFaceSet_2_48_1_1 ;
  x3do:hasAppearance :Appearance_2_48_1_2 .
:IndexedFaceSet_2_48_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_48_1 ;
  x3do:hasCoord :Coordinate_2_48_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 3 0 4 7 -1 10 8 9 11 -1 ) ;
  x3do:solid false .
:Coordinate_2_48_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_48_1_1 ;
  x3do:point ( 0 0 0.18 0.63 0 0.18 0.63 0 -0.8 0 0 -0.58 0 4.3 0.18 0.63 4.3 0.18 0.63 4.3 -0.8 0 4.3 -0.58 -0.191 5.52 0.18 3.78 5.52 0.18 -0.191 4.3 0.18 3.78 4.3 0.18 ) .
:Appearance_2_48_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_48_1 ;
  x3do:hasMaterial :SandStone_Out-USE-102 .
:SandStone_Out-USE-102 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_48_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroyAA a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroAAyr1, :MuroAAyr2, :MuroAAyr1gr2, :MuroAAyr1gr3, :MuroAAyr4, :MuroAAyr5b ;
  x3do:DEF 'MuroyAA' .
:MuroAAyr1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :Shape_2_49_1_1 ;
  x3do:DEF 'MuroAAyr1' ;
  x3do:translation ( 0.871 -0.3 -8.73 ) .
:Shape_2_49_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr1 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_1_1_1 ;
  x3do:hasAppearance :Appearance_2_49_1_1_2 .
:IndexedFaceSet_2_49_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_1_1 ;
  x3do:hasCoord :Coordinate_2_49_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-103 .
:SandStone_Out-USE-103 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :Shape_2_49_2_1 ;
  x3do:DEF 'MuroAAyr2' ;
  x3do:translation ( 0.871 -0.3 -7 ) .
:Shape_2_49_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr2 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_2_1_1 ;
  x3do:hasAppearance :Appearance_2_49_2_1_2 .
:IndexedFaceSet_2_49_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_2_1 ;
  x3do:hasCoord :Coordinate_2_49_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-104 .
:SandStone_Out-USE-104 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr1gr2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :MuroAAyr12, :MuroAAyr22 ;
  x3do:DEF 'MuroAAyr1gr2' ;
  x3do:translation ( 0 0 -9.18 ) .
:MuroAAyr12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr2 ;
  x3do:hasChildren :Shape_2_49_3_1_1 ;
  x3do:DEF 'MuroAAyr12' ;
  x3do:translation ( 0.871 -0.3 -8.73 ) .
:Shape_2_49_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr12 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_49_3_1_1_2 .
:IndexedFaceSet_2_49_3_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_3_1_1 ;
  x3do:hasCoord :Coordinate_2_49_3_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_3_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_3_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-105 .
:SandStone_Out-USE-105 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr2 ;
  x3do:hasChildren :Shape_2_49_3_2_1 ;
  x3do:DEF 'MuroAAyr22' ;
  x3do:translation ( 0.871 -0.3 -7 ) .
:Shape_2_49_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr22 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_49_3_2_1_2 .
:IndexedFaceSet_2_49_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_3_2_1 ;
  x3do:hasCoord :Coordinate_2_49_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_3_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_3_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-106 .
:SandStone_Out-USE-106 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_3_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr1gr3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :MuroAAyr13, :MuroAAyr23 ;
  x3do:DEF 'MuroAAyr1gr3' ;
  x3do:translation ( 0 0 -18.17 ) .
:MuroAAyr13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr3 ;
  x3do:hasChildren :Shape_2_49_4_1_1 ;
  x3do:DEF 'MuroAAyr13' ;
  x3do:translation ( 0.871 -0.3 -8.73 ) .
:Shape_2_49_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr13 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_49_4_1_1_2 .
:IndexedFaceSet_2_49_4_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_4_1_1 ;
  x3do:hasCoord :Coordinate_2_49_4_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_4_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_4_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_4_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-107 .
:SandStone_Out-USE-107 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_4_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr3 ;
  x3do:hasChildren :Shape_2_49_4_2_1 ;
  x3do:DEF 'MuroAAyr23' ;
  x3do:translation ( 0.871 -0.3 -6.91 ) .
:Shape_2_49_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr23 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_49_4_2_1_2 .
:IndexedFaceSet_2_49_4_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_4_2_1 ;
  x3do:hasCoord :Coordinate_2_49_4_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_4_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_4_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_49_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_4_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-108 .
:SandStone_Out-USE-108 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_4_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :Shape_2_49_5_1 ;
  x3do:DEF 'MuroAAyr4' ;
  x3do:translation ( 0.8715 -0.285 -26.91 ) .
:Shape_2_49_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr4 ;
  x3do:hasGeometry :IndexedFaceSet_2_49_5_1_1 ;
  x3do:hasAppearance :Appearance_2_49_5_1_2 .
:IndexedFaceSet_2_49_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_5_1 ;
  x3do:hasCoord :Coordinate_2_49_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_5_1_1 ;
  x3do:point ( 0 0 0 0 0 22 0 0.2 22 0 0.2 0 ) .
:Appearance_2_49_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-109 .
:SandStone_Out-USE-109 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr5b a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAA ;
  x3do:hasChildren :Shape_2_49_6_1 ;
  x3do:DEF 'MuroAAyr5b' ;
  x3do:translation ( 0.8715 2.38 -26.91 ) .
:Shape_2_49_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr5b ;
  x3do:hasGeometry :IndexedFaceSet_2_49_6_1_1 ;
  x3do:hasAppearance :Appearance_2_49_6_1_2 .
:IndexedFaceSet_2_49_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_49_6_1 ;
  x3do:hasCoord :Coordinate_2_49_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_49_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_49_6_1_1 ;
  x3do:point ( 0 0 0 0 0 22 0 0.2 22 0 0.2 0 ) .
:Appearance_2_49_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_49_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-110 .
:SandStone_Out-USE-110 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_49_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAdx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroyAAq ;
  x3do:DEF 'MuroAAdx' ;
  x3do:translation ( 9.815 0 0 ) .
:MuroyAAq a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :MuroAAdx ;
  x3do:hasChildren :MuroAAyr1q, :MuroAAyr2q, :MuroAAyr1gr2q, :MuroAAyr1gr3q, :MuroAAyr4q, :MuroAAyr5q ;
  x3do:DEF 'MuroyAAq' .
:MuroAAyr1q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :Shape_2_50_1_1_1 ;
  x3do:DEF 'MuroAAyr1q' ;
  x3do:translation ( 0.871 -0.3 -8.73 ) .
:Shape_2_50_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr1q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_1_1_2 .
:IndexedFaceSet_2_50_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_1_1 ;
  x3do:hasCoord :Coordinate_2_50_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-111 .
:SandStone_Out-USE-111 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr2q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :Shape_2_50_1_2_1 ;
  x3do:DEF 'MuroAAyr2q' ;
  x3do:translation ( 0.871 -0.3 -6.87 ) .
:Shape_2_50_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr2q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_2_1_2 .
:IndexedFaceSet_2_50_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_2_1 ;
  x3do:hasCoord :Coordinate_2_50_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-112 .
:SandStone_Out-USE-112 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr1gr2q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :MuroAAyr12q, :MuroAAyr22q ;
  x3do:DEF 'MuroAAyr1gr2q' ;
  x3do:translation ( 0 0 -9.18 ) .
:MuroAAyr12q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr2q ;
  x3do:hasChildren :Shape_2_50_1_3_1_1 ;
  x3do:DEF 'MuroAAyr12q' ;
  x3do:translation ( 0.871 -0.3 -8.77 ) .
:Shape_2_50_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr12q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_3_1_1_2 .
:IndexedFaceSet_2_50_1_3_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_3_1_1 ;
  x3do:hasCoord :Coordinate_2_50_1_3_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_3_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_3_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_3_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-113 .
:SandStone_Out-USE-113 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_3_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr22q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr2q ;
  x3do:hasChildren :Shape_2_50_1_3_2_1 ;
  x3do:DEF 'MuroAAyr22q' ;
  x3do:translation ( 0.871 -0.3 -6.91 ) .
:Shape_2_50_1_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr22q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_3_2_1_2 .
:IndexedFaceSet_2_50_1_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_3_2_1 ;
  x3do:hasCoord :Coordinate_2_50_1_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_3_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_3_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-114 .
:SandStone_Out-USE-114 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_3_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr1gr3q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :MuroAAyr13q, :MuroAAyr23q ;
  x3do:DEF 'MuroAAyr1gr3q' ;
  x3do:translation ( 0 0 -18.17 ) .
:MuroAAyr13q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr3q ;
  x3do:hasChildren :Shape_2_50_1_4_1_1 ;
  x3do:DEF 'MuroAAyr13q' ;
  x3do:translation ( 0.871 -0.3 -8.75 ) .
:Shape_2_50_1_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr13q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_4_1_1_2 .
:IndexedFaceSet_2_50_1_4_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_4_1_1 ;
  x3do:hasCoord :Coordinate_2_50_1_4_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_4_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_4_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_4_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-115 .
:SandStone_Out-USE-115 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_4_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr23q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyr1gr3q ;
  x3do:hasChildren :Shape_2_50_1_4_2_1 ;
  x3do:DEF 'MuroAAyr23q' ;
  x3do:translation ( 0.871 -0.3 -6.91 ) .
:Shape_2_50_1_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr23q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_4_2_1_2 .
:IndexedFaceSet_2_50_1_4_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_4_2_1 ;
  x3do:hasCoord :Coordinate_2_50_1_4_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_4_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_4_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_50_1_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_4_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-116 .
:SandStone_Out-USE-116 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_4_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr4q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :Shape_2_50_1_5_1 ;
  x3do:DEF 'MuroAAyr4q' ;
  x3do:translation ( 0.8715 -0.285 -26.91 ) .
:Shape_2_50_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr4q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_5_1_2 .
:IndexedFaceSet_2_50_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_5_1 ;
  x3do:hasCoord :Coordinate_2_50_1_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_5_1_1 ;
  x3do:point ( 0 0 0 0 0 22 0 0.2 22 0 0.2 0 ) .
:Appearance_2_50_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-117 .
:SandStone_Out-USE-117 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr5q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroyAAq ;
  x3do:hasChildren :Shape_2_50_1_6_1 ;
  x3do:DEF 'MuroAAyr5q' ;
  x3do:translation ( 0.8715 2.38 -26.91 ) .
:Shape_2_50_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr5q ;
  x3do:hasGeometry :IndexedFaceSet_2_50_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_50_1_6_1_2 .
:IndexedFaceSet_2_50_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_50_1_6_1 ;
  x3do:hasCoord :Coordinate_2_50_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_50_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_50_1_6_1_1 ;
  x3do:point ( 0 0 0 0 0 22 0 0.2 22 0 0.2 0 ) .
:Appearance_2_50_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_50_1_6_1 ;
  x3do:hasMaterial :SandStone_Out-USE-118 .
:SandStone_Out-USE-118 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_50_1_6_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_51_1 ;
  x3do:DEF 'MuroAAyr5' ;
  x3do:translation ( 17.65 -0.3 -34.21 ) .
:Shape_2_51_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr5 ;
  x3do:hasGeometry :IndexedFaceSet_2_51_1_1 ;
  x3do:hasAppearance :Appearance_2_51_1_2 .
:IndexedFaceSet_2_51_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_51_1 ;
  x3do:hasCoord :Coordinate_2_51_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_51_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_51_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_51_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_51_1 ;
  x3do:hasMaterial :SandStone_Out-USE-119 .
:SandStone_Out-USE-119 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_51_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_52_1 ;
  x3do:DEF 'MuroAAyr6' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_52_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr6 ;
  x3do:hasGeometry :IndexedFaceSet_2_52_1_1 ;
  x3do:hasAppearance :Appearance_2_52_1_2 .
:IndexedFaceSet_2_52_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_52_1 ;
  x3do:hasCoord :Coordinate_2_52_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_52_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_52_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_52_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_52_1 ;
  x3do:hasMaterial :SandStone_Out-USE-120 .
:SandStone_Out-USE-120 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_52_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_53_1 ;
  x3do:DEF 'MuroAAyr7' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_53_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr7 ;
  x3do:hasGeometry :IndexedFaceSet_2_53_1_1 ;
  x3do:hasAppearance :Appearance_2_53_1_2 .
:IndexedFaceSet_2_53_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_53_1 ;
  x3do:hasCoord :Coordinate_2_53_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_53_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_53_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_53_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_53_1 ;
  x3do:hasMaterial :SandStone_Out-USE-121 .
:SandStone_Out-USE-121 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_53_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_54_1 ;
  x3do:DEF 'MuroAAyr8' ;
  x3do:translation ( 17.65 2.38 -36.11 ) .
:Shape_2_54_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr8 ;
  x3do:hasGeometry :IndexedFaceSet_2_54_1_1 ;
  x3do:hasAppearance :Appearance_2_54_1_2 .
:IndexedFaceSet_2_54_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_54_1 ;
  x3do:hasCoord :Coordinate_2_54_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_54_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_54_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_54_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_54_1 ;
  x3do:hasMaterial :SandStone_Out-USE-122 .
:SandStone_Out-USE-122 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_54_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyrSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroAAyr51, :MuroAAyr61, :MuroAAyr71, :MuroAAyr81 ;
  x3do:DEF 'MuroAAyrSX' ;
  x3do:translation ( -23.76 0 0 ) .
:MuroAAyr51 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX ;
  x3do:hasChildren :Shape_2_55_1_1 ;
  x3do:DEF 'MuroAAyr51' ;
  x3do:translation ( 17.65 -0.3 -34.21 ) .
:Shape_2_55_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr51 ;
  x3do:hasGeometry :IndexedFaceSet_2_55_1_1_1 ;
  x3do:hasAppearance :Appearance_2_55_1_1_2 .
:IndexedFaceSet_2_55_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_55_1_1 ;
  x3do:hasCoord :Coordinate_2_55_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_55_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_55_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_55_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_55_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-123 .
:SandStone_Out-USE-123 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_55_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr61 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX ;
  x3do:hasChildren :Shape_2_55_2_1 ;
  x3do:DEF 'MuroAAyr61' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_55_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr61 ;
  x3do:hasGeometry :IndexedFaceSet_2_55_2_1_1 ;
  x3do:hasAppearance :Appearance_2_55_2_1_2 .
:IndexedFaceSet_2_55_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_55_2_1 ;
  x3do:hasCoord :Coordinate_2_55_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_55_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_55_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_55_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_55_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-124 .
:SandStone_Out-USE-124 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_55_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr71 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX ;
  x3do:hasChildren :Shape_2_55_3_1 ;
  x3do:DEF 'MuroAAyr71' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_55_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr71 ;
  x3do:hasGeometry :IndexedFaceSet_2_55_3_1_1 ;
  x3do:hasAppearance :Appearance_2_55_3_1_2 .
:IndexedFaceSet_2_55_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_55_3_1 ;
  x3do:hasCoord :Coordinate_2_55_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_55_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_55_3_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_55_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_55_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-125 .
:SandStone_Out-USE-125 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_55_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr81 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX ;
  x3do:hasChildren :Shape_2_55_4_1 ;
  x3do:DEF 'MuroAAyr81' ;
  x3do:translation ( 17.65 2.38 -36.11 ) .
:Shape_2_55_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr81 ;
  x3do:hasGeometry :IndexedFaceSet_2_55_4_1_1 ;
  x3do:hasAppearance :Appearance_2_55_4_1_2 .
:IndexedFaceSet_2_55_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_55_4_1 ;
  x3do:hasCoord :Coordinate_2_55_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_55_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_55_4_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_55_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_55_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-126 .
:SandStone_Out-USE-126 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_55_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyrSX2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroAAyr512, :MuroAAyr612, :MuroAAyr712, :MuroAAyr812 ;
  x3do:DEF 'MuroAAyrSX2' ;
  x3do:translation ( -16.365 1.45 -6.62 ) .
:MuroAAyr512 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX2 ;
  x3do:hasChildren :Shape_2_56_1_1 ;
  x3do:DEF 'MuroAAyr512' ;
  x3do:translation ( 17.65 -0.3 -34.21 ) .
:Shape_2_56_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr512 ;
  x3do:hasGeometry :IndexedFaceSet_2_56_1_1_1 ;
  x3do:hasAppearance :Appearance_2_56_1_1_2 .
:IndexedFaceSet_2_56_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_56_1_1 ;
  x3do:hasCoord :Coordinate_2_56_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_56_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_56_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_56_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_56_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-127 .
:SandStone_Out-USE-127 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_56_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr612 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX2 ;
  x3do:hasChildren :Shape_2_56_2_1 ;
  x3do:DEF 'MuroAAyr612' ;
  x3do:translation ( 17.65 -0.3 -35.78 ) .
:Shape_2_56_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr612 ;
  x3do:hasGeometry :IndexedFaceSet_2_56_2_1_1 ;
  x3do:hasAppearance :Appearance_2_56_2_1_2 .
:IndexedFaceSet_2_56_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_56_2_1 ;
  x3do:hasCoord :Coordinate_2_56_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_56_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_56_2_1_1 ;
  x3do:point ( 0 0 -0.2 0 0 0.3 0 3 0.3 0 3 -0.2 ) .
:Appearance_2_56_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_56_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-128 .
:SandStone_Out-USE-128 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_56_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr712 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX2 ;
  x3do:hasChildren :Shape_2_56_3_1 ;
  x3do:DEF 'MuroAAyr712' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_56_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr712 ;
  x3do:hasGeometry :IndexedFaceSet_2_56_3_1_1 ;
  x3do:hasAppearance :Appearance_2_56_3_1_2 .
:IndexedFaceSet_2_56_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_56_3_1 ;
  x3do:hasCoord :Coordinate_2_56_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_56_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_56_3_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_56_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_56_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-129 .
:SandStone_Out-USE-129 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_56_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroAAyr812 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroAAyrSX2 ;
  x3do:hasChildren :Shape_2_56_4_1 ;
  x3do:DEF 'MuroAAyr812' ;
  x3do:translation ( 17.65 2.15 -36.11 ) .
:Shape_2_56_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAyr812 ;
  x3do:hasGeometry :IndexedFaceSet_2_56_4_1_1 ;
  x3do:hasAppearance :Appearance_2_56_4_1_2 .
:IndexedFaceSet_2_56_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_56_4_1 ;
  x3do:hasCoord :Coordinate_2_56_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_56_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_56_4_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_56_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_56_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-130 .
:SandStone_Out-USE-130 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_56_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyrSX2f a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512j, :MuroqAAyr612k, :MuroqAAyr712k, :MuroqAAyr812o ;
  x3do:DEF 'MuroqAAyrSX2f' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 40.45 -0.74 -30.48 ) .
:MuroqAAyr512j a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2f ;
  x3do:hasChildren :Shape_2_57_1_1 ;
  x3do:DEF 'MuroqAAyr512j' ;
  x3do:translation ( 17.65 -0.3 -34.21 ) .
:Shape_2_57_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512j ;
  x3do:hasGeometry :IndexedFaceSet_2_57_1_1_1 ;
  x3do:hasAppearance :Appearance_2_57_1_1_2 .
:IndexedFaceSet_2_57_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_57_1_1 ;
  x3do:hasCoord :Coordinate_2_57_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_57_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_57_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_57_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_57_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-131 .
:SandStone_Out-USE-131 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_57_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr612k a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2f ;
  x3do:hasChildren :Shape_2_57_2_1 ;
  x3do:DEF 'MuroqAAyr612k' ;
  x3do:translation ( 17.65 -0.3 -35.56 ) .
:Shape_2_57_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr612k ;
  x3do:hasGeometry :IndexedFaceSet_2_57_2_1_1 ;
  x3do:hasAppearance :Appearance_2_57_2_1_2 .
:IndexedFaceSet_2_57_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_57_2_1 ;
  x3do:hasCoord :Coordinate_2_57_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_57_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_57_2_1_1 ;
  x3do:point ( 0 0 -0.2 0 0 0.3 0 3 0.3 0 3 -0.2 ) .
:Appearance_2_57_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_57_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-132 .
:SandStone_Out-USE-132 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_57_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr712k a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2f ;
  x3do:hasChildren :Shape_2_57_3_1 ;
  x3do:DEF 'MuroqAAyr712k' ;
  x3do:translation ( 17.65 -0.3 -36.11 ) .
:Shape_2_57_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr712k ;
  x3do:hasGeometry :IndexedFaceSet_2_57_3_1_1 ;
  x3do:hasAppearance :Appearance_2_57_3_1_2 .
:IndexedFaceSet_2_57_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_57_3_1 ;
  x3do:hasCoord :Coordinate_2_57_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_57_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_57_3_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_57_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_57_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-133 .
:SandStone_Out-USE-133 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_57_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr812o a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2f ;
  x3do:hasChildren :Shape_2_57_4_1 ;
  x3do:DEF 'MuroqAAyr812o' ;
  x3do:translation ( 17.65 1.65 -36.11 ) .
:Shape_2_57_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr812o ;
  x3do:hasGeometry :IndexedFaceSet_2_57_4_1_1 ;
  x3do:hasAppearance :Appearance_2_57_4_1_2 .
:IndexedFaceSet_2_57_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_57_4_1 ;
  x3do:hasCoord :Coordinate_2_57_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_57_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_57_4_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_57_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_57_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-134 .
:SandStone_Out-USE-134 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_57_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyrSX2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512ull, :MuroqAAyr612, :MuroqAAyr712, :MuroqAAyr812 ;
  x3do:DEF 'MuroqAAyrSX2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 40.6 2.94 -30.485 ) .
:MuroqAAyr512ull a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2 ;
  x3do:hasChildren :Shape_2_58_1_1 ;
  x3do:DEF 'MuroqAAyr512ull' ;
  x3do:translation ( 17.65 -1.3 -34.47 ) .
:Shape_2_58_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512ull ;
  x3do:hasGeometry :IndexedFaceSet_2_58_1_1_1 ;
  x3do:hasAppearance :Appearance_2_58_1_1_2 .
:IndexedFaceSet_2_58_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_58_1_1 ;
  x3do:hasCoord :Coordinate_2_58_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_58_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_58_1_1_1 ;
  x3do:point ( 0 0 0 0 0 0.3 0 3 0.3 0 3 0 ) .
:Appearance_2_58_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_58_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-135 .
:SandStone_Out-USE-135 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_58_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr612 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2 ;
  x3do:hasChildren :Shape_2_58_2_1 ;
  x3do:DEF 'MuroqAAyr612' ;
  x3do:translation ( 17.65 -1.3 -35.56 ) .
:Shape_2_58_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr612 ;
  x3do:hasGeometry :IndexedFaceSet_2_58_2_1_1 ;
  x3do:hasAppearance :Appearance_2_58_2_1_2 .
:IndexedFaceSet_2_58_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_58_2_1 ;
  x3do:hasCoord :Coordinate_2_58_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_58_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_58_2_1_1 ;
  x3do:point ( 0 0 -0.2 0 0 0.3 0 3 0.3 0 3 -0.2 ) .
:Appearance_2_58_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_58_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-136 .
:SandStone_Out-USE-136 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_58_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr712 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2 ;
  x3do:hasChildren :Shape_2_58_3_1 ;
  x3do:DEF 'MuroqAAyr712' ;
  x3do:translation ( 17.65 -0.36 -36.11 ) .
:Shape_2_58_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr712 ;
  x3do:hasGeometry :IndexedFaceSet_2_58_3_1_1 ;
  x3do:hasAppearance :Appearance_2_58_3_1_2 .
:IndexedFaceSet_2_58_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_58_3_1 ;
  x3do:hasCoord :Coordinate_2_58_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_58_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_58_3_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.2 2 0 0.2 0 ) .
:Appearance_2_58_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_58_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-137 .
:SandStone_Out-USE-137 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_58_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqAAyr812 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqAAyrSX2 ;
  x3do:hasChildren :Shape_2_58_4_1 ;
  x3do:DEF 'MuroqAAyr812' ;
  x3do:translation ( 17.65 1.2 -36.12 ) .
:Shape_2_58_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr812 ;
  x3do:hasGeometry :IndexedFaceSet_2_58_4_1_1 ;
  x3do:hasAppearance :Appearance_2_58_4_1_2 .
:IndexedFaceSet_2_58_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_58_4_1 ;
  x3do:hasCoord :Coordinate_2_58_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_58_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_58_4_1_1 ;
  x3do:point ( 0 0 0 0 0 2 0 0.4 2 0 0.4 0 ) .
:Appearance_2_58_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_58_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-138 .
:SandStone_Out-USE-138 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_58_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqqAAyrSX2a a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512 ;
  x3do:DEF 'MuroqqAAyrSX2a' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 44.5 0.8 -30.485 ) .
:MuroqAAyr512 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqqAAyrSX2a ;
  x3do:hasChildren :Shape_2_59_1_1 ;
  x3do:DEF 'MuroqAAyr512' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_59_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512 ;
  x3do:hasGeometry :IndexedFaceSet_2_59_1_1_1 ;
  x3do:hasAppearance :Appearance_2_59_1_1_2 .
:IndexedFaceSet_2_59_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_59_1_1 ;
  x3do:hasCoord :Coordinate_2_59_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_59_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_59_1_1_1 ;
  x3do:point ( 0 0.06 0 0 0.06 0.3 0 5.26 0.3 0 5.26 0 ) .
:Appearance_2_59_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_59_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-139 .
:SandStone_Out-USE-139 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_59_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqqAAyrSX2uf a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512uaq ;
  x3do:DEF 'MuroqqAAyrSX2uf' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 43.7 0.8 -30.485 ) .
:MuroqAAyr512uaq a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqqAAyrSX2uf ;
  x3do:hasChildren :Shape_2_60_1_1 ;
  x3do:DEF 'MuroqAAyr512uaq' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_60_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512uaq ;
  x3do:hasGeometry :IndexedFaceSet_2_60_1_1_1 ;
  x3do:hasAppearance :Appearance_2_60_1_1_2 .
:IndexedFaceSet_2_60_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_60_1_1 ;
  x3do:hasCoord :Coordinate_2_60_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_60_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_60_1_1_1 ;
  x3do:point ( 0 0.06 0 0 0.06 0.3 0 7 0.3 0 7 0 ) .
:Appearance_2_60_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_60_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-140 .
:SandStone_Out-USE-140 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_60_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqqAAyrSX2u a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512ua ;
  x3do:DEF 'MuroqqAAyrSX2u' ;
  x3do:translation ( -23.755 0.8 3.7 ) .
:MuroqAAyr512ua a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqqAAyrSX2u ;
  x3do:hasChildren :Shape_2_61_1_1 ;
  x3do:DEF 'MuroqAAyr512ua' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_61_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512ua ;
  x3do:hasGeometry :IndexedFaceSet_2_61_1_1_1 ;
  x3do:hasAppearance :Appearance_2_61_1_1_2 .
:IndexedFaceSet_2_61_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_61_1_1 ;
  x3do:hasCoord :Coordinate_2_61_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_61_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_61_1_1_1 ;
  x3do:point ( 0 0.06 -0.5 0 0.06 0.55 0 7 0.55 0 7 -0.5 ) .
:Appearance_2_61_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_61_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-141 .
:SandStone_Out-USE-141 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_61_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqqAAyrSX2uy a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512uw ;
  x3do:DEF 'MuroqqAAyrSX2uy' ;
  x3do:translation ( 0 0.8 3.5 ) .
:MuroqAAyr512uw a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqqAAyrSX2uy ;
  x3do:hasChildren :Shape_2_62_1_1 ;
  x3do:DEF 'MuroqAAyr512uw' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_62_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512uw ;
  x3do:hasGeometry :IndexedFaceSet_2_62_1_1_1 ;
  x3do:hasAppearance :Appearance_2_62_1_1_2 .
:IndexedFaceSet_2_62_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_62_1_1 ;
  x3do:hasCoord :Coordinate_2_62_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_62_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_62_1_1_1 ;
  x3do:point ( 0 0.06 -0.5 0 0.06 0.55 0 6.8 0.55 0 6.8 -0.5 ) .
:Appearance_2_62_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_62_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-142 .
:SandStone_Out-USE-142 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_62_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqqAAyrSX2uut a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAAyr512s ;
  x3do:DEF 'MuroqqAAyrSX2uut' ;
  x3do:translation ( -6.94 0.8 34 ) .
:MuroqAAyr512s a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqqAAyrSX2uut ;
  x3do:hasChildren :Shape_2_63_1_1 ;
  x3do:DEF 'MuroqAAyr512s' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_63_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAAyr512s ;
  x3do:hasGeometry :IndexedFaceSet_2_63_1_1_1 ;
  x3do:hasAppearance :Appearance_2_63_1_1_2 .
:IndexedFaceSet_2_63_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_63_1_1 ;
  x3do:hasCoord :Coordinate_2_63_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_63_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_63_1_1_1 ;
  x3do:point ( 0 0.06 -0.5 0 0.06 0.55 0 6.8 0.55 0 6.8 -0.5 ) .
:Appearance_2_63_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_63_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-143 .
:SandStone_Out-USE-143 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_63_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqiqAAyrSX2uud a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAiAyr512gs ;
  x3do:DEF 'MuroqiqAAyrSX2uud' ;
  x3do:translation ( -4.65 0.9 4.26 ) .
:MuroqAiAyr512gs a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqiqAAyrSX2uud ;
  x3do:hasChildren :Shape_2_64_1_1 ;
  x3do:DEF 'MuroqAiAyr512gs' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_64_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAiAyr512gs ;
  x3do:hasGeometry :IndexedFaceSet_2_64_1_1_1 ;
  x3do:hasAppearance :Appearance_2_64_1_1_2 .
:IndexedFaceSet_2_64_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_64_1_1 ;
  x3do:hasCoord :Coordinate_2_64_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_64_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_64_1_1_1 ;
  x3do:point ( 0 0 0 0.3 0 0 0.3 3 0 0 3 0 ) .
:Appearance_2_64_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_64_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-144 .
:SandStone_Out-USE-144 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_64_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqiqAAyrSX2uudd a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqAiAyr512sb ;
  x3do:DEF 'MuroqiqAAyrSX2uudd' ;
  x3do:translation ( -2.8 0.9 4.26 ) .
:MuroqAiAyr512sb a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqiqAAyrSX2uudd ;
  x3do:hasChildren :Shape_2_65_1_1 ;
  x3do:DEF 'MuroqAiAyr512sb' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_65_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAiAyr512sb ;
  x3do:hasGeometry :IndexedFaceSet_2_65_1_1_1 ;
  x3do:hasAppearance :Appearance_2_65_1_1_2 .
:IndexedFaceSet_2_65_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_65_1_1 ;
  x3do:hasCoord :Coordinate_2_65_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_65_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_65_1_1_1 ;
  x3do:point ( 0 0 0 0.3 0 0 0.3 3 0 0 3 0 ) .
:Appearance_2_65_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_65_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-145 .
:SandStone_Out-USE-145 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_65_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:ssx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroqiqAAyrSX2uu, :MuroqiqAAyrSX2uuc ;
  x3do:DEF 'ssx' ;
  x3do:translation ( -15.515 0 0.01 ) .
:MuroqiqAAyrSX2uu a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ssx ;
  x3do:hasChildren :MuroqAiAyr512sz ;
  x3do:DEF 'MuroqiqAAyrSX2uu' ;
  x3do:translation ( -4.53 0.9 4.26 ) .
:MuroqAiAyr512sz a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqiqAAyrSX2uu ;
  x3do:hasChildren :Shape_2_66_1_1_1 ;
  x3do:DEF 'MuroqAiAyr512sz' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_66_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAiAyr512sz ;
  x3do:hasGeometry :IndexedFaceSet_2_66_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_66_1_1_1_2 .
:IndexedFaceSet_2_66_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_66_1_1_1 ;
  x3do:hasCoord :Coordinate_2_66_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_66_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_66_1_1_1_1 ;
  x3do:point ( 0 0 0 0.3 0 0 0.3 3 0 0 3 0 ) .
:Appearance_2_66_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_66_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-146 .
:SandStone_Out-USE-146 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_66_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroqiqAAyrSX2uuc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ssx ;
  x3do:hasChildren :MuroqAiAyr512s ;
  x3do:DEF 'MuroqiqAAyrSX2uuc' ;
  x3do:translation ( -2.8 0.9 4.26 ) .
:MuroqAiAyr512s a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroqiqAAyrSX2uuc ;
  x3do:hasChildren :Shape_2_66_2_1_1 ;
  x3do:DEF 'MuroqAiAyr512s' ;
  x3do:translation ( 17.65 -3 -34.47 ) .
:Shape_2_66_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroqAiAyr512s ;
  x3do:hasGeometry :IndexedFaceSet_2_66_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_66_2_1_1_2 .
:IndexedFaceSet_2_66_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_66_2_1_1 ;
  x3do:hasCoord :Coordinate_2_66_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_66_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_66_2_1_1_1 ;
  x3do:point ( 0 0 0 0.3 0 0 0.3 3 0 0 3 0 ) .
:Appearance_2_66_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_66_2_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-147 .
:SandStone_Out-USE-147 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_66_2_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLateraleDX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroLateraleInt, :nicchia, :nicchia2Fuori, :nicchia2dentro, :MuroLateraleEst ;
  x3do:DEF 'MuroLateraleDX' .
:MuroLateraleInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleDX ;
  x3do:hasChildren :Shape_2_67_1_1 ;
  x3do:DEF 'MuroLateraleInt' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.356 -2.135 -31.17 ) .
:Shape_2_67_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLateraleInt ;
  x3do:hasGeometry :IndexedFaceSet_2_67_1_1_1 ;
  x3do:hasAppearance :Appearance_2_67_1_1_2 .
:IndexedFaceSet_2_67_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_67_1_1 ;
  x3do:hasCoord :Coordinate_2_67_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 10 12 7 3 -1 3 4 5 6 11 13 14 16 -1 16 10 34 19 20 22 -1 22 35 24 26 25 27 28 30 -1 30 24 31 32 -1 ) ;
  x3do:solid false .
:Coordinate_2_67_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_67_1_1_1 ;
  x3do:point ( 0 0 0 0 7.3 0 4.41 7.3 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 7.3 0 13.39 7.3 0 15.21 7.3 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.46 4.09 0 18.68 4.09 0 17.46 2.33 0 18.68 2.33 0 17.46 0 0 18.68 0 0 22.61 7.3 0 24.43 7.3 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 31.3 7.3 0 31.3 0 0 6.23 0 0 17.46 7.3 0 18.68 7.3 0 ) .
:Appearance_2_67_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_67_1_1 ;
  x3do:hasMaterial :White-USE-45 .
:White-USE-45 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_67_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:nicchia a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleDX ;
  x3do:hasChildren :Shape_2_67_2_1 ;
  x3do:DEF 'nicchia' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 9.3708 0.195 -12.49 ) .
:Shape_2_67_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :nicchia ;
  x3do:hasGeometry :IndexedFaceSet_2_67_2_1_1 ;
  x3do:hasAppearance :Appearance_2_67_2_1_2 .
:IndexedFaceSet_2_67_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_67_2_1 ;
  x3do:hasCoord :Coordinate_2_67_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 3 2 6 7 -1 1 2 6 5 -1 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_67_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_67_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.8 1.221 0 0.8 1.221 0 0 0 2.5 0 0 2.5 0.8 1.221 2.5 0.8 1.221 2.5 0 ) .
:Appearance_2_67_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_67_2_1 ;
  x3do:hasMaterial :SandStone_In1 .
:SandStone_In1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_67_2_1_2 ;
  x3do:DEF 'SandStone_In1' ;
  x3do:diffuseColor ( 1 0.85 0.55 ) .
:nicchia2Fuori a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleDX ;
  x3do:hasChildren :Shape_2_67_3_1 ;
  x3do:DEF 'nicchia2Fuori' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.99 1 1 ) ;
  x3do:translation ( 9.3708 1.95 -13.1 ) .
:Shape_2_67_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :nicchia2Fuori ;
  x3do:hasGeometry :IndexedFaceSet_2_67_3_1_1 ;
  x3do:hasAppearance :Appearance_2_67_3_1_2 .
:IndexedFaceSet_2_67_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_67_3_1 ;
  x3do:hasCoord :Coordinate_2_67_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_67_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_67_3_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 3.25 0 0.62265 3.25 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 0.8 0.8 0.62265 0.8 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_67_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_67_3_1 ;
  x3do:hasMaterial :White-USE-46 .
:White-USE-46 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_67_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:nicchia2dentro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleDX ;
  x3do:hasChildren :Shape_2_67_4_1 ;
  x3do:DEF 'nicchia2dentro' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.99 1 1 ) ;
  x3do:translation ( 9.3708 1.95 -13.1 ) .
:Shape_2_67_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :nicchia2dentro ;
  x3do:hasGeometry :IndexedFaceSet_2_67_4_1_1 ;
  x3do:hasAppearance :Appearance_2_67_4_1_2 .
:IndexedFaceSet_2_67_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_67_4_1 ;
  x3do:hasCoord :Coordinate_2_67_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_67_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_67_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 3.25 0 0.62265 3.25 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 0.8 0.8 0.62265 0.8 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_67_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_67_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-1 .
:SandStone_In1-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_67_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:MuroLateraleEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleDX ;
  x3do:hasChildren :Shape_2_67_5_1 ;
  x3do:DEF 'MuroLateraleEst' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 10.666 -2.135 -31.17 ) .
:Shape_2_67_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLateraleEst ;
  x3do:hasGeometry :IndexedFaceSet_2_67_5_1_1 ;
  x3do:hasAppearance :Appearance_2_67_5_1_2 .
:IndexedFaceSet_2_67_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_67_5_1 ;
  x3do:hasCoord :Coordinate_2_67_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 10 12 7 3 -1 3 4 5 6 11 13 14 16 -1 16 10 34 19 20 22 -1 22 35 24 26 25 27 28 30 -1 30 24 31 32 -1 19 29 35 34 -1 31 38 40 39 37 36 -1 ) ;
  x3do:solid false .
:Coordinate_2_67_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_67_5_1_1 ;
  x3do:point ( 0 0 0 0 6.83 0 4.41 6.83 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 6.83 0 13.39 6.83 0 15.21 6.83 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.46 4.09 0 18.68 4.09 0 17.46 2.33 0 18.68 2.33 0 17.46 0 0 18.68 0 0 22.61 6.83 0 24.43 6.83 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 30.5 6.83 0 30.5 0 0 6.23 0 0 17.46 6.83 0 18.68 6.83 0 30.5 4.31 0 31.84 4.31 0 31.74 6.83 0 31.84 5.52 0 31.74 5.52 0 ) .
:Appearance_2_67_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_67_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-148 .
:SandStone_Out-USE-148 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_67_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroLateraleSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroLateraleInt2, :MuroLateraleEst2, :NicchiaSX1, :NicchiaSX1Dietro, :NicchiaSX2Fuori, :NicchiaSX2Dentro ;
  x3do:DEF 'MuroLateraleSX' ;
  x3do:translation ( -9.81 0 0.02 ) .
:MuroLateraleInt2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_1_1 ;
  x3do:DEF 'MuroLateraleInt2' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 11.985 -2.135 -31.17 ) .
:Shape_2_68_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLateraleInt2 ;
  x3do:hasGeometry :IndexedFaceSet_2_68_1_1_1 ;
  x3do:hasAppearance :Appearance_2_68_1_1_2 .
:IndexedFaceSet_2_68_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_1_1 ;
  x3do:hasCoord :Coordinate_2_68_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 10 12 7 3 -1 3 4 5 6 11 13 14 16 -1 16 10 34 19 20 22 -1 22 35 24 26 25 27 28 30 -1 30 24 31 32 -1 32 36 37 38 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_1_1_1 ;
  x3do:point ( 0 0 0 0 7.3 0 4.41 7.3 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 7.3 0 13.39 7.3 0 15.21 7.3 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.32 4.09 0 19.44 4.09 0 17.32 2.33 0 19.44 2.33 0 17.32 0 0 19.44 0 0 22.61 7.3 0 24.43 7.3 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 27.7 7.3 0 27.7 0 0 6.23 0 0 17.32 7.3 0 19.44 7.3 0 27.7 4.13 0 29 4.13 0 29 0 0 17.32 4.09 0.8 19.44 4.09 0.8 17.32 2.33 0.8 19.44 2.33 0.8 ) .
:Appearance_2_68_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_1_1 ;
  x3do:hasMaterial :White-USE-47 .
:White-USE-47 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroLateraleEst2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_2_1 ;
  x3do:DEF 'MuroLateraleEst2' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 10.666 -2.135 -31.17 ) .
:Shape_2_68_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroLateraleEst2 ;
  x3do:hasGeometry :IndexedFaceSet_2_68_2_1_1 ;
  x3do:hasAppearance :Appearance_2_68_2_1_2 .
:IndexedFaceSet_2_68_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_2_1 ;
  x3do:hasCoord :Coordinate_2_68_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 10 12 7 3 -1 3 4 5 6 11 13 14 16 -1 16 10 34 19 20 22 -1 22 35 24 26 25 27 28 30 -1 30 24 31 32 -1 19 29 35 34 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_2_1_1 ;
  x3do:point ( 0 0 0 0 6.88 0 4.41 6.88 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 6.88 0 13.39 6.88 0 15.21 6.88 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.46 4.09 0 18.68 4.09 0 17.46 2.33 0 18.68 2.33 0 17.46 0 0 18.68 0 0 22.61 6.88 0 24.43 6.88 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 27.7 6.88 0 27.7 0 0 6.23 0 0 17.46 6.88 0 18.68 6.88 0 ) .
:Appearance_2_68_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-149 .
:SandStone_Out-USE-149 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:NicchiaSX1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_3_1 ;
  x3do:DEF 'NicchiaSX1' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 11.985 -2.135 -31.17 ) .
:Shape_2_68_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaSX1 ;
  x3do:hasGeometry :IndexedFaceSet_2_68_3_1_1 ;
  x3do:hasAppearance :Appearance_2_68_3_1_2 .
:IndexedFaceSet_2_68_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_3_1 ;
  x3do:hasCoord :Coordinate_2_68_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 20 42 40 -1 19 20 42 41 -1 17 19 41 39 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_3_1_1 ;
  x3do:point ( 0 0 0 0 6.83 0 4.41 6.83 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 6.83 0 13.39 6.83 0 15.21 6.83 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.32 4.34 0 19.44 4.34 0 17.32 2.33 0 19.44 2.33 0 17.32 0 0 19.44 0 0 22.61 6.83 0 24.43 6.83 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 27.7 6.83 0 27.7 0 0 6.23 0 0 17.32 6.83 0 19.44 6.83 0 27.7 4.13 0 29 4.13 0 29 0 0 17.32 4.34 0.8 19.44 4.34 0.8 17.32 2.33 0.8 19.44 2.33 0.8 ) .
:Appearance_2_68_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-2 .
:SandStone_In1-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:NicchiaSX1Dietro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_4_1 ;
  x3do:DEF 'NicchiaSX1Dietro' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 11.185 -2.135 -31.17 ) .
:Shape_2_68_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaSX1Dietro ;
  x3do:hasGeometry :IndexedFaceSet_2_68_4_1_1 ;
  x3do:hasAppearance :Appearance_2_68_4_1_2 .
:IndexedFaceSet_2_68_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_4_1 ;
  x3do:hasCoord :Coordinate_2_68_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 19 20 18 17 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_4_1_1 ;
  x3do:point ( 0 0 0 0 6.83 0 4.41 6.83 0 4.41 0 0 4.41 1.91 0 6.23 1.91 0 6.23 4.66 0 4.41 4.66 0 6.23 6.83 0 13.39 6.83 0 15.21 6.83 0 13.39 4.66 0 15.21 4.66 0 13.39 1.91 0 15.21 1.91 0 13.39 0 0 15.21 0 0 17.32 4.99 0 19.44 4.99 0 17.32 2.33 0 19.44 2.33 0 17.32 0 0 19.44 0 0 22.61 6.83 0 24.43 6.83 0 22.61 4.66 0 24.43 4.66 0 22.61 1.91 0 24.43 1.91 0 22.61 0 0 24.43 0 0 27.7 6.83 0 27.7 0 0 6.23 0 0 17.32 6.83 0 19.44 6.83 0 27.7 4.13 0 29 4.13 0 29 0 0 17.32 4.34 0.8 19.44 4.34 0.8 17.32 2.33 0.8 19.44 2.33 0.8 ) .
:Appearance_2_68_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-3 .
:SandStone_In1-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:NicchiaSX2Fuori a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_5_1 ;
  x3do:DEF 'NicchiaSX2Fuori' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:scale ( 1.71 1 1 ) ;
  x3do:translation ( 12 2.2 -12.79 ) .
:Shape_2_68_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaSX2Fuori ;
  x3do:hasGeometry :IndexedFaceSet_2_68_5_1_1 ;
  x3do:hasAppearance :Appearance_2_68_5_1_2 .
:IndexedFaceSet_2_68_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_5_1 ;
  x3do:hasCoord :Coordinate_2_68_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_5_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 2.95 0 0.62265 2.95 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 0.95 0.8 0.62265 0.95 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_68_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_5_1 ;
  x3do:hasMaterial :White-USE-48 .
:White-USE-48 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:NicchiaSX2Dentro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroLateraleSX ;
  x3do:hasChildren :Shape_2_68_6_1 ;
  x3do:DEF 'NicchiaSX2Dentro' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:scale ( 1.71 1 1 ) ;
  x3do:translation ( 12 2.2 -12.79 ) .
:Shape_2_68_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaSX2Dentro ;
  x3do:hasGeometry :IndexedFaceSet_2_68_6_1_1 ;
  x3do:hasAppearance :Appearance_2_68_6_1_2 .
:IndexedFaceSet_2_68_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_68_6_1 ;
  x3do:hasCoord :Coordinate_2_68_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_68_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_68_6_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 2.95 0 0.62265 2.95 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 0.95 0.8 0.62265 0.95 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_68_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_68_6_1 ;
  x3do:hasMaterial :SandStone_In1-USE-4 .
:SandStone_In1-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_68_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:MuroTransetto1DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto1InttDX, :MuroTransetto1EstDXLat, :MuroTransetto1EsttDX ;
  x3do:DEF 'MuroTransetto1DX' ;
  x3do:translation ( 9.36 -2.135 -30.22 ) .
:MuroTransetto1InttDX a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto1DX ;
  x3do:hasGeometry :IndexedFaceSet_2_69_1_1 ;
  x3do:hasAppearance :Appearance_2_69_1_2 ;
  x3do:DEF 'MuroTransetto1InttDX' .
:IndexedFaceSet_2_69_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :MuroTransetto1InttDX ;
  x3do:hasCoord :Coordinate_2_69_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 18 19 4 5 13 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_69_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_69_1_1 ;
  x3do:point ( 0 0 0 0 0 -0.95 3.87 0 -0.95 3.87 0 0 5.58 0 -0.95 7.6 0 -0.95 8 0 0 5.58 0 0 0 6.91 0 0 6.91 -0.95 3.87 6.91 -0.95 3.87 6.91 0 5.58 6.91 -0.95 7.6 6.91 -0.95 8 6.91 0 5.58 6.91 0 3.87 2.75 0 5.58 2.75 0 3.87 2.75 -0.95 5.58 2.75 -0.95 ) .
:Appearance_2_69_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MuroTransetto1InttDX ;
  x3do:hasMaterial :White-USE-49 .
:White-USE-49 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_69_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroTransetto1EstDXLat a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto1DX ;
  x3do:hasGeometry :IndexedFaceSet_2_69_2_1 ;
  x3do:hasAppearance :Appearance_2_69_2_2 ;
  x3do:DEF 'MuroTransetto1EstDXLat' .
:IndexedFaceSet_2_69_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :MuroTransetto1EstDXLat ;
  x3do:hasCoord :Coordinate_2_69_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 6 5 13 14 -1 ) ;
  x3do:solid false .
:Coordinate_2_69_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_69_2_1 ;
  x3do:point ( 0 0 0 0 0 -0.95 3.87 0 -0.95 3.87 0 0 5.58 0 -0.95 8.28 0 -0.95 8.28 0 0 5.58 0 0 0 6.91 0 0 6.91 -0.95 3.87 6.91 -0.95 3.87 6.91 0 5.58 6.91 -0.95 8.28 6.91 -0.95 8.28 6.91 0 5.58 6.91 0 3.87 2.75 0 5.58 2.75 0 3.87 2.75 -0.95 5.58 2.75 -0.95 ) .
:Appearance_2_69_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MuroTransetto1EstDXLat ;
  x3do:hasMaterial :SandStone_Out-USE-150 .
:SandStone_Out-USE-150 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_69_2_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto1EsttDX a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto1DX ;
  x3do:hasGeometry :IndexedFaceSet_2_69_3_1 ;
  x3do:hasAppearance :Appearance_2_69_3_2 ;
  x3do:DEF 'MuroTransetto1EsttDX' .
:IndexedFaceSet_2_69_3_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :MuroTransetto1EsttDX ;
  x3do:hasCoord :Coordinate_2_69_3_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 16 17 7 6 14 8 -1 2 3 16 18 -1 4 7 17 19 -1 16 17 19 18 -1 ) ;
  x3do:solid false .
:Coordinate_2_69_3_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_69_3_1 ;
  x3do:point ( 0 0 0 0 0 -0.95 3.87 0 -0.95 3.87 0 0 5.58 0 -0.95 8.28 0 -0.95 8.28 0 0 5.58 0 0 0 6.8 0 0 6.8 -0.95 3.87 6.8 -0.95 3.87 6.8 0 5.58 6.8 -0.95 8.28 6.8 -0.95 8.28 6.8 0 5.58 6.8 0 3.87 2.75 0 5.58 2.75 0 3.87 2.75 -0.95 5.58 2.75 -0.95 ) .
:Appearance_2_69_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MuroTransetto1EsttDX ;
  x3do:hasMaterial :SandStone_Out-USE-151 .
:SandStone_Out-USE-151 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_69_3_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto1SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto1EstSX, :MuroTransetto1IntSX ;
  x3do:DEF 'MuroTransetto1SX' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( -6.1035 -2.135 -31.17 ) .
:MuroTransetto1EstSX a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto1SX ;
  x3do:hasGeometry :IndexedFaceSet_2_70_1_1 ;
  x3do:hasAppearance :Appearance_2_70_1_2 ;
  x3do:DEF 'MuroTransetto1EstSX' .
:IndexedFaceSet_2_70_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :MuroTransetto1EstSX ;
  x3do:hasCoord :Coordinate_2_70_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 18 19 4 5 13 9 -1 0 1 9 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_70_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_70_1_1 ;
  x3do:point ( 0 0 0 0 0 -0.95 -3.87 0 -0.95 -3.87 0 0 -5.58 0 -0.95 -8.28 0 -0.95 -8.28 0 0 -5.58 0 0 0 6.91 0 0 6.91 -0.95 -3.87 6.91 -0.95 -3.87 6.91 0 -5.58 6.91 -0.95 -8.28 6.91 -0.95 -8.28 6.91 0 -5.58 6.91 0 -3.87 2.75 0 -5.58 2.75 0 -3.87 2.75 -0.95 -5.58 2.75 -0.95 ) .
:Appearance_2_70_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MuroTransetto1EstSX ;
  x3do:hasMaterial :SandStone_Out-USE-152 .
:SandStone_Out-USE-152 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_70_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto1IntSX a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto1SX ;
  x3do:hasGeometry :IndexedFaceSet_2_70_2_1 ;
  x3do:hasAppearance :Appearance_2_70_2_2 ;
  x3do:DEF 'MuroTransetto1IntSX' .
:IndexedFaceSet_2_70_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :MuroTransetto1IntSX ;
  x3do:hasCoord :Coordinate_2_70_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 16 17 7 6 14 8 -1 2 3 16 18 -1 4 7 17 19 -1 16 17 19 18 -1 ) ;
  x3do:solid false .
:Coordinate_2_70_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_70_2_1 ;
  x3do:point ( -0.2 0 0 0 0 -0.95 -3.87 0 -0.95 -3.87 0 0 -5.58 0 -0.95 -7.9 0 -0.95 -8.277 0 0 -5.58 0 0 -0.2 6.91 0 0 6.91 -0.95 -3.87 6.91 -0.95 -3.87 6.91 0 -5.58 6.91 -0.95 -6.91 6.91 -0.95 -8.277 6.91 0 -5.58 6.91 0 -3.87 2.75 0 -5.58 2.75 0 -3.87 2.75 -0.95 -5.58 2.75 -0.95 ) .
:Appearance_2_70_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MuroTransetto1IntSX ;
  x3do:hasMaterial :White-USE-50 .
:White-USE-50 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_70_2_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroTransetto3DX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto3Int, :MuroTransetto3Est ;
  x3do:DEF 'MuroTransetto3DX' .
:MuroTransetto3Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto3DX ;
  x3do:hasChildren :Shape_2_71_1_1 ;
  x3do:DEF 'MuroTransetto3Int' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 16.6895 -2.135 -31.17 ) .
:Shape_2_71_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto3Int ;
  x3do:hasGeometry :IndexedFaceSet_2_71_1_1_1 ;
  x3do:hasAppearance :Appearance_2_71_1_1_2 .
:IndexedFaceSet_2_71_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_71_1_1 ;
  x3do:hasCoord :Coordinate_2_71_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 2 1 9 6 7 8 -1 4 5 9 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_71_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_71_1_1_1 ;
  x3do:point ( 0 0 0 7.4 0 0 7.4 7.1 0 0 7.1 0 2.94 1.91 0 4.76 1.91 0 4.76 4.66 0 2.94 4.66 0 2.94 0 0 4.76 0 0 ) .
:Appearance_2_71_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_71_1_1 ;
  x3do:hasMaterial :White-USE-51 .
:White-USE-51 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_71_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroTransetto3Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto3DX ;
  x3do:hasChildren :Shape_2_71_2_1 ;
  x3do:DEF 'MuroTransetto3Est' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 17.6395 -2.135 -31.17 ) .
:Shape_2_71_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto3Est ;
  x3do:hasGeometry :IndexedFaceSet_2_71_2_1_1 ;
  x3do:hasAppearance :Appearance_2_71_2_1_2 .
:IndexedFaceSet_2_71_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_71_2_1 ;
  x3do:hasCoord :Coordinate_2_71_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 2 1 9 6 7 8 -1 4 5 9 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_71_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_71_2_1_1 ;
  x3do:point ( 0 0 0 8.35 0 0 8.35 6.91 0 0 6.91 0 2.94 1.91 0 4.76 1.91 0 4.76 4.66 0 2.94 4.66 0 2.94 0 0 4.76 0 0 ) .
:Appearance_2_71_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_71_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-153 .
:SandStone_Out-USE-153 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_71_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto3SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto3Int2, :MuroTransetto3Est2 ;
  x3do:DEF 'MuroTransetto3SX' ;
  x3do:translation ( -22.79 0 0 ) .
:MuroTransetto3Int2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto3SX ;
  x3do:hasChildren :Shape_2_72_1_1 ;
  x3do:DEF 'MuroTransetto3Int2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 17.6395 -2.135 -31.17 ) .
:Shape_2_72_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto3Int2 ;
  x3do:hasGeometry :IndexedFaceSet_2_72_1_1_1 ;
  x3do:hasAppearance :Appearance_2_72_1_1_2 .
:IndexedFaceSet_2_72_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_72_1_1 ;
  x3do:hasCoord :Coordinate_2_72_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 2 1 9 6 7 8 -1 4 5 9 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_72_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_72_1_1_1 ;
  x3do:point ( 0 0 0 7.4 0 0 7.4 7.1 0 0 7.1 0 2.94 1.91 0 4.76 1.91 0 4.76 4.66 0 2.94 4.66 0 2.94 0 0 4.76 0 0 ) .
:Appearance_2_72_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_72_1_1 ;
  x3do:hasMaterial :White-USE-52 .
:White-USE-52 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_72_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroTransetto3Est2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto3SX ;
  x3do:hasChildren :Shape_2_72_2_1 ;
  x3do:DEF 'MuroTransetto3Est2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 16.6895 -2.135 -31.17 ) .
:Shape_2_72_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto3Est2 ;
  x3do:hasGeometry :IndexedFaceSet_2_72_2_1_1 ;
  x3do:hasAppearance :Appearance_2_72_2_1_2 .
:IndexedFaceSet_2_72_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_72_2_1 ;
  x3do:hasCoord :Coordinate_2_72_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 2 1 9 6 7 8 -1 4 5 9 8 -1 ) ;
  x3do:solid false .
:Coordinate_2_72_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_72_2_1_1 ;
  x3do:point ( 0 0 0 8.35 0 0 8.35 6.93 0 0 6.93 0 2.94 1.91 0 4.76 1.91 0 4.76 4.66 0 2.94 4.66 0 2.94 0 0 4.76 0 0 ) .
:Appearance_2_72_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_72_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-154 .
:SandStone_Out-USE-154 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_72_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto4DX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto4Int, :NicchiaTransetto1, :NicchiaTransetto2, :NicchiaTransetto2bis, :MuroTransetto4Est ;
  x3do:DEF 'MuroTransetto4DX' .
:MuroTransetto4Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4DX ;
  x3do:hasChildren :Shape_2_73_1_1 ;
  x3do:DEF 'MuroTransetto4Int' ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_73_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto4Int ;
  x3do:hasGeometry :IndexedFaceSet_2_73_1_1_1 ;
  x3do:hasAppearance :Appearance_2_73_1_1_2 .
:IndexedFaceSet_2_73_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_73_1_1 ;
  x3do:hasCoord :Coordinate_2_73_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 7 17 9 8 16 6 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_73_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_73_1_1_1 ;
  x3do:point ( 0 0 0 8 0 0 7.9 0 0.95 0 0 0.95 0 6.91 0 8 6.91 0 7.9 6.91 0.95 0 6.91 0.95 4.74 2.23 0.95 2.65 2.23 0.95 2.65 4.09 0.95 4.74 4.09 0.95 4.74 2.23 0.25 2.65 2.23 0.25 2.65 4.09 0.25 4.74 4.09 0.25 4.74 6.91 0.95 2.65 6.91 0.95 ) .
:Appearance_2_73_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_73_1_1 ;
  x3do:hasMaterial :White-USE-53 .
:White-USE-53 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_73_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:NicchiaTransetto1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4DX ;
  x3do:hasChildren :Shape_2_73_2_1 ;
  x3do:DEF 'NicchiaTransetto1' ;
  x3do:translation ( 9.2995 -2.135 -39.455 ) .
:Shape_2_73_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto1 ;
  x3do:hasGeometry :IndexedFaceSet_2_73_2_1_1 ;
  x3do:hasAppearance :Appearance_2_73_2_1_2 .
:IndexedFaceSet_2_73_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_73_2_1 ;
  x3do:hasCoord :Coordinate_2_73_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 9 13 14 10 -1 8 12 15 11 -1 8 9 13 12 -1 12 13 14 15 -1 ) ;
  x3do:solid false .
:Coordinate_2_73_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_73_2_1_1 ;
  x3do:point ( 0 0 0 8.34 0 0 8.34 0 0.95 0 0 0.95 0 6.83 0 8.34 6.83 0 8.34 6.83 0.95 0 6.83 0.95 4.74 2.23 0.95 2.65 2.23 0.95 2.65 4.09 0.95 4.74 4.09 0.95 4.74 2.23 0.25 2.65 2.23 0.25 2.65 5 0.25 4.74 5 0.25 4.74 6.83 0.95 2.65 6.83 0.95 ) .
:Appearance_2_73_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_73_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-5 .
:SandStone_In1-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_73_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:NicchiaTransetto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4DX ;
  x3do:hasChildren :Shape_2_73_3_1 ;
  x3do:DEF 'NicchiaTransetto2' ;
  x3do:scale ( 1.685 1 1 ) ;
  x3do:translation ( 12.995 1.955 -39.305 ) .
:Shape_2_73_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto2 ;
  x3do:hasGeometry :IndexedFaceSet_2_73_3_1_1 ;
  x3do:hasAppearance :Appearance_2_73_3_1_2 .
:IndexedFaceSet_2_73_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_73_3_1 ;
  x3do:hasCoord :Coordinate_2_73_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 ) ;
  x3do:solid false .
:Coordinate_2_73_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_73_3_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 1.15 0 0.62265 1.15 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 3.05 0.8 0.62265 3.05 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_73_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_73_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-6 .
:SandStone_In1-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_73_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:NicchiaTransetto2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4DX ;
  x3do:hasChildren :Shape_2_73_4_1 ;
  x3do:DEF 'NicchiaTransetto2bis' ;
  x3do:scale ( 1.685 1 1 ) ;
  x3do:translation ( 12.995 1.955 -39.305 ) .
:Shape_2_73_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto2bis ;
  x3do:hasGeometry :IndexedFaceSet_2_73_4_1_1 ;
  x3do:hasAppearance :Appearance_2_73_4_1_2 .
:IndexedFaceSet_2_73_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_73_4_1 ;
  x3do:hasCoord :Coordinate_2_73_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_73_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_73_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 1.15 0 0.62265 1.15 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 3.05 0.8 0.62265 3.05 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_73_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_73_4_1 ;
  x3do:hasMaterial :White-USE-54 .
:White-USE-54 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_73_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroTransetto4Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4DX ;
  x3do:hasChildren :Shape_2_73_5_1 ;
  x3do:DEF 'MuroTransetto4Est' ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_73_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto4Est ;
  x3do:hasGeometry :IndexedFaceSet_2_73_5_1_1 ;
  x3do:hasAppearance :Appearance_2_73_5_1_2 .
:IndexedFaceSet_2_73_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_73_5_1 ;
  x3do:hasCoord :Coordinate_2_73_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_73_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_73_5_1_1 ;
  x3do:point ( 0 0 0 8.34 0 0 8.34 0 0.95 0 0 0.95 0 5.5 0 8.34 2.83 0 8.34 4.83 0.95 0 4.83 0.95 ) .
:Appearance_2_73_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_73_5_1 ;
  x3do:hasMaterial :White-USE-55 .
:White-USE-55 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_73_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Presbiterio1EstSoprabis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_74_1 ;
  x3do:DEF 'Presbiterio1EstSoprabis2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.31 2.9 -39.526 ) .
:Shape_2_74_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio1EstSoprabis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_74_1_1 ;
  x3do:hasAppearance :Appearance_2_74_1_2 .
:IndexedFaceSet_2_74_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_74_1 ;
  x3do:hasCoord :Coordinate_2_74_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_74_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_74_1_1 ;
  x3do:point ( 0 0.12 0 0 -2.22 7.3363 0 1.85 7.3363 0 1.85 0 ) .
:Appearance_2_74_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_74_1 ;
  x3do:hasMaterial :SandStone_Out-USE-155 .
:SandStone_Out-USE-155 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_74_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuroTransetto4SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MuroTransetto4Int2, :NicchiaTransetto12, :NicchiaTransetto22Fuori, :NicchiaTransetto22Dentro, :MuroTransetto4Est2 ;
  x3do:DEF 'MuroTransetto4SX' ;
  x3do:translation ( -7.05 0 0 ) .
:MuroTransetto4Int2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4SX ;
  x3do:hasChildren :Shape_2_75_1_1 ;
  x3do:DEF 'MuroTransetto4Int2' ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_75_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto4Int2 ;
  x3do:hasGeometry :IndexedFaceSet_2_75_1_1_1 ;
  x3do:hasAppearance :Appearance_2_75_1_1_2 .
:IndexedFaceSet_2_75_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_75_1_1 ;
  x3do:hasCoord :Coordinate_2_75_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 7 17 9 8 16 6 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_75_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_75_1_1_1 ;
  x3do:point ( -0.2 0 0 -8.34 0 0 -8.14 0 0.95 0 0 0.95 0 6.91 0 -8.34 6.91 0 -8.14 6.91 0.95 0 6.91 0.95 -4.74 2.23 0.95 -2.65 2.23 0.95 -2.65 4.09 0.95 -4.74 4.09 0.95 -4.74 2.23 0.25 -2.65 2.23 0.25 -2.65 4.09 0.25 -4.74 4.09 0.25 -4.74 6.91 0.95 -2.65 6.91 0.95 ) .
:Appearance_2_75_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_75_1_1 ;
  x3do:hasMaterial :White-USE-56 .
:White-USE-56 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_75_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:NicchiaTransetto12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4SX ;
  x3do:hasChildren :Shape_2_75_2_1 ;
  x3do:DEF 'NicchiaTransetto12' ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_75_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto12 ;
  x3do:hasGeometry :IndexedFaceSet_2_75_2_1_1 ;
  x3do:hasAppearance :Appearance_2_75_2_1_2 .
:IndexedFaceSet_2_75_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_75_2_1 ;
  x3do:hasCoord :Coordinate_2_75_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 9 13 14 10 -1 8 12 15 11 -1 8 9 13 12 -1 12 13 14 15 -1 ) ;
  x3do:solid false .
:Coordinate_2_75_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_75_2_1_1 ;
  x3do:point ( 0 0 0 -8.34 0 0 -8.34 0 0.95 0 0 0.95 0 6.83 0 -8.34 6.83 0 -8.34 6.83 0.95 0 6.83 0.95 -4.74 2.23 0.95 -2.65 2.23 0.95 -2.65 4.09 0.95 -4.74 4.09 0.95 -4.74 2.23 0.25 -2.65 2.23 0.25 -2.65 5 0.25 -4.74 5 0.25 -4.74 6.83 0.95 -2.65 6.83 0.95 ) .
:Appearance_2_75_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_75_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-7 .
:SandStone_In1-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_75_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:NicchiaTransetto22Fuori a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4SX ;
  x3do:hasChildren :Shape_2_75_3_1 ;
  x3do:DEF 'NicchiaTransetto22Fuori' ;
  x3do:scale ( 1.685 1 1 ) ;
  x3do:translation ( 5.6 1.955 -39.37 ) .
:Shape_2_75_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto22Fuori ;
  x3do:hasGeometry :IndexedFaceSet_2_75_3_1_1 ;
  x3do:hasAppearance :Appearance_2_75_3_1_2 .
:IndexedFaceSet_2_75_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_75_3_1 ;
  x3do:hasCoord :Coordinate_2_75_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_75_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_75_3_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 1.15 0 0.62265 1.15 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 3.05 0.8 0.62265 3.05 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_75_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_75_3_1 ;
  x3do:hasMaterial :White-USE-57 .
:White-USE-57 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_75_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:NicchiaTransetto22Dentro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4SX ;
  x3do:hasChildren :Shape_2_75_4_1 ;
  x3do:DEF 'NicchiaTransetto22Dentro' ;
  x3do:scale ( 1.685 1 1 ) ;
  x3do:translation ( 5.6 1.955 -39.37 ) .
:Shape_2_75_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :NicchiaTransetto22Dentro ;
  x3do:hasGeometry :IndexedFaceSet_2_75_4_1_1 ;
  x3do:hasAppearance :Appearance_2_75_4_1_2 .
:IndexedFaceSet_2_75_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_75_4_1 ;
  x3do:hasCoord :Coordinate_2_75_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_75_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_75_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.8 0.6218712004456791 0.0311325 0.8 0.6195289277144369 0.062265 0.8 0.6156053358230011 0.0933975 0.8 0.6100699153375784 0.12453 0.8 0.6028782701290121 0.1556625 0.8 0.5939702437622613 0.186795 0.8 0.5832672005554145 0.2179275 0.8 0.5706681512928509 0.24906 0.8 0.5560442297549271 0.2801925 0.8 0.5392307176663808 0.311325 0.8 0.520015272077417 0.3424575 0.8 0.49812000000000006 0.37359 0.8 0.47317303441103875 0.4047225 0.8 0.4446610411032206 0.435855 0.8 0.4118442634585919 0.4669875 0.8 0.37359000000000003 0.49812 0.8 0.3280012404606879 0.5292525 0.8 0.2714068427195601 0.560385 0.8 0.19442240018513812 0.5915175 0.8 0.0 0.62265 0.8 -0.0 0.62265 0.8 -0.19442240018513812 0.5915175 0.8 -0.2714068427195601 0.560385 0.8 -0.3280012404606879 0.5292525 0.8 -0.37359000000000003 0.49812 0.8 -0.4118442634585919 0.4669875 0.8 -0.4446610411032206 0.435855 0.8 -0.47317303441103875 0.4047225 0.8 -0.49812000000000006 0.37359 0.8 -0.520015272077417 0.3424575 0.8 -0.5392307176663808 0.311325 0.8 -0.5560442297549271 0.2801925 0.8 -0.5706681512928509 0.24906 0.8 -0.5832672005554145 0.2179275 0.8 -0.5939702437622613 0.186795 0.8 -0.6028782701290121 0.1556625 0.8 -0.6100699153375784 0.12453 0.8 -0.6156053358230011 0.0933975 0.8 -0.6195289277144369 0.062265 0.8 -0.6218712004456791 0.0311325 0.8 -0.62265 0.0 0.8 -0.62265 0 0 -0.62265 0 0 -0.62265 1.15 0 0.62265 1.15 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.8 -0.62265 0 0.8 -0.62265 3.05 0.8 0.62265 3.05 0.8 0.62265 0 0.8 0.62265 0 0.8 ) .
:Appearance_2_75_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_75_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-8 .
:SandStone_In1-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_75_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:MuroTransetto4Est2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MuroTransetto4SX ;
  x3do:hasChildren :Shape_2_75_5_1 ;
  x3do:DEF 'MuroTransetto4Est2' ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_75_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroTransetto4Est2 ;
  x3do:hasGeometry :IndexedFaceSet_2_75_5_1_1 ;
  x3do:hasAppearance :Appearance_2_75_5_1_2 .
:IndexedFaceSet_2_75_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_75_5_1 ;
  x3do:hasCoord :Coordinate_2_75_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_75_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_75_5_1_1 ;
  x3do:point ( 0 0 0 -8.34 0 0 -8.34 0 0.95 0 0 0.95 0 6.83 0 -8.34 6.83 0 -8.34 6.83 0.95 0 6.83 0.95 ) .
:Appearance_2_75_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_75_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-156 .
:SandStone_Out-USE-156 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_75_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Presbiterio a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Presbiterio1Int, :Presbiterio1Est, :Presbiterio1EstSopra, :Presbiterio1EstSoprabis, :Presbiterio2Est, :Presbiterio2Int ;
  x3do:DEF 'Presbiterio' ;
  x3do:translation ( 0.95 0 -5.45 ) .
:Presbiterio1Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_1_1 ;
  x3do:DEF 'Presbiterio1Int' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_76_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio1Int ;
  x3do:hasGeometry :IndexedFaceSet_2_76_1_1_1 ;
  x3do:hasAppearance :Appearance_2_76_1_1_2 .
:IndexedFaceSet_2_76_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_1_1 ;
  x3do:hasCoord :Coordinate_2_76_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 6 15 12 11 5 4 13 14 -1 7 8 12 11 -1 ) ;
  x3do:solid false .
:Coordinate_2_76_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_1_1_1 ;
  x3do:point ( 0 0 0 3.05 0 0 4.96 0 0 6.4 0 0 6.4 0 0.95 4.96 0 0.95 0 0 0.95 4.96 2.71 0 3.05 2.71 0 6.4 7.3 0 0 7.3 0 4.96 2.71 0.95 3.05 2.71 0.95 6.4 7.3 0.95 0 7.3 0.95 3.05 0 0.95 ) .
:Appearance_2_76_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_1_1 ;
  x3do:hasMaterial :White-USE-58 .
:White-USE-58 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Presbiterio1Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_2_1 ;
  x3do:DEF 'Presbiterio1Est' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_76_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio1Est ;
  x3do:hasGeometry :IndexedFaceSet_2_76_2_1_1 ;
  x3do:hasAppearance :Appearance_2_76_2_1_2 .
:IndexedFaceSet_2_76_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_2_1 ;
  x3do:hasCoord :Coordinate_2_76_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 8 7 2 3 9 10 -1 ) ;
  x3do:solid false .
:Coordinate_2_76_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_2_1_1 ;
  x3do:point ( 0 0 0 3.2 0 0 4.81 0 0 6.4 0 0 6.4 0 0.95 4.96 0 0.95 0 0 0.95 4.81 2.71 0 3.2 2.71 0 6.4 5.2 0 0 5.2 0 4.96 2.71 0.95 3.05 2.71 0.95 6.4 5.2 0.95 0 5.2 0.95 3.05 0 0.95 ) .
:Appearance_2_76_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_2_1 ;
  x3do:hasMaterial :White-USE-59 .
:White-USE-59 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Presbiterio1EstSopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_3_1 ;
  x3do:DEF 'Presbiterio1EstSopra' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.2995 -2.135 -39.52 ) .
:Shape_2_76_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio1EstSopra ;
  x3do:hasGeometry :IndexedFaceSet_2_76_3_1_1 ;
  x3do:hasAppearance :Appearance_2_76_3_1_2 .
:IndexedFaceSet_2_76_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_3_1 ;
  x3do:hasCoord :Coordinate_2_76_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 8 7 2 3 9 10 -1 ) ;
  x3do:solid false .
:Coordinate_2_76_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_3_1_1 ;
  x3do:point ( 0 5.2 0 3.2 5.2 0 4.81 5.2 0 6.5 5.2 0 6.5 0 0.95 4.96 0 0.95 0 0 0.95 4.81 5.2 0 3.2 5.2 0 6.4 6.97 0 0 6.97 0 4.96 5.2 0.95 3.05 5.2 0.95 6.4 6.97 0.95 0 6.97 0.95 3.05 0 0.95 ) .
:Appearance_2_76_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_3_1 ;
  x3do:hasMaterial :SandStone_Out-USE-157 .
:SandStone_Out-USE-157 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_3_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Presbiterio1EstSoprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_4_1 ;
  x3do:DEF 'Presbiterio1EstSoprabis' ;
  x3do:translation ( 9.31 3.135 -39.72 ) .
:Shape_2_76_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio1EstSoprabis ;
  x3do:hasGeometry :IndexedFaceSet_2_76_4_1_1 ;
  x3do:hasAppearance :Appearance_2_76_4_1_2 .
:IndexedFaceSet_2_76_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_4_1 ;
  x3do:hasCoord :Coordinate_2_76_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_76_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_4_1_1 ;
  x3do:point ( 0 0 0 0 0 1 0 1.7 1 0 1.7 0 ) .
:Appearance_2_76_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-158 .
:SandStone_Out-USE-158 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Presbiterio2Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_5_1 ;
  x3do:DEF 'Presbiterio2Est' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.344 -2.135 -39.52 ) .
:Shape_2_76_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio2Est ;
  x3do:hasGeometry :IndexedFaceSet_2_76_5_1_1 ;
  x3do:hasAppearance :Appearance_2_76_5_1_2 .
:IndexedFaceSet_2_76_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_5_1 ;
  x3do:hasCoord :Coordinate_2_76_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 17 9 8 12 13 21 4 -1 17 1 5 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_76_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_5_1_1 ;
  x3do:point ( -0.02 0 0 6.4 0 0 6.4 0 -0.95 -0.02 0 -0.95 -0.02 7.1 0 6.4 7.1 0 6.4 7.1 -0.95 -0.02 7.1 -0.95 2.75 3.37 0 4.277 3.37 0 4.277 3.37 -0.95 2.75 3.37 -0.95 2.75 5.86 0 4.277 5.86 0 4.277 5.86 -0.95 2.75 5.86 -0.95 2.75 0 0 4.277 0 0 4.277 0 -0.95 2.75 0 -0.95 2.75 7.1 0 4.277 7.1 0 4.277 7.1 -0.95 2.75 7.1 -0.95 ) .
:Appearance_2_76_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-159 .
:SandStone_Out-USE-159 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Presbiterio2Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Presbiterio ;
  x3do:hasChildren :Shape_2_76_6_1 ;
  x3do:DEF 'Presbiterio2Int' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.344 -2.135 -39.52 ) .
:Shape_2_76_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Presbiterio2Int ;
  x3do:hasGeometry :IndexedFaceSet_2_76_6_1_1 ;
  x3do:hasAppearance :Appearance_2_76_6_1_2 .
:IndexedFaceSet_2_76_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_76_6_1 ;
  x3do:hasCoord :Coordinate_2_76_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 18 10 11 15 14 22 7 -1 18 22 6 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_76_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_76_6_1_1 ;
  x3do:point ( -0.02 0 0 6.4 0 0 6.4 0 -0.95 -0.02 0 -0.95 -0.02 7.3 0 6.4 7.3 0 6.4 7.3 -0.95 -0.02 7.3 -0.95 2.75 3.37 0 4.277 3.37 0 4.277 3.37 -0.95 2.75 3.37 -0.95 2.75 5.86 0 4.277 5.86 0 4.277 5.86 -0.95 2.75 5.86 -0.95 2.75 0 0 4.277 0 0 4.277 0 -0.95 2.75 0 -0.95 2.75 7.3 0 4.277 7.3 0 4.277 7.3 -0.95 2.75 7.3 -0.95 ) .
:Appearance_2_76_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_76_6_1 ;
  x3do:hasMaterial :White-USE-60 .
:White-USE-60 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_76_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Retro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Muroyyr4e, :Muroyyr4ew, :Muroyyr4eee, :Muroyyr4e4, :Muroryyr4eee, :Muroyyr4erree, :Retro1Est, :Retro1EstSopra, :Retro1Int, :Retro2Int, :Retro2Est, :BisRetro2Est, :BisRetro2Int, :Finestra4DXRetroInt, :Finestra4DXRetroEst, :Finestra4DXRetroSopraInt, :Finestra4DXRetroSopraEst, :MuriRetro1 ;
  x3do:DEF 'Retro' ;
  x3do:translation ( 0.95 0 -8.623 ) .
:Muroyyr4e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_1_1 ;
  x3do:DEF 'Muroyyr4e' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 8.34 -0.5 -36.78 ) .
:Shape_2_77_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyr4e ;
  x3do:hasGeometry :IndexedFaceSet_2_77_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_1_1_2 .
:IndexedFaceSet_2_77_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_1_1 ;
  x3do:hasCoord :Coordinate_2_77_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_1_1_1 ;
  x3do:point ( -0.4 -1.7 0 0.6 -1.7 0 0.6 5 0 -0.4 5 0 ) .
:Appearance_2_77_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_1_1 ;
  x3do:hasMaterial :White-USE-61 .
:White-USE-61 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyr4ew a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_2_1 ;
  x3do:DEF 'Muroyyr4ew' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 8.34 -0.5 -38.225 ) .
:Shape_2_77_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyr4ew ;
  x3do:hasGeometry :IndexedFaceSet_2_77_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_2_1_2 .
:IndexedFaceSet_2_77_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_2_1 ;
  x3do:hasCoord :Coordinate_2_77_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_2_1_1 ;
  x3do:point ( 0 -1.7 0 0.6 -1.7 0 0.6 1 0 0 1 0 ) .
:Appearance_2_77_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_2_1 ;
  x3do:hasMaterial :White-USE-62 .
:White-USE-62 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyr4eee a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_3_1 ;
  x3do:DEF 'Muroyyr4eee' ;
  x3do:translation ( 3.24 -1.02 -36.51 ) .
:Shape_2_77_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyr4eee ;
  x3do:hasGeometry :IndexedFaceSet_2_77_3_1_1 ;
  x3do:hasAppearance :Appearance_2_77_3_1_2 .
:IndexedFaceSet_2_77_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_3_1 ;
  x3do:hasCoord :Coordinate_2_77_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_3_1_1 ;
  x3do:point ( -2.5 -1.2 0 6 -1.2 0 6 1.5 0 -2.5 1.5 0 ) .
:Appearance_2_77_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_3_1 ;
  x3do:hasMaterial :White-USE-63 .
:White-USE-63 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyr4e4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_4_1 ;
  x3do:DEF 'Muroyyr4e4' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 5.8 -0.02 -36.78 ) .
:Shape_2_77_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyr4e4 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_4_1_1 ;
  x3do:hasAppearance :Appearance_2_77_4_1_2 .
:IndexedFaceSet_2_77_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_4_1 ;
  x3do:hasCoord :Coordinate_2_77_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_4_1_1 ;
  x3do:point ( -0.4 0 0 0.6 0 0 0.6 0.5 0 -0.4 0.5 0 ) .
:Appearance_2_77_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_4_1 ;
  x3do:hasMaterial :White-USE-64 .
:White-USE-64 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroryyr4eee a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_5_1 ;
  x3do:DEF 'Muroryyr4eee' ;
  x3do:translation ( 1 -1.02 -36.51 ) .
:Shape_2_77_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroryyr4eee ;
  x3do:hasGeometry :IndexedFaceSet_2_77_5_1_1 ;
  x3do:hasAppearance :Appearance_2_77_5_1_2 .
:IndexedFaceSet_2_77_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_5_1 ;
  x3do:hasCoord :Coordinate_2_77_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_5_1_1 ;
  x3do:point ( 0 -1.2 0 0.7 -1.2 0 0.7 6.1 0 0 6.1 0 ) .
:Appearance_2_77_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_5_1 ;
  x3do:hasMaterial :White-USE-65 .
:White-USE-65 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyr4erree a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_6_1 ;
  x3do:DEF 'Muroyyr4erree' ;
  x3do:translation ( 8 -1.02 -36.51 ) .
:Shape_2_77_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyr4erree ;
  x3do:hasGeometry :IndexedFaceSet_2_77_6_1_1 ;
  x3do:hasAppearance :Appearance_2_77_6_1_2 .
:IndexedFaceSet_2_77_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_6_1 ;
  x3do:hasCoord :Coordinate_2_77_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_77_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_6_1_1 ;
  x3do:point ( 0 -1.2 0 0.7 -1.2 0 0.7 6.1 0 0 6.1 0 ) .
:Appearance_2_77_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_6_1 ;
  x3do:hasMaterial :White-USE-66 .
:White-USE-66 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Retro1Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_7_1 ;
  x3do:DEF 'Retro1Est' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Retro1Est ;
  x3do:hasGeometry :IndexedFaceSet_2_77_7_1_1 ;
  x3do:hasAppearance :Appearance_2_77_7_1_2 .
:IndexedFaceSet_2_77_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_7_1 ;
  x3do:hasCoord :Coordinate_2_77_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 8 9 2 3 13 12 -1 8 9 11 10 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_7_1_1 ;
  x3do:point ( 0 0 0 0.9 0 0 2.53 0 0 3.17 0 0 0 0 0.95 0.9 0 0.95 2.53 0 0.95 3.17 0 0.95 0.9 2.25 0 2.53 2.25 0 0.9 2.25 0.95 2.53 2.25 0.95 0 5.2 0 3.17 5.2 0 3.17 5.2 0.95 0 5.2 0.95 2.53 2.25 0.95 0.9 2.25 0.95 ) .
:Appearance_2_77_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_7_1 ;
  x3do:hasMaterial :White-USE-67 .
:White-USE-67 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_7_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Retro1EstSopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_8_1 ;
  x3do:DEF 'Retro1EstSopra' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Retro1EstSopra ;
  x3do:hasGeometry :IndexedFaceSet_2_77_8_1_1 ;
  x3do:hasAppearance :Appearance_2_77_8_1_2 .
:IndexedFaceSet_2_77_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_8_1 ;
  x3do:hasCoord :Coordinate_2_77_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 8 9 2 3 13 12 -1 8 9 11 10 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_8_1_1 ;
  x3do:point ( 0 5.2 0 0.9 5.2 0 2.53 5.2 0 3.17 5.2 0 0 5.2 0.95 0.9 5.2 0.95 2.53 5.2 0.95 3.17 5.2 0.95 0.9 5.2 0 2.53 5.2 0 0.9 5.2 0.95 2.53 5.2 0.95 0 6.97 0 3.17 6.97 0 3.17 6.97 0.95 0 6.97 0.95 2.53 5.2 0.95 0.9 5.2 0.95 ) .
:Appearance_2_77_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_8_1 ;
  x3do:hasMaterial :SandStone_Out-USE-160 .
:SandStone_Out-USE-160 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_8_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Retro1Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_9_1 ;
  x3do:DEF 'Retro1Int' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Retro1Int ;
  x3do:hasGeometry :IndexedFaceSet_2_77_9_1_1 ;
  x3do:hasAppearance :Appearance_2_77_9_1_2 .
:IndexedFaceSet_2_77_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_9_1 ;
  x3do:hasCoord :Coordinate_2_77_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 4 5 10 11 6 7 15 14 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_9_1_1 ;
  x3do:point ( 0 -1 0 0.9 0 0 2.53 0 0 3.17 0 0 0 0 0.95 0.9 0 0.95 2.53 0 0.95 3.17 0 0.95 0.9 2.25 0 2.53 2.25 0 0.9 2.25 0.95 2.53 2.25 0.95 0 6.8 0 3.17 6.8 0 0 6.8 0.95 3.17 6.8 0.95 ) .
:Appearance_2_77_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_9_1 ;
  x3do:hasMaterial :White-USE-68 .
:White-USE-68 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_9_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Retro2Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_10_1 ;
  x3do:DEF 'Retro2Int' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Retro2Int ;
  x3do:hasGeometry :IndexedFaceSet_2_77_10_1_1 ;
  x3do:hasAppearance :Appearance_2_77_10_1_2 .
:IndexedFaceSet_2_77_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_10_1 ;
  x3do:hasCoord :Coordinate_2_77_10_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 4 10 9 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_10_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_10_1_1 ;
  x3do:point ( 0 0 0 8.946 0 0 8.946 0 -3.17 7.996 0 -3.17 7.996 0 -0.95 0.2 0 -0.95 0 7.1 0 8.946 7.1 0 8.946 7.1 -3.17 7.996 7.1 -3.17 7.996 7.1 -0.95 0.2 7.1 -0.95 3.4 0 0 3.85 0 0 3.4 0 -0.95 3.85 0 -0.95 3.4 5.3 0 3.85 5.3 0 3.4 5.3 -0.95 3.85 5.3 -0.95 3.4 6.3 0 3.85 6.3 0 3.4 6.3 -0.95 3.85 6.3 -0.95 3.4 7.1 0 3.85 7.1 0 3.4 7.1 -0.95 3.85 7.1 -0.95 ) .
:Appearance_2_77_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_10_1 ;
  x3do:hasMaterial :White-USE-69 .
:White-USE-69 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_10_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Retro2Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_11_1 ;
  x3do:DEF 'Retro2Est' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Retro2Est ;
  x3do:hasGeometry :IndexedFaceSet_2_77_11_1_1 ;
  x3do:hasAppearance :Appearance_2_77_11_1_2 .
:IndexedFaceSet_2_77_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_11_1 ;
  x3do:hasCoord :Coordinate_2_77_11_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 8 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_11_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_11_1_1 ;
  x3do:point ( 0 0 0 8.946 0 0 8.946 0 -3.17 7.996 0 -3.17 7.996 0 -0.95 0 0 -0.95 0 7.001 0 8.946 7.001 0 8.946 7.001 -3.17 7.996 7.001 -3.17 7.996 7.001 -0.95 0 7.001 -0.95 3.4 6.3 0 3.85 6.3 0 3.4 6.3 -0.95 3.85 6.3 -0.95 3.4 7.1 0 3.85 7.1 0 3.4 7.1 -0.95 3.85 7.001 -0.95 ) .
:Appearance_2_77_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_11_1 ;
  x3do:hasMaterial :SandStone_Out-USE-161 .
:SandStone_Out-USE-161 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_11_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:BisRetro2Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_12_1 ;
  x3do:DEF 'BisRetro2Est' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BisRetro2Est ;
  x3do:hasGeometry :IndexedFaceSet_2_77_12_1_1 ;
  x3do:hasAppearance :Appearance_2_77_12_1_2 .
:IndexedFaceSet_2_77_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_12_1 ;
  x3do:hasCoord :Coordinate_2_77_12_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 4 19 16 12 41 18 17 13 14 9 6 -1 9 41 15 4 5 11 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_12_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_12_1_1 ;
  x3do:point ( 0 0 0 4.001 0 0 4.05 0 0 4.85 0 0 5.01 0 0 8.946 0 0 0 7.05 0 4.001 7.05 0 4.05 7.05 0 4.85 7.05 0 5.01 7.05 0 8.946 7.05 0 4.001 3 0 4.05 6.26 0 4.85 6.26 0 5.01 3 0 4.001 1.3 0 4.05 4.85 0 4.85 4.85 0 5.01 1.3 0 0 0 -0.95 4.001 0 -0.95 4.05 0 -0.95 4.85 0 -0.95 5.01 0 -0.95 8.946 0 -0.95 0 7.05 -0.95 4.001 5.013 -0.95 4.05 7.05 -0.95 4.85 7.05 -0.95 5.01 5.013 -0.95 8.946 7.05 -0.95 4.001 3 -0.95 4.05 6.26 -0.95 4.85 6.26 -0.95 5.01 3 -0.95 4.001 1.3 -0.95 4.05 4.85 -0.95 4.85 4.85 -0.95 5.01 1.3 -0.95 4.05 3 0 4.85 3 0 4.05 3 -0.95 4.85 3 -0.95 ) .
:Appearance_2_77_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_12_1 ;
  x3do:hasMaterial :SandStone_Out-USE-162 .
:SandStone_Out-USE-162 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_12_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:BisRetro2Int a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_13_1 ;
  x3do:DEF 'BisRetro2Int' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_77_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BisRetro2Int ;
  x3do:hasGeometry :IndexedFaceSet_2_77_13_1_1 ;
  x3do:hasAppearance :Appearance_2_77_13_1_2 .
:IndexedFaceSet_2_77_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_13_1 ;
  x3do:hasCoord :Coordinate_2_77_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 20 24 39 36 32 43 38 37 33 34 29 26 -1 29 43 35 24 25 31 -1 16 19 39 36 -1 12 15 35 32 -1 16 12 32 36 -1 19 15 35 39 -1 17 18 38 37 -1 13 14 34 33 -1 17 13 33 37 -1 18 14 34 38 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_13_1_1 ;
  x3do:point ( 0.2 0 0 3.852 0 0 4.05 0 0 4.85 0 0 5.159 0 0 8.746 0 0 0.2 6.83 0 3.852 6.83 0 4.05 6.83 0 4.85 6.83 0 5.159 6.83 0 8.746 6.83 0 3.852 3.149 0 4.05 6.26 0 4.85 6.26 0 5.159 3.149 0 3.852 1.151 0 4.05 4.85 0 4.85 4.85 0 5.159 1.151 0 0.2 0 -0.95 3.852 0 -0.95 4.05 0 -0.95 4.85 0 -0.95 5.159 0 -0.95 8.746 0 -0.95 0.2 6.83 -0.95 3.852 5.1593 -0.95 4.05 6.83 -0.95 4.85 6.83 -0.95 5.159 5.1593 -0.95 8.746 6.83 -0.95 3.852 3.149 -0.95 4.05 6.26 -0.95 4.85 6.26 -0.95 5.159 3.149 -0.95 3.852 1.151 -0.95 4.05 4.85 -0.95 4.85 4.85 -0.95 5.159 1.151 -0.95 4.05 3.149 0 4.85 3.149 0 4.05 3.149 -0.95 4.85 3.149 -0.95 ) .
:Appearance_2_77_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_13_1 ;
  x3do:hasMaterial :White-USE-70 .
:White-USE-70 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_13_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Finestra4DXRetroInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :terminixfinLAT4bis222a22, :terminixfinSOTtris222222 ;
  x3do:DEF 'Finestra4DXRetroInt' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 12.65 -0.615 -29.2015 ) .
:terminixfinLAT4bis222a22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroInt ;
  x3do:hasChildren :terminexfin4bis2222a2, :terminexfin42bis22222a ;
  x3do:DEF 'terminixfinLAT4bis222a22' ;
  x3do:translation ( 9.3699 -0.2165 -7.216 ) .
:terminexfin4bis2222a2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4bis222a22 ;
  x3do:hasChildren :Shape_2_77_14_1_1_1 ;
  x3do:DEF 'terminexfin4bis2222a2' ;
  x3do:translation ( 0 -0.149 0 ) .
:Shape_2_77_14_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin4bis2222a2 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_14_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_14_1_1_1_2 .
:IndexedFaceSet_2_77_14_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_14_1_1_1 ;
  x3do:hasCoord :Coordinate_2_77_14_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_14_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_14_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.998 0 0.95 1.998 0 0.95 1.998 -0.149 0.7 1.998 -0.149 ) .
:Appearance_2_77_14_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_14_1_1_1 ;
  x3do:hasMaterial :White-USE-71 .
:White-USE-71 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_14_1_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexfin42bis22222a a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4bis222a22 ;
  x3do:hasChildren :Shape_2_77_14_1_2_1 ;
  x3do:DEF 'terminexfin42bis22222a' ;
  x3do:translation ( 0 -0.149 -1.299 ) .
:Shape_2_77_14_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin42bis22222a ;
  x3do:hasGeometry :IndexedFaceSet_2_77_14_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_14_1_2_1_2 .
:IndexedFaceSet_2_77_14_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_14_1_2_1 ;
  x3do:hasCoord :Coordinate_2_77_14_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_14_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_14_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.998 0 0.95 1.998 0 0.95 1.998 0.149 0.7 1.998 0.149 ) .
:Appearance_2_77_14_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_14_1_2_1 ;
  x3do:hasMaterial :White-USE-72 .
:White-USE-72 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_14_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminixfinSOTtris222222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroInt ;
  x3do:hasChildren :terminexfin1bis22222, :terminexfin2bis2222 ;
  x3do:DEF 'terminixfinSOTtris222222' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:terminexfin1bis22222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTtris222222 ;
  x3do:hasChildren :Shape_2_77_14_2_1_1 ;
  x3do:DEF 'terminexfin1bis22222' ;
  x3do:translation ( 0 -0.149 0.149 ) .
:Shape_2_77_14_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1bis22222 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_14_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_14_2_1_1_2 .
:IndexedFaceSet_2_77_14_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_14_2_1_1 ;
  x3do:hasCoord :Coordinate_2_77_14_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_14_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_14_2_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.299 0 0.95 1.299 0 0.95 1.299 -0.149 0.7 1.299 -0.149 ) .
:Appearance_2_77_14_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_14_2_1_1 ;
  x3do:hasMaterial :White-USE-73 .
:White-USE-73 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_14_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexfin2bis2222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTtris222222 ;
  x3do:hasChildren :Shape_2_77_14_2_2_1 ;
  x3do:DEF 'terminexfin2bis2222' ;
  x3do:translation ( 0 -0.149 -1.849 ) .
:Shape_2_77_14_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2bis2222 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_14_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_14_2_2_1_2 .
:IndexedFaceSet_2_77_14_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_14_2_2_1 ;
  x3do:hasCoord :Coordinate_2_77_14_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_14_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_14_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.299 0 0.95 1.299 0 0.95 1.299 0.149 0.7 1.299 0.149 ) .
:Appearance_2_77_14_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_14_2_2_1 ;
  x3do:hasMaterial :White-USE-74 .
:White-USE-74 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_14_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Finestra4DXRetroEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :terminixfinLAT4bis, :terminixfinSOTtris22 ;
  x3do:DEF 'Finestra4DXRetroEst' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 12.65 -0.615 -29.2015 ) .
:terminixfinLAT4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroEst ;
  x3do:hasChildren :terminexfin4bis, :terminexfin42bis ;
  x3do:DEF 'terminixfinLAT4bis' ;
  x3do:translation ( 9.3699 -0.2165 -7.216 ) .
:terminexfin4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4bis ;
  x3do:hasChildren :Shape_2_77_15_1_1_1 ;
  x3do:DEF 'terminexfin4bis' ;
  x3do:translation ( 0 -0.149 0 ) .
:Shape_2_77_15_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin4bis ;
  x3do:hasGeometry :IndexedFaceSet_2_77_15_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_15_1_1_1_2 .
:IndexedFaceSet_2_77_15_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_15_1_1_1 ;
  x3do:hasCoord :Coordinate_2_77_15_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_15_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_15_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.998 0 0.95 1.998 0 0.95 1.998 -0.149 0.7 1.998 -0.149 ) .
:Appearance_2_77_15_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_15_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-163 .
:SandStone_Out-USE-163 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_15_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin42bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4bis ;
  x3do:hasChildren :Shape_2_77_15_1_2_1 ;
  x3do:DEF 'terminexfin42bis' ;
  x3do:translation ( 0 -0.149 -1.299 ) .
:Shape_2_77_15_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin42bis ;
  x3do:hasGeometry :IndexedFaceSet_2_77_15_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_15_1_2_1_2 .
:IndexedFaceSet_2_77_15_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_15_1_2_1 ;
  x3do:hasCoord :Coordinate_2_77_15_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_15_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_15_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.998 0 0.95 1.998 0 0.95 1.998 0.149 0.7 1.998 0.149 ) .
:Appearance_2_77_15_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_15_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-164 .
:SandStone_Out-USE-164 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_15_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminixfinSOTtris22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroEst ;
  x3do:hasChildren :terminexfin1bis2, :terminexfin2bis22 ;
  x3do:DEF 'terminixfinSOTtris22' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:terminexfin1bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTtris22 ;
  x3do:hasChildren :Shape_2_77_15_2_1_1 ;
  x3do:DEF 'terminexfin1bis2' ;
  x3do:translation ( 0 -0.149 0.149 ) .
:Shape_2_77_15_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1bis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_15_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_15_2_1_1_2 .
:IndexedFaceSet_2_77_15_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_15_2_1_1 ;
  x3do:hasCoord :Coordinate_2_77_15_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_15_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_15_2_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.299 0 0.95 1.299 0 0.95 1.299 -0.149 0.7 1.299 -0.149 ) .
:Appearance_2_77_15_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_15_2_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-165 .
:SandStone_Out-USE-165 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_15_2_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin2bis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTtris22 ;
  x3do:hasChildren :Shape_2_77_15_2_2_1 ;
  x3do:DEF 'terminexfin2bis22' ;
  x3do:translation ( 0 -0.149 -1.849 ) .
:Shape_2_77_15_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2bis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_15_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_15_2_2_1_2 .
:IndexedFaceSet_2_77_15_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_15_2_2_1 ;
  x3do:hasCoord :Coordinate_2_77_15_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_15_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_15_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.299 0 0.95 1.299 0 0.95 1.299 0.149 0.7 1.299 0.149 ) .
:Appearance_2_77_15_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_15_2_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-166 .
:SandStone_Out-USE-166 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_15_2_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:Finestra4DXRetroSopraInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :terminixfinLAT4trisb, :terminixfinSOTquatris22 ;
  x3do:DEF 'Finestra4DXRetroSopraInt' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 12.65 2.9 -29.2015 ) .
:terminixfinLAT4trisb a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroSopraInt ;
  x3do:hasChildren :terminexfin4trisb, :terminexfin42trisb ;
  x3do:DEF 'terminixfinLAT4trisb' ;
  x3do:translation ( 9.3699 -0.2165 -7.365 ) .
:terminexfin4trisb a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinLAT4trisb ;
  x3do:hasGeometry :IndexedFaceSet_2_77_16_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_16_1_1_2 ;
  x3do:DEF 'terminexfin4trisb' .
:IndexedFaceSet_2_77_16_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin4trisb ;
  x3do:hasCoord :Coordinate_2_77_16_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_16_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_16_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.7 0 0.95 1.7 0 0.95 1.7 -0.149 0.7 1.7 -0.149 ) .
:Appearance_2_77_16_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin4trisb ;
  x3do:hasMaterial :White-USE-75 .
:White-USE-75 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_16_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexfin42trisb a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4trisb ;
  x3do:hasChildren :Shape_2_77_16_1_2_1 ;
  x3do:DEF 'terminexfin42trisb' ;
  x3do:translation ( 0 0 -1.01 ) .
:Shape_2_77_16_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin42trisb ;
  x3do:hasGeometry :IndexedFaceSet_2_77_16_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_16_1_2_1_2 .
:IndexedFaceSet_2_77_16_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_16_1_2_1 ;
  x3do:hasCoord :Coordinate_2_77_16_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_16_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_16_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.7 0 0.95 1.7 0 0.95 1.7 0.149 0.7 1.7 0.149 ) .
:Appearance_2_77_16_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_16_1_2_1 ;
  x3do:hasMaterial :White-USE-76 .
:White-USE-76 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_16_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminixfinSOTquatris22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroSopraInt ;
  x3do:hasChildren :terminexfin1trisb, :terminexfin2trisb ;
  x3do:DEF 'terminixfinSOTquatris22' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:terminexfin1trisb a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinSOTquatris22 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_16_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_16_2_1_2 ;
  x3do:DEF 'terminexfin1trisb' .
:IndexedFaceSet_2_77_16_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1trisb ;
  x3do:hasCoord :Coordinate_2_77_16_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_16_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_16_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.01 0 0.95 1.01 0 0.95 1.01 -0.149 0.7 1.01 -0.149 ) .
:Appearance_2_77_16_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1trisb ;
  x3do:hasMaterial :White-USE-77 .
:White-USE-77 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_16_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexfin2trisb a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTquatris22 ;
  x3do:hasChildren :Shape_2_77_16_2_2_1 ;
  x3do:DEF 'terminexfin2trisb' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_77_16_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2trisb ;
  x3do:hasGeometry :IndexedFaceSet_2_77_16_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_16_2_2_1_2 .
:IndexedFaceSet_2_77_16_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_16_2_2_1 ;
  x3do:hasCoord :Coordinate_2_77_16_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_16_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_16_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.01 0 0.95 1.01 0 0.95 1.01 0.149 0.7 1.01 0.149 ) .
:Appearance_2_77_16_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_16_2_2_1 ;
  x3do:hasMaterial :White-USE-78 .
:White-USE-78 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_16_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Finestra4DXRetroSopraEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :terminixfinLAT4tris, :terminixfinSOTquatris ;
  x3do:DEF 'Finestra4DXRetroSopraEst' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 12.65 2.9 -29.2015 ) .
:terminixfinLAT4tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroSopraEst ;
  x3do:hasChildren :terminexfin4tris, :terminexfin42tris ;
  x3do:DEF 'terminixfinLAT4tris' ;
  x3do:translation ( 9.3699 -0.2165 -7.365 ) .
:terminexfin4tris a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinLAT4tris ;
  x3do:hasGeometry :IndexedFaceSet_2_77_17_1_1_1 ;
  x3do:hasAppearance :Appearance_2_77_17_1_1_2 ;
  x3do:DEF 'terminexfin4tris' .
:IndexedFaceSet_2_77_17_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin4tris ;
  x3do:hasCoord :Coordinate_2_77_17_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_17_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_17_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.7 0 0.95 1.7 0 0.95 1.7 -0.149 0.7 1.7 -0.149 ) .
:Appearance_2_77_17_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin4tris ;
  x3do:hasMaterial :SandStone_Out-USE-167 .
:SandStone_Out-USE-167 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_17_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin42tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT4tris ;
  x3do:hasChildren :Shape_2_77_17_1_2_1 ;
  x3do:DEF 'terminexfin42tris' ;
  x3do:translation ( 0 0 -1.01 ) .
:Shape_2_77_17_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin42tris ;
  x3do:hasGeometry :IndexedFaceSet_2_77_17_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_17_1_2_1_2 .
:IndexedFaceSet_2_77_17_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_17_1_2_1 ;
  x3do:hasCoord :Coordinate_2_77_17_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_17_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_17_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.7 0 0.95 1.7 0 0.95 1.7 0.149 0.7 1.7 0.149 ) .
:Appearance_2_77_17_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_17_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-168 .
:SandStone_Out-USE-168 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_17_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminixfinSOTquatris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4DXRetroSopraEst ;
  x3do:hasChildren :terminexfin1tris, :terminexfin2tris ;
  x3do:DEF 'terminixfinSOTquatris' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:terminexfin1tris a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinSOTquatris ;
  x3do:hasGeometry :IndexedFaceSet_2_77_17_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_17_2_1_2 ;
  x3do:DEF 'terminexfin1tris' .
:IndexedFaceSet_2_77_17_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1tris ;
  x3do:hasCoord :Coordinate_2_77_17_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_17_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_17_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.01 0 0.95 1.01 0 0.95 1.01 -0.149 0.7 1.01 -0.149 ) .
:Appearance_2_77_17_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1tris ;
  x3do:hasMaterial :SandStone_Out-USE-169 .
:SandStone_Out-USE-169 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_17_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin2tris a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOTquatris ;
  x3do:hasChildren :Shape_2_77_17_2_2_1 ;
  x3do:DEF 'terminexfin2tris' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_77_17_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2tris ;
  x3do:hasGeometry :IndexedFaceSet_2_77_17_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_77_17_2_2_1_2 .
:IndexedFaceSet_2_77_17_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_17_2_2_1 ;
  x3do:hasCoord :Coordinate_2_77_17_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_17_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_17_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.01 0 0.95 1.01 0 0.95 1.01 0.149 0.7 1.01 0.149 ) .
:Appearance_2_77_17_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_17_2_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-170 .
:SandStone_Out-USE-170 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_17_2_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:MuriRetro1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Retro ;
  x3do:hasChildren :Shape_2_77_18_1 ;
  x3do:DEF 'MuriRetro1' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 5.8 -2.135 -36.5 ) .
:Shape_2_77_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuriRetro1 ;
  x3do:hasGeometry :IndexedFaceSet_2_77_18_1_1 ;
  x3do:hasAppearance :Appearance_2_77_18_1_2 .
:IndexedFaceSet_2_77_18_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_77_18_1 ;
  x3do:hasCoord :Coordinate_2_77_18_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 9 8 7 6 5 25 11 10 1 -1 2 25 4 3 -1 12 21 20 19 18 17 27 23 22 13 -1 14 27 16 15 -1 1 10 22 13 -1 10 11 23 22 -1 2 11 23 14 -1 ) ;
  x3do:solid false .
:Coordinate_2_77_18_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_77_18_1_1 ;
  x3do:point ( 0 0 0 0.74 0 0 1.63 0 0 2.07 0 0 2.07 7.1 0 0 7.1 0 0 5.75 0 0.551 5.75 0 0.551 2.6 0 0 2.2 0 0.74 2 0 1.63 2 0 0 0 -0.1 0.74 0 -0.1 1.63 0 -0.1 2.07 0 -0.1 2.07 7.1 -0.1 0 7.1 -0.1 0 5.75 -0.1 0.551 5.75 -0.1 0.551 2.6 -0.1 0 2.2 -0.1 0.74 2 -0.1 1.63 2 -0.1 0.74 7.1 0 1.63 7.1 0 0.74 7.1 -0.1 1.63 7.1 -0.1 0.551 7.1 0 0.551 7.1 -0.1 0.551 0 0 0.551 0 -0.1 ) .
:Appearance_2_77_18_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_77_18_1 ;
  x3do:hasMaterial :White-USE-79 .
:White-USE-79 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_77_18_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AbsideDX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :AbsideDXint, :AbsideNicchia1, :AbsideNicchia2, :AbsideNicchia2bis ;
  x3do:DEF 'AbsideDX' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 18.827 0.4 -84.475 ) .
:AbsideDXint a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideDX ;
  x3do:hasChildren :Shape_2_78_1_1 ;
  x3do:DEF 'AbsideDXint' ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_78_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideDXint ;
  x3do:hasGeometry :IndexedFaceSet_2_78_1_1_1 ;
  x3do:hasAppearance :Appearance_2_78_1_1_2 .
:IndexedFaceSet_2_78_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_78_1_1 ;
  x3do:hasCoord :Coordinate_2_78_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 12 8 9 22 -1 11 22 1 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_78_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_78_1_1_1 ;
  x3do:point ( 0 0 0 2.1 0 0 2.1 6.92 0 0 6.92 0 0 0 0.149 2.1 0 0.149 2.1 6.92 0.149 0 6.92 0.149 0.59 2.51 0 1.49 2.51 0 1.49 4.06 0 1.49 6.92 0 0.59 6.92 0 0.59 4.06 0 0.59 2.51 0.7 1.49 2.51 0.7 1.49 4.06 0.7 0.59 4.06 0.7 1.49 6.92 0.149 0.59 6.92 0.149 1.49 6.92 0.7 0.59 6.92 0.7 1.49 0 0 1.49 0 0.149 1.49 0 0.7 ) .
:Appearance_2_78_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_78_1_1 ;
  x3do:hasMaterial :White-USE-80 .
:White-USE-80 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_78_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AbsideNicchia1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideDX ;
  x3do:hasChildren :Shape_2_78_2_1 ;
  x3do:DEF 'AbsideNicchia1' ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_78_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchia1 ;
  x3do:hasGeometry :IndexedFaceSet_2_78_2_1_1 ;
  x3do:hasAppearance :Appearance_2_78_2_1_2 .
:IndexedFaceSet_2_78_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_78_2_1 ;
  x3do:hasCoord :Coordinate_2_78_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 14 17 13 -1 9 15 16 10 -1 8 9 15 14 -1 14 15 16 17 -1 ) ;
  x3do:solid false .
:Coordinate_2_78_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_78_2_1_1 ;
  x3do:point ( 0 0 0 2.1 0 0 2.1 7.1 0 0 7.1 0 0 0 0.149 2.1 0 0.149 2.1 7.1 0.149 0 7.1 0.149 0.59 2.51 0 1.49 2.51 0 1.49 4.06 0 1.49 7.1 0 0.59 7.1 0 0.59 4.06 0 0.59 2.51 0.7 1.49 2.51 0.7 1.49 4.06 0.7 0.59 4.06 0.7 1.49 7.1 0.149 0.59 7.1 0.149 1.49 7.1 0.7 0.59 7.1 0.7 1.49 0 0 1.49 0 0.149 1.49 0 0.7 ) .
:Appearance_2_78_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_78_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-9 .
:SandStone_In1-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_78_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:AbsideNicchia2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideDX ;
  x3do:hasChildren :Shape_2_78_3_1 ;
  x3do:DEF 'AbsideNicchia2' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.725 1 1 ) ;
  x3do:translation ( 10.334 1.49 -38.821 ) .
:Shape_2_78_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchia2 ;
  x3do:hasGeometry :IndexedFaceSet_2_78_3_1_1 ;
  x3do:hasAppearance :Appearance_2_78_3_1_2 .
:IndexedFaceSet_2_78_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_78_3_1 ;
  x3do:hasCoord :Coordinate_2_78_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_78_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_78_3_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.5 0 0.62265 -0.5 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 3.5 0.7 0.62265 3.5 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_78_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_78_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-10 .
:SandStone_In1-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_78_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:AbsideNicchia2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideDX ;
  x3do:hasChildren :Shape_2_78_4_1 ;
  x3do:DEF 'AbsideNicchia2bis' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.725 1 1 ) ;
  x3do:translation ( 10.334 1.49 -38.821 ) .
:Shape_2_78_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchia2bis ;
  x3do:hasGeometry :IndexedFaceSet_2_78_4_1_1 ;
  x3do:hasAppearance :Appearance_2_78_4_1_2 .
:IndexedFaceSet_2_78_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_78_4_1 ;
  x3do:hasCoord :Coordinate_2_78_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_78_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_78_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.5 0 0.62265 -0.5 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 3.5 0.7 0.62265 3.5 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_78_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_78_4_1 ;
  x3do:hasMaterial :White-USE-81 .
:White-USE-81 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_78_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Fronte a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FronteInt, :FronteNicchia, :FronteEst, :CurvaNicchia1, :CurvaNicchia1Est, :CurvaNicchia2, :CurvaNicchia2Est, :AngoliFronteFuori, :AngoliFronteDentro, :AngoliFronteEst, :ArcoFronteFuori, :ArcoFronteDentro, :ArcoFronte2 ;
  x3do:DEF 'Fronte' ;
  x3do:translation ( -2.963 -3.625 -5.599 ) .
:FronteInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_1_1 ;
  x3do:DEF 'FronteInt' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 10.334 1.89 -39.372 ) .
:Shape_2_79_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FronteInt ;
  x3do:hasGeometry :IndexedFaceSet_2_79_1_1_1 ;
  x3do:hasAppearance :Appearance_2_79_1_1_2 .
:IndexedFaceSet_2_79_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_1_1 ;
  x3do:hasCoord :Coordinate_2_79_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 9 6 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_1_1_1 ;
  x3do:point ( 0 1.6 0 0 1.6 0.149 0 1.6 0.7 3.2 1.6 0 3.2 1.6 0.149 3.2 1.6 0.7 3.2 2.22 0 3.2 2.22 0.149 3.2 2.22 0.7 0 2.22 0 0 2.22 0.149 0 2.22 0.7 0 4.61 0 0 4.61 0.149 0 4.61 0.7 3.2 4.61 0 3.2 4.61 0.149 3.2 4.61 0.7 0 5.14 0.7 3.2 5.14 0.7 ) .
:Appearance_2_79_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_1_1 ;
  x3do:hasMaterial :White-USE-82 .
:White-USE-82 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:FronteNicchia a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_2_1 ;
  x3do:DEF 'FronteNicchia' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 10.334 1.89 -39.372 ) .
:Shape_2_79_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FronteNicchia ;
  x3do:hasGeometry :IndexedFaceSet_2_79_2_1_1 ;
  x3do:hasAppearance :Appearance_2_79_2_1_2 .
:IndexedFaceSet_2_79_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_2_1 ;
  x3do:hasCoord :Coordinate_2_79_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 19 8 11 -1 15 17 11 9 -1 12 6 8 14 -1 9 6 8 11 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_2_1_1 ;
  x3do:point ( 0 0 0 0 0 0.149 0 0 0.7 3.2 0 0 3.2 0 0.149 3.2 0 0.7 3.2 2.22 0 3.2 2.22 0.149 3.2 2.22 0.7 0 2.22 0 0 2.22 0.149 0 2.22 0.7 3.2 4.61 0 3.2 4.61 0.149 3.2 4.61 0.7 0 4.61 0 0 4.61 0.149 0 4.61 0.7 0 5.14 0.7 3.2 5.14 0.7 ) .
:Appearance_2_79_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_2_1 ;
  x3do:hasMaterial :LightBlue-USE-1 .
:LightBlue-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_2_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:FronteEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_3_1 ;
  x3do:DEF 'FronteEst' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.725 1 1 ) ;
  x3do:translation ( 10.334 1.89 -39.372 ) .
:Shape_2_79_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :FronteEst ;
  x3do:hasGeometry :IndexedFaceSet_2_79_3_1_1 ;
  x3do:hasAppearance :Appearance_2_79_3_1_2 .
:IndexedFaceSet_2_79_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_3_1 ;
  x3do:hasCoord :Coordinate_2_79_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 4 10 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_3_1_1 ;
  x3do:point ( 0 0 0 0 0 0.149 0 0 0.7 3.2 0 0 3.2 0 0.149 3.2 0 0.7 0 2.22 0 0 2.22 0.149 0 2.22 0.7 3.2 2.22 0 3.2 2.22 0.149 3.2 2.22 0.7 0 4.61 0 0 4.61 0.149 0 4.61 0.7 3.2 4.61 0 3.2 4.61 0.149 3.2 4.61 0.7 ) .
:Appearance_2_79_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_3_1 ;
  x3do:hasMaterial :White-USE-83 .
:White-USE-83 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:CurvaNicchia1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_4_1 ;
  x3do:DEF 'CurvaNicchia1' ;
  x3do:scale ( 0.71 0.71 1 ) ;
  x3do:translation ( 9.9 6.5 -40.0725 ) .
:Shape_2_79_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CurvaNicchia1 ;
  x3do:hasGeometry :IndexedFaceSet_2_79_4_1_1 ;
  x3do:hasAppearance :Appearance_2_79_4_1_2 .
:IndexedFaceSet_2_79_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_4_1 ;
  x3do:hasCoord :Coordinate_2_79_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.7 .6218712004456791 0.0311325 0.7 .6195289277144369 0.062265 0.7 .6156053358230011 0.0933975 0.7 .6100699153375784 0.12453 0.7 .6028782701290121 0.1556625 0.7 .5939702437622613 0.186795 0.7 .5832672005554145 0.2179275 0.7 .5706681512928509 0.24906 0.7 .5560442297549271 0.2801925 0.7 .5392307176663808 0.311325 0.7 .520015272077417 0.3424575 0.7 .49812000000000006 0.37359 0.7 .47317303441103875 0.4047225 0.7 .4446610411032206 0.435855 0.7 .4118442634585919 0.4669875 0.7 .37359000000000003 0.49812 0.7 .3280012404606879 0.5292525 0.7 .2714068427195601 0.560385 0.7 .19442240018513812 0.5915175 0.7 .0 0.62265 0.7 0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 0.7 0.62265 0.62265 0.7 0.62265 0 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_79_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_4_1 ;
  x3do:hasMaterial :LightBlue-USE-2 .
:LightBlue-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_4_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:CurvaNicchia1Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_5_1 ;
  x3do:DEF 'CurvaNicchia1Est' ;
  x3do:scale ( 0.71 0.71 1 ) ;
  x3do:translation ( 9.9 6.5 -39.5215 ) .
:Shape_2_79_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CurvaNicchia1Est ;
  x3do:hasGeometry :IndexedFaceSet_2_79_5_1_1 ;
  x3do:hasAppearance :Appearance_2_79_5_1_2 .
:IndexedFaceSet_2_79_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_5_1 ;
  x3do:hasCoord :Coordinate_2_79_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_5_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.149 .6218712004456791 0.0311325 0.149 .6195289277144369 0.062265 0.149 .6156053358230011 0.0933975 0.149 .6100699153375784 0.12453 0.149 .6028782701290121 0.1556625 0.149 .5939702437622613 0.186795 0.149 .5832672005554145 0.2179275 0.149 .5706681512928509 0.24906 0.149 .5560442297549271 0.2801925 0.149 .5392307176663808 0.311325 0.149 .520015272077417 0.3424575 0.149 .49812000000000006 0.37359 0.149 .47317303441103875 0.4047225 0.149 .4446610411032206 0.435855 0.149 .4118442634585919 0.4669875 0.149 .37359000000000003 0.49812 0.149 .3280012404606879 0.5292525 0.149 .2714068427195601 0.560385 0.149 .19442240018513812 0.5915175 0.149 .0 0.62265 0.149 0 0.62265 0.149 -0.19442240018513812 0.5915175 0.149 -0.2714068427195601 0.560385 0.149 -0.3280012404606879 0.5292525 0.149 -0.37359000000000003 0.49812 0.149 -0.4118442634585919 0.4669875 0.149 -0.4446610411032206 0.435855 0.149 -0.47317303441103875 0.4047225 0.149 -0.49812000000000006 0.37359 0.149 -0.520015272077417 0.3424575 0.149 -0.5392307176663808 0.311325 0.149 -0.5560442297549271 0.2801925 0.149 -0.5706681512928509 0.24906 0.149 -0.5832672005554145 0.2179275 0.149 -0.5939702437622613 0.186795 0.149 -0.6028782701290121 0.1556625 0.149 -0.6100699153375784 0.12453 0.149 -0.6156053358230011 0.0933975 0.149 -0.6195289277144369 0.062265 0.149 -0.6218712004456791 0.0311325 0.149 -0.62265 0.0 0.149 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 0.149 0.62265 0.62265 0.149 0.62265 0 0.149 0.62265 0 0.149 0.62265 0 0.149 ) .
:Appearance_2_79_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_5_1 ;
  x3do:hasMaterial :White-USE-84 .
:White-USE-84 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:CurvaNicchia2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_6_1 ;
  x3do:DEF 'CurvaNicchia2' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.71 0.71 1 ) ;
  x3do:translation ( 7.575 6.5 -39.3725 ) .
:Shape_2_79_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CurvaNicchia2 ;
  x3do:hasGeometry :IndexedFaceSet_2_79_6_1_1 ;
  x3do:hasAppearance :Appearance_2_79_6_1_2 .
:IndexedFaceSet_2_79_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_6_1 ;
  x3do:hasCoord :Coordinate_2_79_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_6_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.7 .6218712004456791 0.0311325 0.7 .6195289277144369 0.062265 0.7 .6156053358230011 0.0933975 0.7 .6100699153375784 0.12453 0.7 .6028782701290121 0.1556625 0.7 .5939702437622613 0.186795 0.7 .5832672005554145 0.2179275 0.7 .5706681512928509 0.24906 0.7 .5560442297549271 0.2801925 0.7 .5392307176663808 0.311325 0.7 .520015272077417 0.3424575 0.7 .49812000000000006 0.37359 0.7 .47317303441103875 0.4047225 0.7 .4446610411032206 0.435855 0.7 .4118442634585919 0.4669875 0.7 .37359000000000003 0.49812 0.7 .3280012404606879 0.5292525 0.7 .2714068427195601 0.560385 0.7 .19442240018513812 0.5915175 0.7 .0 0.62265 0.7 0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 0.7 0.62265 0.62265 0.7 0.62265 0 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_79_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_6_1 ;
  x3do:hasMaterial :LightBlue-USE-3 .
:LightBlue-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_6_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:CurvaNicchia2Est a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_7_1 ;
  x3do:DEF 'CurvaNicchia2Est' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.71 0.71 1 ) ;
  x3do:translation ( 7.575 6.5 -39.3725 ) .
:Shape_2_79_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CurvaNicchia2Est ;
  x3do:hasGeometry :IndexedFaceSet_2_79_7_1_1 ;
  x3do:hasAppearance :Appearance_2_79_7_1_2 .
:IndexedFaceSet_2_79_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_7_1 ;
  x3do:hasCoord :Coordinate_2_79_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_7_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.149 .6218712004456791 0.0311325 0.149 .6195289277144369 0.062265 0.149 .6156053358230011 0.0933975 0.149 .6100699153375784 0.12453 0.149 .6028782701290121 0.1556625 0.149 .5939702437622613 0.186795 0.149 .5832672005554145 0.2179275 0.149 .5706681512928509 0.24906 0.149 .5560442297549271 0.2801925 0.149 .5392307176663808 0.311325 0.149 .520015272077417 0.3424575 0.149 .49812000000000006 0.37359 0.149 .47317303441103875 0.4047225 0.149 .4446610411032206 0.435855 0.149 .4118442634585919 0.4669875 0.149 .37359000000000003 0.49812 0.149 .3280012404606879 0.5292525 0.149 .2714068427195601 0.560385 0.149 .19442240018513812 0.5915175 0.149 .0 0.62265 0.149 0 0.62265 0.149 -0.19442240018513812 0.5915175 0.149 -0.2714068427195601 0.560385 0.149 -0.3280012404606879 0.5292525 0.149 -0.37359000000000003 0.49812 0.149 -0.4118442634585919 0.4669875 0.149 -0.4446610411032206 0.435855 0.149 -0.47317303441103875 0.4047225 0.149 -0.49812000000000006 0.37359 0.149 -0.520015272077417 0.3424575 0.149 -0.5392307176663808 0.311325 0.149 -0.5560442297549271 0.2801925 0.149 -0.5706681512928509 0.24906 0.149 -0.5832672005554145 0.2179275 0.149 -0.5939702437622613 0.186795 0.149 -0.6028782701290121 0.1556625 0.149 -0.6100699153375784 0.12453 0.149 -0.6156053358230011 0.0933975 0.149 -0.6195289277144369 0.062265 0.149 -0.6218712004456791 0.0311325 0.149 -0.62265 0.0 0.149 0 0.62265 0 0.62265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 0.149 0.62265 0.62265 0.149 0.62265 0 0.149 0.62265 0 0.149 0.62265 0 0.149 ) .
:Appearance_2_79_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_7_1 ;
  x3do:hasMaterial :White-USE-85 .
:White-USE-85 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_7_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AngoliFronteFuori a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_8_1 ;
  x3do:DEF 'AngoliFronteFuori' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.904 6.94 -39.372 ) .
:Shape_2_79_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AngoliFronteFuori ;
  x3do:hasGeometry :IndexedFaceSet_2_79_8_1_1 ;
  x3do:hasAppearance :Appearance_2_79_8_1_2 .
:IndexedFaceSet_2_79_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_8_1 ;
  x3do:hasCoord :Coordinate_2_79_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 13 14 2 1 0 -1 3 15 16 17 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_8_1_1 ;
  x3do:point ( 0 0 0 0 0.3 0 0.3 0.3 0 2.03 0.3 0 2.33 0.3 0 2.33 0 0 0 0 0.7 0 0.3 0.7 0.3 0.3 0.7 2.03 0.3 0.7 2.33 0.3 0.7 2.33 0 0.7 -0.445 0 0 -0.445 2.6 0 0.3 2.6 0 2.03 2.6 0 2.765 2.6 0 2.765 0 0 0 5.14 0.7 3.2 5.14 0.7 ) .
:Appearance_2_79_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_8_1 ;
  x3do:hasMaterial :White-USE-86 .
:White-USE-86 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_8_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AngoliFronteDentro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_9_1 ;
  x3do:DEF 'AngoliFronteDentro' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.904 6.94 -39.372 ) .
:Shape_2_79_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AngoliFronteDentro ;
  x3do:hasGeometry :IndexedFaceSet_2_79_9_1_1 ;
  x3do:hasAppearance :Appearance_2_79_9_1_2 .
:IndexedFaceSet_2_79_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_9_1 ;
  x3do:hasCoord :Coordinate_2_79_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 6 7 10 11 -1 0 6 7 1 -1 1 2 8 7 -1 3 4 10 9 -1 5 11 10 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_9_1_1 ;
  x3do:point ( 0 0 0 0 0.3 0 0.3 0.3 0 2.03 0.3 0 2.33 0.3 0 2.33 0 0 0 0 0.7 0 0.3 0.7 0.3 0.3 0.7 2.03 0.3 0.7 2.33 0.3 0.7 2.33 0 0.7 -0.445 0 0 -0.445 2.6 0 0.3 2.6 0 2.03 2.6 0 2.765 2.6 0 2.765 0 0 0 5.14 0.7 3.2 5.14 0.7 ) .
:Appearance_2_79_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_9_1 ;
  x3do:hasMaterial :LightBlue-USE-4 .
:LightBlue-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_9_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:AngoliFronteEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_10_1 ;
  x3do:DEF 'AngoliFronteEst' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 9.904 6.94 -39.521 ) .
:Shape_2_79_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AngoliFronteEst ;
  x3do:hasGeometry :IndexedFaceSet_2_79_10_1_1 ;
  x3do:hasAppearance :Appearance_2_79_10_1_2 .
:IndexedFaceSet_2_79_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_10_1 ;
  x3do:hasCoord :Coordinate_2_79_10_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 12 13 14 2 1 0 -1 3 15 16 17 5 4 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_10_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_10_1_1 ;
  x3do:point ( 0 0 0 0 0.3 0 0.3 0.3 0 2.03 0.3 0 2.33 0.3 0 2.33 0 0 0 0 0.7 0 0.3 0.7 0.3 0.3 0.7 2.03 0.3 0.7 2.33 0.3 0.7 2.33 0 0.7 -0.445 0 0 -0.445 2.6 0 0.3 2.6 0 2.03 2.6 0 2.765 2.6 0 2.765 0 0 ) .
:Appearance_2_79_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_10_1 ;
  x3do:hasMaterial :White-USE-87 .
:White-USE-87 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_10_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoFronteFuori a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_11_1 ;
  x3do:DEF 'ArcoFronteFuori' ;
  x3do:scale ( 1.394 0.82 1 ) ;
  x3do:translation ( 8.738 7.235 -40.08 ) .
:Shape_2_79_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoFronteFuori ;
  x3do:hasGeometry :IndexedFaceSet_2_79_11_1_1 ;
  x3do:hasAppearance :Appearance_2_79_11_1_2 .
:IndexedFaceSet_2_79_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_11_1 ;
  x3do:hasCoord :Coordinate_2_79_11_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_11_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_11_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 2.9 0.7 0.62265 2.9 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_79_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_11_1 ;
  x3do:hasMaterial :White-USE-88 .
:White-USE-88 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_11_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ArcoFronteDentro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_12_1 ;
  x3do:DEF 'ArcoFronteDentro' ;
  x3do:scale ( 1.394 0.82 1 ) ;
  x3do:translation ( 8.738 7.235 -40.08 ) .
:Shape_2_79_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoFronteDentro ;
  x3do:hasGeometry :IndexedFaceSet_2_79_12_1_1 ;
  x3do:hasAppearance :Appearance_2_79_12_1_2 .
:IndexedFaceSet_2_79_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_12_1 ;
  x3do:hasCoord :Coordinate_2_79_12_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_12_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_12_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 2.9 0.7 0.62265 2.9 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_79_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_12_1 ;
  x3do:hasMaterial :LightBlue-USE-5 .
:LightBlue-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_12_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:ArcoFronte2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fronte ;
  x3do:hasChildren :Shape_2_79_13_1 ;
  x3do:DEF 'ArcoFronte2' ;
  x3do:scale ( 1.394 0.82 1 ) ;
  x3do:translation ( 8.738 7.415 -39.529 ) .
:Shape_2_79_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcoFronte2 ;
  x3do:hasGeometry :IndexedFaceSet_2_79_13_1_1 ;
  x3do:hasAppearance :Appearance_2_79_13_1_2 .
:IndexedFaceSet_2_79_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_79_13_1 ;
  x3do:hasCoord :Coordinate_2_79_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_79_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_79_13_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.149 0.6218712004456791 0.0311325 0.149 0.6195289277144369 0.062265 0.149 0.6156053358230011 0.0933975 0.149 0.6100699153375784 0.12453 0.149 0.6028782701290121 0.1556625 0.149 0.5939702437622613 0.186795 0.149 0.5832672005554145 0.2179275 0.149 0.5706681512928509 0.24906 0.149 0.5560442297549271 0.2801925 0.149 0.5392307176663808 0.311325 0.149 0.520015272077417 0.3424575 0.149 0.49812000000000006 0.37359 0.149 0.47317303441103875 0.4047225 0.149 0.4446610411032206 0.435855 0.149 0.4118442634585919 0.4669875 0.149 0.37359000000000003 0.49812 0.149 0.3280012404606879 0.5292525 0.149 0.2714068427195601 0.560385 0.149 0.19442240018513812 0.5915175 0.149 0.0 0.62265 0.149 -0.0 0.62265 0.149 -0.19442240018513812 0.5915175 0.149 -0.2714068427195601 0.560385 0.149 -0.3280012404606879 0.5292525 0.149 -0.37359000000000003 0.49812 0.149 -0.4118442634585919 0.4669875 0.149 -0.4446610411032206 0.435855 0.149 -0.47317303441103875 0.4047225 0.149 -0.49812000000000006 0.37359 0.149 -0.520015272077417 0.3424575 0.149 -0.5392307176663808 0.311325 0.149 -0.5560442297549271 0.2801925 0.149 -0.5706681512928509 0.24906 0.149 -0.5832672005554145 0.2179275 0.149 -0.5939702437622613 0.186795 0.149 -0.6028782701290121 0.1556625 0.149 -0.6100699153375784 0.12453 0.149 -0.6156053358230011 0.0933975 0.149 -0.6195289277144369 0.062265 0.149 -0.6218712004456791 0.0311325 0.149 -0.62265 0.0 0.149 -0.62265 0 0 -0.62265 0 0 -0.62265 2.4 0 0.62265 2.4 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.149 -0.62265 0 0.149 -0.62265 2.6 0.149 0.62265 2.6 0.149 0.62265 0 0.149 0.62265 0 0.149 ) .
:Appearance_2_79_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_79_13_1 ;
  x3do:hasMaterial :White-USE-89 .
:White-USE-89 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_79_13_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AbsideSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :AbsideSXint, :AbsideNicchiaS1, :AbsideNicchiaS2, :AbsideNicchiaS2bis ;
  x3do:DEF 'AbsideSX' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 13.545 0.4 -84.475 ) .
:AbsideSXint a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideSX ;
  x3do:hasChildren :Shape_2_80_1_1 ;
  x3do:DEF 'AbsideSXint' ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_80_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideSXint ;
  x3do:hasGeometry :IndexedFaceSet_2_80_1_1_1 ;
  x3do:hasAppearance :Appearance_2_80_1_1_2 .
:IndexedFaceSet_2_80_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_80_1_1 ;
  x3do:hasCoord :Coordinate_2_80_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 3 12 8 9 22 -1 11 22 1 2 -1 ) ;
  x3do:solid false .
:Coordinate_2_80_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_80_1_1_1 ;
  x3do:point ( 0 0 0 2.1 0 0 2.1 7 0 0 7 0 0 0 0.149 2.1 0 0.149 2.1 7 0.149 0 7 0.149 0.59 2.51 0 1.49 2.51 0 1.49 4.06 0 1.49 7 0 0.59 7 0 0.59 4.06 0 0.59 2.51 0.7 1.49 2.51 0.7 1.49 4.06 0.7 0.59 4.06 0.7 1.49 7 0.149 0.59 7 0.149 1.49 7 0.7 0.59 7 0.7 1.49 0 0 1.49 0 0.149 1.49 0 0.7 ) .
:Appearance_2_80_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_80_1_1 ;
  x3do:hasMaterial :White-USE-90 .
:White-USE-90 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_80_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:AbsideNicchiaS1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideSX ;
  x3do:hasChildren :Shape_2_80_2_1 ;
  x3do:DEF 'AbsideNicchiaS1' ;
  x3do:translation ( 9.295 -2.135 -39.52 ) .
:Shape_2_80_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchiaS1 ;
  x3do:hasGeometry :IndexedFaceSet_2_80_2_1_1 ;
  x3do:hasAppearance :Appearance_2_80_2_1_2 .
:IndexedFaceSet_2_80_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_80_2_1 ;
  x3do:hasCoord :Coordinate_2_80_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 8 14 17 13 -1 9 15 16 10 -1 8 9 15 14 -1 14 15 16 17 -1 ) ;
  x3do:solid false .
:Coordinate_2_80_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_80_2_1_1 ;
  x3do:point ( 0 0 0 2.1 0 0 2.1 7.1 0 0 7.1 0 0 0 0.149 2.1 0 0.149 2.1 7.1 0.149 0 7.1 0.149 0.59 2.51 0 1.49 2.51 0 1.49 4.06 0 1.49 7.1 0 0.59 7.1 0 0.59 4.06 0 0.59 2.51 0.7 1.49 2.51 0.7 1.49 4.06 0.7 0.59 4.06 0.7 1.49 7.1 0.149 0.59 7.1 0.149 1.49 7.1 0.7 0.59 7.1 0.7 1.49 0 0 1.49 0 0.149 1.49 0 0.7 ) .
:Appearance_2_80_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_80_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-11 .
:SandStone_In1-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_80_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:AbsideNicchiaS2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideSX ;
  x3do:hasChildren :Shape_2_80_3_1 ;
  x3do:DEF 'AbsideNicchiaS2' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.725 1 1 ) ;
  x3do:translation ( 10.334 1.49 -38.821 ) .
:Shape_2_80_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchiaS2 ;
  x3do:hasGeometry :IndexedFaceSet_2_80_3_1_1 ;
  x3do:hasAppearance :Appearance_2_80_3_1_2 .
:IndexedFaceSet_2_80_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_80_3_1 ;
  x3do:hasCoord :Coordinate_2_80_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_80_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_80_3_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.5 0 0.62265 -0.5 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 3.5 0.7 0.62265 3.5 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_80_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_80_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-12 .
:SandStone_In1-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_80_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:AbsideNicchiaS2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :AbsideSX ;
  x3do:hasChildren :Shape_2_80_4_1 ;
  x3do:DEF 'AbsideNicchiaS2bis' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.725 1 1 ) ;
  x3do:translation ( 10.334 1.49 -38.821 ) .
:Shape_2_80_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AbsideNicchiaS2bis ;
  x3do:hasGeometry :IndexedFaceSet_2_80_4_1_1 ;
  x3do:hasAppearance :Appearance_2_80_4_1_2 .
:IndexedFaceSet_2_80_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_80_4_1 ;
  x3do:hasCoord :Coordinate_2_80_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_80_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_80_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.7 0.6218712004456791 0.0311325 0.7 0.6195289277144369 0.062265 0.7 0.6156053358230011 0.0933975 0.7 0.6100699153375784 0.12453 0.7 0.6028782701290121 0.1556625 0.7 0.5939702437622613 0.186795 0.7 0.5832672005554145 0.2179275 0.7 0.5706681512928509 0.24906 0.7 0.5560442297549271 0.2801925 0.7 0.5392307176663808 0.311325 0.7 0.520015272077417 0.3424575 0.7 0.49812000000000006 0.37359 0.7 0.47317303441103875 0.4047225 0.7 0.4446610411032206 0.435855 0.7 0.4118442634585919 0.4669875 0.7 0.37359000000000003 0.49812 0.7 0.3280012404606879 0.5292525 0.7 0.2714068427195601 0.560385 0.7 0.19442240018513812 0.5915175 0.7 0.0 0.62265 0.7 -0.0 0.62265 0.7 -0.19442240018513812 0.5915175 0.7 -0.2714068427195601 0.560385 0.7 -0.3280012404606879 0.5292525 0.7 -0.37359000000000003 0.49812 0.7 -0.4118442634585919 0.4669875 0.7 -0.4446610411032206 0.435855 0.7 -0.47317303441103875 0.4047225 0.7 -0.49812000000000006 0.37359 0.7 -0.520015272077417 0.3424575 0.7 -0.5392307176663808 0.311325 0.7 -0.5560442297549271 0.2801925 0.7 -0.5706681512928509 0.24906 0.7 -0.5832672005554145 0.2179275 0.7 -0.5939702437622613 0.186795 0.7 -0.6028782701290121 0.1556625 0.7 -0.6100699153375784 0.12453 0.7 -0.6156053358230011 0.0933975 0.7 -0.6195289277144369 0.062265 0.7 -0.6218712004456791 0.0311325 0.7 -0.62265 0.0 0.7 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.5 0 0.62265 -0.5 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.7 -0.62265 0 0.7 -0.62265 3.5 0.7 0.62265 3.5 0.7 0.62265 0 0.7 0.62265 0 0.7 ) .
:Appearance_2_80_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_80_4_1 ;
  x3do:hasMaterial :White-USE-91 .
:White-USE-91 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_80_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:FinestreDX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :finestraDX, :Finestra2, :Finestra3 ;
  x3do:DEF 'FinestreDX' .
:finestraDX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :FinestreDX ;
  x3do:hasChildren :Finestra1 ;
  x3do:DEF 'finestraDX' .
:Finestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestraDX ;
  x3do:hasChildren :terminixfinLAT, :terminixfinSOT ;
  x3do:DEF 'Finestra1' ;
  x3do:translation ( 0 -0.01 -0.19 ) .
:terminixfinLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra1 ;
  x3do:hasChildren :terminexfin1DXbis, :t1erminexfin1DXbis, :t2erminexfin1DXbis, :t3erminexfin1DXbis, :t4erminexfin1DXbis, :t5erminexfin1DXbis, :te, :terminexfin2DXbis, :t12erminexfin1DXbis, :t22erminexfin1DXbis, :t32erminexfin1DXbis, :t42erminexfin1DXbis, :t52erminexfin1DXbis, :te2 ;
  x3do:DEF 'terminixfinLAT' ;
  x3do:translation ( 9.3699 -0.2165 -6.55 ) .
:terminexfin1DXbis a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_1_2 ;
  x3do:DEF 'terminexfin1DXbis' .
:IndexedFaceSet_2_81_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1DXbis ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 2.75 0 1.31 2.75 0 1.31 2.75 -0.149 0.89 2.75 -0.149 ) .
:Appearance_2_81_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1DXbis ;
  x3do:hasMaterial :SandStone_Out-USE-171 .
:SandStone_Out-USE-171 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:t1erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_2_1 ;
  x3do:DEF 't1erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 0 ) .
:Shape_2_81_1_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t1erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_2_1_2 .
:IndexedFaceSet_2_81_1_1_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_2_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 -0.149 0.89 0.03 -0.149 ) .
:Appearance_2_81_1_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_2_1 ;
  x3do:hasMaterial :White-USE-92 .
:White-USE-92 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t2erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_3_1 ;
  x3do:DEF 't2erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 0 ) .
:Shape_2_81_1_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t2erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_3_1_2 .
:IndexedFaceSet_2_81_1_1_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_3_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 -0.149 0.89 0.03 -0.149 ) .
:Appearance_2_81_1_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_3_1 ;
  x3do:hasMaterial :White-USE-93 .
:White-USE-93 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t3erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_4_1 ;
  x3do:DEF 't3erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 0 ) .
:Shape_2_81_1_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t3erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_4_1_2 .
:IndexedFaceSet_2_81_1_1_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_4_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 -0.149 0.89 0.03 -0.149 ) .
:Appearance_2_81_1_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_4_1 ;
  x3do:hasMaterial :White-USE-94 .
:White-USE-94 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t4erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_5_1 ;
  x3do:DEF 't4erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 0 ) .
:Shape_2_81_1_1_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t4erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_5_1_2 .
:IndexedFaceSet_2_81_1_1_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 -0.149 0.89 0.03 -0.149 ) .
:Appearance_2_81_1_1_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_5_1 ;
  x3do:hasMaterial :White-USE-95 .
:White-USE-95 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t5erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_6_1 ;
  x3do:DEF 't5erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 0 ) .
:Shape_2_81_1_1_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t5erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_6_1_2 .
:IndexedFaceSet_2_81_1_1_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_6_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_6_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 -0.149 0.89 0.03 -0.149 ) .
:Appearance_2_81_1_1_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_6_1 ;
  x3do:hasMaterial :White-USE-96 .
:White-USE-96 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:te a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :terminexfin1DXbis1, :terminexfin1DXbis2, :terminexfin1DXbis3, :terminexfin1DXbis4, :terminexfin1DXbis5, :terminexfin1DXbis6 ;
  x3do:DEF 'te' ;
  x3do:translation ( -0.005 0 -0.005 ) .
:terminexfin1DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :te ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_1_2 ;
  x3do:DEF 'terminexfin1DXbis1' .
:IndexedFaceSet_2_81_1_1_1_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1DXbis1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-13 .
:SandStone_In1-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te ;
  x3do:hasChildren :Shape_2_81_1_1_1_7_2_1 ;
  x3do:DEF 'terminexfin1DXbis2' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_81_1_1_1_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_2_1_2 .
:IndexedFaceSet_2_81_1_1_1_7_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_7_2_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_81_1_1_1_7_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_7_2_1 ;
  x3do:hasMaterial :SandStone_In2 .
:SandStone_In2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_2_1_2 ;
  x3do:DEF 'SandStone_In2' ;
  x3do:diffuseColor ( 1 0.83 0.55 ) .
:terminexfin1DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te ;
  x3do:hasChildren :Shape_2_81_1_1_1_7_3_1 ;
  x3do:DEF 'terminexfin1DXbis3' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_81_1_1_1_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_3_1_2 .
:IndexedFaceSet_2_81_1_1_1_7_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_7_3_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_1_7_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_7_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-14 .
:SandStone_In1-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te ;
  x3do:hasChildren :Shape_2_81_1_1_1_7_4_1 ;
  x3do:DEF 'terminexfin1DXbis4' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_81_1_1_1_7_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_4_1_2 .
:IndexedFaceSet_2_81_1_1_1_7_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_7_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_4_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_81_1_1_1_7_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_7_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-1 .
:SandStone_In2-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin1DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te ;
  x3do:hasChildren :Shape_2_81_1_1_1_7_5_1 ;
  x3do:DEF 'terminexfin1DXbis5' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_81_1_1_1_7_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_5_1_2 .
:IndexedFaceSet_2_81_1_1_1_7_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_7_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_1_7_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_7_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-15 .
:SandStone_In1-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te ;
  x3do:hasChildren :Shape_2_81_1_1_1_7_6_1 ;
  x3do:DEF 'terminexfin1DXbis6' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_81_1_1_1_7_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis6 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_7_6_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_7_6_1_2 .
:IndexedFaceSet_2_81_1_1_1_7_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_7_6_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_7_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_7_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_7_6_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 -0.149 0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 0 -2.75 0.2 1.31 -2.75 0 ) .
:Appearance_2_81_1_1_1_7_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_7_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-2 .
:SandStone_In2-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_7_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin2DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_8_1 ;
  x3do:DEF 'terminexfin2DXbis' ;
  x3do:translation ( 0 0 -1.82 ) .
:Shape_2_81_1_1_1_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_8_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_8_1_2 .
:IndexedFaceSet_2_81_1_1_1_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_8_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_8_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 2.75 0 1.31 2.75 0 1.31 2.75 0.149 0.89 2.75 0.149 ) .
:Appearance_2_81_1_1_1_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_8_1 ;
  x3do:hasMaterial :SandStone_Out-USE-172 .
:SandStone_Out-USE-172 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_8_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:t12erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_9_1 ;
  x3do:DEF 't12erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 -1.82 ) .
:Shape_2_81_1_1_1_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t12erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_9_1_2 .
:IndexedFaceSet_2_81_1_1_1_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_9_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_9_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 0.149 0.89 0.03 0.149 ) .
:Appearance_2_81_1_1_1_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_9_1 ;
  x3do:hasMaterial :White-USE-97 .
:White-USE-97 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_9_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t22erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_10_1 ;
  x3do:DEF 't22erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 -1.82 ) .
:Shape_2_81_1_1_1_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t22erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_10_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_10_1_2 .
:IndexedFaceSet_2_81_1_1_1_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_10_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_10_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_10_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_10_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 0.149 0.89 0.03 0.149 ) .
:Appearance_2_81_1_1_1_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_10_1 ;
  x3do:hasMaterial :White-USE-98 .
:White-USE-98 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_10_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t32erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_11_1 ;
  x3do:DEF 't32erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 -1.82 ) .
:Shape_2_81_1_1_1_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t32erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_11_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_11_1_2 .
:IndexedFaceSet_2_81_1_1_1_11_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_11_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_11_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_11_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_11_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 0.149 0.89 0.03 0.149 ) .
:Appearance_2_81_1_1_1_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_11_1 ;
  x3do:hasMaterial :White-USE-99 .
:White-USE-99 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_11_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t42erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_12_1 ;
  x3do:DEF 't42erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 -1.82 ) .
:Shape_2_81_1_1_1_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t42erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_12_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_12_1_2 .
:IndexedFaceSet_2_81_1_1_1_12_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_12_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_12_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_12_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_12_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 0.149 0.89 0.03 0.149 ) .
:Appearance_2_81_1_1_1_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_12_1 ;
  x3do:hasMaterial :White-USE-100 .
:White-USE-100 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_12_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t52erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :Shape_2_81_1_1_1_13_1 ;
  x3do:DEF 't52erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 -1.82 ) .
:Shape_2_81_1_1_1_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t52erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_13_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_13_1_2 .
:IndexedFaceSet_2_81_1_1_1_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_13_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_13_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.03 0 1.31 0.03 0 1.31 0.03 0.149 0.89 0.03 0.149 ) .
:Appearance_2_81_1_1_1_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_13_1 ;
  x3do:hasMaterial :White-USE-101 .
:White-USE-101 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_13_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:te2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinLAT ;
  x3do:hasChildren :terminexfin1DXbis12, :terminexfin1DXbis22, :terminexfin1DXbis32, :terminexfin1DXbis42, :terminexfin1DXbis52, :terminexfin1DXbis62 ;
  x3do:DEF 'te2' ;
  x3do:translation ( -0.01 0 -1.815 ) .
:terminexfin1DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :te2 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_1_2 ;
  x3do:DEF 'terminexfin1DXbis12' .
:IndexedFaceSet_2_81_1_1_1_14_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1DXbis12 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_1_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-16 .
:SandStone_In1-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te2 ;
  x3do:hasChildren :Shape_2_81_1_1_1_14_2_1 ;
  x3do:DEF 'terminexfin1DXbis22' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_81_1_1_1_14_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_2_1_2 .
:IndexedFaceSet_2_81_1_1_1_14_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_14_2_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_81_1_1_1_14_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_14_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-3 .
:SandStone_In2-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin1DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te2 ;
  x3do:hasChildren :Shape_2_81_1_1_1_14_3_1 ;
  x3do:DEF 'terminexfin1DXbis32' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_81_1_1_1_14_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_3_1_2 .
:IndexedFaceSet_2_81_1_1_1_14_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_14_3_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_1_14_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_14_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-17 .
:SandStone_In1-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te2 ;
  x3do:hasChildren :Shape_2_81_1_1_1_14_4_1 ;
  x3do:DEF 'terminexfin1DXbis42' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_81_1_1_1_14_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_4_1_2 .
:IndexedFaceSet_2_81_1_1_1_14_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_14_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_4_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_81_1_1_1_14_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_14_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-4 .
:SandStone_In2-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin1DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te2 ;
  x3do:hasChildren :Shape_2_81_1_1_1_14_5_1 ;
  x3do:DEF 'terminexfin1DXbis52' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_81_1_1_1_14_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_5_1_2 .
:IndexedFaceSet_2_81_1_1_1_14_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_14_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_1_14_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_14_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-18 .
:SandStone_In1-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin1DXbis62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :te2 ;
  x3do:hasChildren :Shape_2_81_1_1_1_14_6_1 ;
  x3do:DEF 'terminexfin1DXbis62' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_81_1_1_1_14_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin1DXbis62 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_1_14_6_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_1_14_6_1_2 .
:IndexedFaceSet_2_81_1_1_1_14_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_1_14_6_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_1_14_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_1_14_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_1_14_6_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.4383 0 1.31 0.4383 0 1.31 0.4383 0.149 0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 0 -2.75 -0.2 1.31 -2.75 0 ) .
:Appearance_2_81_1_1_1_14_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_1_14_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-5 .
:SandStone_In2-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_1_14_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminixfinSOT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra1 ;
  x3do:hasChildren :terminexfin1DXEst, :terminexfin1DXInt, :t2e, :terminexfin2DXEst, :terminexfin2DXInt, :t2e2 ;
  x3do:DEF 'terminixfinSOT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:terminexfin1DXEst a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_1_2 ;
  x3do:DEF 'terminexfin1DXEst' .
:IndexedFaceSet_2_81_1_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1DXEst ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 1.82 0 1.31 1.82 0 1.31 1.82 -0.149 0.89 1.82 -0.149 ) .
:Appearance_2_81_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1DXEst ;
  x3do:hasMaterial :SandStone_Out-USE-173 .
:SandStone_Out-USE-173 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin1DXInt a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_2_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_2_2 ;
  x3do:DEF 'terminexfin1DXInt' .
:IndexedFaceSet_2_81_1_1_2_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin1DXInt ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_2_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 1.82 0 1.31 1.82 0 1.31 1.82 -0.149 0.89 1.82 -0.149 ) .
:Appearance_2_81_1_1_2_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin1DXInt ;
  x3do:hasMaterial :White-USE-102 .
:White-USE-102 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_2_2 ;
  owl:sameAs :White . # DEF matching this USE
:t2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasChildren :terminexfin2DXbis1, :terminexfin2DXbis2, :terminexfin2DXbis3, :terminexfin2DXbis4, :terminexfin2DXbis5 ;
  x3do:DEF 't2e' ;
  x3do:translation ( -0.007 0.005 0 ) .
:terminexfin2DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t2e ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_3_1_2 ;
  x3do:DEF 'terminexfin2DXbis1' .
:IndexedFaceSet_2_81_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin2DXbis1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 -0.149 0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin2DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-19 .
:SandStone_In1-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin2DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e ;
  x3do:hasChildren :Shape_2_81_1_1_2_3_2_1 ;
  x3do:DEF 'terminexfin2DXbis2' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_81_1_1_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_3_2_1_2 .
:IndexedFaceSet_2_81_1_1_2_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_3_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 -0.149 0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-20 .
:SandStone_In1-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin2DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e ;
  x3do:hasChildren :Shape_2_81_1_1_2_3_3_1 ;
  x3do:DEF 'terminexfin2DXbis3' ;
  x3do:translation ( 0 0.736 0 ) .
:Shape_2_81_1_1_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_3_3_1_2 .
:IndexedFaceSet_2_81_1_1_2_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_3_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 -0.149 0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_2_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_3_3_1 ;
  x3do:hasMaterial :SandStone_In2-USE-6 .
:SandStone_In2-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_3_3_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin2DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e ;
  x3do:hasChildren :Shape_2_81_1_1_2_3_4_1 ;
  x3do:DEF 'terminexfin2DXbis4' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_81_1_1_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_3_4_1_2 .
:IndexedFaceSet_2_81_1_1_2_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_3_4_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 -0.149 0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_2_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_3_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-21 .
:SandStone_In1-USE-21 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_3_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin2DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e ;
  x3do:hasChildren :Shape_2_81_1_1_2_3_5_1 ;
  x3do:DEF 'terminexfin2DXbis5' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_81_1_1_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_3_5_1_2 .
:IndexedFaceSet_2_81_1_1_2_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_3_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 -0.149 0.89 0 -0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 -0.149 0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_81_1_1_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_3_5_1 ;
  x3do:hasMaterial :SandStone_In2-USE-7 .
:SandStone_In2-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_3_5_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin2DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasChildren :Shape_2_81_1_1_2_4_1 ;
  x3do:DEF 'terminexfin2DXEst' ;
  x3do:translation ( 0 0 -2.75 ) .
:Shape_2_81_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_4_1_2 .
:IndexedFaceSet_2_81_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 1.82 0 1.31 1.82 0 1.31 1.82 0.149 0.89 1.82 0.149 ) .
:Appearance_2_81_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-174 .
:SandStone_Out-USE-174 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexfin2DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasChildren :Shape_2_81_1_1_2_5_1 ;
  x3do:DEF 'terminexfin2DXInt' ;
  x3do:translation ( 0 0 -2.75 ) .
:Shape_2_81_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_5_1_2 .
:IndexedFaceSet_2_81_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 1.82 0 1.31 1.82 0 1.31 1.82 0.149 0.89 1.82 0.149 ) .
:Appearance_2_81_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-103 .
:White-USE-103 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:t2e2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixfinSOT ;
  x3do:hasChildren :terminexfin2DXbis12, :terminexfin2DXbis22, :terminexfin2DXbis32, :terminexfin2DXbis42, :terminexfin2DXbis52 ;
  x3do:DEF 't2e2' ;
  x3do:translation ( -0.007 0 -2.74 ) .
:terminexfin2DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :t2e2 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_6_1_2 ;
  x3do:DEF 'terminexfin2DXbis12' .
:IndexedFaceSet_2_81_1_1_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexfin2DXbis12 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_6_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 0.149 0.89 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexfin2DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-22 .
:SandStone_In1-USE-22 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin2DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e2 ;
  x3do:hasChildren :Shape_2_81_1_1_2_6_2_1 ;
  x3do:DEF 'terminexfin2DXbis22' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_81_1_1_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_6_2_1_2 .
:IndexedFaceSet_2_81_1_1_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_6_2_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.378 0 1.31 0.378 0 1.31 0.378 0.149 0.89 0.378 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-8 .
:SandStone_In2-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin2DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e2 ;
  x3do:hasChildren :Shape_2_81_1_1_2_6_3_1 ;
  x3do:DEF 'terminexfin2DXbis32' ;
  x3do:translation ( 0 0.766 0 ) .
:Shape_2_81_1_1_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_6_3_1_2 .
:IndexedFaceSet_2_81_1_1_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_6_3_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.3 0 1.31 0.3 0 1.31 0.3 0.149 0.89 0.3 0.149 0 0.35 -0.35 0 -0.05 -0.35 ) .
:Appearance_2_81_1_1_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-23 .
:SandStone_In1-USE-23 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexfin2DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e2 ;
  x3do:hasChildren :Shape_2_81_1_1_2_6_4_1 ;
  x3do:DEF 'terminexfin2DXbis42' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_81_1_1_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_6_4_1_2 .
:IndexedFaceSet_2_81_1_1_2_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_6_4_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_6_4_1_1 ;
  x3do:point ( 0 -0.02 0 1.31 -0.02 0 1.31 -0.02 0.149 0.89 -0.02 0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 0.149 0.89 0.348 0.149 0 0.348 -0.2 0 0.01 -0.2 ) .
:Appearance_2_81_1_1_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-9 .
:SandStone_In2-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:terminexfin2DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :t2e2 ;
  x3do:hasChildren :Shape_2_81_1_1_2_6_5_1 ;
  x3do:DEF 'terminexfin2DXbis52' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_81_1_1_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexfin2DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_81_1_1_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_81_1_1_2_6_5_1_2 .
:IndexedFaceSet_2_81_1_1_2_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_81_1_1_2_6_5_1 ;
  x3do:hasCoord :Coordinate_2_81_1_1_2_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_81_1_1_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_81_1_1_2_6_5_1_1 ;
  x3do:point ( 0 0 0 1.31 0 0 1.31 0 0.149 0.89 0 0.149 0 0.348 0 1.31 0.348 0 1.31 0.348 0.149 0.89 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_81_1_1_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_81_1_1_2_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-24 .
:SandStone_In1-USE-24 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_81_1_1_2_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Finestra2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinestreDX ;
  x3do:hasChildren :finestraDX-USE-1 ;
  x3do:DEF 'Finestra2' ;
  x3do:translation ( 0 0 -9.22 ) .
:finestraDX-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Finestra2 ;
  owl:sameAs :finestraDX . # DEF matching this USE
:Finestra3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinestreDX ;
  x3do:hasChildren :finestraDX-USE-2 ;
  x3do:DEF 'Finestra3' ;
  x3do:translation ( -0.01 0 -18.195 ) .
:finestraDX-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Finestra3 ;
  owl:sameAs :finestraDX . # DEF matching this USE
:FinestreSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :finestraSX, :Finestra22SX, :Finestra32SX ;
  x3do:DEF 'FinestreSX' ;
  x3do:translation ( -7.197 0 0 ) .
:finestraSX a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :FinestreSX ;
  x3do:hasChildren :bFinestra1 ;
  x3do:DEF 'finestraSX' .
:bFinestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :finestraSX ;
  x3do:hasChildren :bterminixfinLAT, :bterminixfinSOT ;
  x3do:DEF 'bFinestra1' ;
  x3do:translation ( 0.04 -0.01 -0.19 ) .
:bterminixfinLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bFinestra1 ;
  x3do:hasChildren :bterminexfin1DXbis, :bt1erminex, :bte, :bterminexfin2DXbis, :bt12erminexfin1DXbis, :bt22erminexfin1DXbis, :bt32erminexfin1DXbis, :bt42erminexfin1DXbis, :bt52erminexfin1DXbis, :bte2 ;
  x3do:DEF 'bterminixfinLAT' ;
  x3do:translation ( 9.3699 -0.2165 -6.55 ) .
:bterminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_1_1 ;
  x3do:DEF 'bterminexfin1DXbis' ;
  x3do:translation ( 0 0 0.01 ) .
:Shape_2_82_1_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_1_1_2 .
:IndexedFaceSet_2_82_1_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_1_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_1_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 2.75 0 -1.31 2.75 0 -1.31 2.75 -0.149 -0.89 2.75 -0.149 ) .
:Appearance_2_82_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-175 .
:SandStone_Out-USE-175 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:bt1erminex a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :bt1erminexfin1DXbis, :bt2erminexfin1DXbis, :bt3erminexfin1DXbis, :bt4erminexfin1DXbis, :bt5erminexfin1DXbis ;
  x3do:DEF 'bt1erminex' ;
  x3do:translation ( 0 -0.005 0.02 ) .
:bt1erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt1erminex ;
  x3do:hasChildren :Shape_2_82_1_1_1_2_1_1 ;
  x3do:DEF 'bt1erminexfin1DXbis' ;
  x3do:translation ( -0.02 0.435 0 ) .
:Shape_2_82_1_1_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt1erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_2_1_1_2 .
:IndexedFaceSet_2_82_1_1_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 -0.149 -0.89 0.03 -0.149 ) .
:Appearance_2_82_1_1_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_2_1_1 ;
  x3do:hasMaterial :White-USE-104 .
:White-USE-104 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt2erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt1erminex ;
  x3do:hasChildren :Shape_2_82_1_1_1_2_2_1 ;
  x3do:DEF 'bt2erminexfin1DXbis' ;
  x3do:translation ( -0.02 0.8933 0 ) .
:Shape_2_82_1_1_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt2erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_2_2_1_2 .
:IndexedFaceSet_2_82_1_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 -0.149 -0.89 0.03 -0.149 ) .
:Appearance_2_82_1_1_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_2_2_1 ;
  x3do:hasMaterial :White-USE-105 .
:White-USE-105 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt3erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt1erminex ;
  x3do:hasChildren :Shape_2_82_1_1_1_2_3_1 ;
  x3do:DEF 'bt3erminexfin1DXbis' ;
  x3do:translation ( -0.02 1.3566 0 ) .
:Shape_2_82_1_1_1_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt3erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_2_3_1_2 .
:IndexedFaceSet_2_82_1_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_2_3_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 -0.149 -0.89 0.03 -0.149 ) .
:Appearance_2_82_1_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_2_3_1 ;
  x3do:hasMaterial :White-USE-106 .
:White-USE-106 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_2_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt4erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt1erminex ;
  x3do:hasChildren :Shape_2_82_1_1_1_2_4_1 ;
  x3do:DEF 'bt4erminexfin1DXbis' ;
  x3do:translation ( -0.02 1.8149 0 ) .
:Shape_2_82_1_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt4erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_2_4_1_2 .
:IndexedFaceSet_2_82_1_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 -0.149 -0.89 0.03 -0.149 ) .
:Appearance_2_82_1_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_2_4_1 ;
  x3do:hasMaterial :White-USE-107 .
:White-USE-107 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_2_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt5erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt1erminex ;
  x3do:hasChildren :Shape_2_82_1_1_1_2_5_1 ;
  x3do:DEF 'bt5erminexfin1DXbis' ;
  x3do:translation ( -0.02 2.2732 0 ) .
:Shape_2_82_1_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt5erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_2_5_1_2 .
:IndexedFaceSet_2_82_1_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 -0.149 -0.89 0.03 -0.149 ) .
:Appearance_2_82_1_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-108 .
:White-USE-108 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bte a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :bterminexfin1DXbis1, :bterminexfin1DXbis2, :bterminexfin1DXbis3, :bterminexfin1DXbis4, :bterminexfin1DXbis5, :bterminexfin1DXbis6 ;
  x3do:DEF 'bte' ;
  x3do:translation ( -0.0145 0 0.015 ) .
:bterminexfin1DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bte ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_1_2 ;
  x3do:DEF 'bterminexfin1DXbis1' .
:IndexedFaceSet_2_82_1_1_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin1DXbis1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin1DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-25 .
:SandStone_In1-USE-25 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte ;
  x3do:hasChildren :Shape_2_82_1_1_1_3_2_1 ;
  x3do:DEF 'bterminexfin1DXbis2' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_82_1_1_1_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_2_1_2 .
:IndexedFaceSet_2_82_1_1_1_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_3_2_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_82_1_1_1_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_3_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-10 .
:SandStone_In2-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin1DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte ;
  x3do:hasChildren :Shape_2_82_1_1_1_3_3_1 ;
  x3do:DEF 'bterminexfin1DXbis3' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_82_1_1_1_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_3_1_2 .
:IndexedFaceSet_2_82_1_1_1_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_3_3_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_1_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_3_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-26 .
:SandStone_In1-USE-26 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte ;
  x3do:hasChildren :Shape_2_82_1_1_1_3_4_1 ;
  x3do:DEF 'bterminexfin1DXbis4' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_82_1_1_1_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_4_1_2 .
:IndexedFaceSet_2_82_1_1_1_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_3_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_82_1_1_1_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_3_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-11 .
:SandStone_In2-USE-11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin1DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte ;
  x3do:hasChildren :Shape_2_82_1_1_1_3_5_1 ;
  x3do:DEF 'bterminexfin1DXbis5' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_82_1_1_1_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_5_1_2 .
:IndexedFaceSet_2_82_1_1_1_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_3_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_1_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_3_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-27 .
:SandStone_In1-USE-27 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte ;
  x3do:hasChildren :Shape_2_82_1_1_1_3_6_1 ;
  x3do:DEF 'bterminexfin1DXbis6' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_82_1_1_1_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis6 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_3_6_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_3_6_1_2 .
:IndexedFaceSet_2_82_1_1_1_3_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_3_6_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_3_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_3_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_3_6_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 -0.149 -0.89 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 0 -2.75 0.2 -1.31 -2.75 0 ) .
:Appearance_2_82_1_1_1_3_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_3_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-12 .
:SandStone_In2-USE-12 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_3_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin2DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_4_1 ;
  x3do:DEF 'bterminexfin2DXbis' ;
  x3do:translation ( 0 0 -1.82 ) .
:Shape_2_82_1_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_4_1_2 .
:IndexedFaceSet_2_82_1_1_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 2.75 0 -1.31 2.75 0 -1.31 2.75 0.149 -0.89 2.75 0.149 ) .
:Appearance_2_82_1_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-176 .
:SandStone_Out-USE-176 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:bt12erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_5_1 ;
  x3do:DEF 'bt12erminexfin1DXbis' ;
  x3do:translation ( -0.03 0.432 -1.80 ) .
:Shape_2_82_1_1_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt12erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_5_1_2 .
:IndexedFaceSet_2_82_1_1_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 0.149 -0.89 0.03 0.149 ) .
:Appearance_2_82_1_1_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_5_1 ;
  x3do:hasMaterial :White-USE-109 .
:White-USE-109 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt22erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_6_1 ;
  x3do:DEF 'bt22erminexfin1DXbis' ;
  x3do:translation ( -0.02 0.8913 -1.80 ) .
:Shape_2_82_1_1_1_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt22erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_6_1_2 .
:IndexedFaceSet_2_82_1_1_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_6_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_6_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 0.149 -0.89 0.03 0.149 ) .
:Appearance_2_82_1_1_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_6_1 ;
  x3do:hasMaterial :White-USE-110 .
:White-USE-110 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_6_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt32erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_7_1 ;
  x3do:DEF 'bt32erminexfin1DXbis' ;
  x3do:translation ( -0.02 1.3499 -1.80 ) .
:Shape_2_82_1_1_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt32erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_7_1_2 .
:IndexedFaceSet_2_82_1_1_1_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_7_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_7_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 0.149 -0.89 0.03 0.149 ) .
:Appearance_2_82_1_1_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_7_1 ;
  x3do:hasMaterial :White-USE-111 .
:White-USE-111 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_7_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt42erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_8_1 ;
  x3do:DEF 'bt42erminexfin1DXbis' ;
  x3do:translation ( -0.02 1.8109 -1.80 ) .
:Shape_2_82_1_1_1_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt42erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_8_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_8_1_2 .
:IndexedFaceSet_2_82_1_1_1_8_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_8_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_8_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_8_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_8_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 0.149 -0.89 0.03 0.149 ) .
:Appearance_2_82_1_1_1_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_8_1 ;
  x3do:hasMaterial :White-USE-112 .
:White-USE-112 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_8_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt52erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :Shape_2_82_1_1_1_9_1 ;
  x3do:DEF 'bt52erminexfin1DXbis' ;
  x3do:translation ( -0.02 2.2702 -1.80 ) .
:Shape_2_82_1_1_1_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt52erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_9_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_9_1_2 .
:IndexedFaceSet_2_82_1_1_1_9_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_9_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_9_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_9_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_9_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.03 0 -1.31 0.03 0 -1.31 0.03 0.149 -0.89 0.03 0.149 ) .
:Appearance_2_82_1_1_1_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_9_1 ;
  x3do:hasMaterial :White-USE-113 .
:White-USE-113 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_9_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bte2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinLAT ;
  x3do:hasChildren :bterminexfin1DXbis12, :bterminexfin1DXbis22, :bterminexfin1DXbis32, :bterminexfin1DXbis42, :bterminexfin1DXbis52, :bterminexfin1DXbis62 ;
  x3do:DEF 'bte2' ;
  x3do:translation ( -0.015 0 -1.795 ) .
:bterminexfin1DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bte2 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_1_2 ;
  x3do:DEF 'bterminexfin1DXbis12' .
:IndexedFaceSet_2_82_1_1_1_10_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin1DXbis12 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_1_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin1DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-28 .
:SandStone_In1-USE-28 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte2 ;
  x3do:hasChildren :Shape_2_82_1_1_1_10_2_1 ;
  x3do:DEF 'bterminexfin1DXbis22' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_82_1_1_1_10_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_2_1_2 .
:IndexedFaceSet_2_82_1_1_1_10_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_10_2_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_82_1_1_1_10_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_10_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-13 .
:SandStone_In2-USE-13 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin1DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte2 ;
  x3do:hasChildren :Shape_2_82_1_1_1_10_3_1 ;
  x3do:DEF 'bterminexfin1DXbis32' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_82_1_1_1_10_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_3_1_2 .
:IndexedFaceSet_2_82_1_1_1_10_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_10_3_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_1_10_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_10_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-29 .
:SandStone_In1-USE-29 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte2 ;
  x3do:hasChildren :Shape_2_82_1_1_1_10_4_1 ;
  x3do:DEF 'bterminexfin1DXbis42' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_82_1_1_1_10_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_4_1_2 .
:IndexedFaceSet_2_82_1_1_1_10_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_10_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_82_1_1_1_10_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_10_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-14 .
:SandStone_In2-USE-14 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin1DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte2 ;
  x3do:hasChildren :Shape_2_82_1_1_1_10_5_1 ;
  x3do:DEF 'bterminexfin1DXbis52' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_82_1_1_1_10_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_5_1_2 .
:IndexedFaceSet_2_82_1_1_1_10_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_10_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_1_10_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_10_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-30 .
:SandStone_In1-USE-30 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin1DXbis62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bte2 ;
  x3do:hasChildren :Shape_2_82_1_1_1_10_6_1 ;
  x3do:DEF 'bterminexfin1DXbis62' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_82_1_1_1_10_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin1DXbis62 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_1_10_6_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_1_10_6_1_2 .
:IndexedFaceSet_2_82_1_1_1_10_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_1_10_6_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_1_10_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_1_10_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_1_10_6_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.4383 0 -1.31 0.4383 0 -1.31 0.4383 0.149 -0.89 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 0 -2.75 -0.2 -1.31 -2.75 0 ) .
:Appearance_2_82_1_1_1_10_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_1_10_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-15 .
:SandStone_In2-USE-15 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_1_10_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminixfinSOT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bFinestra1 ;
  x3do:hasChildren :bterminexfin1DXEst, :bterminexfin1DXInt, :bt2e, :bterminexfin2DXEst, :bterminexfin2DXint, :bt2e2 ;
  x3do:DEF 'bterminixfinSOT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:bterminexfin1DXEst a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_1_2 ;
  x3do:DEF 'bterminexfin1DXEst' .
:IndexedFaceSet_2_82_1_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin1DXEst ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 1.82 0 -1.31 1.82 0 -1.31 1.82 -0.149 -0.89 1.82 -0.149 ) .
:Appearance_2_82_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin1DXEst ;
  x3do:hasMaterial :SandStone_Out-USE-177 .
:SandStone_Out-USE-177 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:bterminexfin1DXInt a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_2_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_2_2 ;
  x3do:DEF 'bterminexfin1DXInt' .
:IndexedFaceSet_2_82_1_1_2_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin1DXInt ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_2_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 1.82 0 -1.31 1.82 0 -1.31 1.82 -0.149 -0.89 1.82 -0.149 ) .
:Appearance_2_82_1_1_2_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin1DXInt ;
  x3do:hasMaterial :White-USE-114 .
:White-USE-114 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_2_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasChildren :bterminexfin2DXbis1, :bterminexfin2DXbis2, :bterminexfin2DXbis3, :bterminexfin2DXbis4, :bterminexfin2DXbis5 ;
  x3do:DEF 'bt2e' ;
  x3do:translation ( -0.007 0.005 0 ) .
:bterminexfin2DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt2e ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_3_1_2 ;
  x3do:DEF 'bterminexfin2DXbis1' .
:IndexedFaceSet_2_82_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin2DXbis1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 -0.149 -0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin2DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-31 .
:SandStone_In1-USE-31 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin2DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e ;
  x3do:hasChildren :Shape_2_82_1_1_2_3_2_1 ;
  x3do:DEF 'bterminexfin2DXbis2' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_82_1_1_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_3_2_1_2 .
:IndexedFaceSet_2_82_1_1_2_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_3_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 -0.149 -0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-32 .
:SandStone_In1-USE-32 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin2DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e ;
  x3do:hasChildren :Shape_2_82_1_1_2_3_3_1 ;
  x3do:DEF 'bterminexfin2DXbis3' ;
  x3do:translation ( 0 0.736 0 ) .
:Shape_2_82_1_1_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_3_3_1_2 .
:IndexedFaceSet_2_82_1_1_2_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_3_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 -0.149 -0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_2_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_3_3_1 ;
  x3do:hasMaterial :SandStone_In2-USE-16 .
:SandStone_In2-USE-16 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_3_3_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin2DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e ;
  x3do:hasChildren :Shape_2_82_1_1_2_3_4_1 ;
  x3do:DEF 'bterminexfin2DXbis4' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_82_1_1_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_3_4_1_2 .
:IndexedFaceSet_2_82_1_1_2_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_3_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 -0.149 -0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_2_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_3_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-33 .
:SandStone_In1-USE-33 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_3_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin2DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e ;
  x3do:hasChildren :Shape_2_82_1_1_2_3_5_1 ;
  x3do:DEF 'bterminexfin2DXbis5' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_82_1_1_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_3_5_1_2 .
:IndexedFaceSet_2_82_1_1_2_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_3_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 -0.149 -0.89 0 -0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 -0.149 -0.89 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_82_1_1_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_3_5_1 ;
  x3do:hasMaterial :SandStone_In2-USE-17 .
:SandStone_In2-USE-17 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_3_5_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin2DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasChildren :Shape_2_82_1_1_2_4_1 ;
  x3do:DEF 'bterminexfin2DXEst' ;
  x3do:translation ( -0.01 0.02 -2.75 ) .
:Shape_2_82_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_4_1_2 .
:IndexedFaceSet_2_82_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 1.82 0 -1.31 1.82 0 -1.31 1.82 0.149 -0.89 1.82 0.149 ) .
:Appearance_2_82_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-178 .
:SandStone_Out-USE-178 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:bterminexfin2DXint a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasChildren :Shape_2_82_1_1_2_5_1 ;
  x3do:DEF 'bterminexfin2DXint' ;
  x3do:translation ( -0.01 0.02 -2.75 ) .
:Shape_2_82_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXint ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_5_1_2 .
:IndexedFaceSet_2_82_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 1.82 0 -1.31 1.82 0 -1.31 1.82 0.149 -0.89 1.82 0.149 ) .
:Appearance_2_82_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-115 .
:White-USE-115 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:bt2e2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bterminixfinSOT ;
  x3do:hasChildren :bterminexfin2DXbis12, :bterminexfin2DXbis22, :bterminexfin2DXbis32, :bterminexfin2DXbis42, :bterminexfin2DXbis52 ;
  x3do:DEF 'bt2e2' ;
  x3do:translation ( -0.01 0.02 -2.74 ) .
:bterminexfin2DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bt2e2 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_6_1_2 ;
  x3do:DEF 'bterminexfin2DXbis12' .
:IndexedFaceSet_2_82_1_1_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :bterminexfin2DXbis12 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_6_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 0.149 -0.89 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bterminexfin2DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-34 .
:SandStone_In1-USE-34 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin2DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e2 ;
  x3do:hasChildren :Shape_2_82_1_1_2_6_2_1 ;
  x3do:DEF 'bterminexfin2DXbis22' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_82_1_1_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_6_2_1_2 .
:IndexedFaceSet_2_82_1_1_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_6_2_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.378 0 -1.31 0.378 0 -1.31 0.378 0.149 -0.89 0.378 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-18 .
:SandStone_In2-USE-18 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin2DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e2 ;
  x3do:hasChildren :Shape_2_82_1_1_2_6_3_1 ;
  x3do:DEF 'bterminexfin2DXbis32' ;
  x3do:translation ( 0 0.766 0 ) .
:Shape_2_82_1_1_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_6_3_1_2 .
:IndexedFaceSet_2_82_1_1_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_6_3_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.3 0 -1.31 0.3 0 -1.31 0.3 0.149 -0.89 0.3 0.149 0 0.35 -0.35 0 -0.05 -0.35 ) .
:Appearance_2_82_1_1_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-35 .
:SandStone_In1-USE-35 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:bterminexfin2DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e2 ;
  x3do:hasChildren :Shape_2_82_1_1_2_6_4_1 ;
  x3do:DEF 'bterminexfin2DXbis42' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_82_1_1_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_6_4_1_2 .
:IndexedFaceSet_2_82_1_1_2_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_6_4_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_6_4_1_1 ;
  x3do:point ( 0 -0.02 0 -1.31 -0.02 0 -1.31 -0.02 0.149 -0.89 -0.02 0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 0.149 -0.89 0.348 0.149 0 0.348 -0.2 0 0.01 -0.2 ) .
:Appearance_2_82_1_1_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-19 .
:SandStone_In2-USE-19 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:bterminexfin2DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :bt2e2 ;
  x3do:hasChildren :Shape_2_82_1_1_2_6_5_1 ;
  x3do:DEF 'bterminexfin2DXbis52' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_82_1_1_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :bterminexfin2DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_82_1_1_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_82_1_1_2_6_5_1_2 .
:IndexedFaceSet_2_82_1_1_2_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_82_1_1_2_6_5_1 ;
  x3do:hasCoord :Coordinate_2_82_1_1_2_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_82_1_1_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_82_1_1_2_6_5_1_1 ;
  x3do:point ( 0 0 0 -1.31 0 0 -1.31 0 0.149 -0.89 0 0.149 0 0.348 0 -1.31 0.348 0 -1.31 0.348 0.149 -0.89 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_82_1_1_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_82_1_1_2_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-36 .
:SandStone_In1-USE-36 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_82_1_1_2_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Finestra22SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinestreSX ;
  x3do:hasChildren :finestraSX-USE-1 ;
  x3do:DEF 'Finestra22SX' ;
  x3do:translation ( -0.005 0 -9.22 ) .
:finestraSX-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Finestra22SX ;
  owl:sameAs :finestraSX . # DEF matching this USE
:Finestra32SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinestreSX ;
  x3do:hasChildren :finestraSX-USE-2 ;
  x3do:DEF 'Finestra32SX' ;
  x3do:translation ( -0.013 0 -18.195 ) .
:finestraSX-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Finestra32SX ;
  owl:sameAs :finestraSX . # DEF matching this USE
:Finestra4TrDX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :sFinestra1 ;
  x3do:DEF 'Finestra4TrDX' ;
  x3do:translation ( 7.3205 -0.01 -27.56 ) .
:sFinestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4TrDX ;
  x3do:hasChildren :sterminixfinLAT, :sterminixfinSOT ;
  x3do:DEF 'sFinestra1' ;
  x3do:translation ( 0 -0.01 -0.19 ) .
:sterminixfinLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sFinestra1 ;
  x3do:hasChildren :sterminexfin1DXbis, :st1erminex2, :ste, :sterminexfin2DXbis, :st12erminex3, :ste2 ;
  x3do:DEF 'sterminixfinLAT' ;
  x3do:translation ( 9.3699 -0.2165 -6.55 ) .
:sterminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :Shape_2_83_1_1_1_1 ;
  x3do:DEF 'sterminexfin1DXbis' ;
  x3do:translation ( 0.001 0 0.22 ) .
:Shape_2_83_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_1_1_2 .
:IndexedFaceSet_2_83_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_1_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.7 2.75 -0.149 ) .
:Appearance_2_83_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-179 .
:SandStone_Out-USE-179 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:st1erminex2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :st1erminexfin1DXbis, :st2erminexfin1DXbis, :st3erminexfin1DXbis, :st4erminexfin1DXbis, :st5erminexfin1DXbis ;
  x3do:DEF 'st1erminex2' ;
  x3do:translation ( 0 0.01 0.19 ) .
:st1erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st1erminex2 ;
  x3do:hasChildren :Shape_2_83_1_1_2_1_1 ;
  x3do:DEF 'st1erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 0 ) .
:Shape_2_83_1_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st1erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_2_1_1_2 .
:IndexedFaceSet_2_83_1_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_2_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 -0.149 0.7 0.03 -0.149 ) .
:Appearance_2_83_1_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_2_1_1 ;
  x3do:hasMaterial :White-USE-116 .
:White-USE-116 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st2erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st1erminex2 ;
  x3do:hasChildren :Shape_2_83_1_1_2_2_1 ;
  x3do:DEF 'st2erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 0 ) .
:Shape_2_83_1_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st2erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_2_2_1_2 .
:IndexedFaceSet_2_83_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 -0.149 0.7 0.03 -0.149 ) .
:Appearance_2_83_1_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_2_2_1 ;
  x3do:hasMaterial :White-USE-117 .
:White-USE-117 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st3erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st1erminex2 ;
  x3do:hasChildren :Shape_2_83_1_1_2_3_1 ;
  x3do:DEF 'st3erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 0 ) .
:Shape_2_83_1_1_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st3erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_2_3_1_2 .
:IndexedFaceSet_2_83_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_2_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 -0.149 0.7 0.03 -0.149 ) .
:Appearance_2_83_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_2_3_1 ;
  x3do:hasMaterial :White-USE-118 .
:White-USE-118 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_2_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st4erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st1erminex2 ;
  x3do:hasChildren :Shape_2_83_1_1_2_4_1 ;
  x3do:DEF 'st4erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 0 ) .
:Shape_2_83_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st4erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_2_4_1_2 .
:IndexedFaceSet_2_83_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 -0.149 0.7 0.03 -0.149 ) .
:Appearance_2_83_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_2_4_1 ;
  x3do:hasMaterial :White-USE-119 .
:White-USE-119 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_2_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st5erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st1erminex2 ;
  x3do:hasChildren :Shape_2_83_1_1_2_5_1 ;
  x3do:DEF 'st5erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 0 ) .
:Shape_2_83_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st5erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_2_5_1_2 .
:IndexedFaceSet_2_83_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 -0.149 0.7 0.03 -0.149 ) .
:Appearance_2_83_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-120 .
:White-USE-120 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ste a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :sterminexfin1DXbis1, :sterminexfin1DXbis2, :sterminexfin1DXbis3, :sterminexfin1DXbis4, :sterminexfin1DXbis5, :sterminexfin1DXbis6 ;
  x3do:DEF 'ste' ;
  x3do:translation ( -0.004 0.01 0.19 ) .
:sterminexfin1DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ste ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_1_2 ;
  x3do:DEF 'sterminexfin1DXbis1' .
:IndexedFaceSet_2_83_1_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :sterminexfin1DXbis1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_83_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :sterminexfin1DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-37 .
:SandStone_In1-USE-37 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste ;
  x3do:hasChildren :Shape_2_83_1_1_3_2_1 ;
  x3do:DEF 'sterminexfin1DXbis2' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_83_1_1_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_2_1_2 .
:IndexedFaceSet_2_83_1_1_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_3_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_83_1_1_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_3_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-20 .
:SandStone_In2-USE-20 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin1DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste ;
  x3do:hasChildren :Shape_2_83_1_1_3_3_1 ;
  x3do:DEF 'sterminexfin1DXbis3' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_83_1_1_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_3_1_2 .
:IndexedFaceSet_2_83_1_1_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_3_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_83_1_1_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_3_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-38 .
:SandStone_In1-USE-38 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste ;
  x3do:hasChildren :Shape_2_83_1_1_3_4_1 ;
  x3do:DEF 'sterminexfin1DXbis4' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_83_1_1_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_4_1_2 .
:IndexedFaceSet_2_83_1_1_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_3_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_83_1_1_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_3_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-21 .
:SandStone_In2-USE-21 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin1DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste ;
  x3do:hasChildren :Shape_2_83_1_1_3_5_1 ;
  x3do:DEF 'sterminexfin1DXbis5' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_83_1_1_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_5_1_2 .
:IndexedFaceSet_2_83_1_1_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_3_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_83_1_1_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_3_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-39 .
:SandStone_In1-USE-39 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste ;
  x3do:hasChildren :Shape_2_83_1_1_3_6_1 ;
  x3do:DEF 'sterminexfin1DXbis6' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_83_1_1_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis6 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_3_6_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_3_6_1_2 .
:IndexedFaceSet_2_83_1_1_3_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_3_6_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_3_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_3_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_3_6_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 -0.149 0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 0 -2.75 0.2 0.95 -2.75 0 ) .
:Appearance_2_83_1_1_3_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_3_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-22 .
:SandStone_In2-USE-22 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_3_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin2DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :Shape_2_83_1_1_4_1 ;
  x3do:DEF 'sterminexfin2DXbis' ;
  x3do:translation ( 0.005 0 -1.64 ) .
:Shape_2_83_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_4_1_2 .
:IndexedFaceSet_2_83_1_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.7 2.75 0.149 ) .
:Appearance_2_83_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-180 .
:SandStone_Out-USE-180 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:st12erminex3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :st12erminexfin1DXbis, :st22erminexfin1DXbis, :st32erminexfin1DXbis, :st42erminexfin1DXbis, :st52erminexfin1DXbis ;
  x3do:DEF 'st12erminex3' ;
  x3do:translation ( 0 0.02 0.1915 ) .
:st12erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st12erminex3 ;
  x3do:hasChildren :Shape_2_83_1_1_5_1_1 ;
  x3do:DEF 'st12erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 -1.82 ) .
:Shape_2_83_1_1_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st12erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_5_1_1_2 .
:IndexedFaceSet_2_83_1_1_5_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_5_1_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_5_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_5_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_5_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 0.149 0.7 0.03 0.149 ) .
:Appearance_2_83_1_1_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_5_1_1 ;
  x3do:hasMaterial :White-USE-121 .
:White-USE-121 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_5_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st22erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st12erminex3 ;
  x3do:hasChildren :Shape_2_83_1_1_5_2_1 ;
  x3do:DEF 'st22erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 -1.82 ) .
:Shape_2_83_1_1_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st22erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_5_2_1_2 .
:IndexedFaceSet_2_83_1_1_5_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_5_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_5_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_5_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_5_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 0.149 0.7 0.03 0.149 ) .
:Appearance_2_83_1_1_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_5_2_1 ;
  x3do:hasMaterial :White-USE-122 .
:White-USE-122 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_5_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st32erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st12erminex3 ;
  x3do:hasChildren :Shape_2_83_1_1_5_3_1 ;
  x3do:DEF 'st32erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 -1.82 ) .
:Shape_2_83_1_1_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st32erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_5_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_5_3_1_2 .
:IndexedFaceSet_2_83_1_1_5_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_5_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_5_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_5_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_5_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 0.149 0.7 0.03 0.149 ) .
:Appearance_2_83_1_1_5_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_5_3_1 ;
  x3do:hasMaterial :White-USE-123 .
:White-USE-123 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_5_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st42erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st12erminex3 ;
  x3do:hasChildren :Shape_2_83_1_1_5_4_1 ;
  x3do:DEF 'st42erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 -1.82 ) .
:Shape_2_83_1_1_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st42erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_5_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_5_4_1_2 .
:IndexedFaceSet_2_83_1_1_5_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_5_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_5_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_5_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_5_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 0.149 0.7 0.03 0.149 ) .
:Appearance_2_83_1_1_5_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_5_4_1 ;
  x3do:hasMaterial :White-USE-124 .
:White-USE-124 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_5_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st52erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st12erminex3 ;
  x3do:hasChildren :Shape_2_83_1_1_5_5_1 ;
  x3do:DEF 'st52erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 -1.82 ) .
:Shape_2_83_1_1_5_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st52erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_5_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_5_5_1_2 .
:IndexedFaceSet_2_83_1_1_5_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_5_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_5_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_5_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_5_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.03 0 0.95 0.03 0 0.95 0.03 0.149 0.7 0.03 0.149 ) .
:Appearance_2_83_1_1_5_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_5_5_1 ;
  x3do:hasMaterial :White-USE-125 .
:White-USE-125 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_5_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:ste2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinLAT ;
  x3do:hasChildren :sterminexfin1DXbis12, :sterminexfin1DXbis22, :sterminexfin1DXbis32, :sterminexfin1DXbis42, :sterminexfin1DXbis52, :sterminexfin1DXbis62 ;
  x3do:DEF 'ste2' ;
  x3do:translation ( -0.01 0.02 -1.63 ) .
:sterminexfin1DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ste2 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_1_2 ;
  x3do:DEF 'sterminexfin1DXbis12' .
:IndexedFaceSet_2_83_1_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :sterminexfin1DXbis12 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :sterminexfin1DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-40 .
:SandStone_In1-USE-40 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste2 ;
  x3do:hasChildren :Shape_2_83_1_1_6_2_1 ;
  x3do:DEF 'sterminexfin1DXbis22' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_83_1_1_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_2_1_2 .
:IndexedFaceSet_2_83_1_1_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_6_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_83_1_1_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-23 .
:SandStone_In2-USE-23 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin1DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste2 ;
  x3do:hasChildren :Shape_2_83_1_1_6_3_1 ;
  x3do:DEF 'sterminexfin1DXbis32' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_83_1_1_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_3_1_2 .
:IndexedFaceSet_2_83_1_1_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_6_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_1_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-41 .
:SandStone_In1-USE-41 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste2 ;
  x3do:hasChildren :Shape_2_83_1_1_6_4_1 ;
  x3do:DEF 'sterminexfin1DXbis42' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_83_1_1_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_4_1_2 .
:IndexedFaceSet_2_83_1_1_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_6_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_83_1_1_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-24 .
:SandStone_In2-USE-24 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin1DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste2 ;
  x3do:hasChildren :Shape_2_83_1_1_6_5_1 ;
  x3do:DEF 'sterminexfin1DXbis52' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_83_1_1_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_5_1_2 .
:IndexedFaceSet_2_83_1_1_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_6_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_1_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-42 .
:SandStone_In1-USE-42 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin1DXbis62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ste2 ;
  x3do:hasChildren :Shape_2_83_1_1_6_6_1 ;
  x3do:DEF 'sterminexfin1DXbis62' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_83_1_1_6_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXbis62 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_1_6_6_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_1_6_6_1_2 .
:IndexedFaceSet_2_83_1_1_6_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_1_6_6_1 ;
  x3do:hasCoord :Coordinate_2_83_1_1_6_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_1_6_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_1_6_6_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.4383 0 0.95 0.4383 0 0.95 0.4383 0.149 0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 0 -2.75 -0.2 0.95 -2.75 0 ) .
:Appearance_2_83_1_1_6_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_1_6_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-25 .
:SandStone_In2-USE-25 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_1_6_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminixfinSOT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sFinestra1 ;
  x3do:hasChildren :sterminexfin1DXEst, :sterminexfin1DXInt, :st2e, :sterminexfin2DXEst, :sterminexfin2DXInt, :st2e2 ;
  x3do:DEF 'sterminixfinSOT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:sterminexfin1DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :Shape_2_83_1_2_1_1 ;
  x3do:DEF 'sterminexfin1DXEst' ;
  x3do:translation ( 0 0.1 0 ) .
:Shape_2_83_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_1_1_2 .
:IndexedFaceSet_2_83_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.82 0 0.95 1.82 0 0.95 1.82 -0.149 0.7 1.82 -0.149 ) .
:Appearance_2_83_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-181 .
:SandStone_Out-USE-181 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:sterminexfin1DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :Shape_2_83_1_2_2_1 ;
  x3do:DEF 'sterminexfin1DXInt' ;
  x3do:translation ( 0.005 0 0 ) .
:Shape_2_83_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin1DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_2_1_2 .
:IndexedFaceSet_2_83_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 1.82 0 0.95 1.82 0 0.95 1.82 -0.149 0.7 1.82 -0.149 ) .
:Appearance_2_83_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_2_1 ;
  x3do:hasMaterial :White-USE-126 .
:White-USE-126 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :sterminexfin2DXbis1, :sterminexfin2DXbis2, :sterminexfin2DXbis3, :sterminexfin2DXbis4, :sterminexfin2DXbis5 ;
  x3do:DEF 'st2e' ;
  x3do:translation ( -0.007 0.195 -0.01 ) .
:sterminexfin2DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st2e ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_3_1_2 ;
  x3do:DEF 'sterminexfin2DXbis1' .
:IndexedFaceSet_2_83_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :sterminexfin2DXbis1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 -0.149 0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_83_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :sterminexfin2DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-43 .
:SandStone_In1-USE-43 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin2DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e ;
  x3do:hasChildren :Shape_2_83_1_2_3_2_1 ;
  x3do:DEF 'sterminexfin2DXbis2' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_83_1_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_3_2_1_2 .
:IndexedFaceSet_2_83_1_2_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_3_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 -0.149 0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_83_1_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-44 .
:SandStone_In1-USE-44 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin2DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e ;
  x3do:hasChildren :Shape_2_83_1_2_3_3_1 ;
  x3do:DEF 'sterminexfin2DXbis3' ;
  x3do:translation ( 0 0.736 0 ) .
:Shape_2_83_1_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_3_3_1_2 .
:IndexedFaceSet_2_83_1_2_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_3_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 -0.149 0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_83_1_2_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_3_3_1 ;
  x3do:hasMaterial :SandStone_In2-USE-26 .
:SandStone_In2-USE-26 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_3_3_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin2DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e ;
  x3do:hasChildren :Shape_2_83_1_2_3_4_1 ;
  x3do:DEF 'sterminexfin2DXbis4' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_83_1_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_3_4_1_2 .
:IndexedFaceSet_2_83_1_2_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_3_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 -0.149 0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_83_1_2_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_3_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-45 .
:SandStone_In1-USE-45 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_3_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin2DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e ;
  x3do:hasChildren :Shape_2_83_1_2_3_5_1 ;
  x3do:DEF 'sterminexfin2DXbis5' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_83_1_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_3_5_1_2 .
:IndexedFaceSet_2_83_1_2_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_3_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.7 0 -0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 -0.149 0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_83_1_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_3_5_1 ;
  x3do:hasMaterial :SandStone_In2-USE-27 .
:SandStone_In2-USE-27 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_3_5_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin2DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :Shape_2_83_1_2_4_1 ;
  x3do:DEF 'sterminexfin2DXEst' ;
  x3do:translation ( 0 0.2 -2.75 ) .
:Shape_2_83_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_4_1_2 .
:IndexedFaceSet_2_83_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_4_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.82 0 0.95 1.82 0 0.95 1.82 0.149 0.7 1.82 0.149 ) .
:Appearance_2_83_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-182 .
:SandStone_Out-USE-182 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:sterminexfin2DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :Shape_2_83_1_2_5_1 ;
  x3do:DEF 'sterminexfin2DXInt' ;
  x3do:translation ( 0 0 -2.75 ) .
:Shape_2_83_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_5_1_2 .
:IndexedFaceSet_2_83_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 1.82 0 0.95 1.82 0 0.95 1.82 0.149 0.7 1.82 0.149 ) .
:Appearance_2_83_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_5_1 ;
  x3do:hasMaterial :White-USE-127 .
:White-USE-127 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:st2e2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sterminixfinSOT ;
  x3do:hasChildren :sterminexfin2DXbis12, :sterminexfin2DXbis22, :sterminexfin2DXbis32, :sterminexfin2DXbis42, :sterminexfin2DXbis52 ;
  x3do:DEF 'st2e2' ;
  x3do:translation ( -0.007 0.19 -2.745 ) .
:sterminexfin2DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :st2e2 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_6_1_2 ;
  x3do:DEF 'sterminexfin2DXbis12' .
:IndexedFaceSet_2_83_1_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :sterminexfin2DXbis12 ;
  x3do:hasCoord :Coordinate_2_83_1_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_6_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 0.149 0.7 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :sterminexfin2DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-46 .
:SandStone_In1-USE-46 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin2DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e2 ;
  x3do:hasChildren :Shape_2_83_1_2_6_2_1 ;
  x3do:DEF 'sterminexfin2DXbis22' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_83_1_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_6_2_1_2 .
:IndexedFaceSet_2_83_1_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_6_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.378 0 0.95 0.378 0 0.95 0.378 0.149 0.7 0.378 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-28 .
:SandStone_In2-USE-28 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin2DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e2 ;
  x3do:hasChildren :Shape_2_83_1_2_6_3_1 ;
  x3do:DEF 'sterminexfin2DXbis32' ;
  x3do:translation ( 0 0.766 0 ) .
:Shape_2_83_1_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_6_3_1_2 .
:IndexedFaceSet_2_83_1_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_6_3_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.3 0 0.95 0.3 0 0.95 0.3 0.149 0.7 0.3 0.149 0 0.35 -0.35 0 -0.05 -0.35 ) .
:Appearance_2_83_1_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-47 .
:SandStone_In1-USE-47 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:sterminexfin2DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e2 ;
  x3do:hasChildren :Shape_2_83_1_2_6_4_1 ;
  x3do:DEF 'sterminexfin2DXbis42' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_83_1_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_6_4_1_2 .
:IndexedFaceSet_2_83_1_2_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_6_4_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_6_4_1_1 ;
  x3do:point ( 0 -0.02 0 0.95 -0.02 0 0.95 -0.02 0.149 0.7 -0.02 0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 0.149 0.7 0.348 0.149 0 0.348 -0.2 0 0.01 -0.2 ) .
:Appearance_2_83_1_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-29 .
:SandStone_In2-USE-29 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:sterminexfin2DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :st2e2 ;
  x3do:hasChildren :Shape_2_83_1_2_6_5_1 ;
  x3do:DEF 'sterminexfin2DXbis52' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_83_1_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :sterminexfin2DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_83_1_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_83_1_2_6_5_1_2 .
:IndexedFaceSet_2_83_1_2_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_83_1_2_6_5_1 ;
  x3do:hasCoord :Coordinate_2_83_1_2_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_83_1_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_83_1_2_6_5_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.7 0 0.149 0 0.348 0 0.95 0.348 0 0.95 0.348 0.149 0.7 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_83_1_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_83_1_2_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-48 .
:SandStone_In1-USE-48 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_83_1_2_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Finestra4TrSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :esFinestra1 ;
  x3do:DEF 'Finestra4TrSX' ;
  x3do:translation ( -14.491 -0.01 -27.56 ) .
:esFinestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Finestra4TrSX ;
  x3do:hasChildren :esterminixfinLAT, :esterminixfinSOT ;
  x3do:DEF 'esFinestra1' ;
  x3do:translation ( 0 -0.01 -0.19 ) .
:esterminixfinLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esFinestra1 ;
  x3do:hasChildren :esterminexfin1DXbis, :est1erminex2, :este, :esterminexfin2DXbis, :est12erminex3, :este2 ;
  x3do:DEF 'esterminixfinLAT' ;
  x3do:translation ( 9.3699 -0.2165 -6.55 ) .
:esterminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :Shape_2_84_1_1_1_1 ;
  x3do:DEF 'esterminexfin1DXbis' ;
  x3do:translation ( -0.02 0 0.22 ) .
:Shape_2_84_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_1_1_2 .
:IndexedFaceSet_2_84_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_1_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 2.75 0 -0.95 2.75 0 -0.95 2.75 -0.149 -0.7 2.75 -0.149 ) .
:Appearance_2_84_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-183 .
:SandStone_Out-USE-183 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:est1erminex2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :est1erminexfin1DXbis, :est2erminexfin1DXbis, :est3erminexfin1DXbis, :est4erminexfin1DXbis, :est5erminexfin1DXbis ;
  x3do:DEF 'est1erminex2' ;
  x3do:translation ( 0 0.01 0.19 ) .
:est1erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est1erminex2 ;
  x3do:hasChildren :Shape_2_84_1_1_2_1_1 ;
  x3do:DEF 'est1erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 0 ) .
:Shape_2_84_1_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est1erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_2_1_1_2 .
:IndexedFaceSet_2_84_1_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.7 0.03 -0.149 ) .
:Appearance_2_84_1_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_2_1_1 ;
  x3do:hasMaterial :White-USE-128 .
:White-USE-128 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est2erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est1erminex2 ;
  x3do:hasChildren :Shape_2_84_1_1_2_2_1 ;
  x3do:DEF 'est2erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 0 ) .
:Shape_2_84_1_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est2erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_2_2_1_2 .
:IndexedFaceSet_2_84_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.7 0.03 -0.149 ) .
:Appearance_2_84_1_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_2_2_1 ;
  x3do:hasMaterial :White-USE-129 .
:White-USE-129 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est3erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est1erminex2 ;
  x3do:hasChildren :Shape_2_84_1_1_2_3_1 ;
  x3do:DEF 'est3erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 0 ) .
:Shape_2_84_1_1_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est3erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_2_3_1_2 .
:IndexedFaceSet_2_84_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_2_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.7 0.03 -0.149 ) .
:Appearance_2_84_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_2_3_1 ;
  x3do:hasMaterial :White-USE-130 .
:White-USE-130 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_2_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est4erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est1erminex2 ;
  x3do:hasChildren :Shape_2_84_1_1_2_4_1 ;
  x3do:DEF 'est4erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 0 ) .
:Shape_2_84_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est4erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_2_4_1_2 .
:IndexedFaceSet_2_84_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.7 0.03 -0.149 ) .
:Appearance_2_84_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_2_4_1 ;
  x3do:hasMaterial :White-USE-131 .
:White-USE-131 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_2_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est5erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est1erminex2 ;
  x3do:hasChildren :Shape_2_84_1_1_2_5_1 ;
  x3do:DEF 'est5erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 0 ) .
:Shape_2_84_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est5erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_2_5_1_2 .
:IndexedFaceSet_2_84_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.7 0.03 -0.149 ) .
:Appearance_2_84_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-132 .
:White-USE-132 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:este a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :esterminexfin1DXbis1, :esterminexfin1DXbis2, :esterminexfin1DXbis3, :esterminexfin1DXbis4, :esterminexfin1DXbis5, :esterminexfin1DXbis6 ;
  x3do:DEF 'este' ;
  x3do:translation ( -0.004 0.01 0.19 ) .
:esterminexfin1DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :este ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_1_2 ;
  x3do:DEF 'esterminexfin1DXbis1' .
:IndexedFaceSet_2_84_1_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :esterminexfin1DXbis1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_84_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :esterminexfin1DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-49 .
:SandStone_In1-USE-49 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este ;
  x3do:hasChildren :Shape_2_84_1_1_3_2_1 ;
  x3do:DEF 'esterminexfin1DXbis2' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_84_1_1_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_2_1_2 .
:IndexedFaceSet_2_84_1_1_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_3_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_84_1_1_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_3_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-30 .
:SandStone_In2-USE-30 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin1DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este ;
  x3do:hasChildren :Shape_2_84_1_1_3_3_1 ;
  x3do:DEF 'esterminexfin1DXbis3' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_84_1_1_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_3_1_2 .
:IndexedFaceSet_2_84_1_1_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_3_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_84_1_1_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_3_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-50 .
:SandStone_In1-USE-50 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este ;
  x3do:hasChildren :Shape_2_84_1_1_3_4_1 ;
  x3do:DEF 'esterminexfin1DXbis4' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_84_1_1_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_4_1_2 .
:IndexedFaceSet_2_84_1_1_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_3_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_84_1_1_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_3_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-31 .
:SandStone_In2-USE-31 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin1DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este ;
  x3do:hasChildren :Shape_2_84_1_1_3_5_1 ;
  x3do:DEF 'esterminexfin1DXbis5' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_84_1_1_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_5_1_2 .
:IndexedFaceSet_2_84_1_1_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_3_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_84_1_1_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_3_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-51 .
:SandStone_In1-USE-51 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este ;
  x3do:hasChildren :Shape_2_84_1_1_3_6_1 ;
  x3do:DEF 'esterminexfin1DXbis6' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_84_1_1_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis6 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_3_6_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_3_6_1_2 .
:IndexedFaceSet_2_84_1_1_3_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_3_6_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_3_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_3_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_3_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.7 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 0 -2.75 0.2 -0.95 -2.75 0 ) .
:Appearance_2_84_1_1_3_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_3_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-32 .
:SandStone_In2-USE-32 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_3_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin2DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :Shape_2_84_1_1_4_1 ;
  x3do:DEF 'esterminexfin2DXbis' ;
  x3do:translation ( -0.02 0 -1.64 ) .
:Shape_2_84_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_4_1_2 .
:IndexedFaceSet_2_84_1_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 2.75 0 -0.95 2.75 0 -0.95 2.75 0.149 -0.7 2.75 0.149 ) .
:Appearance_2_84_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-184 .
:SandStone_Out-USE-184 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:est12erminex3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :est12erminexfin1DXbis, :est22erminexfin1DXbis, :est32erminexfin1DXbis, :est42erminexfin1DXbis, :est52erminexfin1DXbis ;
  x3do:DEF 'est12erminex3' ;
  x3do:translation ( 0 0.02 0.1915 ) .
:est12erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est12erminex3 ;
  x3do:hasChildren :Shape_2_84_1_1_5_1_1 ;
  x3do:DEF 'est12erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 -1.82 ) .
:Shape_2_84_1_1_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est12erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_5_1_1_2 .
:IndexedFaceSet_2_84_1_1_5_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_5_1_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_5_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_5_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_5_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.7 0.03 0.149 ) .
:Appearance_2_84_1_1_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_5_1_1 ;
  x3do:hasMaterial :White-USE-133 .
:White-USE-133 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_5_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est22erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est12erminex3 ;
  x3do:hasChildren :Shape_2_84_1_1_5_2_1 ;
  x3do:DEF 'est22erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 -1.82 ) .
:Shape_2_84_1_1_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est22erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_5_2_1_2 .
:IndexedFaceSet_2_84_1_1_5_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_5_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_5_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_5_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_5_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.7 0.03 0.149 ) .
:Appearance_2_84_1_1_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_5_2_1 ;
  x3do:hasMaterial :White-USE-134 .
:White-USE-134 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_5_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est32erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est12erminex3 ;
  x3do:hasChildren :Shape_2_84_1_1_5_3_1 ;
  x3do:DEF 'est32erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 -1.82 ) .
:Shape_2_84_1_1_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est32erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_5_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_5_3_1_2 .
:IndexedFaceSet_2_84_1_1_5_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_5_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_5_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_5_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_5_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.7 0.03 0.149 ) .
:Appearance_2_84_1_1_5_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_5_3_1 ;
  x3do:hasMaterial :White-USE-135 .
:White-USE-135 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_5_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est42erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est12erminex3 ;
  x3do:hasChildren :Shape_2_84_1_1_5_4_1 ;
  x3do:DEF 'est42erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 -1.82 ) .
:Shape_2_84_1_1_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est42erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_5_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_5_4_1_2 .
:IndexedFaceSet_2_84_1_1_5_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_5_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_5_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_5_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_5_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.7 0.03 0.149 ) .
:Appearance_2_84_1_1_5_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_5_4_1 ;
  x3do:hasMaterial :White-USE-136 .
:White-USE-136 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_5_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:est52erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est12erminex3 ;
  x3do:hasChildren :Shape_2_84_1_1_5_5_1 ;
  x3do:DEF 'est52erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 -1.82 ) .
:Shape_2_84_1_1_5_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est52erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_5_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_5_5_1_2 .
:IndexedFaceSet_2_84_1_1_5_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_5_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_5_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_5_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_5_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.7 0.03 0.149 ) .
:Appearance_2_84_1_1_5_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_5_5_1 ;
  x3do:hasMaterial :White-USE-137 .
:White-USE-137 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_5_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:este2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinLAT ;
  x3do:hasChildren :esterminexfin1DXbis12, :esterminexfin1DXbis22, :esterminexfin1DXbis32, :esterminexfin1DXbis42, :esterminexfin1DXbis52, :esterminexfin1DXbis62 ;
  x3do:DEF 'este2' ;
  x3do:translation ( -0.005 0.02 -1.63 ) .
:esterminexfin1DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :este2 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_1_2 ;
  x3do:DEF 'esterminexfin1DXbis12' .
:IndexedFaceSet_2_84_1_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :esterminexfin1DXbis12 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :esterminexfin1DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-52 .
:SandStone_In1-USE-52 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este2 ;
  x3do:hasChildren :Shape_2_84_1_1_6_2_1 ;
  x3do:DEF 'esterminexfin1DXbis22' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_84_1_1_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_2_1_2 .
:IndexedFaceSet_2_84_1_1_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_6_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_84_1_1_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-33 .
:SandStone_In2-USE-33 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin1DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este2 ;
  x3do:hasChildren :Shape_2_84_1_1_6_3_1 ;
  x3do:DEF 'esterminexfin1DXbis32' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_84_1_1_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_3_1_2 .
:IndexedFaceSet_2_84_1_1_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_6_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_1_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-53 .
:SandStone_In1-USE-53 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este2 ;
  x3do:hasChildren :Shape_2_84_1_1_6_4_1 ;
  x3do:DEF 'esterminexfin1DXbis42' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_84_1_1_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_4_1_2 .
:IndexedFaceSet_2_84_1_1_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_6_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_84_1_1_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-34 .
:SandStone_In2-USE-34 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin1DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este2 ;
  x3do:hasChildren :Shape_2_84_1_1_6_5_1 ;
  x3do:DEF 'esterminexfin1DXbis52' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_84_1_1_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_5_1_2 .
:IndexedFaceSet_2_84_1_1_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_6_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_1_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-54 .
:SandStone_In1-USE-54 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin1DXbis62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :este2 ;
  x3do:hasChildren :Shape_2_84_1_1_6_6_1 ;
  x3do:DEF 'esterminexfin1DXbis62' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_84_1_1_6_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXbis62 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_1_6_6_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_1_6_6_1_2 .
:IndexedFaceSet_2_84_1_1_6_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_1_6_6_1 ;
  x3do:hasCoord :Coordinate_2_84_1_1_6_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_1_6_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_1_6_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.7 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 0 -2.75 -0.2 -0.95 -2.75 0 ) .
:Appearance_2_84_1_1_6_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_1_6_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-35 .
:SandStone_In2-USE-35 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_1_6_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminixfinSOT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esFinestra1 ;
  x3do:hasChildren :esterminexfin1DXInt, :esterminexfin1DXEst, :est2e, :esterminexfin2DXInt, :esterminexfin2DXEst, :est2e2 ;
  x3do:DEF 'esterminixfinSOT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:esterminexfin1DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :Shape_2_84_1_2_1_1 ;
  x3do:DEF 'esterminexfin1DXInt' ;
  x3do:translation ( -0.05 0 0 ) .
:Shape_2_84_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_1_1_2 .
:IndexedFaceSet_2_84_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 -0.149 -0.7 1.82 -0.149 ) .
:Appearance_2_84_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_1_1 ;
  x3do:hasMaterial :White-USE-138 .
:White-USE-138 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:esterminexfin1DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :Shape_2_84_1_2_2_1 ;
  x3do:DEF 'esterminexfin1DXEst' ;
  x3do:translation ( -0.02 0.1 0 ) .
:Shape_2_84_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin1DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_2_1_2 .
:IndexedFaceSet_2_84_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 -0.149 -0.7 1.82 -0.149 ) .
:Appearance_2_84_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-185 .
:SandStone_Out-USE-185 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:est2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :esterminexfin2DXbis1, :esterminexfin2DXbis2, :esterminexfin2DXbis3, :esterminexfin2DXbis4, :esterminexfin2DXbis5 ;
  x3do:DEF 'est2e' ;
  x3do:translation ( -0.007 0.195 -0.01 ) .
:esterminexfin2DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est2e ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_3_1_2 ;
  x3do:DEF 'esterminexfin2DXbis1' .
:IndexedFaceSet_2_84_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :esterminexfin2DXbis1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_84_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :esterminexfin2DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-55 .
:SandStone_In1-USE-55 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin2DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e ;
  x3do:hasChildren :Shape_2_84_1_2_3_2_1 ;
  x3do:DEF 'esterminexfin2DXbis2' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_84_1_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_3_2_1_2 .
:IndexedFaceSet_2_84_1_2_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_3_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_84_1_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-56 .
:SandStone_In1-USE-56 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin2DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e ;
  x3do:hasChildren :Shape_2_84_1_2_3_3_1 ;
  x3do:DEF 'esterminexfin2DXbis3' ;
  x3do:translation ( 0 0.736 0 ) .
:Shape_2_84_1_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_3_3_1_2 .
:IndexedFaceSet_2_84_1_2_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_3_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_84_1_2_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_3_3_1 ;
  x3do:hasMaterial :SandStone_In2-USE-36 .
:SandStone_In2-USE-36 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_3_3_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin2DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e ;
  x3do:hasChildren :Shape_2_84_1_2_3_4_1 ;
  x3do:DEF 'esterminexfin2DXbis4' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_84_1_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_3_4_1_2 .
:IndexedFaceSet_2_84_1_2_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_3_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_84_1_2_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_3_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-57 .
:SandStone_In1-USE-57 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_3_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin2DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e ;
  x3do:hasChildren :Shape_2_84_1_2_3_5_1 ;
  x3do:DEF 'esterminexfin2DXbis5' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_84_1_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_3_5_1_2 .
:IndexedFaceSet_2_84_1_2_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_3_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.7 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.7 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_84_1_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_3_5_1 ;
  x3do:hasMaterial :SandStone_In2-USE-37 .
:SandStone_In2-USE-37 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_3_5_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin2DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :Shape_2_84_1_2_4_1 ;
  x3do:DEF 'esterminexfin2DXInt' ;
  x3do:translation ( -0.01 0 -2.75 ) .
:Shape_2_84_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_4_1_2 .
:IndexedFaceSet_2_84_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 0.149 -0.7 1.82 0.149 ) .
:Appearance_2_84_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_4_1 ;
  x3do:hasMaterial :White-USE-139 .
:White-USE-139 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:esterminexfin2DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :Shape_2_84_1_2_5_1 ;
  x3do:DEF 'esterminexfin2DXEst' ;
  x3do:translation ( -0.02 0.1 -2.75 ) .
:Shape_2_84_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_5_1_2 .
:IndexedFaceSet_2_84_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 0.149 -0.7 1.82 0.149 ) .
:Appearance_2_84_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_5_1 ;
  x3do:hasMaterial :SandStone_Out-USE-186 .
:SandStone_Out-USE-186 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_5_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:est2e2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :esterminixfinSOT ;
  x3do:hasChildren :esterminexfin2DXbis12, :esterminexfin2DXbis22, :esterminexfin2DXbis32, :esterminexfin2DXbis42, :esterminexfin2DXbis52 ;
  x3do:DEF 'est2e2' ;
  x3do:translation ( -0.007 0.19 -2.745 ) .
:esterminexfin2DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :est2e2 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_6_1_2 ;
  x3do:DEF 'esterminexfin2DXbis12' .
:IndexedFaceSet_2_84_1_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :esterminexfin2DXbis12 ;
  x3do:hasCoord :Coordinate_2_84_1_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.7 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :esterminexfin2DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-58 .
:SandStone_In1-USE-58 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin2DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e2 ;
  x3do:hasChildren :Shape_2_84_1_2_6_2_1 ;
  x3do:DEF 'esterminexfin2DXbis22' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_84_1_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_6_2_1_2 .
:IndexedFaceSet_2_84_1_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_6_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.378 0 -0.95 0.378 0 -0.95 0.378 0.149 -0.7 0.378 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-38 .
:SandStone_In2-USE-38 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin2DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e2 ;
  x3do:hasChildren :Shape_2_84_1_2_6_3_1 ;
  x3do:DEF 'esterminexfin2DXbis32' ;
  x3do:translation ( 0 0.766 0 ) .
:Shape_2_84_1_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_6_3_1_2 .
:IndexedFaceSet_2_84_1_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_6_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.3 0 -0.95 0.3 0 -0.95 0.3 0.149 -0.7 0.3 0.149 0 0.35 -0.35 0 -0.05 -0.35 ) .
:Appearance_2_84_1_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-59 .
:SandStone_In1-USE-59 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:esterminexfin2DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e2 ;
  x3do:hasChildren :Shape_2_84_1_2_6_4_1 ;
  x3do:DEF 'esterminexfin2DXbis42' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_84_1_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_6_4_1_2 .
:IndexedFaceSet_2_84_1_2_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_6_4_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_6_4_1_1 ;
  x3do:point ( 0 -0.02 0 -0.95 -0.02 0 -0.95 -0.02 0.149 -0.7 -0.02 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.7 0.348 0.149 0 0.348 -0.2 0 0.01 -0.2 ) .
:Appearance_2_84_1_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-39 .
:SandStone_In2-USE-39 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:esterminexfin2DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :est2e2 ;
  x3do:hasChildren :Shape_2_84_1_2_6_5_1 ;
  x3do:DEF 'esterminexfin2DXbis52' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_84_1_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :esterminexfin2DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_84_1_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_84_1_2_6_5_1_2 .
:IndexedFaceSet_2_84_1_2_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_84_1_2_6_5_1 ;
  x3do:hasCoord :Coordinate_2_84_1_2_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_84_1_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_84_1_2_6_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.7 0 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.7 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_84_1_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_84_1_2_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-60 .
:SandStone_In1-USE-60 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_84_1_2_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:FinestraPresbA1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :desFinestra1 ;
  x3do:DEF 'FinestraPresbA1' ;
  x3do:scale ( 1 0.91 1 ) ;
  x3do:translation ( -7.106 1.43 -34.15 ) .
:desFinestra1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FinestraPresbA1 ;
  x3do:hasChildren :desterminixfinLAT, :desterminixfinSOT ;
  x3do:DEF 'desFinestra1' ;
  x3do:translation ( 0 -0.01 -0.19 ) .
:desterminixfinLAT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desFinestra1 ;
  x3do:hasChildren :desterminexfin1DXbisEst, :dest1erminex2, :deste, :desterminexfin2DXbis, :dest12erminex3, :deste2 ;
  x3do:DEF 'desterminixfinLAT' ;
  x3do:translation ( 9.3699 -0.2165 -6.55 ) .
:desterminexfin1DXbisEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :Shape_2_85_1_1_1_1 ;
  x3do:DEF 'desterminexfin1DXbisEst' ;
  x3do:translation ( 0 0 0.205 ) .
:Shape_2_85_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbisEst ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_1_1_2 .
:IndexedFaceSet_2_85_1_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_1_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 2.75 0 -0.95 2.75 0 -0.95 2.75 -0.149 -0.76 2.75 -0.149 ) .
:Appearance_2_85_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-187 .
:SandStone_Out-USE-187 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:dest1erminex2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :dest1erminexfin1DXbis, :dest2erminexfin1DXbis, :dest3erminexfin1DXbis, :dest4erminexfin1DXbis, :dest5erminexfin1DXbis ;
  x3do:DEF 'dest1erminex2' ;
  x3do:translation ( 0 0.021 0.2 ) .
:dest1erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest1erminex2 ;
  x3do:hasChildren :Shape_2_85_1_1_2_1_1 ;
  x3do:DEF 'dest1erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 0 ) .
:Shape_2_85_1_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest1erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_2_1_1_2 .
:IndexedFaceSet_2_85_1_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.76 0.03 -0.149 ) .
:Appearance_2_85_1_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_2_1_1 ;
  x3do:hasMaterial :White-USE-140 .
:White-USE-140 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_2_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest2erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest1erminex2 ;
  x3do:hasChildren :Shape_2_85_1_1_2_2_1 ;
  x3do:DEF 'dest2erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 0 ) .
:Shape_2_85_1_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest2erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_2_2_1_2 .
:IndexedFaceSet_2_85_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.76 0.03 -0.149 ) .
:Appearance_2_85_1_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_2_2_1 ;
  x3do:hasMaterial :White-USE-141 .
:White-USE-141 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest3erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest1erminex2 ;
  x3do:hasChildren :Shape_2_85_1_1_2_3_1 ;
  x3do:DEF 'dest3erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 0 ) .
:Shape_2_85_1_1_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest3erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_2_3_1_2 .
:IndexedFaceSet_2_85_1_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_2_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.76 0.03 -0.149 ) .
:Appearance_2_85_1_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_2_3_1 ;
  x3do:hasMaterial :White-USE-142 .
:White-USE-142 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_2_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest4erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest1erminex2 ;
  x3do:hasChildren :Shape_2_85_1_1_2_4_1 ;
  x3do:DEF 'dest4erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 0 ) .
:Shape_2_85_1_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest4erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_2_4_1_2 .
:IndexedFaceSet_2_85_1_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.76 0.03 -0.149 ) .
:Appearance_2_85_1_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_2_4_1 ;
  x3do:hasMaterial :White-USE-143 .
:White-USE-143 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_2_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest5erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest1erminex2 ;
  x3do:hasChildren :Shape_2_85_1_1_2_5_1 ;
  x3do:DEF 'dest5erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 0 ) .
:Shape_2_85_1_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest5erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_2_5_1_2 .
:IndexedFaceSet_2_85_1_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 -0.149 -0.76 0.03 -0.149 ) .
:Appearance_2_85_1_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_2_5_1 ;
  x3do:hasMaterial :White-USE-144 .
:White-USE-144 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:deste a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :desterminexfin1DXbis1, :desterminexfin1DXbis2, :desterminexfin1DXbis3, :desterminexfin1DXbis4, :desterminexfin1DXbis5, :desterminexfin1DXbis6 ;
  x3do:DEF 'deste' ;
  x3do:translation ( -0.004 0.02 0.1985 ) .
:desterminexfin1DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :deste ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_1_2 ;
  x3do:DEF 'desterminexfin1DXbis1' .
:IndexedFaceSet_2_85_1_1_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :desterminexfin1DXbis1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_85_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :desterminexfin1DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-61 .
:SandStone_In1-USE-61 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste ;
  x3do:hasChildren :Shape_2_85_1_1_3_2_1 ;
  x3do:DEF 'desterminexfin1DXbis2' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_85_1_1_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_2_1_2 .
:IndexedFaceSet_2_85_1_1_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_3_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_85_1_1_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_3_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-40 .
:SandStone_In2-USE-40 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin1DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste ;
  x3do:hasChildren :Shape_2_85_1_1_3_3_1 ;
  x3do:DEF 'desterminexfin1DXbis3' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_85_1_1_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_3_1_2 .
:IndexedFaceSet_2_85_1_1_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_3_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_85_1_1_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_3_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-62 .
:SandStone_In1-USE-62 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste ;
  x3do:hasChildren :Shape_2_85_1_1_3_4_1 ;
  x3do:DEF 'desterminexfin1DXbis4' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_85_1_1_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_4_1_2 .
:IndexedFaceSet_2_85_1_1_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_3_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 ) .
:Appearance_2_85_1_1_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_3_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-41 .
:SandStone_In2-USE-41 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin1DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste ;
  x3do:hasChildren :Shape_2_85_1_1_3_5_1 ;
  x3do:DEF 'desterminexfin1DXbis5' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_85_1_1_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_5_1_2 .
:IndexedFaceSet_2_85_1_1_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_3_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.2 0 0 0.2 ) .
:Appearance_2_85_1_1_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_3_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-63 .
:SandStone_In1-USE-63 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste ;
  x3do:hasChildren :Shape_2_85_1_1_3_6_1 ;
  x3do:DEF 'desterminexfin1DXbis6' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_85_1_1_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis6 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_3_6_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_3_6_1_2 .
:IndexedFaceSet_2_85_1_1_3_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_3_6_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_3_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_3_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_3_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 -0.149 -0.76 0.4383 -0.149 0 0.4383 0.35 0 0 0.35 0 -2.75 0.2 -0.95 -2.75 0 ) .
:Appearance_2_85_1_1_3_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_3_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-42 .
:SandStone_In2-USE-42 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_3_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin2DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :Shape_2_85_1_1_4_1 ;
  x3do:DEF 'desterminexfin2DXbis' ;
  x3do:translation ( 0.005 0 -1.34 ) .
:Shape_2_85_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_4_1_2 .
:IndexedFaceSet_2_85_1_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 2.75 0 -0.95 2.75 0 -0.95 2.75 0.149 -0.76 2.75 0.149 ) .
:Appearance_2_85_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-188 .
:SandStone_Out-USE-188 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:dest12erminex3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :dest12erminexfin1DXbis, :dest22erminexfin1DXbis, :dest32erminexfin1DXbis, :dest42erminexfin1DXbis, :dest52erminexfin1DXbis ;
  x3do:DEF 'dest12erminex3' ;
  x3do:translation ( 0 0.015 0.4915 ) .
:dest12erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest12erminex3 ;
  x3do:hasChildren :Shape_2_85_1_1_5_1_1 ;
  x3do:DEF 'dest12erminexfin1DXbis' ;
  x3do:translation ( 0 0.435 -1.82 ) .
:Shape_2_85_1_1_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest12erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_5_1_1_2 .
:IndexedFaceSet_2_85_1_1_5_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_5_1_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_5_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_5_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_5_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.76 0.03 0.149 ) .
:Appearance_2_85_1_1_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_5_1_1 ;
  x3do:hasMaterial :White-USE-145 .
:White-USE-145 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_5_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest22erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest12erminex3 ;
  x3do:hasChildren :Shape_2_85_1_1_5_2_1 ;
  x3do:DEF 'dest22erminexfin1DXbis' ;
  x3do:translation ( 0 0.8933 -1.82 ) .
:Shape_2_85_1_1_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest22erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_5_2_1_2 .
:IndexedFaceSet_2_85_1_1_5_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_5_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_5_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_5_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_5_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.76 0.03 0.149 ) .
:Appearance_2_85_1_1_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_5_2_1 ;
  x3do:hasMaterial :White-USE-146 .
:White-USE-146 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_5_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest32erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest12erminex3 ;
  x3do:hasChildren :Shape_2_85_1_1_5_3_1 ;
  x3do:DEF 'dest32erminexfin1DXbis' ;
  x3do:translation ( 0 1.3516 -1.82 ) .
:Shape_2_85_1_1_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest32erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_5_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_5_3_1_2 .
:IndexedFaceSet_2_85_1_1_5_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_5_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_5_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_5_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_5_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.76 0.03 0.149 ) .
:Appearance_2_85_1_1_5_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_5_3_1 ;
  x3do:hasMaterial :White-USE-147 .
:White-USE-147 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_5_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest42erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest12erminex3 ;
  x3do:hasChildren :Shape_2_85_1_1_5_4_1 ;
  x3do:DEF 'dest42erminexfin1DXbis' ;
  x3do:translation ( 0 1.8099 -1.82 ) .
:Shape_2_85_1_1_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest42erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_5_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_5_4_1_2 .
:IndexedFaceSet_2_85_1_1_5_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_5_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_5_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_5_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_5_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.76 0.03 0.149 ) .
:Appearance_2_85_1_1_5_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_5_4_1 ;
  x3do:hasMaterial :White-USE-148 .
:White-USE-148 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_5_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest52erminexfin1DXbis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest12erminex3 ;
  x3do:hasChildren :Shape_2_85_1_1_5_5_1 ;
  x3do:DEF 'dest52erminexfin1DXbis' ;
  x3do:translation ( 0 2.2682 -1.82 ) .
:Shape_2_85_1_1_5_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest52erminexfin1DXbis ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_5_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_5_5_1_2 .
:IndexedFaceSet_2_85_1_1_5_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_5_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_5_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_5_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_5_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.03 0 -0.95 0.03 0 -0.95 0.03 0.149 -0.76 0.03 0.149 ) .
:Appearance_2_85_1_1_5_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_5_5_1 ;
  x3do:hasMaterial :White-USE-149 .
:White-USE-149 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_5_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:deste2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinLAT ;
  x3do:hasChildren :desterminexfin1DXbis12, :desterminexfin1DXbis22, :desterminexfin1DXbis32, :desterminexfin1DXbis42, :desterminexfin1DXbis52, :desterminexfin1DXbis62 ;
  x3do:DEF 'deste2' ;
  x3do:translation ( -0.005 0.02 -1.33 ) .
:desterminexfin1DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :deste2 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_1_2 ;
  x3do:DEF 'desterminexfin1DXbis12' .
:IndexedFaceSet_2_85_1_1_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :desterminexfin1DXbis12 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_1_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :desterminexfin1DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-64 .
:SandStone_In1-USE-64 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste2 ;
  x3do:hasChildren :Shape_2_85_1_1_6_2_1 ;
  x3do:DEF 'desterminexfin1DXbis22' ;
  x3do:translation ( 0 0.4583 0 ) .
:Shape_2_85_1_1_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_2_1_2 .
:IndexedFaceSet_2_85_1_1_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_6_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_85_1_1_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-43 .
:SandStone_In2-USE-43 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin1DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste2 ;
  x3do:hasChildren :Shape_2_85_1_1_6_3_1 ;
  x3do:DEF 'desterminexfin1DXbis32' ;
  x3do:translation ( 0 0.9166 0 ) .
:Shape_2_85_1_1_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_3_1_2 .
:IndexedFaceSet_2_85_1_1_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_6_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_1_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-65 .
:SandStone_In1-USE-65 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste2 ;
  x3do:hasChildren :Shape_2_85_1_1_6_4_1 ;
  x3do:DEF 'desterminexfin1DXbis42' ;
  x3do:translation ( 0 1.3749 0 ) .
:Shape_2_85_1_1_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_4_1_2 .
:IndexedFaceSet_2_85_1_1_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_6_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 ) .
:Appearance_2_85_1_1_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-44 .
:SandStone_In2-USE-44 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin1DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste2 ;
  x3do:hasChildren :Shape_2_85_1_1_6_5_1 ;
  x3do:DEF 'desterminexfin1DXbis52' ;
  x3do:translation ( 0 1.8332 0 ) .
:Shape_2_85_1_1_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_5_1_2 .
:IndexedFaceSet_2_85_1_1_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_6_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_1_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-66 .
:SandStone_In1-USE-66 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin1DXbis62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :deste2 ;
  x3do:hasChildren :Shape_2_85_1_1_6_6_1 ;
  x3do:DEF 'desterminexfin1DXbis62' ;
  x3do:translation ( 0 2.2915 0 ) .
:Shape_2_85_1_1_6_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXbis62 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_1_6_6_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_1_6_6_1_2 .
:IndexedFaceSet_2_85_1_1_6_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_1_6_6_1 ;
  x3do:hasCoord :Coordinate_2_85_1_1_6_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_1_6_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_1_6_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.4383 0 -0.95 0.4383 0 -0.95 0.4383 0.149 -0.76 0.4383 0.149 0 0.4383 -0.35 0 0 -0.35 0 -2.75 -0.2 -0.95 -2.75 0 ) .
:Appearance_2_85_1_1_6_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_1_6_6_1 ;
  x3do:hasMaterial :SandStone_In2-USE-45 .
:SandStone_In2-USE-45 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_1_6_6_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminixfinSOT a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desFinestra1 ;
  x3do:hasChildren :desterminexfin1DXEst, :desterminexfin1DXInt, :dest2e, :desterminexfin2DXEst, :desterminexfin2DXInt, :dest2e2 ;
  x3do:DEF 'desterminixfinSOT' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 9.37 -0.2165 -8.37 ) .
:desterminexfin1DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :Shape_2_85_1_2_1_1 ;
  x3do:DEF 'desterminexfin1DXEst' ;
  x3do:translation ( -0.02 0.2 -0.01 ) .
:Shape_2_85_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_1_1_2 .
:IndexedFaceSet_2_85_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_1_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 -0.149 -0.76 1.82 -0.149 ) .
:Appearance_2_85_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-189 .
:SandStone_Out-USE-189 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:desterminexfin1DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :Shape_2_85_1_2_2_1 ;
  x3do:DEF 'desterminexfin1DXInt' ;
  x3do:translation ( -0.02 0.2 -0.01 ) .
:Shape_2_85_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin1DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_2_1_2 .
:IndexedFaceSet_2_85_1_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 -0.149 -0.76 1.82 -0.149 ) .
:Appearance_2_85_1_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_2_1 ;
  x3do:hasMaterial :White-USE-150 .
:White-USE-150 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :desterminexfin2DXbis1, :desterminexfin2DXbis2, :desterminexfin2DXbis3, :desterminexfin2DXbis4, :desterminexfin2DXbis5 ;
  x3do:DEF 'dest2e' ;
  x3do:translation ( -0.007 0.344 -0.01 ) .
:desterminexfin2DXbis1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest2e ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_3_1_2 ;
  x3do:DEF 'desterminexfin2DXbis1' .
:IndexedFaceSet_2_85_1_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :desterminexfin2DXbis1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.76 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_85_1_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :desterminexfin2DXbis1 ;
  x3do:hasMaterial :SandStone_In1-USE-67 .
:SandStone_In1-USE-67 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin2DXbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e ;
  x3do:hasChildren :Shape_2_85_1_2_3_2_1 ;
  x3do:DEF 'desterminexfin2DXbis2' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_85_1_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_3_2_1_2 .
:IndexedFaceSet_2_85_1_2_3_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_3_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_3_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_3_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.76 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_85_1_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-68 .
:SandStone_In1-USE-68 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin2DXbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e ;
  x3do:hasChildren :Shape_2_85_1_2_3_3_1 ;
  x3do:DEF 'desterminexfin2DXbis3' ;
  x3do:translation ( 0 0.736 0 ) .
:Shape_2_85_1_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_3_3_1_2 .
:IndexedFaceSet_2_85_1_2_3_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_3_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_3_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.76 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_85_1_2_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_3_3_1 ;
  x3do:hasMaterial :SandStone_In2-USE-46 .
:SandStone_In2-USE-46 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_3_3_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin2DXbis4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e ;
  x3do:hasChildren :Shape_2_85_1_2_3_4_1 ;
  x3do:DEF 'desterminexfin2DXbis4' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_85_1_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis4 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_3_4_1_2 .
:IndexedFaceSet_2_85_1_2_3_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_3_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_3_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.76 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_85_1_2_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_3_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-69 .
:SandStone_In1-USE-69 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_3_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin2DXbis5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e ;
  x3do:hasChildren :Shape_2_85_1_2_3_5_1 ;
  x3do:DEF 'desterminexfin2DXbis5' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_85_1_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis5 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_3_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_3_5_1_2 .
:IndexedFaceSet_2_85_1_2_3_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_3_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_3_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_3_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.149 -0.76 0 -0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 -0.149 -0.76 0.348 -0.149 0 0.348 0.2 0 0 0.2 ) .
:Appearance_2_85_1_2_3_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_3_5_1 ;
  x3do:hasMaterial :SandStone_In2-USE-47 .
:SandStone_In2-USE-47 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_3_5_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin2DXEst a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :Shape_2_85_1_2_4_1 ;
  x3do:DEF 'desterminexfin2DXEst' ;
  x3do:translation ( -0.02 0.2 -2.75 ) .
:Shape_2_85_1_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXEst ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_4_1_2 .
:IndexedFaceSet_2_85_1_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_4_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 0.149 -0.76 1.82 0.149 ) .
:Appearance_2_85_1_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_4_1 ;
  x3do:hasMaterial :SandStone_Out-USE-190 .
:SandStone_Out-USE-190 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_4_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:desterminexfin2DXInt a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :Shape_2_85_1_2_5_1 ;
  x3do:DEF 'desterminexfin2DXInt' ;
  x3do:translation ( -0.02 0.2 -2.75 ) .
:Shape_2_85_1_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXInt ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_5_1_2 .
:IndexedFaceSet_2_85_1_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 1.82 0 -0.95 1.82 0 -0.95 1.82 0.149 -0.76 1.82 0.149 ) .
:Appearance_2_85_1_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_5_1 ;
  x3do:hasMaterial :White-USE-151 .
:White-USE-151 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_5_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:dest2e2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :desterminixfinSOT ;
  x3do:hasChildren :desterminexfin2DXbis12, :desterminexfin2DXbis22, :desterminexfin2DXbis32, :desterminexfin2DXbis42, :desterminexfin2DXbis52 ;
  x3do:DEF 'dest2e2' ;
  x3do:translation ( -0.007 0.344 -2.745 ) .
:desterminexfin2DXbis12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :dest2e2 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_6_1_2 ;
  x3do:DEF 'desterminexfin2DXbis12' .
:IndexedFaceSet_2_85_1_2_6_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :desterminexfin2DXbis12 ;
  x3do:hasCoord :Coordinate_2_85_1_2_6_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_6_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.76 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :desterminexfin2DXbis12 ;
  x3do:hasMaterial :SandStone_In1-USE-70 .
:SandStone_In1-USE-70 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_6_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin2DXbis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e2 ;
  x3do:hasChildren :Shape_2_85_1_2_6_2_1 ;
  x3do:DEF 'desterminexfin2DXbis22' ;
  x3do:translation ( 0 0.368 0 ) .
:Shape_2_85_1_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_6_2_1_2 .
:IndexedFaceSet_2_85_1_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_6_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_6_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.378 0 -0.95 0.378 0 -0.95 0.378 0.149 -0.76 0.378 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_6_2_1 ;
  x3do:hasMaterial :SandStone_In2-USE-48 .
:SandStone_In2-USE-48 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_6_2_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin2DXbis32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e2 ;
  x3do:hasChildren :Shape_2_85_1_2_6_3_1 ;
  x3do:DEF 'desterminexfin2DXbis32' ;
  x3do:translation ( 0 0.766 0 ) .
:Shape_2_85_1_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis32 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_6_3_1_2 .
:IndexedFaceSet_2_85_1_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_6_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_6_3_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.3 0 -0.95 0.3 0 -0.95 0.3 0.149 -0.76 0.3 0.149 0 0.35 -0.35 0 -0.05 -0.35 ) .
:Appearance_2_85_1_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_6_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-71 .
:SandStone_In1-USE-71 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_6_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:desterminexfin2DXbis42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e2 ;
  x3do:hasChildren :Shape_2_85_1_2_6_4_1 ;
  x3do:DEF 'desterminexfin2DXbis42' ;
  x3do:translation ( 0 1.104 0 ) .
:Shape_2_85_1_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis42 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_6_4_1_2 .
:IndexedFaceSet_2_85_1_2_6_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_6_4_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_6_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_6_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_6_4_1_1 ;
  x3do:point ( 0 -0.02 0 -0.95 -0.02 0 -0.95 -0.02 0.149 -0.76 -0.02 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.76 0.348 0.149 0 0.348 -0.2 0 0.01 -0.2 ) .
:Appearance_2_85_1_2_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_6_4_1 ;
  x3do:hasMaterial :SandStone_In2-USE-49 .
:SandStone_In2-USE-49 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_6_4_1_2 ;
  owl:sameAs :SandStone_In2 . # DEF matching this USE
:desterminexfin2DXbis52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :dest2e2 ;
  x3do:hasChildren :Shape_2_85_1_2_6_5_1 ;
  x3do:DEF 'desterminexfin2DXbis52' ;
  x3do:translation ( 0 1.472 0 ) .
:Shape_2_85_1_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :desterminexfin2DXbis52 ;
  x3do:hasGeometry :IndexedFaceSet_2_85_1_2_6_5_1_1 ;
  x3do:hasAppearance :Appearance_2_85_1_2_6_5_1_2 .
:IndexedFaceSet_2_85_1_2_6_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_85_1_2_6_5_1 ;
  x3do:hasCoord :Coordinate_2_85_1_2_6_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 0 4 8 9 -1 ) ;
  x3do:solid false .
:Coordinate_2_85_1_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_85_1_2_6_5_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.149 -0.76 0 0.149 0 0.348 0 -0.95 0.348 0 -0.95 0.348 0.149 -0.76 0.348 0.149 0 0.348 -0.2 0 0 -0.2 ) .
:Appearance_2_85_1_2_6_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_85_1_2_6_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-72 .
:SandStone_In1-USE-72 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_85_1_2_6_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:portaDXInt a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminixpor2w ;
  x3do:DEF 'portaDXInt' .
:terminixpor2w a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :portaDXInt ;
  x3do:hasChildren :terminexpor1bis2w, :terminexpor2bis2w ;
  x3do:DEF 'terminixpor2w' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.24 -2.135 -31.169 ) .
:terminexpor1bis2w a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixpor2w ;
  x3do:hasChildren :Shape_2_86_1_1_1 ;
  x3do:DEF 'terminexpor1bis2w' ;
  x3do:translation ( 0 0 0.01 ) .
:Shape_2_86_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor1bis2w ;
  x3do:hasGeometry :IndexedFaceSet_2_86_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_86_1_1_1_2 .
:IndexedFaceSet_2_86_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_86_1_1_1 ;
  x3do:hasCoord :Coordinate_2_86_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_86_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_86_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_86_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_86_1_1_1 ;
  x3do:hasMaterial :White-USE-152 .
:White-USE-152 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_86_1_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexpor2bis2w a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixpor2w ;
  x3do:hasChildren :Shape_2_86_1_2_1 ;
  x3do:DEF 'terminexpor2bis2w' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_86_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis2w ;
  x3do:hasGeometry :IndexedFaceSet_2_86_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_86_1_2_1_2 .
:IndexedFaceSet_2_86_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_86_1_2_1 ;
  x3do:hasCoord :Coordinate_2_86_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_86_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_86_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_86_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_86_1_2_1 ;
  x3do:hasMaterial :White-USE-153 .
:White-USE-153 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_86_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:portaDXESt a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminixpor ;
  x3do:DEF 'portaDXESt' .
:terminixpor a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :portaDXESt ;
  x3do:hasChildren :terminexpor1bis, :terminexpor2bis ;
  x3do:DEF 'terminixpor' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.24 -2.135 -31.169 ) .
:terminexpor1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixpor ;
  x3do:hasChildren :Shape_2_87_1_1_1 ;
  x3do:DEF 'terminexpor1bis' ;
  x3do:translation ( 0 0 0.01 ) .
:Shape_2_87_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor1bis ;
  x3do:hasGeometry :IndexedFaceSet_2_87_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_87_1_1_1_2 .
:IndexedFaceSet_2_87_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_87_1_1_1 ;
  x3do:hasCoord :Coordinate_2_87_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_87_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_87_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_87_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_87_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-191 .
:SandStone_Out-USE-191 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_87_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexpor2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixpor ;
  x3do:hasChildren :Shape_2_87_1_2_1 ;
  x3do:DEF 'terminexpor2bis' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_87_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis ;
  x3do:hasGeometry :IndexedFaceSet_2_87_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_87_1_2_1_2 .
:IndexedFaceSet_2_87_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_87_1_2_1 ;
  x3do:hasCoord :Coordinate_2_87_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_87_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_87_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_87_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_87_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-192 .
:SandStone_Out-USE-192 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_87_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:portaSXInt a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminixporSX222ww ;
  x3do:DEF 'portaSXInt' .
:terminixporSX222ww a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :portaSXInt ;
  x3do:hasChildren :terminexpor12SXwwww, :terminexpor22SX2www ;
  x3do:DEF 'terminixporSX222ww' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -2.226 -2.135 -31.1655 ) .
:terminexpor12SXwwww a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporSX222ww ;
  x3do:hasChildren :Shape_2_88_1_1_1 ;
  x3do:DEF 'terminexpor12SXwwww' ;
  x3do:translation ( 0 0 0.01 ) .
:Shape_2_88_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor12SXwwww ;
  x3do:hasGeometry :IndexedFaceSet_2_88_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_88_1_1_1_2 .
:IndexedFaceSet_2_88_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_88_1_1_1 ;
  x3do:hasCoord :Coordinate_2_88_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_88_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_88_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_88_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_88_1_1_1 ;
  x3do:hasMaterial :White-USE-154 .
:White-USE-154 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_88_1_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexpor22SX2www a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporSX222ww ;
  x3do:hasChildren :Shape_2_88_1_2_1 ;
  x3do:DEF 'terminexpor22SX2www' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_88_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor22SX2www ;
  x3do:hasGeometry :IndexedFaceSet_2_88_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_88_1_2_1_2 .
:IndexedFaceSet_2_88_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_88_1_2_1 ;
  x3do:hasCoord :Coordinate_2_88_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 0 4 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_88_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_88_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_88_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_88_1_2_1 ;
  x3do:hasMaterial :White-USE-155 .
:White-USE-155 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_88_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:portaSXEST a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminixporSX ;
  x3do:DEF 'portaSXEST' .
:terminixporSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :portaSXEST ;
  x3do:hasChildren :terminexpor12SwX2www, :terminexpor22SXws ;
  x3do:DEF 'terminixporSX' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -2.226 -2.135 -31.1655 ) .
:terminexpor12SwX2www a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporSX ;
  x3do:hasChildren :Shape_2_89_1_1_1 ;
  x3do:DEF 'terminexpor12SwX2www' ;
  x3do:translation ( 0 0 0.01 ) .
:Shape_2_89_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor12SwX2www ;
  x3do:hasGeometry :IndexedFaceSet_2_89_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_89_1_1_1_2 .
:IndexedFaceSet_2_89_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_89_1_1_1 ;
  x3do:hasCoord :Coordinate_2_89_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_89_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_89_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_89_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_89_1_1_1 ;
  x3do:hasMaterial :SandStone_Out-USE-193 .
:SandStone_Out-USE-193 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_89_1_1_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:terminexpor22SXws a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporSX ;
  x3do:hasChildren :Shape_2_89_1_2_1 ;
  x3do:DEF 'terminexpor22SXws' ;
  x3do:translation ( 0 0 -1.7 ) .
:Shape_2_89_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor22SXws ;
  x3do:hasGeometry :IndexedFaceSet_2_89_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_89_1_2_1_2 .
:IndexedFaceSet_2_89_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_89_1_2_1 ;
  x3do:hasCoord :Coordinate_2_89_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_89_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_89_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_89_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_89_1_2_1 ;
  x3do:hasMaterial :SandStone_Out-USE-194 .
:SandStone_Out-USE-194 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_89_1_2_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:PortaRetro a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminexpor1, :terminexpor2 ;
  x3do:DEF 'PortaRetro' ;
  x3do:translation ( 10.2473 -2.135 -45.612 ) .
:terminexpor1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :PortaRetro ;
  x3do:hasGeometry :IndexedFaceSet_2_90_1_1 ;
  x3do:hasAppearance :Appearance_2_90_1_2 ;
  x3do:DEF 'terminexpor1' .
:IndexedFaceSet_2_90_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexpor1 ;
  x3do:hasCoord :Coordinate_2_90_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_90_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_90_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 -0.4 -0.78 0 -0.4 0 2.75 0 -0.95 2.75 0 -0.95 2.75 -0.4 -0.78 2.75 -0.4 ) .
:Appearance_2_90_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexpor1 ;
  x3do:hasMaterial :White-USE-156 .
:White-USE-156 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_90_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexpor2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PortaRetro ;
  x3do:hasChildren :Shape_2_90_2_1 ;
  x3do:DEF 'terminexpor2' ;
  x3do:translation ( 0 0 -1.633 ) .
:Shape_2_90_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2 ;
  x3do:hasGeometry :IndexedFaceSet_2_90_2_1_1 ;
  x3do:hasAppearance :Appearance_2_90_2_1_2 .
:IndexedFaceSet_2_90_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_90_2_1 ;
  x3do:hasCoord :Coordinate_2_90_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_90_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_90_2_1_1 ;
  x3do:point ( 0 0 0 -0.95 0 0 -0.95 0 0.4 -0.78 0 0.4 0 2.75 0 -0.95 2.75 0 -0.95 2.75 0.4 -0.78 2.75 0.4 ) .
:Appearance_2_90_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_90_2_1 ;
  x3do:hasMaterial :White-USE-157 .
:White-USE-157 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_90_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:PortaPresb a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :terminixporbis222f ;
  x3do:DEF 'PortaPresb' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 40.461 0 -26.74 ) .
:terminixporbis222f a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PortaPresb ;
  x3do:hasChildren :terminexpor1bis222f, :terminexpor2bis2222f ;
  x3do:DEF 'terminixporbis222f' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.24 -2.135 -31.169 ) .
:terminexpor1bis222f a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminixporbis222f ;
  x3do:hasGeometry :IndexedFaceSet_2_91_1_1_1 ;
  x3do:hasAppearance :Appearance_2_91_1_1_2 ;
  x3do:DEF 'terminexpor1bis222f' .
:IndexedFaceSet_2_91_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :terminexpor1bis222f ;
  x3do:hasCoord :Coordinate_2_91_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_91_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_91_1_1_1 ;
  x3do:point ( 0 2.07 0 0.95 2.07 0 0.95 2.07 -0.149 0.76 2.07 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_91_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :terminexpor1bis222f ;
  x3do:hasMaterial :White-USE-158 .
:White-USE-158 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_91_1_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:terminexpor2bis2222f a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis222f ;
  x3do:hasChildren :Shape_2_91_1_2_1 ;
  x3do:DEF 'terminexpor2bis2222f' ;
  x3do:translation ( 0 0 -1.92 ) .
:Shape_2_91_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis2222f ;
  x3do:hasGeometry :IndexedFaceSet_2_91_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_91_1_2_1_2 .
:IndexedFaceSet_2_91_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_91_1_2_1 ;
  x3do:hasCoord :Coordinate_2_91_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_91_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_91_1_2_1_1 ;
  x3do:point ( 0 2.07 0 0.95 2.07 0 0.95 2.07 0.149 0.76 2.07 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_91_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_91_1_2_1 ;
  x3do:hasMaterial :White-USE-159 .
:White-USE-159 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_91_1_2_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydec a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_92_1 ;
  x3do:DEF 'MuroAAydec' ;
  x3do:translation ( 2.255 -0.1 -40 ) .
:Shape_2_92_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydec ;
  x3do:hasGeometry :IndexedFaceSet_2_92_1_1 ;
  x3do:hasAppearance :Appearance_2_92_1_2 .
:IndexedFaceSet_2_92_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_92_1 ;
  x3do:hasCoord :Coordinate_2_92_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_92_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_92_1_1 ;
  x3do:point ( 0 0 0 0 0 1 0 4.06 1 0 4.06 0 ) .
:Appearance_2_92_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_92_1 ;
  x3do:hasMaterial :White-USE-160 .
:White-USE-160 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_92_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydecw a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_93_1 ;
  x3do:DEF 'MuroAAydecw' ;
  x3do:translation ( 2.26 -0.06 -38.77 ) .
:Shape_2_93_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydecw ;
  x3do:hasGeometry :IndexedFaceSet_2_93_1_1 ;
  x3do:hasAppearance :Appearance_2_93_1_2 .
:IndexedFaceSet_2_93_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_93_1 ;
  x3do:hasCoord :Coordinate_2_93_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_93_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_93_1_1 ;
  x3do:point ( 0 0 0 0 0 0.2 0 0.2 0.2 0 0.2 0 ) .
:Appearance_2_93_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_93_1 ;
  x3do:hasMaterial :White-USE-161 .
:White-USE-161 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_93_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydecrc a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_94_1 ;
  x3do:DEF 'MuroAAydecrc' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 1.25 -0.05 -38.5 ) .
:Shape_2_94_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydecrc ;
  x3do:hasGeometry :IndexedFaceSet_2_94_1_1 ;
  x3do:hasAppearance :Appearance_2_94_1_2 .
:IndexedFaceSet_2_94_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_94_1 ;
  x3do:hasCoord :Coordinate_2_94_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_94_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_94_1_1 ;
  x3do:point ( 0 0 -1 0 0 1 0 4.06 1 0 4.06 -1 ) .
:Appearance_2_94_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_94_1 ;
  x3do:hasMaterial :White-USE-162 .
:White-USE-162 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_94_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydecr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_95_1 ;
  x3do:DEF 'MuroAAydecr' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -0.6 -0.55 -38.5 ) .
:Shape_2_95_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydecr ;
  x3do:hasGeometry :IndexedFaceSet_2_95_1_1 ;
  x3do:hasAppearance :Appearance_2_95_1_2 .
:IndexedFaceSet_2_95_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_95_1 ;
  x3do:hasCoord :Coordinate_2_95_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_95_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_95_1_1 ;
  x3do:point ( 0 0 0.3 0 0 1 0 1 1 0 1 0.3 ) .
:Appearance_2_95_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_95_1 ;
  x3do:hasMaterial :White-USE-163 .
:White-USE-163 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_95_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydecrs a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_96_1 ;
  x3do:DEF 'MuroAAydecrs' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 1.15 -0.65 -31.165 ) .
:Shape_2_96_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydecrs ;
  x3do:hasGeometry :IndexedFaceSet_2_96_1_1 ;
  x3do:hasAppearance :Appearance_2_96_1_2 .
:IndexedFaceSet_2_96_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_96_1 ;
  x3do:hasCoord :Coordinate_2_96_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_96_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_96_1_1 ;
  x3do:point ( 0 0 0.2 0 0 1 0 3.36 1 0 3.36 0.2 ) .
:Appearance_2_96_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_96_1 ;
  x3do:hasMaterial :White-USE-164 .
:White-USE-164 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_96_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydecrsdx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_97_1 ;
  x3do:DEF 'MuroAAydecrsdx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 9.8 -0.65 -31.175 ) .
:Shape_2_97_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydecrsdx ;
  x3do:hasGeometry :IndexedFaceSet_2_97_1_1 ;
  x3do:hasAppearance :Appearance_2_97_1_2 .
:IndexedFaceSet_2_97_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_97_1 ;
  x3do:hasCoord :Coordinate_2_97_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_97_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_97_1_1 ;
  x3do:point ( 0 0 0.2 0 0 1 0 3.36 1 0 3.36 0.2 ) .
:Appearance_2_97_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_97_1 ;
  x3do:hasMaterial :White-USE-165 .
:White-USE-165 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_97_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:MuroAAydec2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_98_1 ;
  x3do:DEF 'MuroAAydec2' ;
  x3do:translation ( 9.29 -0.05 -40 ) .
:Shape_2_98_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAydec2 ;
  x3do:hasGeometry :IndexedFaceSet_2_98_1_1 ;
  x3do:hasAppearance :Appearance_2_98_1_2 .
:IndexedFaceSet_2_98_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_98_1 ;
  x3do:hasCoord :Coordinate_2_98_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_98_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_98_1_1 ;
  x3do:point ( 0 0 0 0 0 1 0 3 1 0 3 0 ) .
:Appearance_2_98_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_98_1 ;
  x3do:hasMaterial :White-USE-166 .
:White-USE-166 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_98_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Decorazioni a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorParete1dx, :DecorPareteSX, :DecorParete2dx, :DecorParete2sx, :DecorParete3dx, :DecorParete3sx, :DecorParete4dx, :DecorParete4sx, :DecorParete5dx, :DecorParete5sx, :DecorBox1dx, :DecorBox1sx, :DecorCoverdx, :DecorCoverSottodx, :DecorCoverSottosx, :DecorParete6dx, :DecorParete7, :PortaPresbDEC, :PortaPresbDEC2Sotto, :DecorParete8, :DecorParete9Fronte, :DecorParete10, :DecorPav1dx, :DecorPav1SX, :DecorPav2dx, :DecorPav2sx, :DecorPav3dx, :DecorPav3sx, :DecorPav4dx, :DecorPav4sx, :DecorPav5dx, :DecorPav5sx, :DecorPav5sxBox, :DecorPav5dxBox, :DecorPav6sx, :DecorPav6dx, :DecorPav7, :PortaPresbDEC3, :DecorPav8, :DecorPav10, :DecorSoff1dx, :DecorSoff1sx, :DecorSoff23dx, :DecorSoff23sx, :DecorSoff5dx, :DecorSoff5sx, :DecorSoff4dx, :DecorSoff4sx, :DecorSoff8, :DecorSoff10, :DecorContr1dx, :DecorContr2dx, :DecorContr3dx, :DecorContr4dx, :DecorContr5dx, :DecorContr6dx, :DecorContr7dx, :termine1Dec, :termine1DecSotto, :termine1DecPav, :DecorContr8sx, :Termine2dec, :Termine2decSotto, :Termine2decPav, :DecorContr9sx, :DecorContr10sx, :DecorContr11sx, :DecorContr12sx ;
  x3do:DEF 'Decorazioni' .
:DecorParete1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor1, :Decor1sotto ;
  x3do:DEF 'DecorParete1dx' .
:Decor1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete1dx ;
  x3do:hasChildren :Shape_2_99_1_1_1 ;
  x3do:DEF 'Decor1' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor1 ;
  x3do:hasGeometry :Box_2_99_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_1_1_1_2 .
:Box_2_99_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_1_1_1 ;
  x3do:size ( 0.01 0.45 31.3 ) .
:Appearance_2_99_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_1_1_1 ;
  x3do:hasTexture :LateralDecoration ;
  x3do:hasTextureTransform :TextureTransform_2_99_1_1_1_2_2 .
:LateralDecoration a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_1_1_1_2 ;
  x3do:DEF 'LateralDecoration' ;
  x3do:url '"images/LateralDecoration.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/LateralDecoration.jpg"' .
:TextureTransform_2_99_1_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_1_1_1_2 ;
  x3do:scale ( 60 1 ) .
:Decor1sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete1dx ;
  x3do:hasChildren :Shape_2_99_1_2_1 ;
  x3do:DEF 'Decor1sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor1sotto ;
  x3do:hasGeometry :Box_2_99_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_1_2_1_2 .
:Box_2_99_1_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_1_2_1 ;
  x3do:size ( 0.01 1.25 31.3 ) .
:Appearance_2_99_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_1_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-73 .
:SandStone_In1-USE-73 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_1_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPareteSX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor1bis, :Decor1xsottobis ;
  x3do:DEF 'DecorPareteSX' ;
  x3do:translation ( 0 0 0.1 ) .
:Decor1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPareteSX ;
  x3do:hasChildren :Shape_2_99_2_1_1 ;
  x3do:DEF 'Decor1bis' ;
  x3do:translation ( 2.2 -0.85 -16.714 ) .
:Shape_2_99_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor1bis ;
  x3do:hasGeometry :Box_2_99_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_2_1_1_2 .
:Box_2_99_2_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_2_1_1 ;
  x3do:size ( 0.01 0.45 29.12 ) .
:Appearance_2_99_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_2_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_99_2_1_1_2_2 .
:LateralDecoration-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_2_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_2_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_2_1_1_2 ;
  x3do:scale ( 60 1 ) .
:Decor1xsottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPareteSX ;
  x3do:hasChildren :Shape_2_99_2_2_1 ;
  x3do:DEF 'Decor1xsottobis' ;
  x3do:translation ( 2.2 -1.7 -16.714 ) .
:Shape_2_99_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor1xsottobis ;
  x3do:hasGeometry :Box_2_99_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_2_2_1_2 .
:Box_2_99_2_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_2_2_1 ;
  x3do:size ( 0.01 1.25 29.12 ) .
:Appearance_2_99_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_2_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-74 .
:SandStone_In1-USE-74 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_2_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor2, :Decor2sotto ;
  x3do:DEF 'DecorParete2dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 26.807 0 -21.81 ) .
:Decor2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete2dx ;
  x3do:hasChildren :Shape_2_99_3_1_1 ;
  x3do:DEF 'Decor2' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor2 ;
  x3do:hasGeometry :Box_2_99_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_3_1_1_2 .
:Box_2_99_3_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_3_1_1 ;
  x3do:size ( 0.01 0.45 3.88 ) .
:Appearance_2_99_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_3_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_99_3_1_1_2_2 .
:LateralDecoration-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_3_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_3_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_3_1_1_2 ;
  x3do:scale ( 8 1 ) .
:Decor2sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete2dx ;
  x3do:hasChildren :Shape_2_99_3_2_1 ;
  x3do:DEF 'Decor2sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor2sotto ;
  x3do:hasGeometry :Box_2_99_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_3_2_1_2 .
:Box_2_99_3_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_3_2_1 ;
  x3do:size ( 0.01 1.25 3.88 ) .
:Appearance_2_99_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_3_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-75 .
:SandStone_In1-USE-75 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_3_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete2sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor2bis, :Decor2sottobis ;
  x3do:DEF 'DecorParete2sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 16.355 0 -21.8 ) .
:Decor2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete2sx ;
  x3do:hasChildren :Shape_2_99_4_1_1 ;
  x3do:DEF 'Decor2bis' ;
  x3do:translation ( 9.358 -0.85 -15.525 ) .
:Shape_2_99_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor2bis ;
  x3do:hasGeometry :Box_2_99_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_4_1_1_2 .
:Box_2_99_4_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_4_1_1 ;
  x3do:size ( 0.01 0.45 2.722 ) .
:Appearance_2_99_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_4_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_99_4_1_1_2_2 .
:LateralDecoration-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_4_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_4_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_4_1_1_2 ;
  x3do:scale ( 8 1 ) .
:Decor2sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete2sx ;
  x3do:hasChildren :Shape_2_99_4_2_1 ;
  x3do:DEF 'Decor2sottobis' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor2sottobis ;
  x3do:hasGeometry :Box_2_99_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_4_2_1_2 .
:Box_2_99_4_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_4_2_1 ;
  x3do:size ( 0.01 1.25 2.7322 ) .
:Appearance_2_99_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_4_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-76 .
:SandStone_In1-USE-76 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_4_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete3dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor3, :Decor3sotto ;
  x3do:DEF 'DecorParete3dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 31.46 0 -21.81 ) .
:Decor3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete3dx ;
  x3do:hasChildren :Shape_2_99_5_1_1 ;
  x3do:DEF 'Decor3' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor3 ;
  x3do:hasGeometry :Box_2_99_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_5_1_1_2 .
:Box_2_99_5_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_5_1_1 ;
  x3do:size ( 0.01 0.45 2 ) .
:Appearance_2_99_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_5_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_99_5_1_1_2_2 .
:LateralDecoration-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_5_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_5_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_5_1_1_2 ;
  x3do:scale ( 4 1 ) .
:Decor3sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete3dx ;
  x3do:hasChildren :Shape_2_99_5_2_1 ;
  x3do:DEF 'Decor3sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor3sotto ;
  x3do:hasGeometry :Box_2_99_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_5_2_1_2 .
:Box_2_99_5_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_5_2_1 ;
  x3do:size ( 0.01 1.25 2 ) .
:Appearance_2_99_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_5_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-77 .
:SandStone_In1-USE-77 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_5_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete3sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor3bis, :Decor3sottobis ;
  x3do:DEF 'DecorParete3sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 11.78 0 -21.8 ) .
:Decor3bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete3sx ;
  x3do:hasChildren :Shape_2_99_6_1_1 ;
  x3do:DEF 'Decor3bis' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor3bis ;
  x3do:hasGeometry :Box_2_99_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_6_1_1_2 .
:Box_2_99_6_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_6_1_1 ;
  x3do:size ( 0.01 0.45 3 ) .
:Appearance_2_99_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_6_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_99_6_1_1_2_2 .
:LateralDecoration-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_6_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_6_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_6_1_1_2 ;
  x3do:scale ( 4 1 ) .
:Decor3sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete3sx ;
  x3do:hasChildren :Shape_2_99_6_2_1 ;
  x3do:DEF 'Decor3sottobis' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor3sottobis ;
  x3do:hasGeometry :Box_2_99_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_6_2_1_2 .
:Box_2_99_6_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_6_2_1 ;
  x3do:size ( 0.01 1.25 3 ) .
:Appearance_2_99_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_6_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-78 .
:SandStone_In1-USE-78 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_6_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor4, :Decor4sotto ;
  x3do:DEF 'DecorParete4dx' ;
  x3do:translation ( 7.3 0 -19.6 ) .
:Decor4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete4dx ;
  x3do:hasChildren :Shape_2_99_7_1_1 ;
  x3do:DEF 'Decor4' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor4 ;
  x3do:hasGeometry :Box_2_99_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_7_1_1_2 .
:Box_2_99_7_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_7_1_1 ;
  x3do:size ( 0.01 0.45 8 ) .
:Appearance_2_99_7_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_7_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_99_7_1_1_2_2 .
:LateralDecoration-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_7_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_7_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_7_1_1_2 ;
  x3do:scale ( 16 1 ) .
:Decor4sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete4dx ;
  x3do:hasChildren :Shape_2_99_7_2_1 ;
  x3do:DEF 'Decor4sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor4sotto ;
  x3do:hasGeometry :Box_2_99_7_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_7_2_1_2 .
:Box_2_99_7_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_7_2_1 ;
  x3do:size ( 0.01 1.25 8 ) .
:Appearance_2_99_7_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_7_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-79 .
:SandStone_In1-USE-79 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_7_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete4sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor4bis, :Decor4sottobis ;
  x3do:DEF 'DecorParete4sx' ;
  x3do:translation ( -14.45 0 -19.6 ) .
:Decor4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete4sx ;
  x3do:hasChildren :Shape_2_99_8_1_1 ;
  x3do:DEF 'Decor4bis' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_8_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor4bis ;
  x3do:hasGeometry :Box_2_99_8_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_8_1_1_2 .
:Box_2_99_8_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_8_1_1 ;
  x3do:size ( 0.01 0.45 8 ) .
:Appearance_2_99_8_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_8_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_99_8_1_1_2_2 .
:LateralDecoration-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_8_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_8_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_8_1_1_2 ;
  x3do:scale ( 16 1 ) .
:Decor4sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete4sx ;
  x3do:hasChildren :Shape_2_99_8_2_1 ;
  x3do:DEF 'Decor4sottobis' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_8_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor4sottobis ;
  x3do:hasGeometry :Box_2_99_8_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_8_2_1_2 .
:Box_2_99_8_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_8_2_1 ;
  x3do:size ( 0.01 1.25 8 ) .
:Appearance_2_99_8_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_8_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-80 .
:SandStone_In1-USE-80 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_8_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor5b ;
  x3do:DEF 'DecorParete5dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 29.59 0 -29.15 ) .
:Decor5b a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete5dx ;
  x3do:hasChildren :Shape_2_99_9_1_1 ;
  x3do:DEF 'Decor5b' ;
  x3do:translation ( 9.355 -0.848 -15.525 ) .
:Shape_2_99_9_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor5b ;
  x3do:hasGeometry :Box_2_99_9_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_9_1_1_2 .
:Box_2_99_9_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_9_1_1 ;
  x3do:size ( 0.01 0.448 5.5 ) .
:Appearance_2_99_9_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_9_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_99_9_1_1_2_2 .
:LateralDecoration-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_9_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_9_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_9_1_1_2 ;
  x3do:scale ( 10 1 ) .
:DecorParete5sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor5 ;
  x3do:DEF 'DecorParete5sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 13.13 0 -29.15 ) .
:Decor5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete5sx ;
  x3do:hasChildren :Shape_2_99_10_1_1 ;
  x3do:DEF 'Decor5' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_10_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor5 ;
  x3do:hasGeometry :Box_2_99_10_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_10_1_1_2 .
:Box_2_99_10_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_10_1_1 ;
  x3do:size ( 0.01 0.45 5.5 ) .
:Appearance_2_99_10_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_10_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_99_10_1_1_2_2 .
:LateralDecoration-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_10_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_10_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_10_1_1_2 ;
  x3do:scale ( 10 1 ) .
:DecorBox1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_11_1 ;
  x3do:DEF 'DecorBox1dx' ;
  x3do:translation ( 10.6 -0.575 -38.56 ) .
:Shape_2_99_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorBox1dx ;
  x3do:hasGeometry :Box_2_99_11_1_1 ;
  x3do:hasAppearance :Appearance_2_99_11_1_2 .
:Box_2_99_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_11_1 ;
  x3do:size ( 1.5 1.118 0.1 ) .
:Appearance_2_99_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_11_1 ;
  x3do:hasTexture :LateralDecoration2 .
:LateralDecoration2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_11_1_2 ;
  x3do:DEF 'LateralDecoration2' ;
  x3do:url '"images/LateralDecoration2.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/LateralDecoration2.png"' .
:DecorBox1sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_12_1 ;
  x3do:DEF 'DecorBox1sx' ;
  x3do:translation ( 1.3 -0.568 -38.555 ) .
:Shape_2_99_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorBox1sx ;
  x3do:hasGeometry :Box_2_99_12_1_1 ;
  x3do:hasAppearance :Appearance_2_99_12_1_2 .
:Box_2_99_12_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_12_1 ;
  x3do:size ( 1.915 1.225 0.1 ) .
:Appearance_2_99_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_12_1 ;
  x3do:hasTexture :LateralDecoration3 .
:LateralDecoration3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_12_1_2 ;
  x3do:DEF 'LateralDecoration3' ;
  x3do:url '"images/LateralDecoration3.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/LateralDecoration3.png"' .
:DecorCoverdx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_13_1 ;
  x3do:DEF 'DecorCoverdx' ;
  x3do:translation ( 9.295 -0.06 -38.505 ) .
:Shape_2_99_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorCoverdx ;
  x3do:hasGeometry :IndexedFaceSet_2_99_13_1_1 ;
  x3do:hasAppearance :Appearance_2_99_13_1_2 .
:IndexedFaceSet_2_99_13_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_13_1 ;
  x3do:hasCoord :Coordinate_2_99_13_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_13_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_13_1_1 ;
  x3do:point ( 0 -0.01 0 1.44 -0.01 0 1.44 -0.29 0 1.7 -0.29 0 1.7 -0.57 0 7.4 -0.57 0 7.4 5.1 0 4.75 5.1 0 4.75 0.2 0 2.655 0.2 0 2.655 5.1 0 0 5.1 0 ) .
:Appearance_2_99_13_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_13_1 ;
  x3do:hasMaterial :White-USE-167 .
:White-USE-167 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_13_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorCoverSottodx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_14_1 ;
  x3do:DEF 'DecorCoverSottodx' ;
  x3do:translation ( 9.295 -0.531 -38.505 ) .
:Shape_2_99_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorCoverSottodx ;
  x3do:hasGeometry :IndexedFaceSet_2_99_14_1_1 ;
  x3do:hasAppearance :Appearance_2_99_14_1_2 .
:IndexedFaceSet_2_99_14_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_14_1 ;
  x3do:hasCoord :Coordinate_2_99_14_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 11 10 9 8 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_14_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_14_1_1 ;
  x3do:point ( 0 0 0 1.085 0 0 1.085 -0.27 0 1.345 -0.27 0 1.345 -0.54 0 7.4 -0.54 0 7.4 -1.44 0 0 -1.047 0 1.23 -1.047 0 1.23 -1.25 0 1.5 -1.25 0 1.5 -1.44 0 ) .
:Appearance_2_99_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_14_1 ;
  x3do:hasMaterial :SandStone_In1-USE-81 .
:SandStone_In1-USE-81 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_14_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorCoverSottosx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_15_1 ;
  x3do:DEF 'DecorCoverSottosx' ;
  x3do:translation ( 2.26 -0.531 -38.5 ) .
:Shape_2_99_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorCoverSottosx ;
  x3do:hasGeometry :IndexedFaceSet_2_99_15_1_1 ;
  x3do:hasAppearance :Appearance_2_99_15_1_2 .
:IndexedFaceSet_2_99_15_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_15_1 ;
  x3do:hasCoord :Coordinate_2_99_15_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 11 10 9 8 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_15_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_15_1_1 ;
  x3do:point ( 0.01 -0.005 0 -1.051 -0.005 0 -1.051 -0.27 0 -1.335 -0.27 0 -1.335 -0.54 0 -7.4 -0.54 0 -7.4 -1.44 0 0.01 -1.047 0 -1.23 -1.047 0 -1.24 -1.25 0 -1.5 -1.24 0 -1.5 -1.44 0 ) .
:Appearance_2_99_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_15_1 ;
  x3do:hasMaterial :SandStone_In1-USE-82 .
:SandStone_In1-USE-82 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_15_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete6dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor6, :Decor6box, :Decor6box2 ;
  x3do:DEF 'DecorParete6dx' ;
  x3do:translation ( 0.185 0.5515 0 ) .
:Decor6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete6dx ;
  x3do:hasChildren :Shape_2_99_16_1_1 ;
  x3do:DEF 'Decor6' ;
  x3do:translation ( 9.39 -0.85 -38.56 ) .
:Shape_2_99_16_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor6 ;
  x3do:hasGeometry :Box_2_99_16_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_16_1_1_2 .
:Box_2_99_16_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_16_1_1 ;
  x3do:size ( 0.55 0.475 0.1 ) .
:Appearance_2_99_16_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_16_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-10 ;
  x3do:hasTextureTransform :TextureTransform_2_99_16_1_1_2_2 .
:LateralDecoration-USE-10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_16_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_16_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_16_1_1_2 ;
  x3do:scale ( 1.02 1 ) .
:Decor6box a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete6dx ;
  x3do:hasChildren :Shape_2_99_16_2_1 ;
  x3do:DEF 'Decor6box' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.1 0.992 1 ) ;
  x3do:translation ( 9.573 -1.083 -38.51 ) .
:Shape_2_99_16_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor6box ;
  x3do:hasGeometry :IndexedFaceSet_2_99_16_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_16_2_1_2 .
:IndexedFaceSet_2_99_16_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_16_2_1 ;
  x3do:hasCoord :Coordinate_2_99_16_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_16_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_16_2_1_1 ;
  x3do:point ( -0.08 0 -0.08 -0.08 0 0.1 0 0.475 0.1 0 0.475 -0.08 0.02 0 0.1 0.02 0.475 0.1 ) .
:Appearance_2_99_16_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_16_2_1 ;
  x3do:hasTexture :LateralDecoration-USE-11 ;
  x3do:hasTextureTransform :TextureTransform_2_99_16_2_1_2_2 .
:LateralDecoration-USE-11 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_16_2_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_16_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_16_2_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 0.85 1 ) ;
  x3do:translation ( 0 -0.05 ) .
:Decor6box2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete6dx ;
  x3do:hasChildren :Shape_2_99_16_3_1 ;
  x3do:DEF 'Decor6box2' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 0.1 0.94 1 ) ;
  x3do:translation ( 0.13 -1.62 -38.5 ) .
:Shape_2_99_16_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor6box2 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_16_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_16_3_1_2 .
:IndexedFaceSet_2_99_16_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_16_3_1 ;
  x3do:hasCoord :Coordinate_2_99_16_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_16_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_16_3_1_1 ;
  x3do:point ( -0.08 0 -0.08 -0.08 0 0.1 0 0.475 0.1 0 0.475 -0.08 0.02 0 0.1 0.02 0.475 0.1 ) .
:Appearance_2_99_16_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_16_3_1 ;
  x3do:hasTexture :LateralDecoration-USE-12 ;
  x3do:hasTextureTransform :TextureTransform_2_99_16_3_1_2_2 .
:LateralDecoration-USE-12 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_16_3_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_16_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_16_3_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 0.85 1 ) ;
  x3do:translation ( 0 -0.05 ) .
:DecorParete7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor7, :Decor7sotto ;
  x3do:DEF 'DecorParete7' ;
  x3do:translation ( -0.06 0.56 -23.73 ) .
:Decor7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete7 ;
  x3do:hasChildren :Shape_2_99_17_1_1 ;
  x3do:DEF 'Decor7' ;
  x3do:translation ( 9.355 -0.853 -15.525 ) .
:Shape_2_99_17_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor7 ;
  x3do:hasGeometry :Box_2_99_17_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_17_1_1_2 .
:Box_2_99_17_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_17_1_1 ;
  x3do:size ( 0.01 0.46 1.5 ) .
:Appearance_2_99_17_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_17_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-13 ;
  x3do:hasTextureTransform :TextureTransform_2_99_17_1_1_2_2 .
:LateralDecoration-USE-13 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_17_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_17_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_17_1_1_2 ;
  x3do:scale ( 3 1 ) .
:Decor7sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete7 ;
  x3do:hasChildren :Shape_2_99_17_2_1 ;
  x3do:DEF 'Decor7sotto' ;
  x3do:translation ( 9.355 -1.627 -15.525 ) .
:Shape_2_99_17_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor7sotto ;
  x3do:hasGeometry :Box_2_99_17_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_17_2_1_2 .
:Box_2_99_17_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_17_2_1 ;
  x3do:size ( 0.01 1.09 1.5 ) .
:Appearance_2_99_17_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_17_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-83 .
:SandStone_In1-USE-83 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_17_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:PortaPresbDEC a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :terminixporbis2222 ;
  x3do:DEF 'PortaPresbDEC' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 1 0.168 1 ) ;
  x3do:translation ( 40.45 -0.167 -26.74 ) .
:terminixporbis2222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PortaPresbDEC ;
  x3do:hasChildren :terminexpor1bis222, :terminexpor2bis2222 ;
  x3do:DEF 'terminixporbis2222' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.24 -2.135 -31.169 ) .
:terminexpor1bis222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis2222 ;
  x3do:hasChildren :Shape_2_99_18_1_1_1 ;
  x3do:DEF 'terminexpor1bis222' ;
  x3do:translation ( 0 0 -0.004 ) .
:Shape_2_99_18_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor1bis222 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_18_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_18_1_1_1_2 .
:IndexedFaceSet_2_99_18_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_18_1_1_1 ;
  x3do:hasCoord :Coordinate_2_99_18_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_18_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_18_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_99_18_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_18_1_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-14 ;
  x3do:hasTextureTransform :TextureTransform_2_99_18_1_1_1_2_2 .
:LateralDecoration-USE-14 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_18_1_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_18_1_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_18_1_1_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 6 1 ) .
:terminexpor2bis2222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis2222 ;
  x3do:hasChildren :Shape_2_99_18_1_2_1 ;
  x3do:DEF 'terminexpor2bis2222' ;
  x3do:translation ( 0 0 -1.9 ) .
:Shape_2_99_18_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis2222 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_18_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_18_1_2_1_2 .
:IndexedFaceSet_2_99_18_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_18_1_2_1 ;
  x3do:hasCoord :Coordinate_2_99_18_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_18_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_18_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_99_18_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_18_1_2_1 ;
  x3do:hasTexture :LateralDecoration-USE-15 ;
  x3do:hasTextureTransform :TextureTransform_2_99_18_1_2_1_2_2 .
:LateralDecoration-USE-15 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_18_1_2_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_18_1_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_18_1_2_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 6 1 ) .
:PortaPresbDEC2Sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :terminixporbis2 ;
  x3do:DEF 'PortaPresbDEC2Sotto' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 1 0.61 1 ) ;
  x3do:translation ( 40.45 -0.901 -26.725 ) .
:terminixporbis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PortaPresbDEC2Sotto ;
  x3do:hasChildren :terminexpor1bis2, :terminexpor2bis2 ;
  x3do:DEF 'terminixporbis2' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.24 -2.135 -31.169 ) .
:terminexpor1bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis2 ;
  x3do:hasChildren :Shape_2_99_19_1_1_1 ;
  x3do:DEF 'terminexpor1bis2' ;
  x3do:translation ( -0.0034 0 -0.018 ) .
:Shape_2_99_19_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor1bis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_19_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_19_1_1_1_2 .
:IndexedFaceSet_2_99_19_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_19_1_1_1 ;
  x3do:hasCoord :Coordinate_2_99_19_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_19_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_19_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_99_19_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_19_1_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-84 .
:SandStone_In1-USE-84 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_19_1_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:terminexpor2bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis2 ;
  x3do:hasChildren :Shape_2_99_19_1_2_1 ;
  x3do:DEF 'terminexpor2bis2' ;
  x3do:translation ( 0 0 -1.91 ) .
:Shape_2_99_19_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_19_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_19_1_2_1_2 .
:IndexedFaceSet_2_99_19_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_19_1_2_1 ;
  x3do:hasCoord :Coordinate_2_99_19_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_19_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_19_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_99_19_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_19_1_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-85 .
:SandStone_In1-USE-85 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_19_1_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor8, :Decor8sotto ;
  x3do:DEF 'DecorParete8' ;
  x3do:translation ( -0.06 0.56 -27.93 ) .
:Decor8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete8 ;
  x3do:hasChildren :Shape_2_99_20_1_1 ;
  x3do:DEF 'Decor8' ;
  x3do:translation ( 9.355 -0.853 -15.525 ) .
:Shape_2_99_20_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor8 ;
  x3do:hasGeometry :Box_2_99_20_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_20_1_1_2 .
:Box_2_99_20_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_20_1_1 ;
  x3do:size ( 0.01 0.46 3.1 ) .
:Appearance_2_99_20_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_20_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-16 ;
  x3do:hasTextureTransform :TextureTransform_2_99_20_1_1_2_2 .
:LateralDecoration-USE-16 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_20_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_20_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_20_1_1_2 ;
  x3do:scale ( 6 1 ) .
:Decor8sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete8 ;
  x3do:hasChildren :Shape_2_99_20_2_1 ;
  x3do:DEF 'Decor8sotto' ;
  x3do:translation ( 9.355 -1.707 -15.523 ) .
:Shape_2_99_20_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor8sotto ;
  x3do:hasGeometry :Box_2_99_20_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_20_2_1_2 .
:Box_2_99_20_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_20_2_1 ;
  x3do:size ( 0.01 1.25 3.1 ) .
:Appearance_2_99_20_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_20_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-86 .
:SandStone_In1-USE-86 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_20_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete9Fronte a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor9, :Decor9sotto ;
  x3do:DEF 'DecorParete9Fronte' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 21 0.56 -35.42 ) .
:Decor9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete9Fronte ;
  x3do:hasChildren :Shape_2_99_21_1_1 ;
  x3do:DEF 'Decor9' ;
  x3do:translation ( 9.355 -0.853 -15.525 ) .
:Shape_2_99_21_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor9 ;
  x3do:hasGeometry :Box_2_99_21_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_21_1_1_2 .
:Box_2_99_21_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_21_1_1 ;
  x3do:size ( 0.01 0.46 8 ) .
:Appearance_2_99_21_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_21_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-17 ;
  x3do:hasTextureTransform :TextureTransform_2_99_21_1_1_2_2 .
:LateralDecoration-USE-17 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_21_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_21_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_21_1_1_2 ;
  x3do:scale ( 16 1 ) .
:Decor9sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete9Fronte ;
  x3do:hasChildren :Shape_2_99_21_2_1 ;
  x3do:DEF 'Decor9sotto' ;
  x3do:translation ( 9.355 -1.707 -15.525 ) .
:Shape_2_99_21_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor9sotto ;
  x3do:hasGeometry :Box_2_99_21_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_21_2_1_2 .
:Box_2_99_21_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_21_2_1 ;
  x3do:size ( 0.01 1.25 8 ) .
:Appearance_2_99_21_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_21_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-87 .
:SandStone_In1-USE-87 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_21_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorParete10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor10, :Decor10sotto ;
  x3do:DEF 'DecorParete10' ;
  x3do:translation ( -7.14 0.56 -26.2 ) .
:Decor10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete10 ;
  x3do:hasChildren :Shape_2_99_22_1_1 ;
  x3do:DEF 'Decor10' ;
  x3do:translation ( 9.355 -0.853 -15.525 ) .
:Shape_2_99_22_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor10 ;
  x3do:hasGeometry :Box_2_99_22_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_22_1_1_2 .
:Box_2_99_22_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_22_1_1 ;
  x3do:size ( 0.09 0.46 6.4 ) .
:Appearance_2_99_22_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_22_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-18 ;
  x3do:hasTextureTransform :TextureTransform_2_99_22_1_1_2_2 .
:LateralDecoration-USE-18 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_22_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_22_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_22_1_1_2 ;
  x3do:scale ( 16 1 ) .
:Decor10sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorParete10 ;
  x3do:hasChildren :Shape_2_99_22_2_1 ;
  x3do:DEF 'Decor10sotto' ;
  x3do:translation ( 9.355 -1.707 -15.525 ) .
:Shape_2_99_22_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor10sotto ;
  x3do:hasGeometry :Box_2_99_22_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_22_2_1_2 .
:Box_2_99_22_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_22_2_1 ;
  x3do:size ( 0.09 1.25 6.425 ) .
:Appearance_2_99_22_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_22_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-88 .
:SandStone_In1-USE-88 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_22_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPav1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav1 ;
  x3do:DEF 'DecorPav1dx' .
:DecorPav1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav1dx ;
  x3do:hasChildren :Shape_2_99_23_1_1 ;
  x3do:DEF 'DecorPav1' ;
  x3do:translation ( 9.345 -2.045 -15.535 ) .
:Shape_2_99_23_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav1 ;
  x3do:hasGeometry :Box_2_99_23_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_23_1_1_2 .
:Box_2_99_23_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_23_1_1 ;
  x3do:size ( 0.01 0.15 31.3 ) .
:Appearance_2_99_23_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_23_1_1 ;
  x3do:hasTexture :BottomDecoration ;
  x3do:hasTextureTransform :TextureTransform_2_99_23_1_1_2_2 .
:BottomDecoration a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_23_1_1_2 ;
  x3do:DEF 'BottomDecoration' ;
  x3do:url '"images/BottomDecoration.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/BottomDecoration.jpg"' .
:TextureTransform_2_99_23_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_23_1_1_2 ;
  x3do:scale ( 60 1 ) .
:DecorPav1SX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Decor1bis222 ;
  x3do:DEF 'DecorPav1SX' .
:Decor1bis222 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav1SX ;
  x3do:hasChildren :Shape_2_99_24_1_1 ;
  x3do:DEF 'Decor1bis222' ;
  x3do:translation ( 2.21 -2.045 -16.614 ) .
:Shape_2_99_24_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Decor1bis222 ;
  x3do:hasGeometry :Box_2_99_24_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_24_1_1_2 .
:Box_2_99_24_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_24_1_1 ;
  x3do:size ( 0.01 0.15 29.12 ) .
:Appearance_2_99_24_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_24_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_99_24_1_1_2_2 .
:BottomDecoration-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_24_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_24_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_24_1_1_2 ;
  x3do:scale ( 60 1 ) .
:DecorPav2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav2 ;
  x3do:DEF 'DecorPav2dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 26.807 0 -21.815 ) .
:DecorPav2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav2dx ;
  x3do:hasChildren :Shape_2_99_25_1_1 ;
  x3do:DEF 'DecorPav2' ;
  x3do:translation ( 9.355 -2.045 -15.535 ) .
:Shape_2_99_25_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav2 ;
  x3do:hasGeometry :Box_2_99_25_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_25_1_1_2 .
:Box_2_99_25_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_25_1_1 ;
  x3do:size ( 0.01 0.15 3.88 ) .
:Appearance_2_99_25_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_25_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_99_25_1_1_2_2 .
:BottomDecoration-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_25_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_25_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_25_1_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorPav2sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav2bis ;
  x3do:DEF 'DecorPav2sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 16.355 0 -21.8 ) .
:DecorPav2bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav2sx ;
  x3do:hasChildren :Shape_2_99_26_1_1 ;
  x3do:DEF 'DecorPav2bis' ;
  x3do:translation ( 9.358 -2.045 -15.525 ) .
:Shape_2_99_26_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav2bis ;
  x3do:hasGeometry :Box_2_99_26_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_26_1_1_2 .
:Box_2_99_26_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_26_1_1 ;
  x3do:size ( 0.01 0.15 2.73 ) .
:Appearance_2_99_26_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_26_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_99_26_1_1_2_2 .
:BottomDecoration-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_26_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_26_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_26_1_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorPav3dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav3 ;
  x3do:DEF 'DecorPav3dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 31.46 0 -21.815 ) .
:DecorPav3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav3dx ;
  x3do:hasChildren :Shape_2_99_27_1_1 ;
  x3do:DEF 'DecorPav3' ;
  x3do:translation ( 9.355 -2.045 -15.535 ) .
:Shape_2_99_27_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav3 ;
  x3do:hasGeometry :Box_2_99_27_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_27_1_1_2 .
:Box_2_99_27_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_27_1_1 ;
  x3do:size ( 0.01 0.15 2 ) .
:Appearance_2_99_27_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_27_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_99_27_1_1_2_2 .
:BottomDecoration-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_27_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_27_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_27_1_1_2 ;
  x3do:scale ( 4 1 ) .
:DecorPav3sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav3bis ;
  x3do:DEF 'DecorPav3sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 11.78 0 -21.805 ) .
:DecorPav3bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav3sx ;
  x3do:hasChildren :Shape_2_99_28_1_1 ;
  x3do:DEF 'DecorPav3bis' ;
  x3do:translation ( 9.355 -2.045 -15.535 ) .
:Shape_2_99_28_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav3bis ;
  x3do:hasGeometry :Box_2_99_28_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_28_1_1_2 .
:Box_2_99_28_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_28_1_1 ;
  x3do:size ( 0.01 0.15 3 ) .
:Appearance_2_99_28_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_28_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_99_28_1_1_2_2 .
:BottomDecoration-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_28_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_28_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_28_1_1_2 ;
  x3do:scale ( 4 1 ) .
:DecorPav4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav4 ;
  x3do:DEF 'DecorPav4dx' ;
  x3do:translation ( 7.29 0 -19.6 ) .
:DecorPav4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav4dx ;
  x3do:hasChildren :Shape_2_99_29_1_1 ;
  x3do:DEF 'DecorPav4' ;
  x3do:translation ( 9.355 -2.045 -15.525 ) .
:Shape_2_99_29_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav4 ;
  x3do:hasGeometry :Box_2_99_29_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_29_1_1_2 .
:Box_2_99_29_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_29_1_1 ;
  x3do:size ( 0.01 0.15 8 ) .
:Appearance_2_99_29_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_29_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_99_29_1_1_2_2 .
:BottomDecoration-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_29_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_29_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_29_1_1_2 ;
  x3do:scale ( 16 1 ) .
:DecorPav4sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav4bis ;
  x3do:DEF 'DecorPav4sx' ;
  x3do:translation ( -14.45 0 -19.6 ) .
:DecorPav4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav4sx ;
  x3do:hasChildren :Shape_2_99_30_1_1 ;
  x3do:DEF 'DecorPav4bis' ;
  x3do:translation ( 9.365 -2.045 -15.525 ) .
:Shape_2_99_30_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav4bis ;
  x3do:hasGeometry :Box_2_99_30_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_30_1_1_2 .
:Box_2_99_30_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_30_1_1 ;
  x3do:size ( 0.01 0.15 8 ) .
:Appearance_2_99_30_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_30_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_99_30_1_1_2_2 .
:BottomDecoration-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_30_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_30_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_30_1_1_2 ;
  x3do:scale ( 16 1 ) .
:DecorPav5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav5e ;
  x3do:DEF 'DecorPav5dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 29.24 0 -29.1405 ) .
:DecorPav5e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5dx ;
  x3do:hasChildren :Shape_2_99_31_1_1 ;
  x3do:DEF 'DecorPav5e' ;
  x3do:translation ( 9.355 -2.045 -15.515 ) .
:Shape_2_99_31_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav5e ;
  x3do:hasGeometry :Box_2_99_31_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_31_1_1_2 .
:Box_2_99_31_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_31_1_1 ;
  x3do:size ( 0.01 0.15 5.9 ) .
:Appearance_2_99_31_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_31_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_99_31_1_1_2_2 .
:BottomDecoration-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_31_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_31_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_31_1_1_2 ;
  x3do:scale ( 10 1 ) .
:DecorPav5sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav5w ;
  x3do:DEF 'DecorPav5sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 13.02 0 -29.16 ) .
:DecorPav5w a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5sx ;
  x3do:hasChildren :Shape_2_99_32_1_1 ;
  x3do:DEF 'DecorPav5w' ;
  x3do:translation ( 9.335 -2.045 -15.285 ) .
:Shape_2_99_32_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav5w ;
  x3do:hasGeometry :Box_2_99_32_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_32_1_1_2 .
:Box_2_99_32_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_32_1_1 ;
  x3do:size ( 0.01 0.15 5.9 ) .
:Appearance_2_99_32_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_32_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_99_32_1_1_2_2 .
:BottomDecoration-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_32_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_32_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_32_1_1_2 ;
  x3do:scale ( 10 1 ) .
:DecorPav5sxBox a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav5, :DecorPav5Sotto ;
  x3do:DEF 'DecorPav5sxBox' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 15.068 0 -29.16 ) .
:DecorPav5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5sxBox ;
  x3do:hasChildren :Shape_2_99_33_1_1 ;
  x3do:DEF 'DecorPav5' ;
  x3do:translation ( 9.335 -1.83 -14.16 ) .
:Shape_2_99_33_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav5 ;
  x3do:hasGeometry :Box_2_99_33_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_33_1_1_2 .
:Box_2_99_33_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_33_1_1 ;
  x3do:size ( 0.01 0.5 0.45 ) .
:Appearance_2_99_33_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_33_1_1 ;
  x3do:hasTexture :BottomDecoration2 .
:BottomDecoration2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_33_1_1_2 ;
  x3do:DEF 'BottomDecoration2' ;
  x3do:url '"images/BottomDecoration2.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/BottomDecoration2.png"' .
:DecorPav5Sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5sxBox ;
  x3do:hasChildren :Shape_2_99_33_2_1 ;
  x3do:DEF 'DecorPav5Sotto' ;
  x3do:translation ( 9.334 -2.15 -14.17 ) .
:Shape_2_99_33_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav5Sotto ;
  x3do:hasGeometry :Box_2_99_33_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_33_2_1_2 .
:Box_2_99_33_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_33_2_1 ;
  x3do:size ( 0.01 0.2 0.45 ) .
:Appearance_2_99_33_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_33_2_1 ;
  x3do:hasTexture :Red .
:Red a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_33_2_1_2 ;
  x3do:DEF 'Red' ;
  x3do:url '"images/Red.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Red.jpg"' .
:DecorPav5dxBox a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav52, :DecorPav5Sotto2 ;
  x3do:DEF 'DecorPav5dxBox' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 24.79 0 -29.165 ) .
:DecorPav52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5dxBox ;
  x3do:hasChildren :Shape_2_99_34_1_1 ;
  x3do:DEF 'DecorPav52' ;
  x3do:translation ( 9.335 -1.83 -14.16 ) .
:Shape_2_99_34_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav52 ;
  x3do:hasGeometry :Box_2_99_34_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_34_1_1_2 .
:Box_2_99_34_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_34_1_1 ;
  x3do:size ( 0.01 0.5 0.45 ) .
:Appearance_2_99_34_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_34_1_1 ;
  x3do:hasTexture :BottomDecoration3 .
:BottomDecoration3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_34_1_1_2 ;
  x3do:DEF 'BottomDecoration3' ;
  x3do:url '"images/BottomDecoration3.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/BottomDecoration3.png"' .
:DecorPav5Sotto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav5dxBox ;
  x3do:hasChildren :Shape_2_99_34_2_1 ;
  x3do:DEF 'DecorPav5Sotto2' ;
  x3do:translation ( 9.334 -2.15 -14.17 ) .
:Shape_2_99_34_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav5Sotto2 ;
  x3do:hasGeometry :Box_2_99_34_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_34_2_1_2 .
:Box_2_99_34_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_34_2_1 ;
  x3do:size ( 0.01 0.2 0.45 ) .
:Appearance_2_99_34_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_34_2_1 ;
  x3do:hasTexture :Red-USE-1 .
:Red-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_34_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:DecorPav6sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav6bis, :DecorPav6Sotto ;
  x3do:DEF 'DecorPav6sx' ;
  x3do:translation ( -7.763 0.563 0.01 ) .
:DecorPav6bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav6sx ;
  x3do:hasChildren :Shape_2_99_35_1_1 ;
  x3do:DEF 'DecorPav6bis' ;
  x3do:translation ( 9.4363 -2.215 -38.56 ) .
:Shape_2_99_35_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav6bis ;
  x3do:hasGeometry :Box_2_99_35_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_35_1_1_2 .
:Box_2_99_35_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_35_1_1 ;
  x3do:size ( 1.1918 0.15 0.1 ) .
:Appearance_2_99_35_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_35_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-10 ;
  x3do:hasTextureTransform :TextureTransform_2_99_35_1_1_2_2 .
:BottomDecoration-USE-10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_35_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_35_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_35_1_1_2 ;
  x3do:scale ( 1.02 1 ) .
:DecorPav6Sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav6sx ;
  x3do:hasChildren :Shape_2_99_35_2_1 ;
  x3do:DEF 'DecorPav6Sotto' ;
  x3do:translation ( 9.39 -2.4 -38.558 ) .
:Shape_2_99_35_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav6Sotto ;
  x3do:hasGeometry :Box_2_99_35_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_35_2_1_2 .
:Box_2_99_35_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_35_2_1 ;
  x3do:size ( 1.1 0.25 0.1 ) .
:Appearance_2_99_35_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_35_2_1 ;
  x3do:hasTexture :Red-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_99_35_2_1_2_2 .
:Red-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_35_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_35_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_35_2_1_2 ;
  x3do:scale ( 1.02 1 ) .
:DecorPav6dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav6bis2, :DecorPav6Sotto2 ;
  x3do:DEF 'DecorPav6dx' ;
  x3do:translation ( 0.448 0.563 0.005 ) .
:DecorPav6bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav6dx ;
  x3do:hasChildren :Shape_2_99_36_1_1 ;
  x3do:DEF 'DecorPav6bis2' ;
  x3do:translation ( 9.4363 -2.215 -38.56 ) .
:Shape_2_99_36_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav6bis2 ;
  x3do:hasGeometry :Box_2_99_36_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_36_1_1_2 .
:Box_2_99_36_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_36_1_1 ;
  x3do:size ( 1.1918 0.15 0.1 ) .
:Appearance_2_99_36_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_36_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-11 ;
  x3do:hasTextureTransform :TextureTransform_2_99_36_1_1_2_2 .
:BottomDecoration-USE-11 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_36_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_36_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_36_1_1_2 ;
  x3do:scale ( 1.02 1 ) .
:DecorPav6Sotto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav6dx ;
  x3do:hasChildren :Shape_2_99_36_2_1 ;
  x3do:DEF 'DecorPav6Sotto2' ;
  x3do:translation ( 9.43 -2.4 -38.558 ) .
:Shape_2_99_36_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav6Sotto2 ;
  x3do:hasGeometry :Box_2_99_36_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_36_2_1_2 .
:Box_2_99_36_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_36_2_1 ;
  x3do:size ( 1.1 0.25 0.1 ) .
:Appearance_2_99_36_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_36_2_1 ;
  x3do:hasTexture :Red-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_99_36_2_1_2_2 .
:Red-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_36_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_36_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_36_2_1_2 ;
  x3do:scale ( 1.02 1 ) .
:DecorPav7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav7s ;
  x3do:DEF 'DecorPav7' ;
  x3do:translation ( -0.06 0.56 -23.73 ) .
:DecorPav7s a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav7 ;
  x3do:hasChildren :Shape_2_99_37_1_1 ;
  x3do:DEF 'DecorPav7s' ;
  x3do:translation ( 9.345 -2.215 -15.525 ) .
:Shape_2_99_37_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav7s ;
  x3do:hasGeometry :Box_2_99_37_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_37_1_1_2 .
:Box_2_99_37_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_37_1_1 ;
  x3do:size ( 0.01 0.15 1.5 ) .
:Appearance_2_99_37_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_37_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-12 ;
  x3do:hasTextureTransform :TextureTransform_2_99_37_1_1_2_2 .
:BottomDecoration-USE-12 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_37_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_37_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_37_1_1_2 ;
  x3do:scale ( 3 1 ) .
:PortaPresbDEC3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :terminixporbis3 ;
  x3do:DEF 'PortaPresbDEC3' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 1 0.055 1 ) ;
  x3do:translation ( 40.45 -1.615 -26.745 ) .
:terminixporbis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PortaPresbDEC3 ;
  x3do:hasChildren :terminexpor1bis3, :terminexpor2bis3 ;
  x3do:DEF 'terminixporbis3' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 13.23 -2.135 -31.179 ) .
:terminexpor1bis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis3 ;
  x3do:hasChildren :Shape_2_99_38_1_1_1 ;
  x3do:DEF 'terminexpor1bis3' ;
  x3do:translation ( -0.003 0 -0.011 ) .
:Shape_2_99_38_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor1bis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_38_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_38_1_1_1_2 .
:IndexedFaceSet_2_99_38_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_38_1_1_1 ;
  x3do:hasCoord :Coordinate_2_99_38_1_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_38_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_38_1_1_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 -0.149 0.76 0 -0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 -0.149 0.76 2.75 -0.149 ) .
:Appearance_2_99_38_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_38_1_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-13 ;
  x3do:hasTextureTransform :TextureTransform_2_99_38_1_1_1_2_2 .
:BottomDecoration-USE-13 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_38_1_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_38_1_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_38_1_1_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 6 1 ) .
:terminexpor2bis3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :terminixporbis3 ;
  x3do:hasChildren :Shape_2_99_38_1_2_1 ;
  x3do:DEF 'terminexpor2bis3' ;
  x3do:translation ( 0 0 -1.88 ) .
:Shape_2_99_38_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :terminexpor2bis3 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_38_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_38_1_2_1_2 .
:IndexedFaceSet_2_99_38_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_38_1_2_1 ;
  x3do:hasCoord :Coordinate_2_99_38_1_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 5 4 -1 1 2 6 5 -1 2 3 7 6 -1 3 0 4 7 -1 0 1 2 3 -1 4 5 6 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_38_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_38_1_2_1_1 ;
  x3do:point ( 0 0 0 0.95 0 0 0.95 0 0.149 0.76 0 0.149 0 2.75 0 0.95 2.75 0 0.95 2.75 0.149 0.76 2.75 0.149 ) .
:Appearance_2_99_38_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_38_1_2_1 ;
  x3do:hasTexture :BottomDecoration-USE-14 ;
  x3do:hasTextureTransform :TextureTransform_2_99_38_1_2_1_2_2 .
:BottomDecoration-USE-14 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_38_1_2_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_38_1_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_38_1_2_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 6 1 ) .
:DecorPav8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav8s ;
  x3do:DEF 'DecorPav8' ;
  x3do:translation ( -0.055 0.56 -27.92 ) .
:DecorPav8s a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav8 ;
  x3do:hasChildren :Shape_2_99_39_1_1 ;
  x3do:DEF 'DecorPav8s' ;
  x3do:translation ( 9.345 -2.215 -15.525 ) .
:Shape_2_99_39_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav8s ;
  x3do:hasGeometry :Box_2_99_39_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_39_1_1_2 .
:Box_2_99_39_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_39_1_1 ;
  x3do:size ( 0.01 0.15 3.1 ) .
:Appearance_2_99_39_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_39_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-15 ;
  x3do:hasTextureTransform :TextureTransform_2_99_39_1_1_2_2 .
:BottomDecoration-USE-15 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_39_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_39_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_39_1_1_2 ;
  x3do:scale ( 6 1 ) .
:DecorPav10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorPav10s ;
  x3do:DEF 'DecorPav10' ;
  x3do:translation ( -7.1 0.56 -26.2 ) .
:DecorPav10s a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorPav10 ;
  x3do:hasChildren :Shape_2_99_40_1_1 ;
  x3do:DEF 'DecorPav10s' ;
  x3do:translation ( 9.355 -2.215 -15.508 ) .
:Shape_2_99_40_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPav10s ;
  x3do:hasGeometry :Box_2_99_40_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_40_1_1_2 .
:Box_2_99_40_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_40_1_1 ;
  x3do:size ( 0.05 0.15 6.4 ) .
:Appearance_2_99_40_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_40_1_1 ;
  x3do:hasTexture :BottomDecoration-USE-16 ;
  x3do:hasTextureTransform :TextureTransform_2_99_40_1_1_2_2 .
:BottomDecoration-USE-16 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_40_1_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_40_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_40_1_1_2 ;
  x3do:scale ( 16 1 ) .
:DecorSoff1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff1, :DecorSoff1Sopra, :DecorSoff1Sotto ;
  x3do:DEF 'DecorSoff1dx' ;
  x3do:rotation ( 0 1 0 0.0008 ) ;
  x3do:translation ( 0.031 0.14 0.01 ) .
:DecorSoff1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1dx ;
  x3do:hasChildren :Shape_2_99_41_1_1 ;
  x3do:DEF 'DecorSoff1' ;
  x3do:translation ( 9.345 4.5 -15.535 ) .
:Shape_2_99_41_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1 ;
  x3do:hasGeometry :Box_2_99_41_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_41_1_1_2 .
:Box_2_99_41_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_41_1_1 ;
  x3do:size ( 0.01 0.4 31.3 ) .
:Appearance_2_99_41_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_41_1_1 ;
  x3do:hasTexture :TopDecoration ;
  x3do:hasTextureTransform :TextureTransform_2_99_41_1_1_2_2 .
:TopDecoration a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_41_1_1_2 ;
  x3do:DEF 'TopDecoration' ;
  x3do:url '"images/TopDecoration.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/TopDecoration.png"' .
:TextureTransform_2_99_41_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_41_1_1_2 ;
  x3do:scale ( 58 1 ) .
:DecorSoff1Sopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1dx ;
  x3do:hasChildren :Shape_2_99_41_2_1 ;
  x3do:DEF 'DecorSoff1Sopra' ;
  x3do:translation ( 9.335 4.85 -15.535 ) .
:Shape_2_99_41_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sopra ;
  x3do:hasGeometry :Box_2_99_41_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_41_2_1_2 .
:Box_2_99_41_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_41_2_1 ;
  x3do:size ( 0.01 0.4 31.3 ) .
:Appearance_2_99_41_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_41_2_1 ;
  x3do:hasTexture :Red-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_99_41_2_1_2_2 .
:Red-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_41_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_41_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_41_2_1_2 ;
  x3do:scale ( 58 1 ) .
:DecorSoff1Sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1dx ;
  x3do:hasChildren :Shape_2_99_41_3_1 ;
  x3do:DEF 'DecorSoff1Sotto' ;
  x3do:translation ( 9.335 4.29 0 ) .
:Shape_2_99_41_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sotto ;
  x3do:hasGeometry :IndexedFaceSet_2_99_41_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_41_3_1_2 .
:IndexedFaceSet_2_99_41_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_41_3_1 ;
  x3do:hasCoord :Coordinate_2_99_41_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_41_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_41_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -31.14 0 0.01 -31.14 0 0.01 0 0.02 -1.86 0 0.02 -1.86 -31.14 ) .
:Appearance_2_99_41_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_41_3_1 ;
  x3do:hasMaterial :White-USE-168 .
:White-USE-168 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_41_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff1sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff1bis, :DecorSoff1Soprabis, :DecorSoff1Sottobis2e, :DecorSoff1Sottobis22 ;
  x3do:DEF 'DecorSoff1sx' ;
  x3do:rotation ( 0 1 0 0.0008 ) ;
  x3do:translation ( -7.14 0.14 0.01 ) .
:DecorSoff1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1sx ;
  x3do:hasChildren :Shape_2_99_42_1_1 ;
  x3do:DEF 'DecorSoff1bis' ;
  x3do:translation ( 9.345 4.5 -15.535 ) .
:Shape_2_99_42_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1bis ;
  x3do:hasGeometry :Box_2_99_42_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_42_1_1_2 .
:Box_2_99_42_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_42_1_1 ;
  x3do:size ( 0.01 0.4 31.3 ) .
:Appearance_2_99_42_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_42_1_1 ;
  x3do:hasTexture :TopDecoration-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_99_42_1_1_2_2 .
:TopDecoration-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_42_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_42_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_42_1_1_2 ;
  x3do:scale ( 58 1 ) .
:DecorSoff1Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1sx ;
  x3do:hasChildren :Shape_2_99_42_2_1 ;
  x3do:DEF 'DecorSoff1Soprabis' ;
  x3do:translation ( 9.355 4.85 -15.535 ) .
:Shape_2_99_42_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Soprabis ;
  x3do:hasGeometry :Box_2_99_42_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_42_2_1_2 .
:Box_2_99_42_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_42_2_1 ;
  x3do:size ( 0.01 0.4 31.3 ) .
:Appearance_2_99_42_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_42_2_1 ;
  x3do:hasTexture :Red-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_99_42_2_1_2_2 .
:Red-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_42_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_42_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_42_2_1_2 ;
  x3do:scale ( 58 1 ) .
:DecorSoff1Sottobis2e a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1sx ;
  x3do:hasChildren :Shape_2_99_42_3_1 ;
  x3do:DEF 'DecorSoff1Sottobis2e' ;
  x3do:translation ( 9.355 4.29 -3 ) .
:Shape_2_99_42_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sottobis2e ;
  x3do:hasGeometry :IndexedFaceSet_2_99_42_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_42_3_1_2 .
:IndexedFaceSet_2_99_42_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_42_3_1 ;
  x3do:hasCoord :Coordinate_2_99_42_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_42_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_42_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -28.15 0 0.01 -28.15 0 0.01 0 -0.02 -1.61 0 -0.02 -1.61 -28.15 ) .
:Appearance_2_99_42_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_42_3_1 ;
  x3do:hasMaterial :White-USE-169 .
:White-USE-169 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_42_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff1Sottobis22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff1sx ;
  x3do:hasChildren :Shape_2_99_42_4_1 ;
  x3do:DEF 'DecorSoff1Sottobis22' ;
  x3do:translation ( 9.355 4.29 0 ) .
:Shape_2_99_42_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sottobis22 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_42_4_1_1 ;
  x3do:hasAppearance :Appearance_2_99_42_4_1_2 .
:IndexedFaceSet_2_99_42_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_42_4_1 ;
  x3do:hasCoord :Coordinate_2_99_42_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_42_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_42_4_1_1 ;
  x3do:point ( 0 0 -0.15 0 0 -3.3 0 0.01 -3.3 0 0.01 -0.15 -0.02 -0.2 -0.15 -0.02 -0.2 -3.3 ) .
:Appearance_2_99_42_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_42_4_1 ;
  x3do:hasMaterial :White-USE-170 .
:White-USE-170 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_42_4_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff23dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff23bis, :DecorSoff23Soprabis, :DecorSoff1Sottobiss ;
  x3do:DEF 'DecorSoff23dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 28.64 0.14 -21.815 ) .
:DecorSoff23bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23dx ;
  x3do:hasChildren :Shape_2_99_43_1_1 ;
  x3do:DEF 'DecorSoff23bis' ;
  x3do:translation ( 9.345 4.5 -15.535 ) .
:Shape_2_99_43_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff23bis ;
  x3do:hasGeometry :Box_2_99_43_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_43_1_1_2 .
:Box_2_99_43_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_43_1_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_43_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_43_1_1 ;
  x3do:hasTexture :TopDecoration-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_99_43_1_1_2_2 .
:TopDecoration-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_43_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_43_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_43_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff23Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23dx ;
  x3do:hasChildren :Shape_2_99_43_2_1 ;
  x3do:DEF 'DecorSoff23Soprabis' ;
  x3do:translation ( 9.35 4.75 -15.545 ) .
:Shape_2_99_43_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff23Soprabis ;
  x3do:hasGeometry :Box_2_99_43_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_43_2_1_2 .
:Box_2_99_43_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_43_2_1 ;
  x3do:size ( 0.01 0.2 7.5 ) .
:Appearance_2_99_43_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_43_2_1 ;
  x3do:hasTexture :Red-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_99_43_2_1_2_2 .
:Red-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_43_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_43_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_43_2_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff1Sottobiss a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23dx ;
  x3do:hasChildren :Shape_2_99_43_3_1 ;
  x3do:DEF 'DecorSoff1Sottobiss' ;
  x3do:translation ( 9.36 4.29 -11.74 ) .
:Shape_2_99_43_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sottobiss ;
  x3do:hasGeometry :IndexedFaceSet_2_99_43_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_43_3_1_2 .
:IndexedFaceSet_2_99_43_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_43_3_1 ;
  x3do:hasCoord :Coordinate_2_99_43_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_43_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_43_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -7.5 0 0.01 -7.5 0 0.01 0 -0.02 -1.64 0 -0.02 -1.64 -7.5 ) .
:Appearance_2_99_43_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_43_3_1 ;
  x3do:hasMaterial :White-USE-171 .
:White-USE-171 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_43_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff23sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff23bis2, :DecorSoff23Soprabis2, :DecorSoff1Sottobis2 ;
  x3do:DEF 'DecorSoff23sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 13.97 0.14 -21.815 ) .
:DecorSoff23bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23sx ;
  x3do:hasChildren :Shape_2_99_44_1_1 ;
  x3do:DEF 'DecorSoff23bis2' ;
  x3do:translation ( 9.345 4.5 -15.535 ) .
:Shape_2_99_44_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff23bis2 ;
  x3do:hasGeometry :Box_2_99_44_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_44_1_1_2 .
:Box_2_99_44_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_44_1_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_44_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_44_1_1 ;
  x3do:hasTexture :TopDecoration-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_99_44_1_1_2_2 .
:TopDecoration-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_44_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_44_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_44_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff23Soprabis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23sx ;
  x3do:hasChildren :Shape_2_99_44_2_1 ;
  x3do:DEF 'DecorSoff23Soprabis2' ;
  x3do:translation ( 9.35 4.75 -15.545 ) .
:Shape_2_99_44_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff23Soprabis2 ;
  x3do:hasGeometry :Box_2_99_44_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_44_2_1_2 .
:Box_2_99_44_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_44_2_1 ;
  x3do:size ( 0.01 0.2 7.5 ) .
:Appearance_2_99_44_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_44_2_1 ;
  x3do:hasTexture :Red-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_99_44_2_1_2_2 .
:Red-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_44_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_44_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_44_2_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff1Sottobis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff23sx ;
  x3do:hasChildren :Shape_2_99_44_3_1 ;
  x3do:DEF 'DecorSoff1Sottobis2' ;
  x3do:translation ( 9.36 4.29 -11.86 ) .
:Shape_2_99_44_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sottobis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_44_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_44_3_1_2 .
:IndexedFaceSet_2_99_44_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_44_3_1 ;
  x3do:hasCoord :Coordinate_2_99_44_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_44_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_44_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -7.5 0 0.01 -7.5 0 0.01 0 -0.02 -1.64 0 -0.02 -1.64 -7.5 ) .
:Appearance_2_99_44_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_44_3_1 ;
  x3do:hasMaterial :White-USE-172 .
:White-USE-172 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_44_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff5bis, :DecorSoff5Soprabis, :DecorSoff5Sottobis ;
  x3do:DEF 'DecorSoff5dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 28.6 0.14 -29.1 ) .
:DecorSoff5bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5dx ;
  x3do:hasChildren :Shape_2_99_45_1_1 ;
  x3do:DEF 'DecorSoff5bis' ;
  x3do:translation ( 9.345 4.5 -15.585 ) .
:Shape_2_99_45_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5bis ;
  x3do:hasGeometry :Box_2_99_45_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_45_1_1_2 .
:Box_2_99_45_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_45_1_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_45_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_45_1_1 ;
  x3do:hasTexture :TopDecoration-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_99_45_1_1_2_2 .
:TopDecoration-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_45_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_45_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_45_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff5Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5dx ;
  x3do:hasChildren :Shape_2_99_45_2_1 ;
  x3do:DEF 'DecorSoff5Soprabis' ;
  x3do:translation ( 9.335 4.85 -15.585 ) .
:Shape_2_99_45_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5Soprabis ;
  x3do:hasGeometry :Box_2_99_45_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_45_2_1_2 .
:Box_2_99_45_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_45_2_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_45_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_45_2_1 ;
  x3do:hasTexture :Red-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_99_45_2_1_2_2 .
:Red-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_45_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_45_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_45_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff5Sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5dx ;
  x3do:hasChildren :Shape_2_99_45_3_1 ;
  x3do:DEF 'DecorSoff5Sottobis' ;
  x3do:translation ( 9.335 4.29 -11.84 ) .
:Shape_2_99_45_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5Sottobis ;
  x3do:hasGeometry :IndexedFaceSet_2_99_45_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_45_3_1_2 .
:IndexedFaceSet_2_99_45_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_45_3_1 ;
  x3do:hasCoord :Coordinate_2_99_45_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_45_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_45_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -7.5 0 0.01 -7.5 0 0.01 0 0.02 -1.64 0 0.02 -1.64 -7.5 ) .
:Appearance_2_99_45_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_45_3_1 ;
  x3do:hasMaterial :White-USE-173 .
:White-USE-173 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_45_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff5sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff5bis2, :DecorSoff5Soprabis2, :DecorSoff5Sottobis2 ;
  x3do:DEF 'DecorSoff5sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 14.13 0.14 -29.08 ) .
:DecorSoff5bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5sx ;
  x3do:hasChildren :Shape_2_99_46_1_1 ;
  x3do:DEF 'DecorSoff5bis2' ;
  x3do:translation ( 9.345 4.5 -15.585 ) .
:Shape_2_99_46_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5bis2 ;
  x3do:hasGeometry :Box_2_99_46_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_46_1_1_2 .
:Box_2_99_46_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_46_1_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_46_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_46_1_1 ;
  x3do:hasTexture :TopDecoration-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_99_46_1_1_2_2 .
:TopDecoration-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_46_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_46_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_46_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff5Soprabis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5sx ;
  x3do:hasChildren :Shape_2_99_46_2_1 ;
  x3do:DEF 'DecorSoff5Soprabis2' ;
  x3do:translation ( 9.335 4.85 -15.585 ) .
:Shape_2_99_46_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5Soprabis2 ;
  x3do:hasGeometry :Box_2_99_46_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_46_2_1_2 .
:Box_2_99_46_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_46_2_1 ;
  x3do:size ( 0.01 0.4 7.5 ) .
:Appearance_2_99_46_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_46_2_1 ;
  x3do:hasTexture :Red-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_99_46_2_1_2_2 .
:Red-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_46_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_46_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_46_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff5Sottobis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff5sx ;
  x3do:hasChildren :Shape_2_99_46_3_1 ;
  x3do:DEF 'DecorSoff5Sottobis2' ;
  x3do:translation ( 9.335 4.29 -11.88 ) .
:Shape_2_99_46_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff5Sottobis2 ;
  x3do:hasGeometry :IndexedFaceSet_2_99_46_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_46_3_1_2 .
:IndexedFaceSet_2_99_46_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_46_3_1 ;
  x3do:hasCoord :Coordinate_2_99_46_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_46_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_46_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -7.5 0 0.01 -7.5 0 0.01 0 0.06 -1.9 0 0.06 -1.9 -7.5 ) .
:Appearance_2_99_46_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_46_3_1 ;
  x3do:hasMaterial :White-USE-174 .
:White-USE-174 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_46_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff4bis2, :DecorSoff4Soprabisd, :DecorSoff4Sottobisd ;
  x3do:DEF 'DecorSoff4dx' ;
  x3do:translation ( 7.29 0.14 -19.6 ) .
:DecorSoff4bis2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4dx ;
  x3do:hasChildren :Shape_2_99_47_1_1 ;
  x3do:DEF 'DecorSoff4bis2' ;
  x3do:translation ( 9.345 4.5 -15.545 ) .
:Shape_2_99_47_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4bis2 ;
  x3do:hasGeometry :Box_2_99_47_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_47_1_1_2 .
:Box_2_99_47_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_47_1_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_47_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_47_1_1 ;
  x3do:hasTexture :TopDecoration-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_99_47_1_1_2_2 .
:TopDecoration-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_47_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_47_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_47_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff4Soprabisd a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4dx ;
  x3do:hasChildren :Shape_2_99_47_2_1 ;
  x3do:DEF 'DecorSoff4Soprabisd' ;
  x3do:translation ( 9.335 4.73 -15.545 ) .
:Shape_2_99_47_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4Soprabisd ;
  x3do:hasGeometry :Box_2_99_47_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_47_2_1_2 .
:Box_2_99_47_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_47_2_1 ;
  x3do:size ( 0.01 0.16 8 ) .
:Appearance_2_99_47_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_47_2_1 ;
  x3do:hasTexture :Red-USE-10 ;
  x3do:hasTextureTransform :TextureTransform_2_99_47_2_1_2_2 .
:Red-USE-10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_47_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_47_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_47_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff4Sottobisd a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4dx ;
  x3do:hasChildren :Shape_2_99_47_3_1 ;
  x3do:DEF 'DecorSoff4Sottobisd' ;
  x3do:translation ( 9.335 4.29 -11.84 ) .
:Shape_2_99_47_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4Sottobisd ;
  x3do:hasGeometry :IndexedFaceSet_2_99_47_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_47_3_1_2 .
:IndexedFaceSet_2_99_47_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_47_3_1 ;
  x3do:hasCoord :Coordinate_2_99_47_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_47_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_47_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -8 0 0.01 -8 0 0.01 0 0.02 -1.64 0 0.02 -1.64 -8 ) .
:Appearance_2_99_47_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_47_3_1 ;
  x3do:hasMaterial :White-USE-175 .
:White-USE-175 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_47_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff4sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff4bis, :DecorSoff4Soprabis, :DecorSoff4Sottobis ;
  x3do:DEF 'DecorSoff4sx' ;
  x3do:translation ( -14.48 0.14 -19.6 ) .
:DecorSoff4bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4sx ;
  x3do:hasChildren :Shape_2_99_48_1_1 ;
  x3do:DEF 'DecorSoff4bis' ;
  x3do:translation ( 9.345 4.5 -15.545 ) .
:Shape_2_99_48_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4bis ;
  x3do:hasGeometry :Box_2_99_48_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_48_1_1_2 .
:Box_2_99_48_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_48_1_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_48_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_48_1_1 ;
  x3do:hasTexture :TopDecoration-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_99_48_1_1_2_2 .
:TopDecoration-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_48_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_48_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_48_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff4Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4sx ;
  x3do:hasChildren :Shape_2_99_48_2_1 ;
  x3do:DEF 'DecorSoff4Soprabis' ;
  x3do:translation ( 9.355 4.75 -15.545 ) .
:Shape_2_99_48_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4Soprabis ;
  x3do:hasGeometry :Box_2_99_48_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_48_2_1_2 .
:Box_2_99_48_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_48_2_1 ;
  x3do:size ( 0.01 0.2 8 ) .
:Appearance_2_99_48_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_48_2_1 ;
  x3do:hasTexture :Red-USE-11 ;
  x3do:hasTextureTransform :TextureTransform_2_99_48_2_1_2_2 .
:Red-USE-11 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_48_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_48_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_48_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff4Sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff4sx ;
  x3do:hasChildren :Shape_2_99_48_3_1 ;
  x3do:DEF 'DecorSoff4Sottobis' ;
  x3do:translation ( 9.355 4.29 -11.54 ) .
:Shape_2_99_48_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff4Sottobis ;
  x3do:hasGeometry :IndexedFaceSet_2_99_48_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_48_3_1_2 .
:IndexedFaceSet_2_99_48_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_48_3_1 ;
  x3do:hasCoord :Coordinate_2_99_48_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_48_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_48_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -8 0 0.01 -8 0 0.01 0 -0.02 -1.64 0 -0.02 -1.64 -8 ) .
:Appearance_2_99_48_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_48_3_1 ;
  x3do:hasMaterial :White-USE-176 .
:White-USE-176 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_48_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff8bis, :DecorSoff8Soprabis, :DecorSoff1Sottobis ;
  x3do:DEF 'DecorSoff8' ;
  x3do:translation ( -0.06 0.165 -26.94 ) .
:DecorSoff8bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff8 ;
  x3do:hasChildren :Shape_2_99_49_1_1 ;
  x3do:DEF 'DecorSoff8bis' ;
  x3do:translation ( 9.345 4.5 -15.545 ) .
:Shape_2_99_49_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff8bis ;
  x3do:hasGeometry :Box_2_99_49_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_49_1_1_2 .
:Box_2_99_49_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_49_1_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_49_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_49_1_1 ;
  x3do:hasTexture :TopDecoration-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_99_49_1_1_2_2 .
:TopDecoration-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_49_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_49_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_49_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff8Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff8 ;
  x3do:hasChildren :Shape_2_99_49_2_1 ;
  x3do:DEF 'DecorSoff8Soprabis' ;
  x3do:translation ( 9.335 4.85 -15.525 ) .
:Shape_2_99_49_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff8Soprabis ;
  x3do:hasGeometry :Box_2_99_49_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_49_2_1_2 .
:Box_2_99_49_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_49_2_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_49_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_49_2_1 ;
  x3do:hasTexture :Red-USE-12 ;
  x3do:hasTextureTransform :TextureTransform_2_99_49_2_1_2_2 .
:Red-USE-12 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_49_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_49_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_49_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff1Sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff8 ;
  x3do:hasChildren :Shape_2_99_49_3_1 ;
  x3do:DEF 'DecorSoff1Sottobis' ;
  x3do:translation ( 9.335 4.29 -11.6 ) .
:Shape_2_99_49_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff1Sottobis ;
  x3do:hasGeometry :IndexedFaceSet_2_99_49_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_49_3_1_2 .
:IndexedFaceSet_2_99_49_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_49_3_1 ;
  x3do:hasCoord :Coordinate_2_99_49_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_49_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_49_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -8 0 0.01 -8 0 0.01 0 0.02 -1.64 0 0.02 -1.64 -8 ) .
:Appearance_2_99_49_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_49_3_1 ;
  x3do:hasMaterial :White-USE-177 .
:White-USE-177 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_49_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorSoff10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorSoff10bis, :DecorSoff10Soprabis, :DecorSoff10Sottobis ;
  x3do:DEF 'DecorSoff10' ;
  x3do:translation ( -7.06 0.165 -26.91 ) .
:DecorSoff10bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff10 ;
  x3do:hasChildren :Shape_2_99_50_1_1 ;
  x3do:DEF 'DecorSoff10bis' ;
  x3do:translation ( 9.345 4.5 -15.545 ) .
:Shape_2_99_50_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff10bis ;
  x3do:hasGeometry :Box_2_99_50_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_50_1_1_2 .
:Box_2_99_50_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_50_1_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_50_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_50_1_1 ;
  x3do:hasTexture :TopDecoration-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_99_50_1_1_2_2 .
:TopDecoration-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_50_1_1_2 ;
  owl:sameAs :TopDecoration . # DEF matching this USE
:TextureTransform_2_99_50_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_50_1_1_2 ;
  x3do:scale ( 12 1 ) .
:DecorSoff10Soprabis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff10 ;
  x3do:hasChildren :Shape_2_99_50_2_1 ;
  x3do:DEF 'DecorSoff10Soprabis' ;
  x3do:translation ( 9.355 4.85 -15.525 ) .
:Shape_2_99_50_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff10Soprabis ;
  x3do:hasGeometry :Box_2_99_50_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_50_2_1_2 .
:Box_2_99_50_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_50_2_1 ;
  x3do:size ( 0.01 0.4 8 ) .
:Appearance_2_99_50_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_50_2_1 ;
  x3do:hasTexture :Red-USE-13 ;
  x3do:hasTextureTransform :TextureTransform_2_99_50_2_1_2_2 .
:Red-USE-13 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_50_2_1_2 ;
  owl:sameAs :Red . # DEF matching this USE
:TextureTransform_2_99_50_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_50_2_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorSoff10Sottobis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorSoff10 ;
  x3do:hasChildren :Shape_2_99_50_3_1 ;
  x3do:DEF 'DecorSoff10Sottobis' ;
  x3do:translation ( 9.355 4.29 -11.7 ) .
:Shape_2_99_50_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorSoff10Sottobis ;
  x3do:hasGeometry :IndexedFaceSet_2_99_50_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_50_3_1_2 .
:IndexedFaceSet_2_99_50_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_50_3_1 ;
  x3do:hasCoord :Coordinate_2_99_50_3_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 0 4 5 1 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_50_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_50_3_1_1 ;
  x3do:point ( 0 0 0 0 0 -8 0 0.01 -8 0 0.01 0 -0.068 -0.73 0 -0.068 -0.73 -8 ) .
:Appearance_2_99_50_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_50_3_1 ;
  x3do:hasMaterial :White-USE-178 .
:White-USE-178 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_50_3_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:DecorContr1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC1, :DecorC1sotto, :DecorPavC1dx ;
  x3do:DEF 'DecorContr1dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 24.184 0 5.16 ) .
:DecorC1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr1dx ;
  x3do:hasChildren :Shape_2_99_51_1_1 ;
  x3do:DEF 'DecorC1' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_51_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC1 ;
  x3do:hasGeometry :Box_2_99_51_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_51_1_1_2 .
:Box_2_99_51_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_51_1_1 ;
  x3do:size ( 0.01 0.45 3 ) .
:Appearance_2_99_51_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_51_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-19 ;
  x3do:hasTextureTransform :TextureTransform_2_99_51_1_1_2_2 .
:LateralDecoration-USE-19 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_51_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_51_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_51_1_1_2 ;
  x3do:scale ( 5.3 1 ) .
:DecorC1sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr1dx ;
  x3do:hasChildren :Shape_2_99_51_2_1 ;
  x3do:DEF 'DecorC1sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_51_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC1sotto ;
  x3do:hasGeometry :Box_2_99_51_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_51_2_1_2 .
:Box_2_99_51_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_51_2_1 ;
  x3do:size ( 0.01 1.25 3 ) .
:Appearance_2_99_51_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_51_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-89 .
:SandStone_In1-USE-89 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_51_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr1dx ;
  x3do:hasChildren :Shape_2_99_51_3_1 ;
  x3do:DEF 'DecorPavC1dx' ;
  x3do:translation ( 9.365 -2.045 -15.53 ) .
:Shape_2_99_51_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC1dx ;
  x3do:hasGeometry :Box_2_99_51_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_51_3_1_2 .
:Box_2_99_51_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_51_3_1 ;
  x3do:size ( 0.01 0.15 3 ) .
:Appearance_2_99_51_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_51_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-17 ;
  x3do:hasTextureTransform :TextureTransform_2_99_51_3_1_2_2 .
:BottomDecoration-USE-17 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_51_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_51_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_51_3_1_2 ;
  x3do:scale ( 8 1 ) .
:DecorContr2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC2, :DecorC2sotto, :DecorPavC2dx2 ;
  x3do:DEF 'DecorContr2dx' ;
  x3do:translation ( -2.185 0 11.628 ) .
:DecorC2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr2dx ;
  x3do:hasChildren :Shape_2_99_52_1_1 ;
  x3do:DEF 'DecorC2' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_52_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC2 ;
  x3do:hasGeometry :Box_2_99_52_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_52_1_1_2 .
:Box_2_99_52_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_52_1_1 ;
  x3do:size ( 0.01 0.45 0.616 ) .
:Appearance_2_99_52_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_52_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-20 ;
  x3do:hasTextureTransform :TextureTransform_2_99_52_1_1_2_2 .
:LateralDecoration-USE-20 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_52_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_52_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_52_1_1_2 ;
  x3do:translation ( -0.42 0 ) .
:DecorC2sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr2dx ;
  x3do:hasChildren :Shape_2_99_52_2_1 ;
  x3do:DEF 'DecorC2sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_52_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC2sotto ;
  x3do:hasGeometry :Box_2_99_52_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_52_2_1_2 .
:Box_2_99_52_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_52_2_1 ;
  x3do:size ( 0.01 1.25 0.616 ) .
:Appearance_2_99_52_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_52_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-90 .
:SandStone_In1-USE-90 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_52_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC2dx2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr2dx ;
  x3do:hasChildren :Shape_2_99_52_3_1 ;
  x3do:DEF 'DecorPavC2dx2' ;
  x3do:translation ( 9.35 -2.045 -15.525 ) .
:Shape_2_99_52_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC2dx2 ;
  x3do:hasGeometry :Box_2_99_52_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_52_3_1_2 .
:Box_2_99_52_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_52_3_1 ;
  x3do:size ( 0.01 0.15 0.616 ) .
:Appearance_2_99_52_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_52_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-18 .
:BottomDecoration-USE-18 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_52_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:DecorContr3dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC3, :DecorC3sotto, :DecorPavC2dx ;
  x3do:DEF 'DecorContr3dx' ;
  x3do:translation ( -2.185 0 13.11 ) .
:DecorC3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr3dx ;
  x3do:hasChildren :Shape_2_99_53_1_1 ;
  x3do:DEF 'DecorC3' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_53_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC3 ;
  x3do:hasGeometry :Box_2_99_53_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_53_1_1_2 .
:Box_2_99_53_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_53_1_1 ;
  x3do:size ( 0.01 0.45 0.7 ) .
:Appearance_2_99_53_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_53_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-21 ;
  x3do:hasTextureTransform :TextureTransform_2_99_53_1_1_2_2 .
:LateralDecoration-USE-21 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_53_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_53_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_53_1_1_2 ;
  x3do:scale ( 1.15 1 ) ;
  x3do:translation ( 0.02 0 ) .
:DecorC3sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr3dx ;
  x3do:hasChildren :Shape_2_99_53_2_1 ;
  x3do:DEF 'DecorC3sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_53_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC3sotto ;
  x3do:hasGeometry :Box_2_99_53_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_53_2_1_2 .
:Box_2_99_53_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_53_2_1 ;
  x3do:size ( 0.01 1.25 0.7 ) .
:Appearance_2_99_53_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_53_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-91 .
:SandStone_In1-USE-91 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_53_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr3dx ;
  x3do:hasChildren :Shape_2_99_53_3_1 ;
  x3do:DEF 'DecorPavC2dx' ;
  x3do:translation ( 9.35 -2.045 -15.525 ) .
:Shape_2_99_53_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC2dx ;
  x3do:hasGeometry :Box_2_99_53_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_53_3_1_2 .
:Box_2_99_53_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_53_3_1 ;
  x3do:size ( 0.01 0.15 0.7 ) .
:Appearance_2_99_53_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_53_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-19 ;
  x3do:hasTextureTransform :TextureTransform_2_99_53_3_1_2_2 .
:BottomDecoration-USE-19 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_53_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_53_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_53_3_1_2 ;
  x3do:scale ( 1.15 1 ) .
:DecorContr4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC4, :DecorC4sotto, :DecorPavC4dx ;
  x3do:DEF 'DecorContr4dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 22.565 0 7.16 ) .
:DecorC4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr4dx ;
  x3do:hasChildren :Shape_2_99_54_1_1 ;
  x3do:DEF 'DecorC4' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_54_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC4 ;
  x3do:hasGeometry :Box_2_99_54_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_54_1_1_2 .
:Box_2_99_54_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_54_1_1 ;
  x3do:size ( 0.01 0.45 0.3 ) .
:Appearance_2_99_54_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_54_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-22 ;
  x3do:hasTextureTransform :TextureTransform_2_99_54_1_1_2_2 .
:LateralDecoration-USE-22 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_54_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_54_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_54_1_1_2 ;
  x3do:scale ( 0.6 1 ) ;
  x3do:translation ( 0.185 0 ) .
:DecorC4sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr4dx ;
  x3do:hasChildren :Shape_2_99_54_2_1 ;
  x3do:DEF 'DecorC4sotto' ;
  x3do:translation ( 9.355 -1.52 -15.525 ) .
:Shape_2_99_54_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC4sotto ;
  x3do:hasGeometry :Box_2_99_54_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_54_2_1_2 .
:Box_2_99_54_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_54_2_1 ;
  x3do:size ( 0.01 0.89 0.3 ) .
:Appearance_2_99_54_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_54_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-92 .
:SandStone_In1-USE-92 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_54_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr4dx ;
  x3do:hasChildren :Shape_2_99_54_3_1 ;
  x3do:DEF 'DecorPavC4dx' ;
  x3do:translation ( 9.36 -2.045 -15.525 ) .
:Shape_2_99_54_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC4dx ;
  x3do:hasGeometry :Box_2_99_54_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_54_3_1_2 .
:Box_2_99_54_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_54_3_1 ;
  x3do:size ( 0.01 0.15 0.31 ) .
:Appearance_2_99_54_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_54_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-20 ;
  x3do:hasTextureTransform :TextureTransform_2_99_54_3_1_2_2 .
:BottomDecoration-USE-20 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_54_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_54_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_54_3_1_2 ;
  x3do:scale ( 1.15 1 ) .
:DecorContr5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC5, :DecorC25sotto, :DecorPavC5dx ;
  x3do:DEF 'DecorContr5dx' ;
  x3do:translation ( -2.453 0 13.425 ) .
:DecorC5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr5dx ;
  x3do:hasChildren :Shape_2_99_55_1_1 ;
  x3do:DEF 'DecorC5' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_55_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC5 ;
  x3do:hasGeometry :Box_2_99_55_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_55_1_1_2 .
:Box_2_99_55_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_55_1_1 ;
  x3do:size ( 0.01 0.45 0.222 ) .
:Appearance_2_99_55_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_55_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-23 ;
  x3do:hasTextureTransform :TextureTransform_2_99_55_1_1_2_2 .
:LateralDecoration-USE-23 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_55_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_55_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_55_1_1_2 ;
  x3do:scale ( 0.5 1 ) ;
  x3do:translation ( -0.07 0 ) .
:DecorC25sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr5dx ;
  x3do:hasChildren :Shape_2_99_55_2_1 ;
  x3do:DEF 'DecorC25sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_55_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC25sotto ;
  x3do:hasGeometry :Box_2_99_55_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_55_2_1_2 .
:Box_2_99_55_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_55_2_1 ;
  x3do:size ( 0.01 1.25 0.226 ) .
:Appearance_2_99_55_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_55_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-93 .
:SandStone_In1-USE-93 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_55_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr5dx ;
  x3do:hasChildren :Shape_2_99_55_3_1 ;
  x3do:DEF 'DecorPavC5dx' ;
  x3do:translation ( 9.35 -2.045 -15.525 ) .
:Shape_2_99_55_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC5dx ;
  x3do:hasGeometry :Box_2_99_55_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_55_3_1_2 .
:Box_2_99_55_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_55_3_1 ;
  x3do:size ( 0.01 0.15 0.226 ) .
:Appearance_2_99_55_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_55_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-21 ;
  x3do:hasTextureTransform :TextureTransform_2_99_55_3_1_2_2 .
:BottomDecoration-USE-21 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_55_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_55_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_55_3_1_2 ;
  x3do:scale ( 1.15 1 ) .
:DecorContr6dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC6, :DecorC6sotto, :DecorPavC6dx ;
  x3do:DEF 'DecorContr6dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 22.765 0 7.374 ) .
:DecorC6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr6dx ;
  x3do:hasChildren :Shape_2_99_56_1_1 ;
  x3do:DEF 'DecorC6' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_56_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC6 ;
  x3do:hasGeometry :Box_2_99_56_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_56_1_1_2 .
:Box_2_99_56_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_56_1_1 ;
  x3do:size ( 0.01 0.45 0.7 ) .
:Appearance_2_99_56_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_56_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-24 ;
  x3do:hasTextureTransform :TextureTransform_2_99_56_1_1_2_2 .
:LateralDecoration-USE-24 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_56_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_56_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_56_1_1_2 ;
  x3do:scale ( 1.6 1 ) ;
  x3do:translation ( 0.29 0 ) .
:DecorC6sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr6dx ;
  x3do:hasChildren :Shape_2_99_56_2_1 ;
  x3do:DEF 'DecorC6sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_56_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC6sotto ;
  x3do:hasGeometry :Box_2_99_56_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_56_2_1_2 .
:Box_2_99_56_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_56_2_1 ;
  x3do:size ( 0.01 1.25 0.7 ) .
:Appearance_2_99_56_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_56_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-94 .
:SandStone_In1-USE-94 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_56_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC6dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr6dx ;
  x3do:hasChildren :Shape_2_99_56_3_1 ;
  x3do:DEF 'DecorPavC6dx' ;
  x3do:translation ( 9.35 -2.045 -15.527 ) .
:Shape_2_99_56_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC6dx ;
  x3do:hasGeometry :Box_2_99_56_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_56_3_1_2 .
:Box_2_99_56_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_56_3_1 ;
  x3do:size ( 0.01 0.15 0.7 ) .
:Appearance_2_99_56_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_56_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-22 ;
  x3do:hasTextureTransform :TextureTransform_2_99_56_3_1_2_2 .
:BottomDecoration-USE-22 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_56_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_56_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_56_3_1_2 ;
  x3do:scale ( 1.15 1 ) .
:DecorContr7dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC7, :DecorC7sotto, :DecorPavC7dx ;
  x3do:DEF 'DecorContr7dx' ;
  x3do:translation ( -1.875 0 14.4 ) .
:DecorC7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr7dx ;
  x3do:hasChildren :Shape_2_99_57_1_1 ;
  x3do:DEF 'DecorC7' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_57_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC7 ;
  x3do:hasGeometry :Box_2_99_57_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_57_1_1_2 .
:Box_2_99_57_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_57_1_1 ;
  x3do:size ( 0.01 0.45 1.8 ) .
:Appearance_2_99_57_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_57_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-25 ;
  x3do:hasTextureTransform :TextureTransform_2_99_57_1_1_2_2 .
:LateralDecoration-USE-25 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_57_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_57_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_57_1_1_2 ;
  x3do:scale ( 4 1 ) ;
  x3do:translation ( -0.075 0 ) .
:DecorC7sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr7dx ;
  x3do:hasChildren :Shape_2_99_57_2_1 ;
  x3do:DEF 'DecorC7sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_57_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC7sotto ;
  x3do:hasGeometry :Box_2_99_57_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_57_2_1_2 .
:Box_2_99_57_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_57_2_1 ;
  x3do:size ( 0.01 1.25 1.8 ) .
:Appearance_2_99_57_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_57_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-95 .
:SandStone_In1-USE-95 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_57_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC7dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr7dx ;
  x3do:hasChildren :Shape_2_99_57_3_1 ;
  x3do:DEF 'DecorPavC7dx' ;
  x3do:translation ( 9.35 -2.045 -15.525 ) .
:Shape_2_99_57_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC7dx ;
  x3do:hasGeometry :Box_2_99_57_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_57_3_1_2 .
:Box_2_99_57_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_57_3_1 ;
  x3do:size ( 0.01 0.15 1.8 ) .
:Appearance_2_99_57_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_57_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-23 ;
  x3do:hasTextureTransform :TextureTransform_2_99_57_3_1_2_2 .
:BottomDecoration-USE-23 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_57_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_57_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_57_3_1_2 ;
  x3do:scale ( 1.15 1 ) .
:termine1Dec a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_58_1 ;
  x3do:DEF 'termine1Dec' ;
  x3do:scale ( 1 0.105 1 ) ;
  x3do:translation ( 6.9 -1.077 0.489 ) .
:Shape_2_99_58_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :termine1Dec ;
  x3do:hasGeometry :IndexedFaceSet_2_99_58_1_1 ;
  x3do:hasAppearance :Appearance_2_99_58_1_2 .
:IndexedFaceSet_2_99_58_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_58_1 ;
  x3do:hasCoord :Coordinate_2_99_58_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_58_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_58_1_1 ;
  x3do:point ( 0 0 0.18 0.63 0 0.18 0.63 0 -0.8 0 0 -0.58 0 4.3 0.18 0.63 4.3 0.18 0.63 4.3 -0.8 0 4.3 -0.58 -0.191 5.52 0.18 3.78 5.52 0.18 -0.191 4.3 0.18 3.78 4.3 0.18 ) .
:Appearance_2_99_58_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_58_1 ;
  x3do:hasTexture :LateralDecoration-USE-26 ;
  x3do:hasTextureTransform :TextureTransform_2_99_58_1_2_2 .
:LateralDecoration-USE-26 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_58_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_58_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_58_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 13 1.3 ) ;
  x3do:translation ( -0.01 -0.104 ) .
:termine1DecSotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_59_1 ;
  x3do:DEF 'termine1DecSotto' ;
  x3do:scale ( 1 0.26 1 ) ;
  x3do:translation ( 6.9 -2.195 0.4891 ) .
:Shape_2_99_59_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :termine1DecSotto ;
  x3do:hasGeometry :IndexedFaceSet_2_99_59_1_1 ;
  x3do:hasAppearance :Appearance_2_99_59_1_2 .
:IndexedFaceSet_2_99_59_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_59_1 ;
  x3do:hasCoord :Coordinate_2_99_59_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_59_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_59_1_1 ;
  x3do:point ( 0 0 0.18 0.63 0 0.18 0.63 0 -0.8 0 0 -0.58 0 4.3 0.18 0.63 4.3 0.18 0.63 4.3 -0.8 0 4.3 -0.58 -0.191 5.52 0.18 3.78 5.52 0.18 -0.191 4.3 0.18 3.78 4.3 0.18 ) .
:Appearance_2_99_59_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_59_1 ;
  x3do:hasMaterial :SandStone_In1-USE-96 .
:SandStone_In1-USE-96 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_59_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:termine1DecPav a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_60_1 ;
  x3do:DEF 'termine1DecPav' ;
  x3do:scale ( 1 0.04 1 ) ;
  x3do:translation ( 6.9 -2.14 0.479 ) .
:Shape_2_99_60_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :termine1DecPav ;
  x3do:hasGeometry :IndexedFaceSet_2_99_60_1_1 ;
  x3do:hasAppearance :Appearance_2_99_60_1_2 .
:IndexedFaceSet_2_99_60_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_60_1 ;
  x3do:hasCoord :Coordinate_2_99_60_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 2 3 7 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_60_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_60_1_1 ;
  x3do:point ( 0 0 0.18 0.63 0 0.18 0.63 0 -0.8 0 0 -0.58 0 4.3 0.18 0.63 4.3 0.18 0.63 4.3 -0.8 0 4.3 -0.58 -0.191 5.52 0.18 3.78 5.52 0.18 -0.191 4.3 0.18 3.78 4.3 0.18 ) .
:Appearance_2_99_60_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_60_1 ;
  x3do:hasTexture :BottomDecoration-USE-24 ;
  x3do:hasTextureTransform :TextureTransform_2_99_60_1_2_2 .
:BottomDecoration-USE-24 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_60_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_60_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_60_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 13 1.3 ) ;
  x3do:translation ( -0.01 -0.104 ) .
:DecorContr8sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC8, :DecorC8sotto, :DecorPavC8sx ;
  x3do:DEF 'DecorContr8sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 19.908 0 9.282 ) .
:DecorC8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr8sx ;
  x3do:hasChildren :Shape_2_99_61_1_1 ;
  x3do:DEF 'DecorC8' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_61_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC8 ;
  x3do:hasGeometry :Box_2_99_61_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_61_1_1_2 .
:Box_2_99_61_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_61_1_1 ;
  x3do:size ( 0.01 0.45 0.3 ) .
:Appearance_2_99_61_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_61_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-27 ;
  x3do:hasTextureTransform :TextureTransform_2_99_61_1_1_2_2 .
:LateralDecoration-USE-27 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_61_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_61_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_61_1_1_2 ;
  x3do:scale ( 0.6 1 ) .
:DecorC8sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr8sx ;
  x3do:hasChildren :Shape_2_99_61_2_1 ;
  x3do:DEF 'DecorC8sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_61_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC8sotto ;
  x3do:hasGeometry :Box_2_99_61_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_61_2_1_2 .
:Box_2_99_61_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_61_2_1 ;
  x3do:size ( 0.01 1.25 0.3 ) .
:Appearance_2_99_61_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_61_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-97 .
:SandStone_In1-USE-97 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_61_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC8sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr8sx ;
  x3do:hasChildren :Shape_2_99_61_3_1 ;
  x3do:DEF 'DecorPavC8sx' ;
  x3do:translation ( 9.36 -2.055 -15.525 ) .
:Shape_2_99_61_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC8sx ;
  x3do:hasGeometry :Box_2_99_61_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_61_3_1_2 .
:Box_2_99_61_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_61_3_1 ;
  x3do:size ( 0.01 0.17 0.3 ) .
:Appearance_2_99_61_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_61_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-25 ;
  x3do:hasTextureTransform :TextureTransform_2_99_61_3_1_2_2 .
:BottomDecoration-USE-25 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_61_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_61_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_61_3_1_2 ;
  x3do:scale ( 0.6 1 ) .
:Termine2dec a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_62_1 ;
  x3do:DEF 'Termine2dec' ;
  x3do:scale ( 1 0.105 1 ) ;
  x3do:translation ( 3.652 -1.075 -0.673 ) .
:Shape_2_99_62_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Termine2dec ;
  x3do:hasGeometry :IndexedFaceSet_2_99_62_1_1 ;
  x3do:hasAppearance :Appearance_2_99_62_1_2 .
:IndexedFaceSet_2_99_62_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_62_1 ;
  x3do:hasCoord :Coordinate_2_99_62_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 4 9 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_62_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_62_1_1 ;
  x3do:point ( 0 0 0 0 0 1.34 0.89 0 1.34 0.89 0 0.58 0.62 0 0.58 0 4.3 0 0 4.3 1.34 0.89 4.3 1.34 0.89 4.3 0.58 0.62 4.3 0.58 0 5.52 1.34 1.081 5.52 1.34 1.081 4.3 1.34 ) .
:Appearance_2_99_62_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_62_1 ;
  x3do:hasTexture :LateralDecoration-USE-28 ;
  x3do:hasTextureTransform :TextureTransform_2_99_62_1_2_2 .
:LateralDecoration-USE-28 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_62_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_62_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_62_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 18 1.3 ) ;
  x3do:translation ( -0.005 -0.1905 ) .
:Termine2decSotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_63_1 ;
  x3do:DEF 'Termine2decSotto' ;
  x3do:scale ( 1 0.26 1 ) ;
  x3do:translation ( 3.652 -2.193 -0.673 ) .
:Shape_2_99_63_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Termine2decSotto ;
  x3do:hasGeometry :IndexedFaceSet_2_99_63_1_1 ;
  x3do:hasAppearance :Appearance_2_99_63_1_2 .
:IndexedFaceSet_2_99_63_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_63_1 ;
  x3do:hasCoord :Coordinate_2_99_63_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 4 9 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_63_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_63_1_1 ;
  x3do:point ( 0 0 0 0 0 1.34 0.89 0 1.34 0.89 0 0.58 0.62 0 0.58 0 4.3 0 0 4.3 1.34 0.89 4.3 1.34 0.89 4.3 0.58 0.62 4.3 0.58 0 5.52 1.34 1.081 5.52 1.34 1.081 4.3 1.34 ) .
:Appearance_2_99_63_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_63_1 ;
  x3do:hasMaterial :SandStone_In1-USE-98 .
:SandStone_In1-USE-98 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_63_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Termine2decPav a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :Shape_2_99_64_1 ;
  x3do:DEF 'Termine2decPav' ;
  x3do:scale ( 1 0.04 1 ) ;
  x3do:translation ( 3.652 -2.14 -0.677 ) .
:Shape_2_99_64_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Termine2decPav ;
  x3do:hasGeometry :IndexedFaceSet_2_99_64_1_1 ;
  x3do:hasAppearance :Appearance_2_99_64_1_2 .
:IndexedFaceSet_2_99_64_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_99_64_1 ;
  x3do:hasCoord :Coordinate_2_99_64_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 4 9 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_99_64_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_99_64_1_1 ;
  x3do:point ( 0 0 0 0 0 1.34 0.89 0 1.34 0.89 0 0.58 0.62 0 0.58 0 4.3 0 0 4.3 1.34 0.89 4.3 1.34 0.89 4.3 0.58 0.62 4.3 0.58 0 5.52 1.34 1.081 5.52 1.34 1.081 4.3 1.34 ) .
:Appearance_2_99_64_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_64_1 ;
  x3do:hasTexture :BottomDecoration-USE-26 ;
  x3do:hasTextureTransform :TextureTransform_2_99_64_1_2_2 .
:BottomDecoration-USE-26 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_64_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_64_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_64_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 18 1.3 ) ;
  x3do:translation ( -0.005 -0.1905 ) .
:DecorContr9sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC9, :DecorC9sotto, :DecorPavC9sx ;
  x3do:DEF 'DecorContr9sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 17.67 0 8.7 ) .
:DecorC9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr9sx ;
  x3do:hasChildren :Shape_2_99_65_1_1 ;
  x3do:DEF 'DecorC9' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_65_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC9 ;
  x3do:hasGeometry :Box_2_99_65_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_65_1_1_2 .
:Box_2_99_65_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_65_1_1 ;
  x3do:size ( 0.01 0.45 3 ) .
:Appearance_2_99_65_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_65_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-29 ;
  x3do:hasTextureTransform :TextureTransform_2_99_65_1_1_2_2 .
:LateralDecoration-USE-29 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_65_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_65_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_65_1_1_2 ;
  x3do:scale ( 5.3 1 ) ;
  x3do:translation ( -0.06 0 ) .
:DecorC9sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr9sx ;
  x3do:hasChildren :Shape_2_99_65_2_1 ;
  x3do:DEF 'DecorC9sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_65_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC9sotto ;
  x3do:hasGeometry :Box_2_99_65_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_65_2_1_2 .
:Box_2_99_65_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_65_2_1 ;
  x3do:size ( 0.01 1.25 3 ) .
:Appearance_2_99_65_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_65_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-99 .
:SandStone_In1-USE-99 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_65_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC9sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr9sx ;
  x3do:hasChildren :Shape_2_99_65_3_1 ;
  x3do:DEF 'DecorPavC9sx' ;
  x3do:translation ( 9.36 -2.045 -15.525 ) .
:Shape_2_99_65_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC9sx ;
  x3do:hasGeometry :Box_2_99_65_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_65_3_1_2 .
:Box_2_99_65_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_65_3_1 ;
  x3do:size ( 0.01 0.15 3 ) .
:Appearance_2_99_65_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_65_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-27 ;
  x3do:hasTextureTransform :TextureTransform_2_99_65_3_1_2_2 .
:BottomDecoration-USE-27 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_65_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_65_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_65_3_1_2 ;
  x3do:scale ( 5.3 1 ) .
:DecorContr10sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC10, :DecorC10sotto, :DecorPavC10sx ;
  x3do:DEF 'DecorContr10sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 18.056 0 7.373 ) .
:DecorC10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr10sx ;
  x3do:hasChildren :Shape_2_99_66_1_1 ;
  x3do:DEF 'DecorC10' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_66_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC10 ;
  x3do:hasGeometry :Box_2_99_66_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_66_1_1_2 .
:Box_2_99_66_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_66_1_1 ;
  x3do:size ( 0.01 0.45 4 ) .
:Appearance_2_99_66_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_66_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-30 ;
  x3do:hasTextureTransform :TextureTransform_2_99_66_1_1_2_2 .
:LateralDecoration-USE-30 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_66_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_66_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_66_1_1_2 ;
  x3do:scale ( 8.3 1 ) ;
  x3do:translation ( -0.06 0 ) .
:DecorC10sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr10sx ;
  x3do:hasChildren :Shape_2_99_66_2_1 ;
  x3do:DEF 'DecorC10sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_66_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC10sotto ;
  x3do:hasGeometry :Box_2_99_66_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_66_2_1_2 .
:Box_2_99_66_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_66_2_1 ;
  x3do:size ( 0.01 1.25 4 ) .
:Appearance_2_99_66_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_66_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-100 .
:SandStone_In1-USE-100 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_66_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC10sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr10sx ;
  x3do:hasChildren :Shape_2_99_66_3_1 ;
  x3do:DEF 'DecorPavC10sx' ;
  x3do:translation ( 9.35 -2.045 -15.52 ) .
:Shape_2_99_66_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC10sx ;
  x3do:hasGeometry :Box_2_99_66_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_66_3_1_2 .
:Box_2_99_66_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_66_3_1 ;
  x3do:size ( 0.01 0.15 4 ) .
:Appearance_2_99_66_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_66_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-28 ;
  x3do:hasTextureTransform :TextureTransform_2_99_66_3_1_2_2 .
:BottomDecoration-USE-28 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_66_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_66_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_66_3_1_2 ;
  x3do:scale ( 8.3 1 ) .
:DecorContr11sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC11, :DecorC11sotto, :DecorPavC11sx ;
  x3do:DEF 'DecorContr11sx' ;
  x3do:translation ( -4.818 0 13.425 ) .
:DecorC11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr11sx ;
  x3do:hasChildren :Shape_2_99_67_1_1 ;
  x3do:DEF 'DecorC11' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_67_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC11 ;
  x3do:hasGeometry :Box_2_99_67_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_67_1_1_2 .
:Box_2_99_67_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_67_1_1 ;
  x3do:size ( 0.01 0.45 0.224 ) .
:Appearance_2_99_67_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_67_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-31 ;
  x3do:hasTextureTransform :TextureTransform_2_99_67_1_1_2_2 .
:LateralDecoration-USE-31 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_67_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_67_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_67_1_1_2 ;
  x3do:scale ( 0.5 1 ) ;
  x3do:translation ( 0.11 0 ) .
:DecorC11sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr11sx ;
  x3do:hasChildren :Shape_2_99_67_2_1 ;
  x3do:DEF 'DecorC11sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_67_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC11sotto ;
  x3do:hasGeometry :Box_2_99_67_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_67_2_1_2 .
:Box_2_99_67_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_67_2_1 ;
  x3do:size ( 0.01 1.25 0.224 ) .
:Appearance_2_99_67_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_67_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-101 .
:SandStone_In1-USE-101 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_67_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC11sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr11sx ;
  x3do:hasChildren :Shape_2_99_67_3_1 ;
  x3do:DEF 'DecorPavC11sx' ;
  x3do:translation ( 9.36 -2.045 -15.527 ) .
:Shape_2_99_67_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC11sx ;
  x3do:hasGeometry :Box_2_99_67_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_67_3_1_2 .
:Box_2_99_67_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_67_3_1 ;
  x3do:size ( 0.01 0.15 0.228 ) .
:Appearance_2_99_67_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_67_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-29 ;
  x3do:hasTextureTransform :TextureTransform_2_99_67_3_1_2_2 .
:BottomDecoration-USE-29 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_67_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_67_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_67_3_1_2 ;
  x3do:scale ( 0.5 1 ) .
:DecorContr12sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazioni ;
  x3do:hasChildren :DecorC12, :DecorC12sotto, :DecorPavC12sx ;
  x3do:DEF 'DecorContr12sx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 18.058 0 7.153 ) .
:DecorC12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr12sx ;
  x3do:hasChildren :Shape_2_99_68_1_1 ;
  x3do:DEF 'DecorC12' ;
  x3do:translation ( 9.355 -0.85 -15.525 ) .
:Shape_2_99_68_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC12 ;
  x3do:hasGeometry :Box_2_99_68_1_1_1 ;
  x3do:hasAppearance :Appearance_2_99_68_1_1_2 .
:Box_2_99_68_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_68_1_1 ;
  x3do:size ( 0.01 0.45 4 ) .
:Appearance_2_99_68_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_68_1_1 ;
  x3do:hasTexture :LateralDecoration-USE-32 ;
  x3do:hasTextureTransform :TextureTransform_2_99_68_1_1_2_2 .
:LateralDecoration-USE-32 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_68_1_1_2 ;
  owl:sameAs :LateralDecoration . # DEF matching this USE
:TextureTransform_2_99_68_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_68_1_1_2 ;
  x3do:scale ( 8.3 1 ) ;
  x3do:translation ( -0.06 0 ) .
:DecorC12sotto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr12sx ;
  x3do:hasChildren :Shape_2_99_68_2_1 ;
  x3do:DEF 'DecorC12sotto' ;
  x3do:translation ( 9.355 -1.7 -15.525 ) .
:Shape_2_99_68_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorC12sotto ;
  x3do:hasGeometry :Box_2_99_68_2_1_1 ;
  x3do:hasAppearance :Appearance_2_99_68_2_1_2 .
:Box_2_99_68_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_68_2_1 ;
  x3do:size ( 0.01 1.25 4 ) .
:Appearance_2_99_68_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_68_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-102 .
:SandStone_In1-USE-102 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_99_68_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecorPavC12sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorContr12sx ;
  x3do:hasChildren :Shape_2_99_68_3_1 ;
  x3do:DEF 'DecorPavC12sx' ;
  x3do:translation ( 9.36 -2.045 -15.52 ) .
:Shape_2_99_68_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorPavC12sx ;
  x3do:hasGeometry :Box_2_99_68_3_1_1 ;
  x3do:hasAppearance :Appearance_2_99_68_3_1_2 .
:Box_2_99_68_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_99_68_3_1 ;
  x3do:size ( 0.01 0.15 4 ) .
:Appearance_2_99_68_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_99_68_3_1 ;
  x3do:hasTexture :BottomDecoration-USE-30 ;
  x3do:hasTextureTransform :TextureTransform_2_99_68_3_1_2_2 .
:BottomDecoration-USE-30 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_99_68_3_1_2 ;
  owl:sameAs :BottomDecoration . # DEF matching this USE
:TextureTransform_2_99_68_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_99_68_3_1_2 ;
  x3do:scale ( 8.3 1 ) .
:MuroAAy a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_100_1 ;
  x3do:DEF 'MuroAAy' ;
  x3do:translation ( 7.168 0.1 -3 ) .
:Shape_2_100_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MuroAAy ;
  x3do:hasGeometry :IndexedFaceSet_2_100_1_1 ;
  x3do:hasAppearance :Appearance_2_100_1_2 .
:IndexedFaceSet_2_100_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_100_1 ;
  x3do:hasCoord :Coordinate_2_100_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_100_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_100_1_1 ;
  x3do:point ( 0 0 0 0 0 1 0 1.8 1 0 1.8 0 ) .
:Appearance_2_100_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_100_1 ;
  x3do:hasMaterial :White-USE-179 .
:White-USE-179 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_100_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_101 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_101_1 ;
  x3do:translation ( 7.55 0 -1.12 ) .
:Shape_2_101_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_101 ;
  x3do:hasGeometry :Box_2_101_1_1 ;
  x3do:hasAppearance :Appearance_2_101_1_2 .
:Box_2_101_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_101_1 ;
  x3do:size ( 0.14 4.27 1.75 ) .
:Appearance_2_101_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_101_1 ;
  x3do:hasMaterial :White-USE-180 .
:White-USE-180 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_101_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_102 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_102_1 ;
  x3do:translation ( 9.3 0 -2.1 ) .
:Shape_2_102_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_102 ;
  x3do:hasGeometry :Box_2_102_1_1 ;
  x3do:hasAppearance :Appearance_2_102_1_2 .
:Box_2_102_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_102_1 ;
  x3do:size ( 0.19 4.27 0.22 ) .
:Appearance_2_102_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_102_1 ;
  x3do:hasMaterial :White-USE-181 .
:White-USE-181 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_102_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_103 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_103_1 ;
  x3do:translation ( 7.59 0 -2.1 ) .
:Shape_2_103_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_103 ;
  x3do:hasGeometry :Box_2_103_1_1 ;
  x3do:hasAppearance :Appearance_2_103_1_2 .
:Box_2_103_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_103_1 ;
  x3do:size ( 0.40 4.27 0.22 ) .
:Appearance_2_103_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_103_1 ;
  x3do:hasMaterial :White-USE-182 .
:White-USE-182 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_103_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_104 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_104_1 ;
  x3do:translation ( 7.28 0 -2.45 ) .
:Shape_2_104_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_104 ;
  x3do:hasGeometry :Box_2_104_1_1 ;
  x3do:hasAppearance :Appearance_2_104_1_2 .
:Box_2_104_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_104_1 ;
  x3do:size ( 0.22 4.27 0.63 ) .
:Appearance_2_104_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_104_1 ;
  x3do:hasMaterial :White-USE-183 .
:White-USE-183 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_104_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_105 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_105_1 ;
  x3do:translation ( 7.28 0 -3.8152 ) .
:Shape_2_105_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_105 ;
  x3do:hasGeometry :Box_2_105_1_1 ;
  x3do:hasAppearance :Appearance_2_105_1_2 .
:Box_2_105_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_105_1 ;
  x3do:size ( 0.22 4.27 0.43 ) .
:Appearance_2_105_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_105_1 ;
  x3do:hasMaterial :White-USE-184 .
:White-USE-184 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_105_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_106 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_106_1 ;
  x3do:translation ( 7.28 1.1 -3.1 ) .
:Shape_2_106_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_106 ;
  x3do:hasGeometry :Box_2_106_1_1 ;
  x3do:hasAppearance :Appearance_2_106_1_2 .
:Box_2_106_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_106_1 ;
  x3do:size ( 0.22 2 1.5 ) .
:Appearance_2_106_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_106_1 ;
  x3do:hasMaterial :White-USE-185 .
:White-USE-185 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_106_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_107 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_107_1 ;
  x3do:translation ( 7.168 -3.2 -4.1 ) .
:Shape_2_107_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_107 ;
  x3do:hasGeometry :IndexedFaceSet_2_107_1_1 ;
  x3do:hasAppearance :Appearance_2_107_1_2 .
:IndexedFaceSet_2_107_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_107_1 ;
  x3do:hasCoord :Coordinate_2_107_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_107_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_107_1_1 ;
  x3do:point ( 0 1 0 0 1 0.51 0 5 0.51 0 5 0 ) .
:Appearance_2_107_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_107_1 ;
  x3do:hasMaterial :White-USE-186 .
:White-USE-186 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_107_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_108 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_108_1 ;
  x3do:translation ( 7.168 -3.2 -2.68 ) .
:Shape_2_108_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_108 ;
  x3do:hasGeometry :IndexedFaceSet_2_108_1_1 ;
  x3do:hasAppearance :Appearance_2_108_1_2 .
:IndexedFaceSet_2_108_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_108_1 ;
  x3do:hasCoord :Coordinate_2_108_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_108_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_108_1_1 ;
  x3do:point ( 0 1 0 0 1 0.15 0 7 0.15 0 7 0 ) .
:Appearance_2_108_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_108_1 ;
  x3do:hasMaterial :White-USE-187 .
:White-USE-187 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_108_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_109 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_109_1 ;
  x3do:translation ( 8.32 0.755 -4.14 ) .
:Shape_2_109_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_109 ;
  x3do:hasGeometry :Box_2_109_1_1 ;
  x3do:hasAppearance :Appearance_2_109_1_2 .
:Box_2_109_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_109_1 ;
  x3do:size ( 2.3 2.76 0.14 ) .
:Appearance_2_109_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_109_1 ;
  x3do:hasMaterial :White-USE-188 .
:White-USE-188 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_109_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Transform_2_110 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_110_1 ;
  x3do:translation ( 8.32 0 -4.04 ) .
:Shape_2_110_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_110 ;
  x3do:hasGeometry :Box_2_110_1_1 ;
  x3do:hasAppearance :Appearance_2_110_1_2 .
:Box_2_110_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_110_1 ;
  x3do:size ( 2.3 4.27 0.02 ) .
:Appearance_2_110_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_110_1 ;
  x3do:hasMaterial :White-USE-189 .
:White-USE-189 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_110_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Piano a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_111_1 ;
  x3do:DEF 'Piano' ;
  x3do:translation ( 5.8465 2.03 -3.2 ) .
:Shape_2_111_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Piano ;
  x3do:hasGeometry :Box_2_111_1_1 ;
  x3do:hasAppearance :Appearance_2_111_1_2 .
:Box_2_111_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_111_1 ;
  x3do:size ( 7.4 0.38 6.7 ) .
:Appearance_2_111_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_111_1 ;
  x3do:hasMaterial :LightGreen .
:LightGreen a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_111_1_2 ;
  x3do:DEF 'LightGreen' ;
  x3do:diffuseColor ( 0.501 0.584 0.494 ) .
:Piano1bis a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_112_1 ;
  x3do:DEF 'Piano1bis' ;
  x3do:translation ( 5.8465 2.23 -3.2 ) .
:Shape_2_112_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Piano1bis ;
  x3do:hasGeometry :Box_2_112_1_1 ;
  x3do:hasAppearance :Appearance_2_112_1_2 .
:Box_2_112_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_112_1 ;
  x3do:size ( 7.4 0.02 6.7 ) .
:Appearance_2_112_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_112_1 ;
  x3do:hasTexture :Paving_Wood ;
  x3do:hasTextureTransform :TextureTransform_2_112_1_2_2 .
:Paving_Wood a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_112_1_2 ;
  x3do:DEF 'Paving_Wood' ;
  x3do:url '"images/Paving_Wood.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Paving_Wood.jpg"' .
:TextureTransform_2_112_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_112_1_2 ;
  x3do:scale ( 6 6 ) .
:Piano2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_113_1 ;
  x3do:DEF 'Piano2' ;
  x3do:translation ( 5.8465 1.815 -3.28 ) .
:Shape_2_113_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Piano2 ;
  x3do:hasGeometry :Box_2_113_1_1 ;
  x3do:hasAppearance :Appearance_2_113_1_2 .
:Box_2_113_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_113_1 ;
  x3do:size ( 7.3 0.0447 6.88 ) .
:Appearance_2_113_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_113_1 ;
  x3do:hasMaterial :LightBlue-USE-6 .
:LightBlue-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_113_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:BARRE a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Barre1, :Barre2, :Barre3, :Barre4, :Barre5, :Barre6, :Barra ;
  x3do:DEF 'BARRE' ;
  x3do:translation ( 0 0 -0.05 ) .
:Barre1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar ;
  x3do:DEF 'Barre1' ;
  x3do:translation ( 6.55 1.7 -4.4 ) .
:Bar a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre1 ;
  x3do:hasGeometry :Box_2_114_1_1_1 ;
  x3do:hasAppearance :Appearance_2_114_1_1_2 ;
  x3do:DEF 'Bar' .
:Box_2_114_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Bar ;
  x3do:size ( 0.14 0.14 4.3 ) .
:Appearance_2_114_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Bar ;
  x3do:hasMaterial :SandStone_In1-USE-103 .
:SandStone_In1-USE-103 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_114_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Barre2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar-USE-1 ;
  x3do:DEF 'Barre2' ;
  x3do:translation ( 5.02 1.7 -4.4 ) .
:Bar-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre2 ;
  owl:sameAs :Bar . # DEF matching this USE
:Barre3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar-USE-2 ;
  x3do:DEF 'Barre3' ;
  x3do:translation ( 3.545 1.7 -4.4 ) .
:Bar-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre3 ;
  owl:sameAs :Bar . # DEF matching this USE
:Barre4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar-USE-3 ;
  x3do:DEF 'Barre4' ;
  x3do:translation ( 2.27 1.7 -4.4 ) .
:Bar-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre4 ;
  owl:sameAs :Bar . # DEF matching this USE
:Barre5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar-USE-4 ;
  x3do:DEF 'Barre5' ;
  x3do:translation ( 8.005 1.7 -4.4 ) .
:Bar-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre5 ;
  owl:sameAs :Bar . # DEF matching this USE
:Barre6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Bar-USE-5 ;
  x3do:DEF 'Barre6' ;
  x3do:translation ( 9.32 1.7 -4.4 ) .
:Bar-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barre6 ;
  owl:sameAs :Bar . # DEF matching this USE
:Barra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :BARRE ;
  x3do:hasChildren :Shape_2_114_7_1 ;
  x3do:DEF 'Barra' ;
  x3do:translation ( 5.8465 1.54 -6.28 ) .
:Shape_2_114_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Barra ;
  x3do:hasGeometry :Box_2_114_7_1_1 ;
  x3do:hasAppearance :Appearance_2_114_7_1_2 .
:Box_2_114_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_114_7_1 ;
  x3do:size ( 7.3 0.18 0.2 ) .
:Appearance_2_114_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_114_7_1 ;
  x3do:hasMaterial :SandStone_In1-USE-104 .
:SandStone_In1-USE-104 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_114_7_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Organo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_115_1 ;
  x3do:DEF 'Organo' ;
  x3do:translation ( 5.8465 4.03 -2.3 ) .
:Shape_2_115_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Organo ;
  x3do:hasGeometry :Box_2_115_1_1 ;
  x3do:hasAppearance :Appearance_2_115_1_2 .
:Box_2_115_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_115_1 ;
  x3do:size ( 3 3.6 2.34 ) .
:Appearance_2_115_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_115_1 ;
  x3do:hasMaterial :LightBlue-USE-7 .
:LightBlue-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_115_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:DecOrg a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_116_1 ;
  x3do:DEF 'DecOrg' ;
  x3do:scale ( 1.02 1.03 1.03 ) ;
  x3do:translation ( 4.317 4.85 -3.5 ) .
:Shape_2_116_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecOrg ;
  x3do:hasGeometry :IndexedFaceSet_2_116_1_1 ;
  x3do:hasAppearance :Appearance_2_116_1_2 .
:IndexedFaceSet_2_116_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_116_1 ;
  x3do:hasCoord :Coordinate_2_116_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 7 4 0 -1 3 7 6 2 -1 6 2 1 5 -1 5 1 0 4 -1 3 11 8 0 -1 3 11 10 2 -1 2 10 9 1 -1 1 9 8 0 -1 4 12 15 7 -1 7 6 14 15 -1 6 5 13 14 -1 5 4 12 13 -1 ) ;
  x3do:solid false .
:Coordinate_2_116_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_116_1_1 ;
  x3do:point ( 0 0 0 3 0 0 3 0 2.34 0 0 2.34 -0.1 0.1 -0.1 3.1 0.1 -0.1 3.1 0.1 2.44 -0.1 0.1 2.44 0.03 0 0.03 2.97 0 0.03 2.97 0 2.28 0.06 0 2.31 -0.1 0.13 -0.1 3.1 0.13 -0.1 3.1 0.13 2.44 -0.1 0.13 2.44 ) .
:Appearance_2_116_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_116_1 ;
  x3do:hasMaterial :SandStone_In1-USE-105 .
:SandStone_In1-USE-105 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_116_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:DecOrg2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_117_1 ;
  x3do:DEF 'DecOrg2' ;
  x3do:rotation ( 1 0 0 3.15 ) ;
  x3do:scale ( 1.028 1.28 1.028 ) ;
  x3do:translation ( 4.29 2.38 -1.12 ) .
:Shape_2_117_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecOrg2 ;
  x3do:hasGeometry :IndexedFaceSet_2_117_1_1 ;
  x3do:hasAppearance :Appearance_2_117_1_2 .
:IndexedFaceSet_2_117_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_117_1 ;
  x3do:hasCoord :Coordinate_2_117_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 3 7 4 0 -1 3 7 6 2 -1 6 2 1 5 -1 5 1 0 4 -1 3 11 8 0 -1 3 11 10 2 -1 2 10 9 1 -1 1 9 8 0 -1 4 12 15 7 -1 7 6 14 15 -1 6 5 13 14 -1 5 4 12 13 -1 ) ;
  x3do:solid false .
:Coordinate_2_117_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_117_1_1 ;
  x3do:point ( 0 0 0 3 0 0 3 0 2.34 0 0 2.34 -0.05 0.1 -0.05 3.05 0.1 -0.05 3.05 0.1 2.39 -0.05 0.1 2.39 0.03 0 0.03 2.97 0 0.03 2.97 0 2.28 0.06 0 2.31 -0.05 0.13 -0.05 3.05 0.13 -0.05 3.05 0.13 2.39 -0.05 0.13 2.39 ) .
:Appearance_2_117_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_117_1 ;
  x3do:hasMaterial :SandStone_In1-USE-106 .
:SandStone_In1-USE-106 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_117_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:OrgText a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_118_1 ;
  x3do:DEF 'OrgText' ;
  x3do:translation ( 5.2 4 -3.47 ) .
:Shape_2_118_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :OrgText ;
  x3do:hasGeometry :Box_2_118_1_1 ;
  x3do:hasAppearance :Appearance_2_118_1_2 .
:Box_2_118_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_118_1 ;
  x3do:size ( 1 1 0.02 ) .
:Appearance_2_118_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_118_1 ;
  x3do:hasTexture :OrganTexture1 .
:OrganTexture1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_118_1_2 ;
  x3do:DEF 'OrganTexture1' ;
  x3do:url '"images/OrganTexture1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/OrganTexture1.png"' .
:OrgText2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_119_1 ;
  x3do:DEF 'OrgText2' ;
  x3do:translation ( 6.4 4 -3.47 ) .
:Shape_2_119_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :OrgText2 ;
  x3do:hasGeometry :Box_2_119_1_1 ;
  x3do:hasAppearance :Appearance_2_119_1_2 .
:Box_2_119_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_119_1 ;
  x3do:size ( 1 1 0.02 ) .
:Appearance_2_119_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_119_1 ;
  x3do:hasTexture :OrganTexture1-USE-1 .
:OrganTexture1-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_119_1_2 ;
  owl:sameAs :OrganTexture1 . # DEF matching this USE
:OrgTextl1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_120_1 ;
  x3do:DEF 'OrgTextl1' ;
  x3do:translation ( 7 4 -3.465 ) .
:Shape_2_120_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :OrgTextl1 ;
  x3do:hasGeometry :Box_2_120_1_1 ;
  x3do:hasAppearance :Appearance_2_120_1_2 .
:Box_2_120_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_120_1 ;
  x3do:size ( 0.05 4 0.02 ) .
:Appearance_2_120_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_120_1 ;
  x3do:hasTexture :OrganTexture2 .
:OrganTexture2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_120_1_2 ;
  x3do:DEF 'OrganTexture2' ;
  x3do:url '"images/OrganTexture2.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/OrganTexture2.png"' .
:OrgTextl2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_121_1 ;
  x3do:DEF 'OrgTextl2' ;
  x3do:translation ( 5.8 4 -3.465 ) .
:Shape_2_121_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :OrgTextl2 ;
  x3do:hasGeometry :Box_2_121_1_1 ;
  x3do:hasAppearance :Appearance_2_121_1_2 .
:Box_2_121_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_121_1 ;
  x3do:size ( 0.05 4 0.02 ) .
:Appearance_2_121_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_121_1 ;
  x3do:hasTexture :OrganTexture2-USE-1 .
:OrganTexture2-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_121_1_2 ;
  owl:sameAs :OrganTexture2 . # DEF matching this USE
:OrgTextl3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_122_1 ;
  x3do:DEF 'OrgTextl3' ;
  x3do:translation ( 4.6 4 -3.465 ) .
:Shape_2_122_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :OrgTextl3 ;
  x3do:hasGeometry :Box_2_122_1_1 ;
  x3do:hasAppearance :Appearance_2_122_1_2 .
:Box_2_122_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_122_1 ;
  x3do:size ( 0.05 4 0.02 ) .
:Appearance_2_122_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_122_1 ;
  x3do:hasTexture :OrganTexture2-USE-2 .
:OrganTexture2-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_122_1_2 ;
  owl:sameAs :OrganTexture2 . # DEF matching this USE
:decbar a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioneBarre1 ;
  x3do:DEF 'decbar' .
:DecorazioneBarre1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :decbar ;
  x3do:hasChildren :Shape_2_123_1_1, :Transform_2_123_1_2 ;
  x3do:DEF 'DecorazioneBarre1' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:scale ( 0.08 0.098 0.119 ) ;
  x3do:translation ( 3.6215 1.625 -6.655 ) .
:Shape_2_123_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :DecorazioneBarre1 ;
  x3do:hasGeometry :IndexedFaceSet_2_123_1_1_1 ;
  x3do:hasAppearance :Appearance_2_123_1_1_2 .
:IndexedFaceSet_2_123_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_123_1_1 ;
  x3do:hasCoord :Coordinate_2_123_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 21 84 90 63 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_123_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_123_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.82265 0 0.62265 0.82265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.82265 1.2453 0.62265 0.82265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_123_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_123_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-107 .
:SandStone_In1-USE-107 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_123_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Transform_2_123_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioneBarre1 ;
  x3do:hasChildren :Transform_2_123_1_2_1 ;
  x3do:translation ( 0 1.4453 0 ) .
:Transform_2_123_1_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_123_1_2 ;
  x3do:hasChildren :Shape_2_123_1_2_1_1 ;
  x3do:rotation ( 0 0 1 3.14 ) .
:Shape_2_123_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_123_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_123_1_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_123_1_2_1_1_2 .
:IndexedFaceSet_2_123_1_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_123_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_123_1_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_123_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_123_1_2_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 0.62265 0 -0.62265 0.62265 0 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 -0.62265 0 0 0 0.62265 1.2453 -0.62265 0.62265 1.2453 -0.62265 0 1.2453 -0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_123_1_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_123_1_2_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-108 .
:SandStone_In1-USE-108 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_123_1_2_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Transform_2_124 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :decbar-USE-1 ;
  x3do:translation ( 1.4732 0 0 ) .
:decbar-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_124 ;
  owl:sameAs :decbar . # DEF matching this USE
:Transform_2_125 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :decbar-USE-2 ;
  x3do:translation ( 3.001 0 0 ) .
:decbar-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_125 ;
  owl:sameAs :decbar . # DEF matching this USE
:Transform_2_126 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :decbar-USE-3 ;
  x3do:translation ( 4.456 0 0 ) .
:decbar-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_126 ;
  owl:sameAs :decbar . # DEF matching this USE
:Transform_2_127 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :decbar-USE-4 ;
  x3do:translation ( 5.768 0 0 ) .
:decbar-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_127 ;
  owl:sameAs :decbar . # DEF matching this USE
:Transform_2_128 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :decbar-USE-5 ;
  x3do:translation ( -1.275 0 0 ) .
:decbar-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_128 ;
  owl:sameAs :decbar . # DEF matching this USE
:ringhhh a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Ringh ;
  x3do:DEF 'ringhhh' .
:Ringh a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhhh ;
  x3do:hasChildren :SferaC, :ParteSup, :ParteInf ;
  x3do:DEF 'Ringh' ;
  x3do:scale ( 0.45 0.45 0.1 ) ;
  x3do:translation ( 2.96 2.68 -6.52 ) .
:SferaC a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ringh ;
  x3do:hasChildren :Shape_2_129_1_1_1 ;
  x3do:DEF 'SferaC' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 1.1 1 1 ) ;
  x3do:translation ( 0.06 -0.049 -0.1056 ) .
:Shape_2_129_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SferaC ;
  x3do:hasGeometry :Cylinder_2_129_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_1_1_2 .
:Cylinder_2_129_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_129_1_1_1 ;
  x3do:height 0.3112 ;
  x3do:radius 0.14 .
:Appearance_2_129_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-109 .
:SandStone_In1-USE-109 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:ParteSup a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Ringh ;
  x3do:hasChildren :ringhh ;
  x3do:DEF 'ParteSup' .
:ringhh a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ParteSup ;
  x3do:hasChildren :SferaS1, :SferaS2, :SferaS3, :arco1sopra, :arco2sott, :Archi2, :Base ;
  x3do:DEF 'ringhh' .
:SferaS1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Shape_2_129_1_2_1_1_1 ;
  x3do:DEF 'SferaS1' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0.06 0.151 -0.1056 ) .
:Shape_2_129_1_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SferaS1 ;
  x3do:hasGeometry :Cylinder_2_129_1_2_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_1_1_2 .
:Cylinder_2_129_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_129_1_2_1_1_1 ;
  x3do:height 0.3112 ;
  x3do:radius 0.154 .
:Appearance_2_129_1_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-110 .
:SandStone_In1-USE-110 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:SferaS2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Shape_2_129_1_2_1_2_1 ;
  x3do:DEF 'SferaS2' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 1 1 1.1 ) ;
  x3do:translation ( 0.06 0.2 -0.1056 ) .
:Shape_2_129_1_2_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SferaS2 ;
  x3do:hasGeometry :Cylinder_2_129_1_2_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_2_1_2 .
:Cylinder_2_129_1_2_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_129_1_2_1_2_1 ;
  x3do:height 0.3112 ;
  x3do:radius 0.154 .
:Appearance_2_129_1_2_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-111 .
:SandStone_In1-USE-111 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:SferaS3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Shape_2_129_1_2_1_3_1 ;
  x3do:DEF 'SferaS3' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( 1.02 1 1.1 ) ;
  x3do:translation ( 0.06 0.173 -0.1056 ) .
:Shape_2_129_1_2_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SferaS3 ;
  x3do:hasGeometry :Cylinder_2_129_1_2_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_3_1_2 .
:Cylinder_2_129_1_2_1_3_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_129_1_2_1_3_1 ;
  x3do:height 0.3112 ;
  x3do:radius 0.154 .
:Appearance_2_129_1_2_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-112 .
:SandStone_In1-USE-112 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:arco1sopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Shape_2_129_1_2_1_4_1 ;
  x3do:DEF 'arco1sopra' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:scale ( 0.32 0.18 0.25 ) ;
  x3do:translation ( 0.22 0.5 -0.2614 ) .
:Shape_2_129_1_2_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arco1sopra ;
  x3do:hasGeometry :IndexedFaceSet_2_129_1_2_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_4_1_2 .
:IndexedFaceSet_2_129_1_2_1_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_129_1_2_1_4_1 ;
  x3do:hasCoord :Coordinate_2_129_1_2_1_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_129_1_2_1_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_129_1_2_1_4_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 1.16265 0 0.62265 1.16265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 1.16265 1.2453 0.62265 1.16265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_129_1_2_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-113 .
:SandStone_In1-USE-113 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:arco2sott a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Transform_2_129_1_2_1_5_1 ;
  x3do:DEF 'arco2sott' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:scale ( 0.34 0.15 0.25 ) ;
  x3do:translation ( 0.2 0.5 -0.2614 ) .
:Transform_2_129_1_2_1_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :arco2sott ;
  x3do:hasChildren :Shape_2_129_1_2_1_5_1_1 ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0 0 1.246 ) .
:Shape_2_129_1_2_1_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_129_1_2_1_5_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_129_1_2_1_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_5_1_1_2 .
:IndexedFaceSet_2_129_1_2_1_5_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_129_1_2_1_5_1_1 ;
  x3do:hasCoord :Coordinate_2_129_1_2_1_5_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_129_1_2_1_5_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_129_1_2_1_5_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 1.16265 0 1.16265 0.62265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 1.16265 1.2453 0.62265 1.16265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_129_1_2_1_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_5_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-114 .
:SandStone_In1-USE-114 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_5_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Archi2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :arco1sopra2, :arco2sott2 ;
  x3do:DEF 'Archi2' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0.1195 0 -0.2115 ) .
:arco1sopra2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Archi2 ;
  x3do:hasChildren :Shape_2_129_1_2_1_6_1_1 ;
  x3do:DEF 'arco1sopra2' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:scale ( 0.32 0.18 0.25 ) ;
  x3do:translation ( 0.22 0.5 -0.2614 ) .
:Shape_2_129_1_2_1_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arco1sopra2 ;
  x3do:hasGeometry :IndexedFaceSet_2_129_1_2_1_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_6_1_1_2 .
:IndexedFaceSet_2_129_1_2_1_6_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_129_1_2_1_6_1_1 ;
  x3do:hasCoord :Coordinate_2_129_1_2_1_6_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_129_1_2_1_6_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_129_1_2_1_6_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 1.16265 0 0.62265 1.16265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 1.16265 1.2453 0.62265 1.16265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_129_1_2_1_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_6_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-115 .
:SandStone_In1-USE-115 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_6_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:arco2sott2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Archi2 ;
  x3do:hasChildren :Transform_2_129_1_2_1_6_2_1 ;
  x3do:DEF 'arco2sott2' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:scale ( 0.34 0.15 0.25 ) ;
  x3do:translation ( 0.2 0.5 -0.2614 ) .
:Transform_2_129_1_2_1_6_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :arco2sott2 ;
  x3do:hasChildren :Shape_2_129_1_2_1_6_2_1_1 ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 0 0 1.246 ) .
:Shape_2_129_1_2_1_6_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_129_1_2_1_6_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_129_1_2_1_6_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_6_2_1_1_2 .
:IndexedFaceSet_2_129_1_2_1_6_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_129_1_2_1_6_2_1_1 ;
  x3do:hasCoord :Coordinate_2_129_1_2_1_6_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_129_1_2_1_6_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_129_1_2_1_6_2_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 1.2453 0.6218712004456791 0.0311325 1.2453 0.6195289277144369 0.062265 1.2453 0.6156053358230011 0.0933975 1.2453 0.6100699153375784 0.12453 1.2453 0.6028782701290121 0.1556625 1.2453 0.5939702437622613 0.186795 1.2453 0.5832672005554145 0.2179275 1.2453 0.5706681512928509 0.24906 1.2453 0.5560442297549271 0.2801925 1.2453 0.5392307176663808 0.311325 1.2453 0.520015272077417 0.3424575 1.2453 0.49812000000000006 0.37359 1.2453 0.47317303441103875 0.4047225 1.2453 0.4446610411032206 0.435855 1.2453 0.4118442634585919 0.4669875 1.2453 0.37359000000000003 0.49812 1.2453 0.3280012404606879 0.5292525 1.2453 0.2714068427195601 0.560385 1.2453 0.19442240018513812 0.5915175 1.2453 0.0 0.62265 1.2453 0 0.62265 1.2453 -0.19442240018513812 0.5915175 1.2453 -0.2714068427195601 0.560385 1.2453 -0.3280012404606879 0.5292525 1.2453 -0.37359000000000003 0.49812 1.2453 -0.4118442634585919 0.4669875 1.2453 -0.4446610411032206 0.435855 1.2453 -0.47317303441103875 0.4047225 1.2453 -0.49812000000000006 0.37359 1.2453 -0.520015272077417 0.3424575 1.2453 -0.5392307176663808 0.311325 1.2453 -0.5560442297549271 0.2801925 1.2453 -0.5706681512928509 0.24906 1.2453 -0.5832672005554145 0.2179275 1.2453 -0.5939702437622613 0.186795 1.2453 -0.6028782701290121 0.1556625 1.2453 -0.6100699153375784 0.12453 1.2453 -0.6156053358230011 0.0933975 1.2453 -0.6195289277144369 0.062265 1.2453 -0.6218712004456791 0.0311325 1.2453 -0.62265 0.0 1.2453 0 1.16265 0 0.62265 1.16265 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 1.16265 1.2453 0.62265 1.16265 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 0.62265 0 1.2453 ) .
:Appearance_2_129_1_2_1_6_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_6_2_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-116 .
:SandStone_In1-USE-116 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_6_2_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Base a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ringhh ;
  x3do:hasChildren :Shape_2_129_1_2_1_7_1 ;
  x3do:DEF 'Base' ;
  x3do:translation ( 0.0595 0.7577 -0.1058 ) .
:Shape_2_129_1_2_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Base ;
  x3do:hasGeometry :Box_2_129_1_2_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_129_1_2_1_7_1_2 .
:Box_2_129_1_2_1_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_129_1_2_1_7_1 ;
  x3do:size ( 0.322 0.117 0.3112 ) .
:Appearance_2_129_1_2_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_129_1_2_1_7_1 ;
  x3do:hasMaterial :SandStone_In1-USE-117 .
:SandStone_In1-USE-117 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_129_1_2_1_7_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:ParteInf a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ringh ;
  x3do:hasChildren :ringhh-USE-1 ;
  x3do:DEF 'ParteInf' ;
  x3do:rotation ( 1 0 0 3.14 ) ;
  x3do:translation ( 0 -0.09 -0.211 ) .
:ringhh-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ParteInf ;
  owl:sameAs :ringhh . # DEF matching this USE
:Transform_2_130 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-1 ;
  x3do:translation ( -0.2 0 0 ) .
:ringhhh-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_130 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_131 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-2 ;
  x3do:translation ( -0.4 0 0 ) .
:ringhhh-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_131 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_132 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-3 ;
  x3do:translation ( -0.6 0 0 ) .
:ringhhh-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_132 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_133 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-4 ;
  x3do:translation ( -0.8 0 0 ) .
:ringhhh-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_133 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_134 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-5 ;
  x3do:translation ( 0.2 0 0 ) .
:ringhhh-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_134 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_135 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-6 ;
  x3do:translation ( 0.4 0 0 ) .
:ringhhh-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_135 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_136 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-7 ;
  x3do:translation ( 0.6 0 0 ) .
:ringhhh-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_136 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_137 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-8 ;
  x3do:translation ( 0.8 0 0 ) .
:ringhhh-USE-8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_137 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_138 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-9 ;
  x3do:translation ( 1 0 0 ) .
:ringhhh-USE-9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_138 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_139 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-10 ;
  x3do:translation ( 1.2 0 0 ) .
:ringhhh-USE-10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_139 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_140 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-11 ;
  x3do:translation ( 1.4 0 0 ) .
:ringhhh-USE-11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_140 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_141 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-12 ;
  x3do:translation ( 1.6 0 0 ) .
:ringhhh-USE-12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_141 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_142 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-13 ;
  x3do:translation ( 1.8 0 0 ) .
:ringhhh-USE-13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_142 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_143 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-14 ;
  x3do:translation ( 2 0 0 ) .
:ringhhh-USE-14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_143 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_144 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-15 ;
  x3do:translation ( 2.2 0 0 ) .
:ringhhh-USE-15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_144 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_145 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-16 ;
  x3do:translation ( 2.4 0 0 ) .
:ringhhh-USE-16 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_145 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_146 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-17 ;
  x3do:translation ( 2.6 0 0 ) .
:ringhhh-USE-17 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_146 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_147 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-18 ;
  x3do:translation ( 2.8 0 0 ) .
:ringhhh-USE-18 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_147 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_148 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-19 ;
  x3do:translation ( 3 0 0 ) .
:ringhhh-USE-19 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_148 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_149 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-20 ;
  x3do:translation ( 3.2 0 0 ) .
:ringhhh-USE-20 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_149 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_150 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-21 ;
  x3do:translation ( 3.4 0 0 ) .
:ringhhh-USE-21 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_150 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_151 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-22 ;
  x3do:translation ( 3.6 0 0 ) .
:ringhhh-USE-22 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_151 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_152 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-23 ;
  x3do:translation ( 3.8 0 0 ) .
:ringhhh-USE-23 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_152 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_153 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-24 ;
  x3do:translation ( 4 0 0 ) .
:ringhhh-USE-24 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_153 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_154 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-25 ;
  x3do:translation ( 4.2 0 0 ) .
:ringhhh-USE-25 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_154 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_155 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-26 ;
  x3do:translation ( 4.4 0 0 ) .
:ringhhh-USE-26 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_155 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_156 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-27 ;
  x3do:translation ( 4.6 0 0 ) .
:ringhhh-USE-27 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_156 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_157 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-28 ;
  x3do:translation ( 4.8 0 0 ) .
:ringhhh-USE-28 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_157 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_158 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-29 ;
  x3do:translation ( 5 0 0 ) .
:ringhhh-USE-29 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_158 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_159 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-30 ;
  x3do:translation ( 5.2 0 0 ) .
:ringhhh-USE-30 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_159 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_160 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-31 ;
  x3do:translation ( 5.4 0 0 ) .
:ringhhh-USE-31 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_160 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_161 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-32 ;
  x3do:translation ( 5.6 0 0 ) .
:ringhhh-USE-32 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_161 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_162 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-33 ;
  x3do:translation ( 5.8 0 0 ) .
:ringhhh-USE-33 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_162 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_163 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-34 ;
  x3do:translation ( 6 0 0 ) .
:ringhhh-USE-34 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_163 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_164 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-35 ;
  x3do:translation ( 6.2 0 0 ) .
:ringhhh-USE-35 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_164 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:Transform_2_165 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ringhhh-USE-36 ;
  x3do:translation ( 6.4 0 0 ) .
:ringhhh-USE-36 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_165 ;
  owl:sameAs :ringhhh . # DEF matching this USE
:BaseRingh1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_166_1 ;
  x3do:DEF 'BaseRingh1' ;
  x3do:scale ( 1 1 0.1 ) ;
  x3do:translation ( 6 2.24 -6.53 ) .
:Shape_2_166_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BaseRingh1 ;
  x3do:hasGeometry :Box_2_166_1_1 ;
  x3do:hasAppearance :Appearance_2_166_1_2 .
:Box_2_166_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_166_1 ;
  x3do:size ( 8 0.07 0.3112 ) .
:Appearance_2_166_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_166_1 ;
  x3do:hasMaterial :BrownRailing .
:BrownRailing a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_166_1_2 ;
  x3do:DEF 'BrownRailing' ;
  x3do:ambientIntensity 0.251748 ;
  x3do:diffuseColor ( 0.502714 0.295535 0.191551 ) ;
  x3do:shininess 0.1 .
:BaseRingh2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_167_1 ;
  x3do:DEF 'BaseRingh2' ;
  x3do:scale ( 1 1 0.1 ) ;
  x3do:translation ( 6 3.07 -6.53 ) .
:Shape_2_167_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :BaseRingh2 ;
  x3do:hasGeometry :Box_2_167_1_1 ;
  x3do:hasAppearance :Appearance_2_167_1_2 .
:Box_2_167_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_167_1 ;
  x3do:size ( 8 0.07 0.3112 ) .
:Appearance_2_167_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_167_1 ;
  x3do:hasMaterial :BrownRailing-USE-1 .
:BrownRailing-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_167_1_2 ;
  owl:sameAs :BrownRailing . # DEF matching this USE
:Transetto1sx a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioM, :DecorazioniDx, :DecorazioTransetto ;
  x3do:DEF 'Transetto1sx' .
:DecorazioM a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto1sx ;
  x3do:hasChildren :Decoraz, :Transform_2_168_1_2, :Transform_2_168_1_3, :Transform_2_168_1_4, :Transform_2_168_1_5, :Transform_2_168_1_6, :Transform_2_168_1_7, :Transform_2_168_1_8, :Transform_2_168_1_9, :Transform_2_168_1_10, :Transform_2_168_1_11, :Transform_2_168_1_12, :Transform_2_168_1_13, :Transform_2_168_1_14, :Transform_2_168_1_15, :Transform_2_168_1_16, :Transform_2_168_1_17, :Transform_2_168_1_18, :Transform_2_168_1_19, :Transform_2_168_1_20, :Transform_2_168_1_21, :Transform_2_168_1_22, :Transform_2_168_1_23, :Transform_2_168_1_24, :Transform_2_168_1_25, :Transform_2_168_1_26, :Transform_2_168_1_27, :Transform_2_168_1_28, :Transform_2_168_1_29, :Transform_2_168_1_30, :Transform_2_168_1_31 ;
  x3do:DEF 'DecorazioM' .
:Decoraz a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decorazione ;
  x3do:DEF 'Decoraz' .
:Decorazione a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decoraz ;
  x3do:hasChildren :rett1, :rett2, :rett3, :rett4, :arco1, :arco2a, :forma ;
  x3do:DEF 'Decorazione' ;
  x3do:scale ( 0.21 0.27 0.5 ) ;
  x3do:translation ( 2.41 4.783 -0.21 ) .
:rett1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_1_1 ;
  x3do:DEF 'rett1' ;
  x3do:translation ( -0.75 0.4 0 ) .
:Shape_2_168_1_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :rett1 ;
  x3do:hasGeometry :Box_2_168_1_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_1_1_2 .
:Box_2_168_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_168_1_1_1_1_1 ;
  x3do:size ( 0.36 0.95 0.4 ) .
:Appearance_2_168_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-118 .
:SandStone_In1-USE-118 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:rett2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_2_1 ;
  x3do:DEF 'rett2' ;
  x3do:translation ( -0.26 0.45 0 ) .
:Shape_2_168_1_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :rett2 ;
  x3do:hasGeometry :Box_2_168_1_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_2_1_2 .
:Box_2_168_1_1_1_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_168_1_1_1_2_1 ;
  x3do:size ( 1.37 0.73 0.4 ) .
:Appearance_2_168_1_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_2_1 ;
  x3do:hasMaterial :SandStone_In1-USE-119 .
:SandStone_In1-USE-119 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_2_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:rett3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_3_1 ;
  x3do:DEF 'rett3' ;
  x3do:translation ( 0.48 0.72 0 ) .
:Shape_2_168_1_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :rett3 ;
  x3do:hasGeometry :Box_2_168_1_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_3_1_2 .
:Box_2_168_1_1_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_168_1_1_1_3_1 ;
  x3do:size ( 1.37 0.19 0.4 ) .
:Appearance_2_168_1_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_3_1 ;
  x3do:hasMaterial :SandStone_In1-USE-120 .
:SandStone_In1-USE-120 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_3_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:rett4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_4_1 ;
  x3do:DEF 'rett4' ;
  x3do:translation ( 0.7 0.6 0 ) .
:Shape_2_168_1_1_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :rett4 ;
  x3do:hasGeometry :Box_2_168_1_1_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_4_1_2 .
:Box_2_168_1_1_1_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_168_1_1_1_4_1 ;
  x3do:size ( 0.4 0.12 0.4 ) .
:Appearance_2_168_1_1_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_4_1 ;
  x3do:hasMaterial :SandStone_In1-USE-121 .
:SandStone_In1-USE-121 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_4_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:arco1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_5_1 ;
  x3do:DEF 'arco1' ;
  x3do:rotation ( 0 0 1 3.17 ) ;
  x3do:scale ( 0.7 0.38 1 ) ;
  x3do:translation ( -0.01 0.09 -0.2 ) .
:Shape_2_168_1_1_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arco1 ;
  x3do:hasGeometry :IndexedFaceSet_2_168_1_1_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_5_1_2 .
:IndexedFaceSet_2_168_1_1_1_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_168_1_1_1_5_1 ;
  x3do:hasCoord :Coordinate_2_168_1_1_1_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 84 85 86 87 88 89 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 90 91 92 93 94 95 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 21 63 64 22 -1 22 64 65 23 -1 23 65 66 24 -1 24 66 67 25 -1 25 67 68 26 -1 26 68 69 27 -1 27 69 70 28 -1 28 70 71 29 -1 29 71 72 30 -1 30 72 73 31 -1 31 73 74 32 -1 32 74 75 33 -1 33 75 76 34 -1 34 76 77 35 -1 35 77 78 36 -1 36 78 79 37 -1 37 79 80 38 -1 38 80 81 39 -1 39 81 82 40 -1 40 82 83 41 -1 84 41 83 90 -1 89 0 42 95 -1 ) ;
  x3do:solid false .
:Coordinate_2_168_1_1_1_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_168_1_1_1_5_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 -0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 0.0 0 0.62265 0.0 0.4 0.6218712004456791 0.0311325 0.4 0.6195289277144369 0.062265 0.4 0.6156053358230011 0.0933975 0.4 0.6100699153375784 0.12453 0.4 0.6028782701290121 0.1556625 0.4 0.5939702437622613 0.186795 0.4 0.5832672005554145 0.2179275 0.4 0.5706681512928509 0.24906 0.4 0.5560442297549271 0.2801925 0.4 0.5392307176663808 0.311325 0.4 0.520015272077417 0.3424575 0.4 0.49812000000000006 0.37359 0.4 0.47317303441103875 0.4047225 0.4 0.4446610411032206 0.435855 0.4 0.4118442634585919 0.4669875 0.4 0.37359000000000003 0.49812 0.4 0.3280012404606879 0.5292525 0.4 0.2714068427195601 0.560385 0.4 0.19442240018513812 0.5915175 0.4 0.0 0.62265 0.4 -0.0 0.62265 0.4 -0.19442240018513812 0.5915175 0.4 -0.2714068427195601 0.560385 0.4 -0.3280012404606879 0.5292525 0.4 -0.37359000000000003 0.49812 0.4 -0.4118442634585919 0.4669875 0.4 -0.4446610411032206 0.435855 0.4 -0.47317303441103875 0.4047225 0.4 -0.49812000000000006 0.37359 0.4 -0.520015272077417 0.3424575 0.4 -0.5392307176663808 0.311325 0.4 -0.5560442297549271 0.2801925 0.4 -0.5706681512928509 0.24906 0.4 -0.5832672005554145 0.2179275 0.4 -0.5939702437622613 0.186795 0.4 -0.6028782701290121 0.1556625 0.4 -0.6100699153375784 0.12453 0.4 -0.6156053358230011 0.0933975 0.4 -0.6195289277144369 0.062265 0.4 -0.6218712004456791 0.0311325 0.4 -0.62265 0.0 0.4 -0.62265 0 0 -0.62265 0 0 -0.62265 -0.5 0 0.62265 -0.5 0 0.62265 0 0 0.62265 0 0 -0.62265 0 0.4 -0.62265 0 0.4 -0.62265 -0.5 0.4 0.62265 -0.5 0.4 0.62265 0 0.4 0.62265 0 0.4 ) .
:Appearance_2_168_1_1_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_5_1 ;
  x3do:hasMaterial :SandStone_In1-USE-122 .
:SandStone_In1-USE-122 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_5_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:arco2a a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :arco2b ;
  x3do:DEF 'arco2a' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 0.8 1 1 ) ;
  x3do:translation ( 0.894 -0.13 0.201 ) .
:arco2b a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :arco2a ;
  x3do:hasChildren :Shape_2_168_1_1_1_6_1_1 ;
  x3do:DEF 'arco2b' ;
  x3do:rotation ( 0 0 1 0.33 ) .
:Shape_2_168_1_1_1_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :arco2b ;
  x3do:hasGeometry :IndexedFaceSet_2_168_1_1_1_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_6_1_1_2 .
:IndexedFaceSet_2_168_1_1_1_6_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_168_1_1_1_6_1_1 ;
  x3do:hasCoord :Coordinate_2_168_1_1_1_6_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 84 85 86 87 -1 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 90 91 92 93 -1 0 42 43 1 -1 1 43 44 2 -1 2 44 45 3 -1 3 45 46 4 -1 4 46 47 5 -1 5 47 48 6 -1 6 48 49 7 -1 7 49 50 8 -1 8 50 51 9 -1 9 51 52 10 -1 10 52 53 11 -1 11 53 54 12 -1 12 54 55 13 -1 13 55 56 14 -1 14 56 57 15 -1 15 57 58 16 -1 16 58 59 17 -1 17 59 60 18 -1 18 60 61 19 -1 19 61 62 20 -1 20 62 63 21 -1 ) ;
  x3do:solid false .
:Coordinate_2_168_1_1_1_6_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_168_1_1_1_6_1_1_1 ;
  x3do:point ( 0.62265 0.0 0 0.6218712004456791 0.0311325 0 0.6195289277144369 0.062265 0 0.6156053358230011 0.0933975 0 0.6100699153375784 0.12453 0 0.6028782701290121 0.1556625 0 0.5939702437622613 0.186795 0 0.5832672005554145 0.2179275 0 0.5706681512928509 0.24906 0 0.5560442297549271 0.2801925 0 0.5392307176663808 0.311325 0 0.520015272077417 0.3424575 0 0.49812000000000006 0.37359 0 0.47317303441103875 0.4047225 0 0.4446610411032206 0.435855 0 0.4118442634585919 0.4669875 0 0.37359000000000003 0.49812 0 0.3280012404606879 0.5292525 0 0.2714068427195601 0.560385 0 0.19442240018513812 0.5915175 0 0.0 0.62265 0 0.0 0.62265 0 -0.19442240018513812 0.5915175 0 -0.2714068427195601 0.560385 0 -0.3280012404606879 0.5292525 0 -0.37359000000000003 0.49812 0 -0.4118442634585919 0.4669875 0 -0.4446610411032206 0.435855 0 -0.47317303441103875 0.4047225 0 -0.49812000000000006 0.37359 0 -0.520015272077417 0.3424575 0 -0.5392307176663808 0.311325 0 -0.5560442297549271 0.2801925 0 -0.5706681512928509 0.24906 0 -0.5832672005554145 0.2179275 0 -0.5939702437622613 0.186795 0 -0.6028782701290121 0.1556625 0 -0.6100699153375784 0.12453 0 -0.6156053358230011 0.0933975 0 -0.6195289277144369 0.062265 0 -0.6218712004456791 0.0311325 0 -0.62265 1 0 0.62265 0.0 0.4 0.6218712004456791 0.0311325 0.4 0.6195289277144369 0.062265 0.4 0.6156053358230011 0.0933975 0.4 0.6100699153375784 0.12453 0.4 0.6028782701290121 0.1556625 0.4 0.5939702437622613 0.186795 0.4 0.5832672005554145 0.2179275 0.4 0.5706681512928509 0.24906 0.4 0.5560442297549271 0.2801925 0.4 0.5392307176663808 0.311325 0.4 0.520015272077417 0.3424575 0.4 0.49812000000000006 0.37359 0.4 0.47317303441103875 0.4047225 0.4 0.4446610411032206 0.435855 0.4 0.4118442634585919 0.4669875 0.4 0.37359000000000003 0.49812 0.4 0.3280012404606879 0.5292525 0.4 0.2714068427195601 0.560385 0.4 0.19442240018513812 0.5915175 0.4 0.0 0.62265 0.4 0 0.62265 0.4 -0.19442240018513812 0.5915175 0.4 -0.2714068427195601 0.560385 0.4 -0.3280012404606879 0.5292525 0.4 -0.37359000000000003 0.49812 0.4 -0.4118442634585919 0.4669875 0.4 -0.4446610411032206 0.435855 0.4 -0.47317303441103875 0.4047225 0.4 -0.49812000000000006 0.37359 0.4 -0.520015272077417 0.3424575 0.4 -0.5392307176663808 0.311325 0.4 -0.5560442297549271 0.2801925 0.4 -0.5706681512928509 0.24906 0.4 -0.5832672005554145 0.2179275 0.4 -0.5939702437622613 0.186795 0.4 -0.6028782701290121 0.1556625 0.4 -0.6100699153375784 0.12453 0.4 -0.6156053358230011 0.0933975 0.4 -0.6195289277144369 0.062265 0.4 -0.6218712004456791 0.0311325 0.4 -0.62265 0.0 0.4 0 0.62265 0 0.8 0.62265 0 0.8 0 0 0.62265 0 0 0.62265 0 0 0.62265 0 0 0 0.62265 0.4 0.8 0.62265 0.4 0.8 0 0.4 0.62265 0 0.4 0.62265 0 0.4 ) .
:Appearance_2_168_1_1_1_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_6_1_1 ;
  x3do:hasMaterial :SandStone_In1-USE-123 .
:SandStone_In1-USE-123 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_6_1_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:forma a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Decorazione ;
  x3do:hasChildren :Shape_2_168_1_1_1_7_1 ;
  x3do:DEF 'forma' ;
  x3do:translation ( 0.8555 0.459 -0.199 ) .
:Shape_2_168_1_1_1_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :forma ;
  x3do:hasGeometry :IndexedFaceSet_2_168_1_1_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_168_1_1_1_7_1_2 .
:IndexedFaceSet_2_168_1_1_1_7_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_168_1_1_1_7_1 ;
  x3do:hasCoord :Coordinate_2_168_1_1_1_7_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 -1 4 5 6 7 -1 1 2 6 5 -1 ) ;
  x3do:solid false .
:Coordinate_2_168_1_1_1_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_168_1_1_1_7_1_1 ;
  x3do:point ( 0 0.08 0 0.2 0 0 0.2 0.2 0 0 0.2 0 0 0.08 0.4 0.2 0 0.4 0.2 0.2 0.4 0 0.2 0.4 ) .
:Appearance_2_168_1_1_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_168_1_1_1_7_1 ;
  x3do:hasMaterial :SandStone_In1-USE-124 .
:SandStone_In1-USE-124 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_168_1_1_1_7_1_2 ;
  owl:sameAs :SandStone_In1 . # DEF matching this USE
:Transform_2_168_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-1 ;
  x3do:translation ( 0 0 -1 ) .
:Decoraz-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_2 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-2 ;
  x3do:translation ( 0 0 -2 ) .
:Decoraz-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_3 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-3 ;
  x3do:translation ( 0 0 -3 ) .
:Decoraz-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_4 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-4 ;
  x3do:translation ( 0 0 -4 ) .
:Decoraz-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_5 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-5 ;
  x3do:translation ( 0 0 -5 ) .
:Decoraz-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_6 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-6 ;
  x3do:translation ( 0 0 -6 ) .
:Decoraz-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_7 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-7 ;
  x3do:translation ( 0 0 -7 ) .
:Decoraz-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_8 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-8 ;
  x3do:translation ( 0 0 -8 ) .
:Decoraz-USE-8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_9 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-9 ;
  x3do:translation ( 0 0 -9 ) .
:Decoraz-USE-9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_10 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-10 ;
  x3do:translation ( 0 0 -10 ) .
:Decoraz-USE-10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_11 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-11 ;
  x3do:translation ( 0 0 -11 ) .
:Decoraz-USE-11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_12 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-12 ;
  x3do:translation ( 0 0 -12 ) .
:Decoraz-USE-12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_13 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-13 ;
  x3do:translation ( 0 0 -13 ) .
:Decoraz-USE-13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_14 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-14 ;
  x3do:translation ( 0 0 -14 ) .
:Decoraz-USE-14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_15 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-15 ;
  x3do:translation ( 0 0 -15 ) .
:Decoraz-USE-15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_16 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-16 ;
  x3do:translation ( 0 0 -16 ) .
:Decoraz-USE-16 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_17 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-17 ;
  x3do:translation ( 0 0 -17 ) .
:Decoraz-USE-17 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_18 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-18 ;
  x3do:translation ( 0 0 -18 ) .
:Decoraz-USE-18 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_19 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-19 ;
  x3do:translation ( 0 0 -19 ) .
:Decoraz-USE-19 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_20 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-20 ;
  x3do:translation ( 0 0 -20 ) .
:Decoraz-USE-20 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_21 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-21 ;
  x3do:translation ( 0 0 -21 ) .
:Decoraz-USE-21 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_22 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-22 ;
  x3do:translation ( 0 0 -22 ) .
:Decoraz-USE-22 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_23 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-23 ;
  x3do:translation ( 0 0 -23 ) .
:Decoraz-USE-23 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_24 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_25 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-24 ;
  x3do:translation ( 0 0 -24 ) .
:Decoraz-USE-24 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_25 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_26 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-25 ;
  x3do:translation ( 0 0 -25 ) .
:Decoraz-USE-25 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_26 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_27 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-26 ;
  x3do:translation ( 0 0 -26 ) .
:Decoraz-USE-26 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_27 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_28 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-27 ;
  x3do:translation ( 0 0 -27 ) .
:Decoraz-USE-27 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_28 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_29 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-28 ;
  x3do:translation ( 0 0 -28 ) .
:Decoraz-USE-28 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_29 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_30 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-29 ;
  x3do:translation ( 0 0 -29 ) .
:Decoraz-USE-29 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_30 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_1_31 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioM ;
  x3do:hasChildren :Decoraz-USE-30 ;
  x3do:translation ( 0 0 -30 ) .
:Decoraz-USE-30 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_1_31 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:DecorazioniDx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transetto1sx ;
  x3do:hasChildren :DecorazioM-USE-1 ;
  x3do:DEF 'DecorazioniDx' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 11.58 0 -30.41 ) .
:DecorazioM-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DecorazioniDx ;
  owl:sameAs :DecorazioM . # DEF matching this USE
:DecorazioTransetto a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto1sx ;
  x3do:hasChildren :DecorTransetto1DX ;
  x3do:DEF 'DecorazioTransetto' .
:DecorTransetto1DX a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorazioTransetto ;
  x3do:hasChildren :Transform_2_168_3_1_1, :Transform_2_168_3_1_2, :Transform_2_168_3_1_3, :Transform_2_168_3_1_4, :Transform_2_168_3_1_5, :Transform_2_168_3_1_6, :Transform_2_168_3_1_7 ;
  x3do:DEF 'DecorTransetto1DX' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 18 0 -28.95 ) .
:Transform_2_168_3_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-31 ;
  x3do:translation ( 0 0 -2 ) .
:Decoraz-USE-31 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_1 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-32 ;
  x3do:translation ( 0 0 -3 ) .
:Decoraz-USE-32 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_2 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-33 ;
  x3do:translation ( 0 0 -4 ) .
:Decoraz-USE-33 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_3 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-34 ;
  x3do:translation ( 0 0 -5 ) .
:Decoraz-USE-34 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_4 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-35 ;
  x3do:translation ( 0 0 -6 ) .
:Decoraz-USE-35 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_5 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-36 ;
  x3do:translation ( 0 0 -7 ) .
:Decoraz-USE-36 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_6 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transform_2_168_3_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DecorTransetto1DX ;
  x3do:hasChildren :Decoraz-USE-37 ;
  x3do:translation ( 0 0 -8 ) .
:Decoraz-USE-37 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_168_3_1_7 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:Transetto1dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-1 ;
  x3do:DEF 'Transetto1dx' ;
  x3do:translation ( -14.1 0 0 ) .
:DecorazioTransetto-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto1dx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Transetto3dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-2 ;
  x3do:DEF 'Transetto3dx' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 25.6 0 -69.6 ) .
:DecorazioTransetto-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto3dx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Transetto3sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-3 ;
  x3do:DEF 'Transetto3sx' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 11.65 0 -69.6 ) .
:DecorazioTransetto-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto3sx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Transetto2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-4 ;
  x3do:DEF 'Transetto2dx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 47.8 0 -22 ) .
:DecorazioTransetto-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto2dx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Transetto2sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-5 ;
  x3do:DEF 'Transetto2sx' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -36.3 0 -47.6 ) .
:DecorazioTransetto-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transetto2sx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Presbsx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-6 ;
  x3do:DEF 'Presbsx' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -28.88 0.025 -54.7 ) .
:DecorazioTransetto-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Presbsx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:Presbdx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DecorazioTransetto-USE-7 ;
  x3do:DEF 'Presbdx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 40.42 0.025 -29.1 ) .
:DecorazioTransetto-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Presbdx ;
  owl:sameAs :DecorazioTransetto . # DEF matching this USE
:DecSopp1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Decoraz-USE-38 ;
  x3do:DEF 'DecSopp1' ;
  x3do:scale ( 1.1 1 1 ) ;
  x3do:translation ( -0.25 -3.53 -6.12 ) .
:Decoraz-USE-38 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DecSopp1 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:DecSopp12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Decoraz-USE-39 ;
  x3do:DEF 'DecSopp12' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 1.1 1 1 ) ;
  x3do:translation ( 11.8 -3.53 -6.536 ) .
:Decoraz-USE-39 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DecSopp12 ;
  owl:sameAs :Decoraz . # DEF matching this USE
:QuadriDx a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :quadro0, :Quadro1, :Quadro2, :Quadro3, :Quadro4, :Quadro5, :Quadro6, :Quadro7, :quadro8, :quadro9, :quadro10 ;
  x3do:DEF 'QuadriDx' .
:quadro0 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :Shape_2_178_1_1 ;
  x3do:DEF 'quadro0' ;
  x3do:scale ( 1.1 1.1 1 ) ;
  x3do:translation ( 8.3 0.4 -4.25 ) .
:Shape_2_178_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro0 ;
  x3do:hasGeometry :Box_2_178_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_1_1_2 .
:Box_2_178_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_1_1 ;
  x3do:size ( 0.879 1.083 0.02 ) .
:Appearance_2_178_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_1_1 ;
  x3do:hasTexture :Picture1 ;
  x3do:hasTextureTransform :TextureTransform_2_178_1_1_2_2 .
:Picture1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_1_1_2 ;
  x3do:DEF 'Picture1' ;
  x3do:url '"images/Picture1.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture1.jpg"' .
:TextureTransform_2_178_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_1_1_2 .
:Quadro1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro1, :Sopra, :cr1, :cr2 ;
  x3do:DEF 'Quadro1' .
:quadro1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro1 ;
  x3do:hasChildren :Shape_2_178_2_1_1 ;
  x3do:DEF 'quadro1' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro1 ;
  x3do:hasGeometry :Box_2_178_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_2_1_1_2 .
:Box_2_178_2_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_2_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_2_1_1 ;
  x3do:hasTexture :Picture2 ;
  x3do:hasTextureTransform :TextureTransform_2_178_2_1_1_2_2 .
:Picture2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_2_1_1_2 ;
  x3do:DEF 'Picture2' ;
  x3do:url '"images/Picture2.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture2.jpg"' .
:TextureTransform_2_178_2_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_2_1_1_2 .
:Sopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro1 ;
  x3do:hasChildren :Shape_2_178_2_2_1 ;
  x3do:DEF 'Sopra' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra ;
  x3do:hasGeometry :Cylinder_2_178_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_2_2_1_2 .
:Cylinder_2_178_2_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_2_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_2_2_1 ;
  x3do:hasTexture :BrownTexture ;
  x3do:hasTextureTransform :TextureTransform_2_178_2_2_1_2_2 .
:BrownTexture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_2_2_1_2 ;
  x3do:DEF 'BrownTexture' ;
  x3do:url '"images/BrownTexture.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/BrownTexture.png"' .
:TextureTransform_2_178_2_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_2_2_1_2 .
:cr1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro1 ;
  x3do:hasChildren :Shape_2_178_2_3_1 ;
  x3do:DEF 'cr1' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr1 ;
  x3do:hasGeometry :Box_2_178_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_2_3_1_2 .
:Box_2_178_2_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_2_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_2_3_1 ;
  x3do:hasTexture :BrownTexture-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_178_2_3_1_2_2 .
:BrownTexture-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_2_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_2_3_1_2 .
:cr2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro1 ;
  x3do:hasChildren :Shape_2_178_2_4_1 ;
  x3do:DEF 'cr2' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr2 ;
  x3do:hasGeometry :Box_2_178_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_2_4_1_2 .
:Box_2_178_2_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_2_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_2_4_1 ;
  x3do:hasTexture :BrownTexture-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_178_2_4_1_2_2 .
:BrownTexture-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_2_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_2_4_1_2 .
:Quadro2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro2q, :Sopra2, :cr12, :cr22 ;
  x3do:DEF 'Quadro2' ;
  x3do:translation ( 0 0 -4.1 ) .
:quadro2q a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro2 ;
  x3do:hasChildren :Shape_2_178_3_1_1 ;
  x3do:DEF 'quadro2q' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro2q ;
  x3do:hasGeometry :Box_2_178_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_3_1_1_2 .
:Box_2_178_3_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_3_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_3_1_1 ;
  x3do:hasTexture :Picture3 ;
  x3do:hasTextureTransform :TextureTransform_2_178_3_1_1_2_2 .
:Picture3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_3_1_1_2 ;
  x3do:DEF 'Picture3' ;
  x3do:url '"images/Picture3.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture3.jpg"' .
:TextureTransform_2_178_3_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_3_1_1_2 .
:Sopra2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro2 ;
  x3do:hasChildren :Shape_2_178_3_2_1 ;
  x3do:DEF 'Sopra2' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra2 ;
  x3do:hasGeometry :Cylinder_2_178_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_3_2_1_2 .
:Cylinder_2_178_3_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_3_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_3_2_1 ;
  x3do:hasTexture :BrownTexture-USE-3 ;
  x3do:hasTextureTransform :TextureTransform_2_178_3_2_1_2_2 .
:BrownTexture-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_3_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_3_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_3_2_1_2 .
:cr12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro2 ;
  x3do:hasChildren :Shape_2_178_3_3_1 ;
  x3do:DEF 'cr12' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr12 ;
  x3do:hasGeometry :Box_2_178_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_3_3_1_2 .
:Box_2_178_3_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_3_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_3_3_1 ;
  x3do:hasTexture :BrownTexture-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_178_3_3_1_2_2 .
:BrownTexture-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_3_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_3_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_3_3_1_2 .
:cr22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro2 ;
  x3do:hasChildren :Shape_2_178_3_4_1 ;
  x3do:DEF 'cr22' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr22 ;
  x3do:hasGeometry :Box_2_178_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_3_4_1_2 .
:Box_2_178_3_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_3_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_3_4_1 ;
  x3do:hasTexture :BrownTexture-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_178_3_4_1_2_2 .
:BrownTexture-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_3_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_3_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_3_4_1_2 .
:Quadro3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro3, :Sopra3, :cr13, :cr23 ;
  x3do:DEF 'Quadro3' ;
  x3do:translation ( 0 0 -8.7 ) .
:quadro3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro3 ;
  x3do:hasChildren :Shape_2_178_4_1_1 ;
  x3do:DEF 'quadro3' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro3 ;
  x3do:hasGeometry :Box_2_178_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_4_1_1_2 .
:Box_2_178_4_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_4_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_4_1_1 ;
  x3do:hasTexture :Picture4 ;
  x3do:hasTextureTransform :TextureTransform_2_178_4_1_1_2_2 .
:Picture4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_4_1_1_2 ;
  x3do:DEF 'Picture4' ;
  x3do:url '"images/Picture4.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture4.jpg"' .
:TextureTransform_2_178_4_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_4_1_1_2 .
:Sopra3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro3 ;
  x3do:hasChildren :Shape_2_178_4_2_1 ;
  x3do:DEF 'Sopra3' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra3 ;
  x3do:hasGeometry :Cylinder_2_178_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_4_2_1_2 .
:Cylinder_2_178_4_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_4_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_4_2_1 ;
  x3do:hasTexture :BrownTexture-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_178_4_2_1_2_2 .
:BrownTexture-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_4_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_4_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_4_2_1_2 .
:cr13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro3 ;
  x3do:hasChildren :Shape_2_178_4_3_1 ;
  x3do:DEF 'cr13' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_4_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr13 ;
  x3do:hasGeometry :Box_2_178_4_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_4_3_1_2 .
:Box_2_178_4_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_4_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_4_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_4_3_1 ;
  x3do:hasTexture :BrownTexture-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_178_4_3_1_2_2 .
:BrownTexture-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_4_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_4_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_4_3_1_2 .
:cr23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro3 ;
  x3do:hasChildren :Shape_2_178_4_4_1 ;
  x3do:DEF 'cr23' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_4_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr23 ;
  x3do:hasGeometry :Box_2_178_4_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_4_4_1_2 .
:Box_2_178_4_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_4_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_4_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_4_4_1 ;
  x3do:hasTexture :BrownTexture-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_178_4_4_1_2_2 .
:BrownTexture-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_4_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_4_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_4_4_1_2 .
:Quadro4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro4, :Sopra4, :cr14, :cr24 ;
  x3do:DEF 'Quadro4' ;
  x3do:translation ( 0 0 -10.75 ) .
:quadro4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro4 ;
  x3do:hasChildren :Shape_2_178_5_1_1 ;
  x3do:DEF 'quadro4' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro4 ;
  x3do:hasGeometry :Box_2_178_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_5_1_1_2 .
:Box_2_178_5_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_5_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_5_1_1 ;
  x3do:hasTexture :Picture5 ;
  x3do:hasTextureTransform :TextureTransform_2_178_5_1_1_2_2 .
:Picture5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_5_1_1_2 ;
  x3do:DEF 'Picture5' ;
  x3do:url '"images/Picture5.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture5.jpg"' .
:TextureTransform_2_178_5_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_5_1_1_2 .
:Sopra4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro4 ;
  x3do:hasChildren :Shape_2_178_5_2_1 ;
  x3do:DEF 'Sopra4' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra4 ;
  x3do:hasGeometry :Cylinder_2_178_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_5_2_1_2 .
:Cylinder_2_178_5_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_5_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_5_2_1 ;
  x3do:hasTexture :BrownTexture-USE-9 ;
  x3do:hasTextureTransform :TextureTransform_2_178_5_2_1_2_2 .
:BrownTexture-USE-9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_5_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_5_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_5_2_1_2 .
:cr14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro4 ;
  x3do:hasChildren :Shape_2_178_5_3_1 ;
  x3do:DEF 'cr14' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr14 ;
  x3do:hasGeometry :Box_2_178_5_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_5_3_1_2 .
:Box_2_178_5_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_5_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_5_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_5_3_1 ;
  x3do:hasTexture :BrownTexture-USE-10 ;
  x3do:hasTextureTransform :TextureTransform_2_178_5_3_1_2_2 .
:BrownTexture-USE-10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_5_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_5_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_5_3_1_2 .
:cr24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro4 ;
  x3do:hasChildren :Shape_2_178_5_4_1 ;
  x3do:DEF 'cr24' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr24 ;
  x3do:hasGeometry :Box_2_178_5_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_5_4_1_2 .
:Box_2_178_5_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_5_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_5_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_5_4_1 ;
  x3do:hasTexture :BrownTexture-USE-11 ;
  x3do:hasTextureTransform :TextureTransform_2_178_5_4_1_2_2 .
:BrownTexture-USE-11 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_5_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_5_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_5_4_1_2 .
:Quadro5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro5, :Sopra5, :cr15, :cr25 ;
  x3do:DEF 'Quadro5' ;
  x3do:translation ( -0.02 0 -12.8 ) .
:quadro5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro5 ;
  x3do:hasChildren :Shape_2_178_6_1_1 ;
  x3do:DEF 'quadro5' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro5 ;
  x3do:hasGeometry :Box_2_178_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_6_1_1_2 .
:Box_2_178_6_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_6_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_6_1_1 ;
  x3do:hasTexture :Picture6 ;
  x3do:hasTextureTransform :TextureTransform_2_178_6_1_1_2_2 .
:Picture6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_6_1_1_2 ;
  x3do:DEF 'Picture6' ;
  x3do:url '"images/Picture6.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture6.jpg"' .
:TextureTransform_2_178_6_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_6_1_1_2 .
:Sopra5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro5 ;
  x3do:hasChildren :Shape_2_178_6_2_1 ;
  x3do:DEF 'Sopra5' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra5 ;
  x3do:hasGeometry :Cylinder_2_178_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_6_2_1_2 .
:Cylinder_2_178_6_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_6_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_6_2_1 ;
  x3do:hasTexture :BrownTexture-USE-12 ;
  x3do:hasTextureTransform :TextureTransform_2_178_6_2_1_2_2 .
:BrownTexture-USE-12 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_6_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_6_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_6_2_1_2 .
:cr15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro5 ;
  x3do:hasChildren :Shape_2_178_6_3_1 ;
  x3do:DEF 'cr15' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr15 ;
  x3do:hasGeometry :Box_2_178_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_6_3_1_2 .
:Box_2_178_6_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_6_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_6_3_1 ;
  x3do:hasTexture :BrownTexture-USE-13 ;
  x3do:hasTextureTransform :TextureTransform_2_178_6_3_1_2_2 .
:BrownTexture-USE-13 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_6_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_6_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_6_3_1_2 .
:cr25 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro5 ;
  x3do:hasChildren :Shape_2_178_6_4_1 ;
  x3do:DEF 'cr25' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr25 ;
  x3do:hasGeometry :Box_2_178_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_6_4_1_2 .
:Box_2_178_6_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_6_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_6_4_1 ;
  x3do:hasTexture :BrownTexture-USE-14 ;
  x3do:hasTextureTransform :TextureTransform_2_178_6_4_1_2_2 .
:BrownTexture-USE-14 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_6_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_6_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_6_4_1_2 .
:Quadro6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro6, :Sopra6, :cr16, :cr26 ;
  x3do:DEF 'Quadro6' ;
  x3do:translation ( -0.02 0 -17.5 ) .
:quadro6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro6 ;
  x3do:hasChildren :Shape_2_178_7_1_1 ;
  x3do:DEF 'quadro6' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro6 ;
  x3do:hasGeometry :Box_2_178_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_7_1_1_2 .
:Box_2_178_7_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_7_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_7_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_7_1_1 ;
  x3do:hasTexture :Picture7 ;
  x3do:hasTextureTransform :TextureTransform_2_178_7_1_1_2_2 .
:Picture7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_7_1_1_2 ;
  x3do:DEF 'Picture7' ;
  x3do:url '"images/Picture7.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture7.jpg"' .
:TextureTransform_2_178_7_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_7_1_1_2 .
:Sopra6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro6 ;
  x3do:hasChildren :Shape_2_178_7_2_1 ;
  x3do:DEF 'Sopra6' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra6 ;
  x3do:hasGeometry :Cylinder_2_178_7_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_7_2_1_2 .
:Cylinder_2_178_7_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_7_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_7_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_7_2_1 ;
  x3do:hasTexture :BrownTexture-USE-15 ;
  x3do:hasTextureTransform :TextureTransform_2_178_7_2_1_2_2 .
:BrownTexture-USE-15 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_7_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_7_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_7_2_1_2 .
:cr16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro6 ;
  x3do:hasChildren :Shape_2_178_7_3_1 ;
  x3do:DEF 'cr16' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr16 ;
  x3do:hasGeometry :Box_2_178_7_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_7_3_1_2 .
:Box_2_178_7_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_7_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_7_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_7_3_1 ;
  x3do:hasTexture :BrownTexture-USE-16 ;
  x3do:hasTextureTransform :TextureTransform_2_178_7_3_1_2_2 .
:BrownTexture-USE-16 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_7_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_7_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_7_3_1_2 .
:cr26 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro6 ;
  x3do:hasChildren :Shape_2_178_7_4_1 ;
  x3do:DEF 'cr26' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_7_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr26 ;
  x3do:hasGeometry :Box_2_178_7_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_7_4_1_2 .
:Box_2_178_7_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_7_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_7_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_7_4_1 ;
  x3do:hasTexture :BrownTexture-USE-17 ;
  x3do:hasTextureTransform :TextureTransform_2_178_7_4_1_2_2 .
:BrownTexture-USE-17 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_7_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_7_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_7_4_1_2 .
:Quadro7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :quadro7, :Sopra7, :cr17, :cr27 ;
  x3do:DEF 'Quadro7' ;
  x3do:translation ( -0.02 0 -19.3 ) .
:quadro7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro7 ;
  x3do:hasChildren :Shape_2_178_8_1_1 ;
  x3do:DEF 'quadro7' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_178_8_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro7 ;
  x3do:hasGeometry :Box_2_178_8_1_1_1 ;
  x3do:hasAppearance :Appearance_2_178_8_1_1_2 .
:Box_2_178_8_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_8_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_178_8_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_8_1_1 ;
  x3do:hasTexture :Picture8 ;
  x3do:hasTextureTransform :TextureTransform_2_178_8_1_1_2_2 .
:Picture8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_8_1_1_2 ;
  x3do:DEF 'Picture8' ;
  x3do:url '"images/Picture8.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture8.jpg"' .
:TextureTransform_2_178_8_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_8_1_1_2 .
:Sopra7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro7 ;
  x3do:hasChildren :Shape_2_178_8_2_1 ;
  x3do:DEF 'Sopra7' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.37 1.55 -10.6 ) .
:Shape_2_178_8_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra7 ;
  x3do:hasGeometry :Cylinder_2_178_8_2_1_1 ;
  x3do:hasAppearance :Appearance_2_178_8_2_1_2 .
:Cylinder_2_178_8_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_178_8_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_178_8_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_8_2_1 ;
  x3do:hasTexture :BrownTexture-USE-18 ;
  x3do:hasTextureTransform :TextureTransform_2_178_8_2_1_2_2 .
:BrownTexture-USE-18 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_8_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_8_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_8_2_1_2 .
:cr17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro7 ;
  x3do:hasChildren :Shape_2_178_8_3_1 ;
  x3do:DEF 'cr17' ;
  x3do:translation ( 9.37 1.85 -10.6 ) .
:Shape_2_178_8_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr17 ;
  x3do:hasGeometry :Box_2_178_8_3_1_1 ;
  x3do:hasAppearance :Appearance_2_178_8_3_1_2 .
:Box_2_178_8_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_8_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_178_8_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_8_3_1 ;
  x3do:hasTexture :BrownTexture-USE-19 ;
  x3do:hasTextureTransform :TextureTransform_2_178_8_3_1_2_2 .
:BrownTexture-USE-19 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_8_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_8_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_8_3_1_2 .
:cr27 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro7 ;
  x3do:hasChildren :Shape_2_178_8_4_1 ;
  x3do:DEF 'cr27' ;
  x3do:translation ( 9.37 1.9 -10.6 ) .
:Shape_2_178_8_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr27 ;
  x3do:hasGeometry :Box_2_178_8_4_1_1 ;
  x3do:hasAppearance :Appearance_2_178_8_4_1_2 .
:Box_2_178_8_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_8_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_178_8_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_8_4_1 ;
  x3do:hasTexture :BrownTexture-USE-20 ;
  x3do:hasTextureTransform :TextureTransform_2_178_8_4_1_2_2 .
:BrownTexture-USE-20 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_8_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_178_8_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_8_4_1_2 .
:quadro8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :Shape_2_178_9_1 ;
  x3do:DEF 'quadro8' ;
  x3do:scale ( 1.3 1.3 1 ) ;
  x3do:translation ( 11.34 1 -31.3 ) .
:Shape_2_178_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro8 ;
  x3do:hasGeometry :Box_2_178_9_1_1 ;
  x3do:hasAppearance :Appearance_2_178_9_1_2 .
:Box_2_178_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_9_1 ;
  x3do:size ( 1.05 0.879 0.02 ) .
:Appearance_2_178_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_9_1 ;
  x3do:hasTexture :Picture9 ;
  x3do:hasTextureTransform :TextureTransform_2_178_9_1_2_2 .
:Picture9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_9_1_2 ;
  x3do:DEF 'Picture9' ;
  x3do:url '"images/Picture9.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture9.jpg"' .
:TextureTransform_2_178_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_9_1_2 .
:quadro9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :Shape_2_178_10_1 ;
  x3do:DEF 'quadro9' ;
  x3do:scale ( 1.3 1.3 1 ) ;
  x3do:translation ( 14.1 2 -31.19 ) .
:Shape_2_178_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro9 ;
  x3do:hasGeometry :Box_2_178_10_1_1 ;
  x3do:hasAppearance :Appearance_2_178_10_1_2 .
:Box_2_178_10_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_10_1 ;
  x3do:size ( 0.929 1.521 0.02 ) .
:Appearance_2_178_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_10_1 ;
  x3do:hasTexture :Picture10 ;
  x3do:hasTextureTransform :TextureTransform_2_178_10_1_2_2 .
:Picture10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_10_1_2 ;
  x3do:DEF 'Picture10' ;
  x3do:url '"images/Picture10.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture10.png"' .
:TextureTransform_2_178_10_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_10_1_2 .
:quadro10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriDx ;
  x3do:hasChildren :Shape_2_178_11_1 ;
  x3do:DEF 'quadro10' ;
  x3do:scale ( 1.3 1.3 1 ) ;
  x3do:translation ( 16.7 1 -37.35 ) .
:Shape_2_178_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro10 ;
  x3do:hasGeometry :Box_2_178_11_1_1 ;
  x3do:hasAppearance :Appearance_2_178_11_1_2 .
:Box_2_178_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_178_11_1 ;
  x3do:size ( 0.02 1.1 0.909 ) .
:Appearance_2_178_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_178_11_1 ;
  x3do:hasTexture :Picture11 ;
  x3do:hasTextureTransform :TextureTransform_2_178_11_1_2_2 .
:Picture11 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_178_11_1_2 ;
  x3do:DEF 'Picture11' ;
  x3do:url '"images/Picture11.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture11.jpg"' .
:TextureTransform_2_178_11_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_178_11_1_2 .
:QuadriSx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Quadro11, :Quadro212, :Quadro13, :Quadro14, :Quadro15, :Quadro16, :Quadro17, :quadro18, :quadro19, :quadro20, :quadro21 ;
  x3do:DEF 'QuadriSx' ;
  x3do:translation ( -7.16 0 0 ) .
:Quadro11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro11, :Sopra11, :cr11, :cr211 ;
  x3do:DEF 'Quadro11' .
:quadro11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro11 ;
  x3do:hasChildren :Shape_2_179_1_1_1 ;
  x3do:DEF 'quadro11' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro11 ;
  x3do:hasGeometry :Box_2_179_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_1_1_1_2 .
:Box_2_179_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_1_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_1_1_1 ;
  x3do:hasTexture :Picture12 ;
  x3do:hasTextureTransform :TextureTransform_2_179_1_1_1_2_2 .
:Picture12 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_1_1_1_2 ;
  x3do:DEF 'Picture12' ;
  x3do:url '"images/Picture12.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture12.jpg"' .
:TextureTransform_2_179_1_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_1_1_1_2 .
:Sopra11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro11 ;
  x3do:hasChildren :Shape_2_179_1_2_1 ;
  x3do:DEF 'Sopra11' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra11 ;
  x3do:hasGeometry :Cylinder_2_179_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_1_2_1_2 .
:Cylinder_2_179_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_1_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_1_2_1 ;
  x3do:hasTexture :BrownTexture-USE-21 ;
  x3do:hasTextureTransform :TextureTransform_2_179_1_2_1_2_2 .
:BrownTexture-USE-21 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_1_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_1_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_1_2_1_2 .
:cr11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro11 ;
  x3do:hasChildren :Shape_2_179_1_3_1 ;
  x3do:DEF 'cr11' ;
  x3do:translation ( 9.35 1.85 -10.6 ) .
:Shape_2_179_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr11 ;
  x3do:hasGeometry :Box_2_179_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_1_3_1_2 .
:Box_2_179_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_1_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_1_3_1 ;
  x3do:hasTexture :BrownTexture-USE-22 ;
  x3do:hasTextureTransform :TextureTransform_2_179_1_3_1_2_2 .
:BrownTexture-USE-22 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_1_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_1_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_1_3_1_2 .
:cr211 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro11 ;
  x3do:hasChildren :Shape_2_179_1_4_1 ;
  x3do:DEF 'cr211' ;
  x3do:translation ( 9.35 1.9 -10.6 ) .
:Shape_2_179_1_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr211 ;
  x3do:hasGeometry :Box_2_179_1_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_1_4_1_2 .
:Box_2_179_1_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_1_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_1_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_1_4_1 ;
  x3do:hasTexture :BrownTexture-USE-23 ;
  x3do:hasTextureTransform :TextureTransform_2_179_1_4_1_2_2 .
:BrownTexture-USE-23 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_1_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_1_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_1_4_1_2 .
:Quadro212 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro2, :Sopra12, :cr112, :cr212 ;
  x3do:DEF 'Quadro212' ;
  x3do:translation ( 0 0 -4.1 ) .
:quadro2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro212 ;
  x3do:hasChildren :Shape_2_179_2_1_1 ;
  x3do:DEF 'quadro2' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro2 ;
  x3do:hasGeometry :Box_2_179_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_2_1_1_2 .
:Box_2_179_2_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_2_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_2_1_1 ;
  x3do:hasTexture :Picture13 ;
  x3do:hasTextureTransform :TextureTransform_2_179_2_1_1_2_2 .
:Picture13 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_2_1_1_2 ;
  x3do:DEF 'Picture13' ;
  x3do:url '"images/Picture13.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture13.jpg"' .
:TextureTransform_2_179_2_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_2_1_1_2 .
:Sopra12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro212 ;
  x3do:hasChildren :Shape_2_179_2_2_1 ;
  x3do:DEF 'Sopra12' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra12 ;
  x3do:hasGeometry :Cylinder_2_179_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_2_2_1_2 .
:Cylinder_2_179_2_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_2_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_2_2_1 ;
  x3do:hasTexture :BrownTexture-USE-24 ;
  x3do:hasTextureTransform :TextureTransform_2_179_2_2_1_2_2 .
:BrownTexture-USE-24 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_2_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_2_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_2_2_1_2 .
:cr112 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro212 ;
  x3do:hasChildren :Shape_2_179_2_3_1 ;
  x3do:DEF 'cr112' ;
  x3do:translation ( 9.35 1.85 -10.6 ) .
:Shape_2_179_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr112 ;
  x3do:hasGeometry :Box_2_179_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_2_3_1_2 .
:Box_2_179_2_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_2_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_2_3_1 ;
  x3do:hasTexture :BrownTexture-USE-25 ;
  x3do:hasTextureTransform :TextureTransform_2_179_2_3_1_2_2 .
:BrownTexture-USE-25 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_2_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_2_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_2_3_1_2 .
:cr212 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro212 ;
  x3do:hasChildren :Shape_2_179_2_4_1 ;
  x3do:DEF 'cr212' ;
  x3do:translation ( 9.35 1.9 -10.6 ) .
:Shape_2_179_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr212 ;
  x3do:hasGeometry :Box_2_179_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_2_4_1_2 .
:Box_2_179_2_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_2_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_2_4_1 ;
  x3do:hasTexture :BrownTexture-USE-26 ;
  x3do:hasTextureTransform :TextureTransform_2_179_2_4_1_2_2 .
:BrownTexture-USE-26 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_2_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_2_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_2_4_1_2 .
:Quadro13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro13, :Sopra13, :cr113, :cr213 ;
  x3do:DEF 'Quadro13' ;
  x3do:translation ( 0 0 -8.7 ) .
:quadro13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro13 ;
  x3do:hasChildren :Shape_2_179_3_1_1 ;
  x3do:DEF 'quadro13' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro13 ;
  x3do:hasGeometry :Box_2_179_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_3_1_1_2 .
:Box_2_179_3_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_3_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_3_1_1 ;
  x3do:hasTexture :Picture14 ;
  x3do:hasTextureTransform :TextureTransform_2_179_3_1_1_2_2 .
:Picture14 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_3_1_1_2 ;
  x3do:DEF 'Picture14' ;
  x3do:url '"images/Picture14.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture14.jpg"' .
:TextureTransform_2_179_3_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_3_1_1_2 .
:Sopra13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro13 ;
  x3do:hasChildren :Shape_2_179_3_2_1 ;
  x3do:DEF 'Sopra13' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra13 ;
  x3do:hasGeometry :Cylinder_2_179_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_3_2_1_2 .
:Cylinder_2_179_3_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_3_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_3_2_1 ;
  x3do:hasTexture :BrownTexture-USE-27 ;
  x3do:hasTextureTransform :TextureTransform_2_179_3_2_1_2_2 .
:BrownTexture-USE-27 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_3_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_3_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_3_2_1_2 .
:cr113 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro13 ;
  x3do:hasChildren :Shape_2_179_3_3_1 ;
  x3do:DEF 'cr113' ;
  x3do:translation ( 9.35 1.85 -10.6 ) .
:Shape_2_179_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr113 ;
  x3do:hasGeometry :Box_2_179_3_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_3_3_1_2 .
:Box_2_179_3_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_3_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_3_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_3_3_1 ;
  x3do:hasTexture :BrownTexture-USE-28 ;
  x3do:hasTextureTransform :TextureTransform_2_179_3_3_1_2_2 .
:BrownTexture-USE-28 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_3_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_3_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_3_3_1_2 .
:cr213 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro13 ;
  x3do:hasChildren :Shape_2_179_3_4_1 ;
  x3do:DEF 'cr213' ;
  x3do:translation ( 9.35 1.9 -10.6 ) .
:Shape_2_179_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr213 ;
  x3do:hasGeometry :Box_2_179_3_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_3_4_1_2 .
:Box_2_179_3_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_3_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_3_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_3_4_1 ;
  x3do:hasTexture :BrownTexture-USE-29 ;
  x3do:hasTextureTransform :TextureTransform_2_179_3_4_1_2_2 .
:BrownTexture-USE-29 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_3_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_3_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_3_4_1_2 .
:Quadro14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro14, :Sopra14, :cr114, :cr214 ;
  x3do:DEF 'Quadro14' ;
  x3do:translation ( 0 0 -10.75 ) .
:quadro14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro14 ;
  x3do:hasChildren :Shape_2_179_4_1_1 ;
  x3do:DEF 'quadro14' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro14 ;
  x3do:hasGeometry :Box_2_179_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_4_1_1_2 .
:Box_2_179_4_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_4_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_4_1_1 ;
  x3do:hasTexture :Picture15 ;
  x3do:hasTextureTransform :TextureTransform_2_179_4_1_1_2_2 .
:Picture15 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_4_1_1_2 ;
  x3do:DEF 'Picture15' ;
  x3do:url '"images/Picture15.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture15.jpg"' .
:TextureTransform_2_179_4_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_4_1_1_2 .
:Sopra14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro14 ;
  x3do:hasChildren :Shape_2_179_4_2_1 ;
  x3do:DEF 'Sopra14' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra14 ;
  x3do:hasGeometry :Cylinder_2_179_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_4_2_1_2 .
:Cylinder_2_179_4_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_4_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_4_2_1 ;
  x3do:hasTexture :BrownTexture-USE-30 ;
  x3do:hasTextureTransform :TextureTransform_2_179_4_2_1_2_2 .
:BrownTexture-USE-30 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_4_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_4_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_4_2_1_2 .
:cr114 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro14 ;
  x3do:hasChildren :Shape_2_179_4_3_1 ;
  x3do:DEF 'cr114' ;
  x3do:translation ( 9.35 1.85 -10.6 ) .
:Shape_2_179_4_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr114 ;
  x3do:hasGeometry :Box_2_179_4_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_4_3_1_2 .
:Box_2_179_4_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_4_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_4_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_4_3_1 ;
  x3do:hasTexture :BrownTexture-USE-31 ;
  x3do:hasTextureTransform :TextureTransform_2_179_4_3_1_2_2 .
:BrownTexture-USE-31 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_4_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_4_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_4_3_1_2 .
:cr214 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro14 ;
  x3do:hasChildren :Shape_2_179_4_4_1 ;
  x3do:DEF 'cr214' ;
  x3do:translation ( 9.35 1.9 -10.6 ) .
:Shape_2_179_4_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr214 ;
  x3do:hasGeometry :Box_2_179_4_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_4_4_1_2 .
:Box_2_179_4_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_4_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_4_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_4_4_1 ;
  x3do:hasTexture :BrownTexture-USE-32 ;
  x3do:hasTextureTransform :TextureTransform_2_179_4_4_1_2_2 .
:BrownTexture-USE-32 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_4_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_4_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_4_4_1_2 .
:Quadro15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro15, :Sopra15, :cr115, :cr215 ;
  x3do:DEF 'Quadro15' ;
  x3do:translation ( -0.02 0 -12.8 ) .
:quadro15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro15 ;
  x3do:hasChildren :Shape_2_179_5_1_1 ;
  x3do:DEF 'quadro15' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro15 ;
  x3do:hasGeometry :Box_2_179_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_5_1_1_2 .
:Box_2_179_5_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_5_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_5_1_1 ;
  x3do:hasTexture :Picture16 ;
  x3do:hasTextureTransform :TextureTransform_2_179_5_1_1_2_2 .
:Picture16 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_5_1_1_2 ;
  x3do:DEF 'Picture16' ;
  x3do:url '"images/Picture16.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture16.jpg"' .
:TextureTransform_2_179_5_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_5_1_1_2 .
:Sopra15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro15 ;
  x3do:hasChildren :Shape_2_179_5_2_1 ;
  x3do:DEF 'Sopra15' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.355 1.55 -10.6 ) .
:Shape_2_179_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra15 ;
  x3do:hasGeometry :Cylinder_2_179_5_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_5_2_1_2 .
:Cylinder_2_179_5_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_5_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_5_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_5_2_1 ;
  x3do:hasTexture :BrownTexture-USE-33 ;
  x3do:hasTextureTransform :TextureTransform_2_179_5_2_1_2_2 .
:BrownTexture-USE-33 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_5_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_5_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_5_2_1_2 .
:cr115 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro15 ;
  x3do:hasChildren :Shape_2_179_5_3_1 ;
  x3do:DEF 'cr115' ;
  x3do:translation ( 9.36 1.85 -10.6 ) .
:Shape_2_179_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr115 ;
  x3do:hasGeometry :Box_2_179_5_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_5_3_1_2 .
:Box_2_179_5_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_5_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_5_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_5_3_1 ;
  x3do:hasTexture :BrownTexture-USE-34 ;
  x3do:hasTextureTransform :TextureTransform_2_179_5_3_1_2_2 .
:BrownTexture-USE-34 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_5_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_5_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_5_3_1_2 .
:cr215 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro15 ;
  x3do:hasChildren :Shape_2_179_5_4_1 ;
  x3do:DEF 'cr215' ;
  x3do:translation ( 9.36 1.9 -10.6 ) .
:Shape_2_179_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr215 ;
  x3do:hasGeometry :Box_2_179_5_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_5_4_1_2 .
:Box_2_179_5_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_5_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_5_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_5_4_1 ;
  x3do:hasTexture :BrownTexture-USE-35 ;
  x3do:hasTextureTransform :TextureTransform_2_179_5_4_1_2_2 .
:BrownTexture-USE-35 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_5_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_5_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_5_4_1_2 .
:Quadro16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro16, :Sopra16, :cr116, :cr216 ;
  x3do:DEF 'Quadro16' ;
  x3do:translation ( -0.02 0 -17.5 ) .
:quadro16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro16 ;
  x3do:hasChildren :Shape_2_179_6_1_1 ;
  x3do:DEF 'quadro16' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro16 ;
  x3do:hasGeometry :Box_2_179_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_6_1_1_2 .
:Box_2_179_6_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_6_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_6_1_1 ;
  x3do:hasTexture :Picture17 ;
  x3do:hasTextureTransform :TextureTransform_2_179_6_1_1_2_2 .
:Picture17 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_6_1_1_2 ;
  x3do:DEF 'Picture17' ;
  x3do:url '"images/Picture17.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture17.jpg"' .
:TextureTransform_2_179_6_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_6_1_1_2 .
:Sopra16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro16 ;
  x3do:hasChildren :Shape_2_179_6_2_1 ;
  x3do:DEF 'Sopra16' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra16 ;
  x3do:hasGeometry :Cylinder_2_179_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_6_2_1_2 .
:Cylinder_2_179_6_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_6_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_6_2_1 ;
  x3do:hasTexture :BrownTexture-USE-36 ;
  x3do:hasTextureTransform :TextureTransform_2_179_6_2_1_2_2 .
:BrownTexture-USE-36 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_6_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_6_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_6_2_1_2 .
:cr116 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro16 ;
  x3do:hasChildren :Shape_2_179_6_3_1 ;
  x3do:DEF 'cr116' ;
  x3do:translation ( 9.36 1.85 -10.6 ) .
:Shape_2_179_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr116 ;
  x3do:hasGeometry :Box_2_179_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_6_3_1_2 .
:Box_2_179_6_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_6_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_6_3_1 ;
  x3do:hasTexture :BrownTexture-USE-37 ;
  x3do:hasTextureTransform :TextureTransform_2_179_6_3_1_2_2 .
:BrownTexture-USE-37 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_6_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_6_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_6_3_1_2 .
:cr216 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro16 ;
  x3do:hasChildren :Shape_2_179_6_4_1 ;
  x3do:DEF 'cr216' ;
  x3do:translation ( 9.36 1.9 -10.6 ) .
:Shape_2_179_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr216 ;
  x3do:hasGeometry :Box_2_179_6_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_6_4_1_2 .
:Box_2_179_6_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_6_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_6_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_6_4_1 ;
  x3do:hasTexture :BrownTexture-USE-38 ;
  x3do:hasTextureTransform :TextureTransform_2_179_6_4_1_2_2 .
:BrownTexture-USE-38 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_6_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_6_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_6_4_1_2 .
:Quadro17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :quadro17, :Sopra17, :cr117, :cr217 ;
  x3do:DEF 'Quadro17' ;
  x3do:translation ( -0.02 0 -19.3 ) .
:quadro17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro17 ;
  x3do:hasChildren :Shape_2_179_7_1_1 ;
  x3do:DEF 'quadro17' ;
  x3do:translation ( 9.36 1 -10.6 ) .
:Shape_2_179_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro17 ;
  x3do:hasGeometry :Box_2_179_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_179_7_1_1_2 .
:Box_2_179_7_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_7_1_1 ;
  x3do:size ( 0.02 1.245 0.984 ) .
:Appearance_2_179_7_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_7_1_1 ;
  x3do:hasTexture :Picture18 ;
  x3do:hasTextureTransform :TextureTransform_2_179_7_1_1_2_2 .
:Picture18 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_7_1_1_2 ;
  x3do:DEF 'Picture18' ;
  x3do:url '"images/Picture18.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture18.jpg"' .
:TextureTransform_2_179_7_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_7_1_1_2 .
:Sopra17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro17 ;
  x3do:hasChildren :Shape_2_179_7_2_1 ;
  x3do:DEF 'Sopra17' ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 9.35 1.55 -10.6 ) .
:Shape_2_179_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Sopra17 ;
  x3do:hasGeometry :Cylinder_2_179_7_2_1_1 ;
  x3do:hasAppearance :Appearance_2_179_7_2_1_2 .
:Cylinder_2_179_7_2_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_179_7_2_1 ;
  x3do:height 0.02 ;
  x3do:radius 0.2 .
:Appearance_2_179_7_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_7_2_1 ;
  x3do:hasTexture :BrownTexture-USE-39 ;
  x3do:hasTextureTransform :TextureTransform_2_179_7_2_1_2_2 .
:BrownTexture-USE-39 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_7_2_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_7_2_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_7_2_1_2 .
:cr117 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro17 ;
  x3do:hasChildren :Shape_2_179_7_3_1 ;
  x3do:DEF 'cr117' ;
  x3do:translation ( 9.35 1.85 -10.6 ) .
:Shape_2_179_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr117 ;
  x3do:hasGeometry :Box_2_179_7_3_1_1 ;
  x3do:hasAppearance :Appearance_2_179_7_3_1_2 .
:Box_2_179_7_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_7_3_1 ;
  x3do:size ( 0.015 0.2 0.02 ) .
:Appearance_2_179_7_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_7_3_1 ;
  x3do:hasTexture :BrownTexture-USE-40 ;
  x3do:hasTextureTransform :TextureTransform_2_179_7_3_1_2_2 .
:BrownTexture-USE-40 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_7_3_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_7_3_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_7_3_1_2 .
:cr217 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Quadro17 ;
  x3do:hasChildren :Shape_2_179_7_4_1 ;
  x3do:DEF 'cr217' ;
  x3do:translation ( 9.35 1.9 -10.6 ) .
:Shape_2_179_7_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :cr217 ;
  x3do:hasGeometry :Box_2_179_7_4_1_1 ;
  x3do:hasAppearance :Appearance_2_179_7_4_1_2 .
:Box_2_179_7_4_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_7_4_1 ;
  x3do:size ( 0.015 0.02 0.1 ) .
:Appearance_2_179_7_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_7_4_1 ;
  x3do:hasTexture :BrownTexture-USE-41 ;
  x3do:hasTextureTransform :TextureTransform_2_179_7_4_1_2_2 .
:BrownTexture-USE-41 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_7_4_1_2 ;
  owl:sameAs :BrownTexture . # DEF matching this USE
:TextureTransform_2_179_7_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_7_4_1_2 .
:quadro18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :Shape_2_179_8_1 ;
  x3do:DEF 'quadro18' ;
  x3do:translation ( 8 1 -31.16 ) .
:Shape_2_179_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro18 ;
  x3do:hasGeometry :Box_2_179_8_1_1 ;
  x3do:hasAppearance :Appearance_2_179_8_1_2 .
:Box_2_179_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_8_1 ;
  x3do:size ( 1.05 0.879 0.02 ) .
:Appearance_2_179_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_8_1 ;
  x3do:hasTexture :Picture19 ;
  x3do:hasTextureTransform :TextureTransform_2_179_8_1_2_2 .
:Picture19 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_8_1_2 ;
  x3do:DEF 'Picture19' ;
  x3do:url '"images/Picture19.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture19.jpg"' .
:TextureTransform_2_179_8_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_8_1_2 .
:quadro19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :Shape_2_179_9_1 ;
  x3do:DEF 'quadro19' ;
  x3do:scale ( 1.3 1.3 1 ) ;
  x3do:translation ( 5.8 2 -31.18 ) .
:Shape_2_179_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro19 ;
  x3do:hasGeometry :Box_2_179_9_1_1 ;
  x3do:hasAppearance :Appearance_2_179_9_1_2 .
:Box_2_179_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_9_1 ;
  x3do:size ( 0.929 1.521 0.02 ) .
:Appearance_2_179_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_9_1 ;
  x3do:hasTexture :Picture20 ;
  x3do:hasTextureTransform :TextureTransform_2_179_9_1_2_2 .
:Picture20 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_9_1_2 ;
  x3do:DEF 'Picture20' ;
  x3do:url '"images/Picture20.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture20.png"' .
:TextureTransform_2_179_9_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_9_1_2 .
:quadro20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :Shape_2_179_10_1 ;
  x3do:DEF 'quadro20' ;
  x3do:scale ( 1.3 1.3 1 ) ;
  x3do:translation ( 2.02 1 -37.35 ) .
:Shape_2_179_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro20 ;
  x3do:hasGeometry :Box_2_179_10_1_1 ;
  x3do:hasAppearance :Appearance_2_179_10_1_2 .
:Box_2_179_10_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_10_1 ;
  x3do:size ( 0.02 1.1 0.909 ) .
:Appearance_2_179_10_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_10_1 ;
  x3do:hasTexture :Picture21 ;
  x3do:hasTextureTransform :TextureTransform_2_179_10_1_2_2 .
:Picture21 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_10_1_2 ;
  x3do:DEF 'Picture21' ;
  x3do:url '"images/Picture21.jpg" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture20.jpg"' .
:TextureTransform_2_179_10_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_10_1_2 .
:quadro21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :QuadriSx ;
  x3do:hasChildren :Shape_2_179_11_1 ;
  x3do:DEF 'quadro21' ;
  x3do:scale ( 1.1 1.1 1 ) ;
  x3do:translation ( 10.6 0.4 -2.28 ) .
:Shape_2_179_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :quadro21 ;
  x3do:hasGeometry :Box_2_179_11_1_1 ;
  x3do:hasAppearance :Appearance_2_179_11_1_2 .
:Box_2_179_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_179_11_1 ;
  x3do:size ( 0.929 1.521 0.02 ) .
:Appearance_2_179_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_179_11_1 ;
  x3do:hasTexture :Picture22 ;
  x3do:hasTextureTransform :TextureTransform_2_179_11_1_2_2 .
:Picture22 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_179_11_1_2 ;
  x3do:DEF 'Picture22' ;
  x3do:url '"images/Picture22.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Picture22.png"' .
:TextureTransform_2_179_11_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_179_11_1_2 .
:crocifisso a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_180_1 ;
  x3do:DEF 'crocifisso' ;
  x3do:translation ( 5.8 2 -45 ) .
:Shape_2_180_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :crocifisso ;
  x3do:hasGeometry :Box_2_180_1_1 ;
  x3do:hasAppearance :Appearance_2_180_1_2 .
:Box_2_180_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_180_1 ;
  x3do:size ( 1.94 3.08 0.02 ) .
:Appearance_2_180_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_180_1 ;
  x3do:hasTexture :Crucifix ;
  x3do:hasTextureTransform :TextureTransform_2_180_1_2_2 .
:Crucifix a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_180_1_2 ;
  x3do:DEF 'Crucifix' ;
  x3do:url '"images/Crucifix.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/Crucifix.png"' .
:TextureTransform_2_180_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_180_1_2 .
:Roofr a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_181_1 ;
  x3do:DEF 'Roofr' ;
  x3do:translation ( 5.8465 4.98 -24 ) .
:Shape_2_181_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Roofr ;
  x3do:hasGeometry :Box_2_181_1_1 ;
  x3do:hasAppearance :Appearance_2_181_1_2 .
:Box_2_181_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_181_1 ;
  x3do:size ( 7.73 0.02 48 ) .
:Appearance_2_181_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_181_1 ;
  x3do:hasMaterial :LightBlue-USE-8 .
:LightBlue-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_181_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:RoofTexture a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_182_1 ;
  x3do:DEF 'RoofTexture' ;
  x3do:translation ( 5.8465 4.95 -24 ) .
:Shape_2_182_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RoofTexture ;
  x3do:hasGeometry :Box_2_182_1_1 ;
  x3do:hasAppearance :Appearance_2_182_1_2 .
:Box_2_182_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_182_1 ;
  x3do:size ( 7.73 0.02 48 ) .
:Appearance_2_182_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_182_1 ;
  x3do:hasTexture :CeilingTexture ;
  x3do:hasTextureTransform :TextureTransform_2_182_1_2_2 .
:CeilingTexture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_182_1_2 ;
  x3do:DEF 'CeilingTexture' ;
  x3do:url '"images/CeilingTexture.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/images/CeilingTexture.png"' .
:TextureTransform_2_182_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_182_1_2 ;
  x3do:scale ( 40 0.1 ) .
:Roofdx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_183_1 ;
  x3do:DEF 'Roofdx' ;
  x3do:translation ( 13.335 4.98 -34.9 ) .
:Shape_2_183_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Roofdx ;
  x3do:hasGeometry :Box_2_183_1_1 ;
  x3do:hasAppearance :Appearance_2_183_1_2 .
:Box_2_183_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_183_1 ;
  x3do:size ( 7.3 0.02 7.58 ) .
:Appearance_2_183_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_183_1 ;
  x3do:hasMaterial :LightBlue-USE-9 .
:LightBlue-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_183_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:RoofdxText a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_184_1 ;
  x3do:DEF 'RoofdxText' ;
  x3do:translation ( 13.375 4.95 -34.9 ) .
:Shape_2_184_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RoofdxText ;
  x3do:hasGeometry :Box_2_184_1_1 ;
  x3do:hasAppearance :Appearance_2_184_1_2 .
:Box_2_184_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_184_1 ;
  x3do:size ( 7.3 0.02 7.58 ) .
:Appearance_2_184_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_184_1 ;
  x3do:hasTexture :CeilingTexture-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_184_1_2_2 .
:CeilingTexture-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_184_1_2 ;
  owl:sameAs :CeilingTexture . # DEF matching this USE
:TextureTransform_2_184_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_184_1_2 ;
  x3do:scale ( 60 0.1 ) ;
  x3do:translation ( 0.3 0.3 ) .
:Roofsx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_185_1 ;
  x3do:DEF 'Roofsx' ;
  x3do:translation ( -1.61 4.98 -34.9 ) .
:Shape_2_185_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Roofsx ;
  x3do:hasGeometry :Box_2_185_1_1 ;
  x3do:hasAppearance :Appearance_2_185_1_2 .
:Box_2_185_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_185_1 ;
  x3do:size ( 7.3 0.02 7.58 ) .
:Appearance_2_185_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_185_1 ;
  x3do:hasMaterial :LightBlue-USE-10 .
:LightBlue-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_185_1_2 ;
  owl:sameAs :LightBlue . # DEF matching this USE
:RoofsxText a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_186_1 ;
  x3do:DEF 'RoofsxText' ;
  x3do:translation ( -1.68 4.95 -34.9 ) .
:Shape_2_186_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RoofsxText ;
  x3do:hasGeometry :Box_2_186_1_1 ;
  x3do:hasAppearance :Appearance_2_186_1_2 .
:Box_2_186_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_186_1 ;
  x3do:size ( 7.3 0.02 7.58 ) .
:Appearance_2_186_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_186_1 ;
  x3do:hasTexture :CeilingTexture-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_186_1_2_2 .
:CeilingTexture-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_186_1_2 ;
  owl:sameAs :CeilingTexture . # DEF matching this USE
:TextureTransform_2_186_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_186_1_2 ;
  x3do:scale ( 50 0.05 ) ;
  x3do:translation ( 0.03 0.3 ) .
:Tetto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_187_1 ;
  x3do:DEF 'Tetto' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.2 4.5 0 ) .
:Shape_2_187_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Tetto ;
  x3do:hasGeometry :IndexedFaceSet_2_187_1_1 ;
  x3do:hasAppearance :Appearance_2_187_1_2 .
:IndexedFaceSet_2_187_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_187_1 ;
  x3do:hasCoord :Coordinate_2_187_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 17 13 2 -1 1 12 13 3 -1 4 14 13 3 -1 4 14 5 -1 5 14 13 6 -1 10 11 15 -1 10 15 13 9 -1 11 2 13 15 -1 8 16 7 -1 8 16 13 9 -1 7 16 13 6 -1 17 21 22 19 -1 12 17 23 0 -1 18 24 25 2 -1 2 25 26 11 -1 10 11 26 27 -1 9 10 27 28 -1 8 9 28 29 -1 7 8 29 30 -1 7 6 31 30 -1 5 6 31 32 -1 4 5 32 33 -1 4 3 34 33 -1 1 3 34 35 -1 36 12 1 35 -1 ) ;
  x3do:solid false .
:Coordinate_2_187_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_187_1_1 ;
  x3do:point ( 0.4 0 0 0.4 0 -11 -29.7 0 0 -29.7 0 -11 -29.7 0 -18 -40.04 0 -18 -40.04 0 -11 -49.2 0 -11 -49.2 0 0 -40.04 0 0 -40.04 0 7 -29.7 0 7 0.4 1.93 -5.6 -35 1.93 -5.6 -35 1.93 -14.2 -35 1.93 3.2 -45.4 1.93 -5.6 -1.1 1.93 -5.6 -1.1 0 0 -3.7 0.5 -1.5 0.4 0.5 -1.5 -0.3 1.93 -5.6 -0.3 0.5 -1.5 -0.3 0 0 -1.1 0.1 0 -29.7 0.1 0 -29.7 0.1 7 -40.04 0.1 7 -40.04 0.1 0 -49.2 0.1 0 -49.2 0.1 -11 -40.04 0.1 -11 -40.04 0.1 -18 -29.7 0.1 -18 -29.7 0.1 -11 0.4 0.1 -11 0.4 2.03 -5.6 ) .
:Appearance_2_187_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_187_1 ;
  x3do:hasMaterial :Brown1_Roof-USE-1 .
:Brown1_Roof-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_187_1_2 ;
  owl:sameAs :Brown1_Roof . # DEF matching this USE
:SopraTetto1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_188_1 ;
  x3do:DEF 'SopraTetto1' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.2 4.6 0 ) .
:Shape_2_188_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SopraTetto1 ;
  x3do:hasGeometry :IndexedFaceSet_2_188_1_1 ;
  x3do:hasAppearance :Appearance_2_188_1_2 .
:IndexedFaceSet_2_188_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_188_1 ;
  x3do:hasCoord :Coordinate_2_188_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 18 17 13 2 -1 10 11 15 -1 8 16 13 9 -1 17 21 22 19 -1 12 17 23 0 -1 ) ;
  x3do:solid false .
:Coordinate_2_188_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_188_1_1 ;
  x3do:point ( 0.4 0 0 0.4 0 -11 -29.7 0 0 -29.7 0 -11 -29.7 0 -18 -40.04 0 -18 -40.04 0 -11 -49.2 0 -11 -49.2 0 0 -40.04 0 0 -40.04 0 7 -29.7 0 7 0.4 1.93 -5.6 -35 1.93 -5.6 -35 1.93 -14.2 -35 1.93 3.2 -45.4 1.93 -5.6 -1.1 1.93 -5.6 -1.1 0 0 -3.7 0.5 -1.5 0.4 0.5 -1.5 -0.3 1.93 -5.6 -0.3 0.5 -1.5 -0.3 0 0 ) .
:Appearance_2_188_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_188_1 ;
  x3do:hasTexture :Roof-USE-4 ;
  x3do:hasTextureTransform :TextureTransform_2_188_1_2_2 .
:Roof-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_188_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_188_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_188_1_2 ;
  x3do:rotation 3.14 ;
  x3do:scale ( 40 40 ) ;
  x3do:translation ( 0.03 0.3 ) .
:SopraTetto2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_189_1 ;
  x3do:DEF 'SopraTetto2' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.2 4.6 0 ) .
:Shape_2_189_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SopraTetto2 ;
  x3do:hasGeometry :IndexedFaceSet_2_189_1_1 ;
  x3do:hasAppearance :Appearance_2_189_1_2 .
:IndexedFaceSet_2_189_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_189_1 ;
  x3do:hasCoord :Coordinate_2_189_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 1 12 13 3 -1 4 14 5 -1 7 16 13 6 -1 ) ;
  x3do:solid false .
:Coordinate_2_189_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_189_1_1 ;
  x3do:point ( 0.4 0 0 0.4 0 -11 -29.7 0 0 -29.7 0 -11 -29.7 0 -18 -40.04 0 -18 -40.04 0 -11 -49.2 0 -11 -49.2 0 0 -40.04 0 0 -40.04 0 7 -29.7 0 7 0.4 1.93 -5.6 -35 1.93 -5.6 -35 1.93 -14.2 -35 1.93 3.2 -45.4 1.93 -5.6 -1.1 1.93 -5.6 -1.1 0 0 -3.7 0.5 -1.5 0.4 0.5 -1.5 -0.3 1.93 -5.6 -0.3 0.5 -1.5 -0.3 0 0 ) .
:Appearance_2_189_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_189_1 ;
  x3do:hasTexture :Roof-USE-5 ;
  x3do:hasTextureTransform :TextureTransform_2_189_1_2_2 .
:Roof-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_189_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_189_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_189_1_2 ;
  x3do:scale ( 40 40 ) ;
  x3do:translation ( 0.03 0.3 ) .
:SopraTetto3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_190_1 ;
  x3do:DEF 'SopraTetto3' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.2 4.6 0 ) .
:Shape_2_190_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SopraTetto3 ;
  x3do:hasGeometry :IndexedFaceSet_2_190_1_1 ;
  x3do:hasAppearance :Appearance_2_190_1_2 .
:IndexedFaceSet_2_190_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_190_1 ;
  x3do:hasCoord :Coordinate_2_190_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 4 14 13 3 -1 11 2 13 15 -1 ) ;
  x3do:solid false .
:Coordinate_2_190_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_190_1_1 ;
  x3do:point ( 0.4 0 0 0.4 0 -11 -29.7 0 0 -29.7 0 -11 -29.7 0 -18 -40.04 0 -18 -40.04 0 -11 -49.2 0 -11 -49.2 0 0 -40.04 0 0 -40.04 0 7 -29.7 0 7 0.4 1.93 -5.6 -35 1.93 -5.6 -35 1.93 -14.2 -35 1.93 3.2 -45.4 1.93 -5.6 -1.1 1.93 -5.6 -1.1 0 0 -3.7 0.5 -1.5 0.4 0.5 -1.5 -0.3 1.93 -5.6 -0.3 0.5 -1.5 -0.3 0 0 ) .
:Appearance_2_190_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_190_1 ;
  x3do:hasTexture :Roof-USE-6 ;
  x3do:hasTextureTransform :TextureTransform_2_190_1_2_2 .
:Roof-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_190_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_190_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_190_1_2 ;
  x3do:rotation -1.57 ;
  x3do:scale ( 40 40 ) ;
  x3do:translation ( 0.03 0.3 ) .
:SopraTetto4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_191_1 ;
  x3do:DEF 'SopraTetto4' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 0.2 4.6 0 ) .
:Shape_2_191_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SopraTetto4 ;
  x3do:hasGeometry :IndexedFaceSet_2_191_1_1 ;
  x3do:hasAppearance :Appearance_2_191_1_2 .
:IndexedFaceSet_2_191_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_191_1 ;
  x3do:hasCoord :Coordinate_2_191_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 5 14 13 6 -1 10 15 13 9 -1 8 16 7 -1 ) ;
  x3do:solid false .
:Coordinate_2_191_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_191_1_1 ;
  x3do:point ( 0.4 0 0 0.4 0 -11 -29.7 0 0 -29.7 0 -11 -29.7 0 -18 -40.04 0 -18 -40.04 0 -11 -49.2 0 -11 -49.2 0 0 -40.04 0 0 -40.04 0 7 -29.7 0 7 0.4 1.93 -5.6 -35 1.93 -5.6 -35 1.93 -14.2 -35 1.93 3.2 -45.4 1.93 -5.6 -1.1 1.93 -5.6 -1.1 0 0 -3.7 0.5 -1.5 0.4 0.5 -1.5 -0.3 1.93 -5.6 -0.3 0.5 -1.5 -0.3 0 0 ) .
:Appearance_2_191_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_191_1 ;
  x3do:hasTexture :Roof-USE-7 ;
  x3do:hasTextureTransform :TextureTransform_2_191_1_2_2 .
:Roof-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_191_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_191_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_191_1_2 ;
  x3do:rotation 1.57 ;
  x3do:scale ( 40 40 ) ;
  x3do:translation ( 0.03 0.3 ) .
:TRAVI a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TravTetto, :TraveTetto1, :Transform_2_192_3, :Transform_2_192_4, :Transform_2_192_5, :Transform_2_192_6, :Transform_2_192_7, :Transform_2_192_8, :Transform_2_192_9, :Transform_2_192_10, :Transform_2_192_11, :Transform_2_192_12, :Transform_2_192_13, :Transform_2_192_14, :Transform_2_192_15, :Transform_2_192_16, :Transform_2_192_17, :Transform_2_192_18, :Transform_2_192_19, :Transform_2_192_20, :TravTetto2, :Transform_2_192_22, :Transform_2_192_23, :Transform_2_192_24, :Transform_2_192_25, :Transform_2_192_26, :Transform_2_192_27, :Transform_2_192_28, :Transform_2_192_29, :Transform_2_192_30, :Transform_2_192_31, :Transform_2_192_32, :Transform_2_192_33, :Transform_2_192_34, :Transform_2_192_35, :Transform_2_192_36, :Transform_2_192_37, :Transform_2_192_38, :TravTetto3, :Transform_2_192_40, :Transform_2_192_41, :Transform_2_192_42, :Transform_2_192_43, :TravTetto4, :Transform_2_192_45, :Transform_2_192_46, :Transform_2_192_47, :Transform_2_192_48, :TravTetto5, :Transform_2_192_50, :Transform_2_192_51, :Transform_2_192_52, :Transform_2_192_53, :Transform_2_192_54, :TravTetto6, :Transform_2_192_56, :Transform_2_192_57, :Transform_2_192_58, :Transform_2_192_59, :Transform_2_192_60, :TravTetto7, :Transform_2_192_62, :Transform_2_192_63, :Transform_2_192_64, :Transform_2_192_65, :TravTetto8, :Transform_2_192_67, :Transform_2_192_68, :Transform_2_192_69, :Transform_2_192_70, :TravTetto9, :Transform_2_192_72, :Transform_2_192_73, :Transform_2_192_74, :Transform_2_192_75, :Transform_2_192_76, :TravTetto10, :Transform_2_192_78, :Transform_2_192_79, :Transform_2_192_80, :Transform_2_192_81, :Transform_2_192_82, :TravTetto11, :Transform_2_192_84, :Transform_2_192_85, :Transform_2_192_86, :Transform_2_192_87, :Transform_2_192_88 ;
  x3do:DEF 'TRAVI' .
:TravTetto a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TraveTetto ;
  x3do:DEF 'TravTetto' .
:TraveTetto a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto ;
  x3do:hasChildren :Shape_2_192_1_1_1 ;
  x3do:DEF 'TraveTetto' ;
  x3do:rotation ( 0 0 1 -0.33 ) ;
  x3do:translation ( 10.85 4.58 0 ) .
:Shape_2_192_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TraveTetto ;
  x3do:hasGeometry :Box_2_192_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_1_1_1_2 .
:Box_2_192_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_1_1_1 ;
  x3do:size ( 0.5 0.08 0.08 ) .
:Appearance_2_192_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof .
:Brown2_Roof a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_1_1_1_2 ;
  x3do:DEF 'Brown2_Roof' ;
  x3do:diffuseColor ( 0.376 0.290 0.282 ) .
:TraveTetto1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-1 ;
  x3do:DEF 'TraveTetto1' ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TraveTetto1 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_3 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_4 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_5 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_6 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-6 ;
  x3do:translation ( 0 0 -9 ) .
:TravTetto-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_7 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-7 ;
  x3do:translation ( 0 0 -10.5 ) .
:TravTetto-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_8 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-8 ;
  x3do:translation ( 0 0 -12 ) .
:TravTetto-USE-8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_9 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-9 ;
  x3do:translation ( 0 0 -13.5 ) .
:TravTetto-USE-9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_10 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-10 ;
  x3do:translation ( 0 0 -15 ) .
:TravTetto-USE-10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_11 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-11 ;
  x3do:translation ( 0 0 -16.5 ) .
:TravTetto-USE-11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_12 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-12 ;
  x3do:translation ( 0 0 -18 ) .
:TravTetto-USE-12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_13 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-13 ;
  x3do:translation ( 0 0 -19.5 ) .
:TravTetto-USE-13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_14 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-14 ;
  x3do:translation ( 0 0 -21 ) .
:TravTetto-USE-14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_15 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-15 ;
  x3do:translation ( 0 0 -22.5 ) .
:TravTetto-USE-15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_16 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-16 ;
  x3do:translation ( 0 0 -24 ) .
:TravTetto-USE-16 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_17 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-17 ;
  x3do:translation ( 0 0 -25.5 ) .
:TravTetto-USE-17 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_18 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-18 ;
  x3do:translation ( 0 0 -27 ) .
:TravTetto-USE-18 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_19 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:Transform_2_192_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto-USE-19 ;
  x3do:translation ( 0 0 -28.5 ) .
:TravTetto-USE-19 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_20 ;
  owl:sameAs :TravTetto . # DEF matching this USE
:TravTetto2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TraveTetto1sx ;
  x3do:DEF 'TravTetto2' .
:TraveTetto1sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto2 ;
  x3do:hasChildren :Shape_2_192_21_1_1 ;
  x3do:DEF 'TraveTetto1sx' ;
  x3do:rotation ( 0 0 1 0.33 ) ;
  x3do:translation ( 0.68 4.63 -4 ) .
:Shape_2_192_21_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TraveTetto1sx ;
  x3do:hasGeometry :Box_2_192_21_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_21_1_1_2 .
:Box_2_192_21_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_21_1_1 ;
  x3do:size ( 0.7 0.08 0.08 ) .
:Appearance_2_192_21_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_21_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-1 .
:Brown2_Roof-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_21_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-1 ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto2-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_22 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto2-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_23 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto2-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_24 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_25 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto2-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_25 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_26 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto2-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_26 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_27 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-6 ;
  x3do:translation ( 0 0 -9 ) .
:TravTetto2-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_27 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_28 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-7 ;
  x3do:translation ( 0 0 -10.5 ) .
:TravTetto2-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_28 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_29 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-8 ;
  x3do:translation ( 0 0 -12 ) .
:TravTetto2-USE-8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_29 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_30 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-9 ;
  x3do:translation ( 0 0 -13.5 ) .
:TravTetto2-USE-9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_30 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_31 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-10 ;
  x3do:translation ( 0 0 -15 ) .
:TravTetto2-USE-10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_31 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-11 ;
  x3do:translation ( 0 0 -16.5 ) .
:TravTetto2-USE-11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_32 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_33 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-12 ;
  x3do:translation ( 0 0 -18 ) .
:TravTetto2-USE-12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_33 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_34 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-13 ;
  x3do:translation ( 0 0 -19.5 ) .
:TravTetto2-USE-13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_34 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_35 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-14 ;
  x3do:translation ( 0 0 -21 ) .
:TravTetto2-USE-14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_35 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_36 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-15 ;
  x3do:translation ( 0 0 -22.5 ) .
:TravTetto2-USE-15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_36 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_37 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-16 ;
  x3do:translation ( 0 0 -24 ) .
:TravTetto2-USE-16 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_37 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:Transform_2_192_38 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto2-USE-17 ;
  x3do:translation ( 0 0 -25.5 ) .
:TravTetto2-USE-17 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_38 ;
  owl:sameAs :TravTetto2 . # DEF matching this USE
:TravTetto3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :sottotetto2dx ;
  x3do:DEF 'TravTetto3' .
:sottotetto2dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto3 ;
  x3do:hasChildren :Transform_2_192_39_1_1 ;
  x3do:DEF 'sottotetto2dx' ;
  x3do:rotation ( 1 0 0 0.33 ) ;
  x3do:translation ( 11.45 4.59 -30 ) .
:Transform_2_192_39_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sottotetto2dx ;
  x3do:hasChildren :Shape_2_192_39_1_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) .
:Shape_2_192_39_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_192_39_1_1 ;
  x3do:hasGeometry :Box_2_192_39_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_39_1_1_1_2 .
:Box_2_192_39_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_39_1_1_1 ;
  x3do:size ( 0.5 0.08 0.08 ) .
:Appearance_2_192_39_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_39_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-2 .
:Brown2_Roof-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_39_1_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_40 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto3-USE-1 ;
  x3do:translation ( 1.5 0 0 ) .
:TravTetto3-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_40 ;
  owl:sameAs :TravTetto3 . # DEF matching this USE
:Transform_2_192_41 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto3-USE-2 ;
  x3do:translation ( 3 0 0 ) .
:TravTetto3-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_41 ;
  owl:sameAs :TravTetto3 . # DEF matching this USE
:Transform_2_192_42 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto3-USE-3 ;
  x3do:translation ( 4.5 0 0 ) .
:TravTetto3-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_42 ;
  owl:sameAs :TravTetto3 . # DEF matching this USE
:Transform_2_192_43 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto3-USE-4 ;
  x3do:translation ( 6 0 0 ) .
:TravTetto3-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_43 ;
  owl:sameAs :TravTetto3 . # DEF matching this USE
:TravTetto4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :sottotetto2sx ;
  x3do:DEF 'TravTetto4' .
:sottotetto2sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto4 ;
  x3do:hasChildren :Transform_2_192_44_1_1 ;
  x3do:DEF 'sottotetto2sx' ;
  x3do:rotation ( 1 0 0 0.33 ) ;
  x3do:translation ( -5.8 4.55 -30 ) .
:Transform_2_192_44_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sottotetto2sx ;
  x3do:hasChildren :Shape_2_192_44_1_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 0 0.03 0 ) .
:Shape_2_192_44_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_192_44_1_1 ;
  x3do:hasGeometry :Box_2_192_44_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_44_1_1_1_2 .
:Box_2_192_44_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_44_1_1_1 ;
  x3do:size ( 0.5 0.08 0.08 ) .
:Appearance_2_192_44_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_44_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-3 .
:Brown2_Roof-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_44_1_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_45 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto4-USE-1 ;
  x3do:translation ( 1.5 0 0 ) .
:TravTetto4-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_45 ;
  owl:sameAs :TravTetto4 . # DEF matching this USE
:Transform_2_192_46 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto4-USE-2 ;
  x3do:translation ( 3 0 0 ) .
:TravTetto4-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_46 ;
  owl:sameAs :TravTetto4 . # DEF matching this USE
:Transform_2_192_47 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto4-USE-3 ;
  x3do:translation ( 4.5 0 0 ) .
:TravTetto4-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_47 ;
  owl:sameAs :TravTetto4 . # DEF matching this USE
:Transform_2_192_48 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto4-USE-4 ;
  x3do:translation ( 6 0 0 ) .
:TravTetto4-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_48 ;
  owl:sameAs :TravTetto4 . # DEF matching this USE
:TravTetto5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :Trave3dx ;
  x3do:DEF 'TravTetto5' .
:Trave3dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto5 ;
  x3do:hasChildren :Shape_2_192_49_1_1 ;
  x3do:DEF 'Trave3dx' ;
  x3do:rotation ( 0 0 1 -0.42 ) ;
  x3do:translation ( 17.72 4.68 -31 ) .
:Shape_2_192_49_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Trave3dx ;
  x3do:hasGeometry :Box_2_192_49_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_49_1_1_2 .
:Box_2_192_49_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_49_1_1 ;
  x3do:size ( 0.7 0.08 0.08 ) .
:Appearance_2_192_49_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_49_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-4 .
:Brown2_Roof-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_49_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_50 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto5-USE-1 ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto5-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_50 ;
  owl:sameAs :TravTetto5 . # DEF matching this USE
:Transform_2_192_51 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto5-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto5-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_51 ;
  owl:sameAs :TravTetto5 . # DEF matching this USE
:Transform_2_192_52 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto5-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto5-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_52 ;
  owl:sameAs :TravTetto5 . # DEF matching this USE
:Transform_2_192_53 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto5-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto5-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_53 ;
  owl:sameAs :TravTetto5 . # DEF matching this USE
:Transform_2_192_54 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto5-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto5-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_54 ;
  owl:sameAs :TravTetto5 . # DEF matching this USE
:TravTetto6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :Trave3sx ;
  x3do:DEF 'TravTetto6' .
:Trave3sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto6 ;
  x3do:hasChildren :Shape_2_192_55_1_1 ;
  x3do:DEF 'Trave3sx' ;
  x3do:rotation ( 0 0 1 0.38 ) ;
  x3do:translation ( -6.32 4.68 -31.1 ) .
:Shape_2_192_55_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Trave3sx ;
  x3do:hasGeometry :Box_2_192_55_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_55_1_1_2 .
:Box_2_192_55_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_55_1_1 ;
  x3do:size ( 0.7 0.08 0.08 ) .
:Appearance_2_192_55_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_55_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-5 .
:Brown2_Roof-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_55_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_56 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto6-USE-1 ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto6-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_56 ;
  owl:sameAs :TravTetto6 . # DEF matching this USE
:Transform_2_192_57 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto6-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto6-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_57 ;
  owl:sameAs :TravTetto6 . # DEF matching this USE
:Transform_2_192_58 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto6-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto6-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_58 ;
  owl:sameAs :TravTetto6 . # DEF matching this USE
:Transform_2_192_59 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto6-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto6-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_59 ;
  owl:sameAs :TravTetto6 . # DEF matching this USE
:Transform_2_192_60 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto6-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto6-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_60 ;
  owl:sameAs :TravTetto6 . # DEF matching this USE
:TravTetto7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :sottotetto4dx2 ;
  x3do:DEF 'TravTetto7' .
:sottotetto4dx2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto7 ;
  x3do:hasChildren :Transform_2_192_61_1_1 ;
  x3do:DEF 'sottotetto4dx2' ;
  x3do:rotation ( 1 0 0 -0.33 ) ;
  x3do:translation ( 11.45 4.59 -39.7 ) .
:Transform_2_192_61_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sottotetto4dx2 ;
  x3do:hasChildren :Shape_2_192_61_1_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) .
:Shape_2_192_61_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_192_61_1_1 ;
  x3do:hasGeometry :Box_2_192_61_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_61_1_1_1_2 .
:Box_2_192_61_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_61_1_1_1 ;
  x3do:size ( 0.5 0.08 0.08 ) .
:Appearance_2_192_61_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_61_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-6 .
:Brown2_Roof-USE-6 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_61_1_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_62 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto7-USE-1 ;
  x3do:translation ( 1.5 0 0 ) .
:TravTetto7-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_62 ;
  owl:sameAs :TravTetto7 . # DEF matching this USE
:Transform_2_192_63 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto7-USE-2 ;
  x3do:translation ( 3 0 0 ) .
:TravTetto7-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_63 ;
  owl:sameAs :TravTetto7 . # DEF matching this USE
:Transform_2_192_64 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto7-USE-3 ;
  x3do:translation ( 4.5 0 0 ) .
:TravTetto7-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_64 ;
  owl:sameAs :TravTetto7 . # DEF matching this USE
:Transform_2_192_65 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto7-USE-4 ;
  x3do:translation ( 6 0 0 ) .
:TravTetto7-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_65 ;
  owl:sameAs :TravTetto7 . # DEF matching this USE
:TravTetto8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :sottotetto4sx ;
  x3do:DEF 'TravTetto8' .
:sottotetto4sx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto8 ;
  x3do:hasChildren :Transform_2_192_66_1_1 ;
  x3do:DEF 'sottotetto4sx' ;
  x3do:rotation ( 1 0 0 -0.33 ) ;
  x3do:translation ( -5.8 4.59 -39.7 ) .
:Transform_2_192_66_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sottotetto4sx ;
  x3do:hasChildren :Shape_2_192_66_1_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) .
:Shape_2_192_66_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_192_66_1_1 ;
  x3do:hasGeometry :Box_2_192_66_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_66_1_1_1_2 .
:Box_2_192_66_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_66_1_1_1 ;
  x3do:size ( 0.5 0.08 0.08 ) .
:Appearance_2_192_66_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_66_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-7 .
:Brown2_Roof-USE-7 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_66_1_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_67 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto8-USE-1 ;
  x3do:translation ( 1.5 0 0 ) .
:TravTetto8-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_67 ;
  owl:sameAs :TravTetto8 . # DEF matching this USE
:Transform_2_192_68 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto8-USE-2 ;
  x3do:translation ( 3 0 0 ) .
:TravTetto8-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_68 ;
  owl:sameAs :TravTetto8 . # DEF matching this USE
:Transform_2_192_69 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto8-USE-3 ;
  x3do:translation ( 4.5 0 0 ) .
:TravTetto8-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_69 ;
  owl:sameAs :TravTetto8 . # DEF matching this USE
:Transform_2_192_70 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto8-USE-4 ;
  x3do:translation ( 6 0 0 ) .
:TravTetto8-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_70 ;
  owl:sameAs :TravTetto8 . # DEF matching this USE
:TravTetto9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TraveTetto5dx2 ;
  x3do:DEF 'TravTetto9' .
:TraveTetto5dx2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto9 ;
  x3do:hasChildren :Shape_2_192_71_1_1 ;
  x3do:DEF 'TraveTetto5dx2' ;
  x3do:rotation ( 0 0 1 -0.33 ) ;
  x3do:translation ( 10.65 4.645 -40 ) .
:Shape_2_192_71_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TraveTetto5dx2 ;
  x3do:hasGeometry :Box_2_192_71_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_71_1_1_2 .
:Box_2_192_71_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_71_1_1 ;
  x3do:size ( 0.9 0.08 0.08 ) .
:Appearance_2_192_71_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_71_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-8 .
:Brown2_Roof-USE-8 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_71_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_72 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto9-USE-1 ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto9-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_72 ;
  owl:sameAs :TravTetto9 . # DEF matching this USE
:Transform_2_192_73 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto9-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto9-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_73 ;
  owl:sameAs :TravTetto9 . # DEF matching this USE
:Transform_2_192_74 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto9-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto9-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_74 ;
  owl:sameAs :TravTetto9 . # DEF matching this USE
:Transform_2_192_75 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto9-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto9-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_75 ;
  owl:sameAs :TravTetto9 . # DEF matching this USE
:Transform_2_192_76 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto9-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto9-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_76 ;
  owl:sameAs :TravTetto9 . # DEF matching this USE
:TravTetto10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TraveTetto5dx ;
  x3do:DEF 'TravTetto10' .
:TraveTetto5dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto10 ;
  x3do:hasChildren :Shape_2_192_77_1_1 ;
  x3do:DEF 'TraveTetto5dx' ;
  x3do:rotation ( 0 0 1 0.33 ) ;
  x3do:translation ( 0.88 4.7 -40 ) .
:Shape_2_192_77_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TraveTetto5dx ;
  x3do:hasGeometry :Box_2_192_77_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_77_1_1_2 .
:Box_2_192_77_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_77_1_1 ;
  x3do:size ( 1.2 0.08 0.08 ) .
:Appearance_2_192_77_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_77_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-9 .
:Brown2_Roof-USE-9 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_77_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_78 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto10-USE-1 ;
  x3do:translation ( 0 0 -1.5 ) .
:TravTetto10-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_78 ;
  owl:sameAs :TravTetto10 . # DEF matching this USE
:Transform_2_192_79 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto10-USE-2 ;
  x3do:translation ( 0 0 -3 ) .
:TravTetto10-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_79 ;
  owl:sameAs :TravTetto10 . # DEF matching this USE
:Transform_2_192_80 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto10-USE-3 ;
  x3do:translation ( 0 0 -4.5 ) .
:TravTetto10-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_80 ;
  owl:sameAs :TravTetto10 . # DEF matching this USE
:Transform_2_192_81 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto10-USE-4 ;
  x3do:translation ( 0 0 -6 ) .
:TravTetto10-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_81 ;
  owl:sameAs :TravTetto10 . # DEF matching this USE
:Transform_2_192_82 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto10-USE-5 ;
  x3do:translation ( 0 0 -7.5 ) .
:TravTetto10-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_82 ;
  owl:sameAs :TravTetto10 . # DEF matching this USE
:TravTetto11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :sottotetto4dx ;
  x3do:DEF 'TravTetto11' .
:sottotetto4dx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TravTetto11 ;
  x3do:hasChildren :Transform_2_192_83_1_1 ;
  x3do:DEF 'sottotetto4dx' ;
  x3do:rotation ( 1 0 0 -0.36 ) ;
  x3do:translation ( 2 4.75 -48.5 ) .
:Transform_2_192_83_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :sottotetto4dx ;
  x3do:hasChildren :Shape_2_192_83_1_1_1 ;
  x3do:rotation ( 0 1 0 1.57 ) .
:Shape_2_192_83_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_192_83_1_1 ;
  x3do:hasGeometry :Box_2_192_83_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_192_83_1_1_1_2 .
:Box_2_192_83_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_192_83_1_1_1 ;
  x3do:size ( 1.2 0.08 0.08 ) .
:Appearance_2_192_83_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_192_83_1_1_1 ;
  x3do:hasMaterial :Brown2_Roof-USE-10 .
:Brown2_Roof-USE-10 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_192_83_1_1_1_2 ;
  owl:sameAs :Brown2_Roof . # DEF matching this USE
:Transform_2_192_84 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto11-USE-1 ;
  x3do:translation ( 1.5 0 0 ) .
:TravTetto11-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_84 ;
  owl:sameAs :TravTetto11 . # DEF matching this USE
:Transform_2_192_85 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto11-USE-2 ;
  x3do:translation ( 3 0 0 ) .
:TravTetto11-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_85 ;
  owl:sameAs :TravTetto11 . # DEF matching this USE
:Transform_2_192_86 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto11-USE-3 ;
  x3do:translation ( 4.5 0 0 ) .
:TravTetto11-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_86 ;
  owl:sameAs :TravTetto11 . # DEF matching this USE
:Transform_2_192_87 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto11-USE-4 ;
  x3do:translation ( 6 0 0 ) .
:TravTetto11-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_87 ;
  owl:sameAs :TravTetto11 . # DEF matching this USE
:Transform_2_192_88 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TRAVI ;
  x3do:hasChildren :TravTetto11-USE-5 ;
  x3do:translation ( 7.5 0 0 ) .
:TravTetto11-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_192_88 ;
  owl:sameAs :TravTetto11 . # DEF matching this USE
:Muroyye a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_193_1 ;
  x3do:DEF 'Muroyye' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.26 0.9 -44.526 ) .
:Shape_2_193_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyye ;
  x3do:hasGeometry :IndexedFaceSet_2_193_1_1 ;
  x3do:hasAppearance :Appearance_2_193_1_2 .
:IndexedFaceSet_2_193_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_193_1 ;
  x3do:hasCoord :Coordinate_2_193_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_193_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_193_1_1 ;
  x3do:point ( 0 -0.77 0 3 -0.77 0 3 2.15 0 0 2.15 0 ) .
:Appearance_2_193_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_193_1 ;
  x3do:hasMaterial :White-USE-190 .
:White-USE-190 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_193_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyre a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_194_1 ;
  x3do:DEF 'Muroyyre' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 10.26 -1.9 -42 ) .
:Shape_2_194_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyre ;
  x3do:hasGeometry :IndexedFaceSet_2_194_1_1 ;
  x3do:hasAppearance :Appearance_2_194_1_2 .
:IndexedFaceSet_2_194_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_194_1 ;
  x3do:hasCoord :Coordinate_2_194_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_194_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_194_1_1 ;
  x3do:point ( -0.2 -0.34 0 3.3 -0.34 0 3.3 2.55 0 -0.2 2.55 0 ) .
:Appearance_2_194_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_194_1 ;
  x3do:hasMaterial :White-USE-191 .
:White-USE-191 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_194_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:Muroyyree a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_195_1 ;
  x3do:DEF 'Muroyyree' ;
  x3do:translation ( 10.5 0.66 -47.94 ) .
:Shape_2_195_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Muroyyree ;
  x3do:hasGeometry :IndexedFaceSet_2_195_1_1 ;
  x3do:hasAppearance :Appearance_2_195_1_2 .
:IndexedFaceSet_2_195_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_195_1 ;
  x3do:hasCoord :Coordinate_2_195_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_195_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_195_1_1 ;
  x3do:point ( -0.3 0 0 6.8 0 0 6.8 0.05 0 -0.3 0.05 0 ) .
:Appearance_2_195_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_195_1 ;
  x3do:hasMaterial :White-USE-192 .
:White-USE-192 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_195_1_2 ;
  owl:sameAs :White . # DEF matching this USE
:SacrestiaInEs a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :SacrestiaEST, :SacrestiaINT, :SacrestiaTetto, :SacrestiaTettoSopra ;
  x3do:DEF 'SacrestiaInEs' ;
  x3do:translation ( 17.64 -2.14 -39.49 ) .
:SacrestiaEST a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SacrestiaInEs ;
  x3do:hasGeometry :IndexedFaceSet_2_196_1_1 ;
  x3do:hasAppearance :Appearance_2_196_1_2 ;
  x3do:DEF 'SacrestiaEST' .
:IndexedFaceSet_2_196_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :SacrestiaEST ;
  x3do:hasCoord :Coordinate_2_196_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 2 19 18 31 32 54 30 -1 2 54 35 5 4 27 26 3 -1 5 7 21 20 36 37 49 35 -1 7 49 38 8 -1 55 38 35 -1 ) ;
  x3do:solid false .
:Coordinate_2_196_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_196_1_1 ;
  x3do:point ( 0 0 0 0 0 -3.4 0 0 -4.54 0 0 -5.22 0 0 -6.38 0 0 -8.65 -3.61 0 -8.65 -4.62 0 -8.65 -7.54 0 -8.65 -7.54 0 -8.3263 -4.62 0 -8.3263 -3.61 0 -8.3263 -0.1937 0 -8.3263 -0.1937 0 -6.38 -0.1937 0 -5.22 -0.1937 0 -4.54 -0.1937 0 -3.4 -0.1937 0 0 0 0.85 -3.4 0 0.85 -4.54 -3.61 1.35 -8.65 -4.62 1.35 -8.65 -3.61 1.35 -8.3263 -4.62 1.35 -8.3263 -0.1937 0.85 -4.54 -0.1937 0.85 -3.4 0 2.37 -5.22 0 2.37 -6.38 -0.1937 2.37 -6.38 -0.1937 2.37 -5.22 0 2.8 0 0 2.45 -3.4 0 2.45 -4.54 0 2.8 -5.22 0 2.8 -6.38 0 2.8 -8.65 -3.61 2.8 -8.65 -4.62 2.8 -8.65 -7.54 2.8 -8.65 -7.54 2.8 -8.3263 -4.62 2.8 -8.3263 -3.61 2.8 -8.3263 -0.1937 2.8 -8.3263 -0.1937 2.8 -6.38 -0.1937 2.8 -5.22 -0.1937 2.45 -4.54 -0.1937 2.45 -3.4 -0.1937 2.8 0 -3.61 2.8 -8.65 -4.62 2.8 -8.65 -4.62 2.8 -8.3263 -3.61 2.8 -8.3263 -0.1937 2.8 -3.4 -0.1937 2.8 -4.54 0 2.8 -4.54 -7.54 5.22 -8.65 -7.54 5.22 -8.3263 ) .
:Appearance_2_196_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SacrestiaEST ;
  x3do:hasMaterial :SandStone_Out-USE-195 .
:SandStone_Out-USE-195 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_196_1_2 ;
  owl:sameAs :SandStone_Out . # DEF matching this USE
:SacrestiaINT a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SacrestiaInEs ;
  x3do:hasGeometry :IndexedFaceSet_2_196_2_1 ;
  x3do:hasAppearance :Appearance_2_196_2_2 ;
  x3do:DEF 'SacrestiaINT' .
:IndexedFaceSet_2_196_2_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :SacrestiaINT ;
  x3do:hasCoord :Coordinate_2_196_2_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 17 15 24 25 46 45 53 47 -1 15 53 42 12 13 28 29 14 -1 42 12 10 23 22 41 40 50 -1 10 50 39 9 -1 56 39 42 -1 3 14 29 26 -1 4 13 28 27 -1 26 27 28 29 -1 18 25 46 31 -1 19 24 45 32 -1 24 25 18 19 -1 45 46 31 32 -1 20 22 41 36 -1 21 23 40 37 -1 20 21 23 22 -1 36 37 40 41 -1 ) ;
  x3do:solid false .
:Coordinate_2_196_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_196_2_1 ;
  x3do:point ( 0 0 0 0 0 -3.4 0 0 -4.54 0 0 -5.22 0 0 -6.38 0 0 -8.65 -3.61 0 -8.65 -4.62 0 -8.65 -7.54 0 -8.65 -7.54 0 -8.4563 -4.62 0 -8.4563 -3.61 0 -8.4563 -0.1937 0 -8.4563 -0.1937 0 -6.38 -0.1937 0 -5.22 -0.1937 0 -4.54 -0.1937 0 -3.4 -0.1937 0 0 0 0.85 -3.4 0 0.85 -4.54 -3.61 1.35 -8.65 -4.62 1.35 -8.65 -3.61 1.35 -8.4563 -4.62 1.35 -8.4563 -0.1937 0.85 -4.54 -0.1937 0.85 -3.4 0 2.37 -5.22 0 2.37 -6.38 -0.1937 2.37 -6.38 -0.1937 2.37 -5.22 0 2.85 0 0 2.45 -3.4 0 2.45 -4.54 0 2.85 -5.22 0 2.85 -6.38 0 2.85 -8.65 -3.61 2.8 -8.65 -4.62 2.8 -8.65 -7.54 2.85 -8.65 -7.54 2.85 -8.4563 -4.62 2.8 -8.4563 -3.61 2.8 -8.4563 -0.1937 2.8 -8.4563 -0.1937 2.85 -6.38 -0.1937 2.85 -5.22 -0.1937 2.45 -4.54 -0.1937 2.45 -3.4 -0.1937 2.85 0 -3.61 2.8 -8.65 -4.62 2.8 -8.65 -4.62 2.8 -8.4563 -3.61 2.8 -8.4563 -0.1937 2.85 -3.4 -0.1937 2.85 -4.54 0 2.85 -4.54 -7.54 5.22 -8.65 -7.54 5.22 -8.4563 ) .
:Appearance_2_196_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SacrestiaINT ;
  x3do:hasMaterial :White-USE-193 .
:White-USE-193 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_196_2_2 ;
  owl:sameAs :White . # DEF matching this USE
:SacrestiaTetto a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SacrestiaInEs ;
  x3do:hasGeometry :IndexedFaceSet_2_196_3_1 ;
  x3do:hasAppearance :Appearance_2_196_3_2 ;
  x3do:DEF 'SacrestiaTetto' .
:IndexedFaceSet_2_196_3_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :SacrestiaTetto ;
  x3do:hasCoord :Coordinate_2_196_3_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 30 35 38 55 -1 30 35 59 58 -1 35 38 60 59 -1 30 58 55 61 -1 60 56 61 55 -1 ) ;
  x3do:solid false .
:Coordinate_2_196_3_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_196_3_1 ;
  x3do:point ( 0 0 0 0 0 -3.6 0 0 -4.44 0 0 -5.22 0 0 -6.38 0 0 -8.94 -3.51 0 -8.94 -4.62 0 -8.94 -7.54 0 -8.94 -7.54 0 -8.3263 -4.62 0 -8.3263 -3.51 0 -8.3263 -0.1937 0 -8.3263 -0.1937 0 -6.38 -0.1937 0 -5.22 -0.1937 0 -4.44 -0.1937 0 -3.6 -0.1937 0 0 0 0.75 -3.6 0 0.75 -4.44 -3.51 0.75 -8.94 -4.62 1.45 -8.94 -3.51 1.45 -8.3263 -4.62 1.45 -8.3263 -0.1937 0.75 -4.44 -0.1937 0.75 -3.6 0 2.37 -5.22 0 2.37 -6.38 -0.1937 2.37 -6.38 -0.1937 2.37 -5.22 0.3 2.7 0 0 2.45 -3.6 0 2.45 -4.44 0 2.7 -5.22 0 2.7 -6.38 0.3 2.7 -8.94 -3.51 2.45 -8.94 -4.62 2.45 -8.94 -7.54 5.22 -8.94 -7.54 2.7 -8.3263 -4.62 2.45 -8.3263 -3.51 2.45 -8.3263 -0.1937 2.7 -8.3263 -0.1937 2.7 -6.38 -0.1937 2.7 -5.22 -0.1937 2.45 -4.44 -0.1937 2.45 -3.6 -0.1937 2.7 0 -3.51 2.7 -8.94 -4.62 2.7 -8.94 -4.62 2.7 -8.3263 -3.51 2.7 -8.3263 -0.1937 2.7 -3.6 -0.1937 2.7 -4.44 0 2.7 -4.44 -7.54 5.22 0 -7.54 5.22 -8.94 -7.54 5.22 -8.3263 0.3 2.8 0 0.3 2.8 -8.94 -7.54 5.32 -8.94 -7.54 5.23 0 ) .
:Appearance_2_196_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SacrestiaTetto ;
  x3do:hasMaterial :Brown1_Roof-USE-2 .
:Brown1_Roof-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_196_3_2 ;
  owl:sameAs :Brown1_Roof . # DEF matching this USE
:SacrestiaTettoSopra a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SacrestiaInEs ;
  x3do:hasChildren :Shape_2_196_4_1 ;
  x3do:DEF 'SacrestiaTettoSopra' ;
  x3do:translation ( 0 0.1 0 ) .
:Shape_2_196_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SacrestiaTettoSopra ;
  x3do:hasGeometry :IndexedFaceSet_2_196_4_1_1 ;
  x3do:hasAppearance :Appearance_2_196_4_1_2 .
:IndexedFaceSet_2_196_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_196_4_1 ;
  x3do:hasCoord :Coordinate_2_196_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 30 35 38 55 -1 ) ;
  x3do:solid false .
:Coordinate_2_196_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_196_4_1_1 ;
  x3do:point ( 0 0 0 0 0 -3.6 0 0 -4.44 0 0 -5.22 0 0 -6.38 0 0 -8.94 -3.51 0 -8.94 -4.62 0 -8.94 -7.54 0 -8.94 -7.54 0 -8.3263 -4.62 0 -8.3263 -3.51 0 -8.3263 -0.1937 0 -8.3263 -0.1937 0 -6.38 -0.1937 0 -5.22 -0.1937 0 -4.44 -0.1937 0 -3.6 -0.1937 0 0 0 0.75 -3.6 0 0.75 -4.44 -3.51 0.75 -8.94 -4.62 1.45 -8.94 -3.51 1.45 -8.3263 -4.62 1.45 -8.3263 -0.1937 0.75 -4.44 -0.1937 0.75 -3.6 0 2.37 -5.22 0 2.37 -6.38 -0.1937 2.37 -6.38 -0.1937 2.37 -5.22 0.3 2.7 0 0 2.45 -3.6 0 2.45 -4.44 0 2.7 -5.22 0 2.7 -6.38 0.3 2.7 -8.94 -3.51 2.45 -8.94 -4.62 2.45 -8.94 -7.54 5.22 -8.94 -7.54 2.7 -8.3263 -4.62 2.45 -8.3263 -3.51 2.45 -8.3263 -0.1937 2.7 -8.3263 -0.1937 2.7 -6.38 -0.1937 2.7 -5.22 -0.1937 2.45 -4.44 -0.1937 2.45 -3.6 -0.1937 2.7 0 -3.51 2.7 -8.94 -4.62 2.7 -8.94 -4.62 2.7 -8.3263 -3.51 2.7 -8.3263 -0.1937 2.7 -3.6 -0.1937 2.7 -4.44 0 2.7 -4.44 -7.54 5.22 0 -7.54 5.22 -8.94 -7.54 5.22 -8.3263 ) .
:Appearance_2_196_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_196_4_1 ;
  x3do:hasTexture :Roof-USE-8 ;
  x3do:hasTextureTransform :TextureTransform_2_196_4_1_2_2 .
:Roof-USE-8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_196_4_1_2 ;
  owl:sameAs :Roof . # DEF matching this USE
:TextureTransform_2_196_4_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_196_4_1_2 ;
  x3do:rotation 3.14 ;
  x3do:scale ( 7 7 ) ;
  x3do:translation ( 0.03 0.3 ) .
:PancheLato a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Panche, :Transform_2_197_2, :Transform_2_197_3, :Transform_2_197_4, :Transform_2_197_5, :Transform_2_197_6, :Transform_2_197_7, :Transform_2_197_8, :Transform_2_197_9, :Transform_2_197_10, :Transform_2_197_11, :Transform_2_197_12, :Transform_2_197_13, :Transform_2_197_14, :Transform_2_197_15, :Transform_2_197_16, :Transform_2_197_17, :Transform_2_197_18, :Transform_2_197_19, :Transform_2_197_20, :Transform_2_197_21, :Transform_2_197_22, :Transform_2_197_23, :Transform_2_197_24, :Transform_2_197_25, :Transform_2_197_26, :Transform_2_197_27, :Transform_2_197_28, :Transform_2_197_29, :Transform_2_197_30, :Transform_2_197_31, :Transform_2_197_32, :Transform_2_197_33, :Transform_2_197_34, :Transform_2_197_35, :Transform_2_197_36 ;
  x3do:DEF 'PancheLato' .
:Panche a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panca ;
  x3do:DEF 'Panche' .
:Panca a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Panche ;
  x3do:hasChildren :Bench ;
  x3do:DEF 'Panca' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 8.15 -1.68 -4.4 ) .
:Bench a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Panca ;
  x3do:DEF 'Bench' ;
  x3do:url '"Bench.x3d" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Bench.x3d" "Bench.wrl" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Bench.wrl"' .
:Transform_2_197_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-1 ;
  x3do:translation ( 0 0 -0.75 ) .
:Panche-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_2 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-2 ;
  x3do:translation ( 0 0 -1.5 ) .
:Panche-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_3 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-3 ;
  x3do:translation ( 0 0 -2.25 ) .
:Panche-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_4 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-4 ;
  x3do:translation ( 0 0 -3 ) .
:Panche-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_5 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-5 ;
  x3do:translation ( 0 0 -3.75 ) .
:Panche-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_6 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-6 ;
  x3do:translation ( 0 0 -4.5 ) .
:Panche-USE-6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_7 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-7 ;
  x3do:translation ( 0 0 -5.25 ) .
:Panche-USE-7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_8 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-8 ;
  x3do:translation ( 0 0 -6 ) .
:Panche-USE-8 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_9 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-9 ;
  x3do:translation ( 0 0 -6.75 ) .
:Panche-USE-9 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_10 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-10 ;
  x3do:translation ( 0 0 -7.5 ) .
:Panche-USE-10 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_11 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-11 ;
  x3do:translation ( 0 0 -8.25 ) .
:Panche-USE-11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_12 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-12 ;
  x3do:translation ( 0 0 -9 ) .
:Panche-USE-12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_13 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-13 ;
  x3do:translation ( 0 0 -9.75 ) .
:Panche-USE-13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_14 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-14 ;
  x3do:translation ( 0 0 -10.5 ) .
:Panche-USE-14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_15 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-15 ;
  x3do:translation ( 0 0 -11.25 ) .
:Panche-USE-15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_16 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-16 ;
  x3do:translation ( 0 0 -12 ) .
:Panche-USE-16 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_17 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-17 ;
  x3do:translation ( 0 0 -12.75 ) .
:Panche-USE-17 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_18 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-18 ;
  x3do:translation ( 0 0 -13.5 ) .
:Panche-USE-18 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_19 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-19 ;
  x3do:translation ( 0 0 -14.25 ) .
:Panche-USE-19 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_20 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-20 ;
  x3do:translation ( 0 0 -15 ) .
:Panche-USE-20 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_21 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-21 ;
  x3do:translation ( 0 0 -15.75 ) .
:Panche-USE-21 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_22 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-22 ;
  x3do:translation ( 0 0 -16.5 ) .
:Panche-USE-22 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_23 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-23 ;
  x3do:translation ( 0 0 -17.25 ) .
:Panche-USE-23 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_24 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_25 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-24 ;
  x3do:translation ( 0 0 -18 ) .
:Panche-USE-24 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_25 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_26 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-25 ;
  x3do:translation ( 0 0 -18.75 ) .
:Panche-USE-25 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_26 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_27 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-26 ;
  x3do:translation ( 0 0 -19.5 ) .
:Panche-USE-26 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_27 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_28 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-27 ;
  x3do:translation ( 0 0 -20.25 ) .
:Panche-USE-27 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_28 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_29 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-28 ;
  x3do:translation ( 0 0 -21 ) .
:Panche-USE-28 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_29 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_30 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-29 ;
  x3do:translation ( 0 0 -21.75 ) .
:Panche-USE-29 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_30 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_31 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-30 ;
  x3do:translation ( 0 0 -22.5 ) .
:Panche-USE-30 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_31 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_32 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-31 ;
  x3do:translation ( 0 0 -23.25 ) .
:Panche-USE-31 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_32 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_33 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-32 ;
  x3do:translation ( 0 0 -24 ) .
:Panche-USE-32 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_33 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_34 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-33 ;
  x3do:translation ( 0 0 -24.75 ) .
:Panche-USE-33 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_34 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_35 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-34 ;
  x3do:translation ( 0 0 -25.5 ) .
:Panche-USE-34 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_35 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_197_36 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheLato ;
  x3do:hasChildren :Panche-USE-35 ;
  x3do:translation ( 0 0 -26.25 ) .
:Panche-USE-35 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_197_36 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_198 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :PancheLato-USE-1, :Transform_2_198_2, :Transform_2_198_3 ;
  x3do:translation ( -4.7 0 0 ) .
:PancheLato-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_198 ;
  owl:sameAs :PancheLato . # DEF matching this USE
:Transform_2_198_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_198 ;
  x3do:hasChildren :Panche-USE-36 ;
  x3do:translation ( 0 0 0.75 ) .
:Panche-USE-36 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_198_2 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_198_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_198 ;
  x3do:hasChildren :Panche-USE-37 ;
  x3do:translation ( 0 0 1.5 ) .
:Panche-USE-37 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_198_3 ;
  owl:sameAs :Panche . # DEF matching this USE
:PancTrans a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :PancheTransDx ;
  x3do:DEF 'PancTrans' .
:PancheTransDx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancTrans ;
  x3do:hasChildren :Transform_2_199_1_1, :Transform_2_199_1_2, :Transform_2_199_1_3, :Transform_2_199_1_4, :Transform_2_199_1_5, :Transform_2_199_1_6, :Transform_2_199_1_7, :Transform_2_199_1_8, :Transform_2_199_1_9, :Transform_2_199_1_10, :Transform_2_199_1_11 ;
  x3do:DEF 'PancheTransDx' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 39 0 -25.8 ) .
:Transform_2_199_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-38 ;
  x3do:translation ( 0 0 -18.75 ) .
:Panche-USE-38 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_1 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-39 ;
  x3do:translation ( 0 0 -19.5 ) .
:Panche-USE-39 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_2 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-40 ;
  x3do:translation ( 0 0 -20.25 ) .
:Panche-USE-40 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_3 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-41 ;
  x3do:translation ( 0 0 -21 ) .
:Panche-USE-41 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_4 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-42 ;
  x3do:translation ( 0 0 -21.75 ) .
:Panche-USE-42 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_5 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-43 ;
  x3do:translation ( 0 0 -22.5 ) .
:Panche-USE-43 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_6 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-44 ;
  x3do:translation ( 0 0 -23.25 ) .
:Panche-USE-44 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_7 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-45 ;
  x3do:translation ( 0 0 -24 ) .
:Panche-USE-45 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_8 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-46 ;
  x3do:translation ( 0 0 -24.75 ) .
:Panche-USE-46 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_9 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-47 ;
  x3do:translation ( 0 0 -25.5 ) .
:Panche-USE-47 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_10 ;
  owl:sameAs :Panche . # DEF matching this USE
:Transform_2_199_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :PancheTransDx ;
  x3do:hasChildren :Panche-USE-48 ;
  x3do:translation ( 0 0 -26.25 ) .
:Panche-USE-48 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_199_1_11 ;
  owl:sameAs :Panche . # DEF matching this USE
:PancheTransSx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :PancTrans-USE-1 ;
  x3do:DEF 'PancheTransSx' ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( 11.7 0 -68 ) .
:PancTrans-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :PancheTransSx ;
  owl:sameAs :PancTrans . # DEF matching this USE
:Altare a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Altar ;
  x3do:DEF 'Altare' ;
  x3do:scale ( 0.69 0.8 0.8 ) ;
  x3do:translation ( 5.8 -1.14 -38 ) .
:Altar a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Altare ;
  x3do:DEF 'Altar' ;
  x3do:url '"Altar.x3d" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Altar.x3d" "Altar.wrl" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Altar.wrl"' .
:Chandelier a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier ;
  x3do:DEF 'Chandelier' ;
  x3do:scale ( 0.07 0.07 0.07 ) ;
  x3do:translation ( 5.8 2.4 -11.5 ) .
:CHandelier a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier ;
  x3do:DEF 'CHandelier' ;
  x3do:url '"Chandelier.x3d" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Chandelier.x3d" "Chandelier.wrl" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/SanCarlosCathedral/Chandelier.wrl"' .
:Chandelier1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-1 ;
  x3do:DEF 'Chandelier1' ;
  x3do:scale ( 0.07 0.07 0.07 ) ;
  x3do:translation ( 5.8 2.4 -23 ) .
:CHandelier-USE-1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier1 ;
  owl:sameAs :CHandelier . # DEF matching this USE
:Chandelier2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-2 ;
  x3do:DEF 'Chandelier2' ;
  x3do:scale ( 0.07 0.07 0.07 ) ;
  x3do:translation ( -1.4 2.4 -34.5 ) .
:CHandelier-USE-2 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier2 ;
  owl:sameAs :CHandelier . # DEF matching this USE
:Chandelier3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-3 ;
  x3do:DEF 'Chandelier3' ;
  x3do:scale ( 0.07 0.07 0.07 ) ;
  x3do:translation ( 13 2.4 -34.5 ) .
:CHandelier-USE-3 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier3 ;
  owl:sameAs :CHandelier . # DEF matching this USE
:Chandelier4cen a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-4 ;
  x3do:DEF 'Chandelier4cen' ;
  x3do:scale ( 0.07 0.07 0.07 ) ;
  x3do:translation ( 5.8 2.4 -34.5 ) .
:CHandelier-USE-4 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier4cen ;
  owl:sameAs :CHandelier . # DEF matching this USE
:Chandelier5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-5 ;
  x3do:DEF 'Chandelier5' ;
  x3do:scale ( 0.03 0.03 0.03 ) ;
  x3do:translation ( 5.8 1 -1 ) .
:CHandelier-USE-5 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier5 ;
  owl:sameAs :CHandelier . # DEF matching this USE
:Chandelier6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CHandelier-USE-6 ;
  x3do:DEF 'Chandelier6' ;
  x3do:scale ( 0.03 0.03 0.03 ) ;
  x3do:translation ( 5.8 1 -5 ) .
:CHandelier-USE-6 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Chandelier6 ;
  owl:sameAs :CHandelier . # DEF matching this USE
:timez a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'timez' ;
  x3do:cycleInterval '15' .
:ROUTE_2_210 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'touch1z' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'timez' .
:Sequencz a owl:NamedIndividual, x3do:IntegerSequencer ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Sequencz' ;
  x3do:key ( 0 0.05 1 ) ;
  x3do:keyValue ( 0 1 0 ) .
:ROUTE_2_212 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'timez' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'Sequencz' .
:ROUTE_2_213 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'Sequencz' ;
  x3do:toField 'whichChoice' ;
  x3do:toNode 'switch' .
