@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/TextureMapping/TextureMapComparisonsRectangle.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_18, :meta_1_19, :meta_1_20, :meta_1_21 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangle.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Compare ImageTexture mapping for a variety of geometry nodes. This is an excellent test scene for different X3D browsers.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Sungmin Kwon and Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '15 December 2017' ;
  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 'TextureMapTesting.pdf' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleX_ITE.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleX3DOM.png' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleBSContact.png' ;
  x3do:name 'Image' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleFreeWrl.png' ;
  x3do:name 'Image' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleH3DViewer.png' ;
  x3do:name 'Image' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleInstantReality.png' ;
  x3do:name 'Image' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsRectangleXj3D.png' ;
  x3do:name 'Image' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TextureMapComparisonsCylinder.x3d' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Images' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D Abstract Specification, 18.2.3 Texture coordinates' ;
  x3do:name 'specificationSection' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#Texturecoordinates' ;
  x3do:name 'specificationUrl' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/documents/specifications/19775-1/V3.3/Images/ImageTexture.gif' ;
  x3do:name 'Image' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/TextureMapping/TextureMapComparisonsRectangle.x3d' ;
  x3do:name 'identifier' .
:meta_1_20 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_21 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TextureMapComparisonsRectangle.x3d" .
:meta dcterms:description "Compare ImageTexture mapping for a variety of geometry nodes. This is an excellent test scene for different X3D browsers." .
:meta dcterms:creator "Sungmin Kwon and Don Brutzman" .
:meta dcterms:created "15 December 2017" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "TextureMapTesting.pdf" .
:meta dcterms:Image "TextureMapComparisonsRectangleX_ITE.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleX3DOM.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleBSContact.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleFreeWrl.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleH3DViewer.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleInstantReality.png" .
:meta dcterms:Image "TextureMapComparisonsRectangleXj3D.png" .
:meta dcterms:reference "TextureMapComparisonsCylinder.x3d" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Images" .
:meta dcterms:Image "https://www.web3d.org/documents/specifications/19775-1/V3.3/Images/ImageTexture.gif" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/TextureMapping/TextureMapComparisonsRectangle.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, :DefaultPosition, :Transform_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TextureMapComparisonsRectangle.x3d' .
:DefaultPosition a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'DefaultPosition' ;
  x3do:description 'Texture map examples overview' ;
  x3do:position ( 0 0 16 ) .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_3_1, :Transform_2_3_2, :Transform_2_3_3, :Transform_2_3_4, :Transform_2_3_5, :Transform_2_3_6, :Transform_2_3_7, :Transform_2_3_8, :Transform_2_3_9, :Transform_2_3_10, :Transform_2_3_11, :Transform_2_3_12, :Transform_2_3_13, :Transform_2_3_14, :Transform_2_3_15, :Transform_2_3_16, :Transform_2_3_17, :Transform_2_3_18 ;
  x3do:translation ( -0.5 1 0 ) .
:Transform_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasAppearance :TextureAppearance ;
  x3do:hasGeometry :IndexedFaceSet_2_3_1_1_2 .
:TextureAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1_1 ;
  x3do:hasTexture :SpecificationTexture ;
  x3do:DEF 'TextureAppearance' .
:SpecificationTexture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureAppearance ;
  x3do:DEF 'SpecificationTexture' ;
  x3do:url '"ImageTextureSpecificationSquare.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/TextureMapping/ImageTextureSpecificationSquare.png"' .
:IndexedFaceSet_2_3_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_1_1 ;
  x3do:hasCoord :Coordinate_2_3_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) .
:Coordinate_2_3_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2 ;
  x3do:hasAppearance :TextureAppearance-USE-1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_3_2_1_2 .
:TextureAppearance-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:IndexedTriangleSet_2_3_2_1_2 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_3_2_1 ;
  x3do:hasCoord :Coordinate_2_3_2_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 0 2 3 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_3_2_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3 ;
  x3do:hasAppearance :TextureAppearance-USE-2 ;
  x3do:hasGeometry :TriangleSet_2_3_3_1_2 .
:TextureAppearance-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_3_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:TriangleSet_2_3_3_1_2 a owl:NamedIndividual, x3do:TriangleSet ;
  x3do:hasParent :Shape_2_3_3_1 ;
  x3do:hasCoord :Coordinate_2_3_3_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleSet_2_3_3_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4 ;
  x3do:hasAppearance :TextureAppearance-USE-3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_3_4_1_2 .
:TextureAppearance-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_4_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:IndexedTriangleStripSet_2_3_4_1_2 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_3_4_1 ;
  x3do:hasCoord :Coordinate_2_3_4_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 0 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_3_4_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_5 ;
  x3do:hasAppearance :TextureAppearance-USE-4 ;
  x3do:hasGeometry :TriangleStripSet_2_3_5_1_2 .
:TextureAppearance-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_5_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:TriangleStripSet_2_3_5_1_2 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_3_5_1 ;
  x3do:hasCoord :Coordinate_2_3_5_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true ;
  x3do:stripCount ( 5 ) .
:Coordinate_2_3_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleStripSet_2_3_5_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_6 ;
  x3do:hasAppearance :TextureAppearance-USE-5 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_3_6_1_2 .
:TextureAppearance-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_6_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:IndexedTriangleFanSet_2_3_6_1_2 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_3_6_1 ;
  x3do:hasCoord :Coordinate_2_3_6_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_3_6_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_7 ;
  x3do:hasAppearance :TextureAppearance-USE-6 ;
  x3do:hasGeometry :TriangleFanSet_2_3_7_1_2 .
:TextureAppearance-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_7_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:TriangleFanSet_2_3_7_1_2 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_3_7_1 ;
  x3do:hasCoord :Coordinate_2_3_7_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:fanCount ( 4 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_3_7_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_8_1 ;
  x3do:translation ( -1.2 0 -0.5 ) .
:Shape_2_3_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_8 ;
  x3do:hasAppearance :TextureAppearance-USE-7 ;
  x3do:hasGeometry :Box_2_3_8_1_2 .
:TextureAppearance-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_8_1 ;
  owl:sameAs :TextureAppearance . # DEF matching this USE
:Box_2_3_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_8_1 ;
  x3do:size ( 1 1 1 ) .
:Transform_2_3_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_9_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_9 ;
  x3do:hasAppearance :TextureAppearance_2D ;
  x3do:hasGeometry :Rectangle2D_2_3_9_1_2 .
:TextureAppearance_2D a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_9_1 ;
  x3do:hasTexture :SpecificationTexture-USE-1 ;
  x3do:DEF 'TextureAppearance_2D' .
:SpecificationTexture-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureAppearance_2D ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:Rectangle2D_2_3_9_1_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_3_9_1 ;
  x3do:size ( 1.0 1.0 ) .
:Transform_2_3_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_10_1 ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_10 ;
  x3do:hasAppearance :TextureAppearance_2D-USE-1 ;
  x3do:hasGeometry :TriangleSet2D_2_3_10_1_2 .
:TextureAppearance_2D-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_10_1 ;
  owl:sameAs :TextureAppearance_2D . # DEF matching this USE
:TriangleSet2D_2_3_10_1_2 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_3_10_1 ;
  x3do:vertices ( -0.5 0.5 -0.5 -0.5 0.5 -0.5 0.5 -0.5 0.5 0.5 -0.5 0.5 ) .
:Transform_2_3_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_11_1 ;
  x3do:translation ( 4.8 0 0 ) .
:Transform_2_3_11_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_11 ;
  x3do:hasChildren :Shape_2_3_11_1_1 ;
  x3do:rotation ( 1 0 0 -1.5708 ) ;
  x3do:translation ( -0.5 -0.5 0.2 ) .
:Shape_2_3_11_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_11_1 ;
  x3do:hasAppearance :TextureAppearance_2D-USE-2 ;
  x3do:hasGeometry :ElevationGrid_2_3_11_1_1_2 .
:TextureAppearance_2D-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_11_1_1 ;
  owl:sameAs :TextureAppearance_2D . # DEF matching this USE
:ElevationGrid_2_3_11_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_3_11_1_1 ;
  x3do:height ( 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:xDimension 6 ;
  x3do:xSpacing 0.2 ;
  x3do:zDimension 6 ;
  x3do:zSpacing 0.2 .
:Transform_2_3_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_12_1, :Transform_2_3_12_2, :Transform_2_3_12_3, :Transform_2_3_12_4, :Transform_2_3_12_5, :Transform_2_3_12_6, :Transform_2_3_12_7, :Transform_2_3_12_8, :Transform_2_3_12_9, :Transform_2_3_12_10, :Transform_2_3_12_11, :Transform_2_3_12_12, :Transform_2_3_12_13 ;
  x3do:translation ( 0 -1.2 0 ) .
:Transform_2_3_12_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_12_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_1 ;
  x3do:hasAppearance :TextureRotate ;
  x3do:hasGeometry :IndexedFaceSet_2_3_12_1_1_2 .
:TextureRotate a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_1_1 ;
  x3do:hasTexture :SpecificationTexture-USE-2 ;
  x3do:hasTextureTransform :TexTransRotation ;
  x3do:DEF 'TextureRotate' .
:SpecificationTexture-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureRotate ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransRotation a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureRotate ;
  x3do:DEF 'TexTransRotation' ;
  x3do:rotation 0.8 .
:IndexedFaceSet_2_3_12_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_12_1_1 ;
  x3do:hasCoord :Coordinate_2_3_12_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) .
:Coordinate_2_3_12_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_12_1_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_12_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_12_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_2 ;
  x3do:hasAppearance :TextureRotate-USE-1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_3_12_2_1_2 .
:TextureRotate-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_2_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:IndexedTriangleSet_2_3_12_2_1_2 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_3_12_2_1 ;
  x3do:hasCoord :Coordinate_2_3_12_2_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 0 2 3 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_12_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_3_12_2_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_12_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_12_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_3 ;
  x3do:hasAppearance :TextureRotate-USE-2 ;
  x3do:hasGeometry :TriangleSet_2_3_12_3_1_2 .
:TextureRotate-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_3_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:TriangleSet_2_3_12_3_1_2 a owl:NamedIndividual, x3do:TriangleSet ;
  x3do:hasParent :Shape_2_3_12_3_1 ;
  x3do:hasCoord :Coordinate_2_3_12_3_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_12_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleSet_2_3_12_3_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_12_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_12_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_4 ;
  x3do:hasAppearance :TextureRotate-USE-3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_3_12_4_1_2 .
:TextureRotate-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_4_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:IndexedTriangleStripSet_2_3_12_4_1_2 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_3_12_4_1 ;
  x3do:hasCoord :Coordinate_2_3_12_4_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 0 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_12_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_3_12_4_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_12_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_12_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_5 ;
  x3do:hasAppearance :TextureRotate-USE-4 ;
  x3do:hasGeometry :TriangleStripSet_2_3_12_5_1_2 .
:TextureRotate-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_5_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:TriangleStripSet_2_3_12_5_1_2 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_3_12_5_1 ;
  x3do:hasCoord :Coordinate_2_3_12_5_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true ;
  x3do:stripCount ( 5 ) .
:Coordinate_2_3_12_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleStripSet_2_3_12_5_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_12_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_12_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_6 ;
  x3do:hasAppearance :TextureRotate-USE-5 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_3_12_6_1_2 .
:TextureRotate-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_6_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:IndexedTriangleFanSet_2_3_12_6_1_2 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_3_12_6_1 ;
  x3do:hasCoord :Coordinate_2_3_12_6_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_12_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_3_12_6_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_12_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_12_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_7 ;
  x3do:hasAppearance :TextureRotate-USE-6 ;
  x3do:hasGeometry :TriangleFanSet_2_3_12_7_1_2 .
:TextureRotate-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_7_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:TriangleFanSet_2_3_12_7_1_2 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_3_12_7_1 ;
  x3do:hasCoord :Coordinate_2_3_12_7_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:fanCount ( 4 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_12_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_3_12_7_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_12_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_8_1 ;
  x3do:translation ( -1.2 0 -0.5 ) .
:Shape_2_3_12_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_8 ;
  x3do:hasAppearance :TextureRotate-USE-7 ;
  x3do:hasGeometry :Box_2_3_12_8_1_2 .
:TextureRotate-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_8_1 ;
  owl:sameAs :TextureRotate . # DEF matching this USE
:Box_2_3_12_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_12_8_1 ;
  x3do:size ( 1 1 1 ) .
:Transform_2_3_12_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 .
:Transform_2_3_12_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:translation ( 1.2 0 0 ) .
:Transform_2_3_12_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_11_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_12_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_11 ;
  x3do:hasAppearance :TextureRotate_2D ;
  x3do:hasGeometry :Rectangle2D_2_3_12_11_1_2 .
:TextureRotate_2D a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_11_1 ;
  x3do:hasTexture :SpecificationTexture-USE-3 ;
  x3do:hasTextureTransform :TexTransRotation-USE-1 ;
  x3do:DEF 'TextureRotate_2D' .
:SpecificationTexture-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureRotate_2D ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransRotation-USE-1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureRotate_2D ;
  owl:sameAs :TexTransRotation . # DEF matching this USE
:Rectangle2D_2_3_12_11_1_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_3_12_11_1 ;
  x3do:size ( 1 1 ) ;
  x3do:solid true .
:Transform_2_3_12_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Shape_2_3_12_12_1 ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_12_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_12 ;
  x3do:hasAppearance :TextureRotate_2D-USE-1 ;
  x3do:hasGeometry :TriangleSet2D_2_3_12_12_1_2 .
:TextureRotate_2D-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_12_1 ;
  owl:sameAs :TextureRotate_2D . # DEF matching this USE
:TriangleSet2D_2_3_12_12_1_2 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_3_12_12_1 ;
  x3do:vertices ( -0.5 0.5 -0.5 -0.5 0.5 -0.5 0.5 -0.5 0.5 0.5 -0.5 0.5 ) .
:Transform_2_3_12_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12 ;
  x3do:hasChildren :Transform_2_3_12_13_1 ;
  x3do:translation ( 4.8 0 0 ) .
:Transform_2_3_12_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_12_13 ;
  x3do:hasChildren :Shape_2_3_12_13_1_1 ;
  x3do:rotation ( 1 0 0 -1.5708 ) ;
  x3do:translation ( -0.5 -0.5 0.2 ) .
:Shape_2_3_12_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12_13_1 ;
  x3do:hasAppearance :TextureRotate_2D-USE-2 ;
  x3do:hasGeometry :ElevationGrid_2_3_12_13_1_1_2 .
:TextureRotate_2D-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_12_13_1_1 ;
  owl:sameAs :TextureRotate_2D . # DEF matching this USE
:ElevationGrid_2_3_12_13_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_3_12_13_1_1 ;
  x3do:height ( 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:xDimension 6 ;
  x3do:xSpacing 0.2 ;
  x3do:zDimension 6 ;
  x3do:zSpacing 0.2 .
:Transform_2_3_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_13_1, :Transform_2_3_13_2, :Transform_2_3_13_3, :Transform_2_3_13_4, :Transform_2_3_13_5, :Transform_2_3_13_6, :Transform_2_3_13_7, :Transform_2_3_13_8, :Transform_2_3_13_9, :Transform_2_3_13_10, :Transform_2_3_13_11, :Transform_2_3_13_12, :Transform_2_3_13_13 ;
  x3do:translation ( 0 -2.4 0 ) .
:Transform_2_3_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_1 ;
  x3do:hasAppearance :TextureTrans ;
  x3do:hasGeometry :IndexedFaceSet_2_3_13_1_1_2 .
:TextureTrans a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_1_1 ;
  x3do:hasTexture :SpecificationTexture-USE-4 ;
  x3do:hasTextureTransform :TexTransTranslation ;
  x3do:DEF 'TextureTrans' .
:SpecificationTexture-USE-4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureTrans ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransTranslation a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureTrans ;
  x3do:DEF 'TexTransTranslation' ;
  x3do:rotation 0.8 ;
  x3do:translation ( 0.2 -0.5 ) .
:IndexedFaceSet_2_3_13_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_13_1_1 ;
  x3do:hasCoord :Coordinate_2_3_13_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) .
:Coordinate_2_3_13_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_13_1_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_13_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_13_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_2 ;
  x3do:hasAppearance :TextureTrans-USE-1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_3_13_2_1_2 .
:TextureTrans-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_2_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:IndexedTriangleSet_2_3_13_2_1_2 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_3_13_2_1 ;
  x3do:hasCoord :Coordinate_2_3_13_2_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 0 2 3 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_13_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_3_13_2_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_13_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_13_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_3 ;
  x3do:hasAppearance :TextureTrans-USE-2 ;
  x3do:hasGeometry :TriangleSet_2_3_13_3_1_2 .
:TextureTrans-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_3_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:TriangleSet_2_3_13_3_1_2 a owl:NamedIndividual, x3do:TriangleSet ;
  x3do:hasParent :Shape_2_3_13_3_1 ;
  x3do:hasCoord :Coordinate_2_3_13_3_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_13_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleSet_2_3_13_3_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_13_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_13_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_4 ;
  x3do:hasAppearance :TextureTrans-USE-3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_3_13_4_1_2 .
:TextureTrans-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_4_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:IndexedTriangleStripSet_2_3_13_4_1_2 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_3_13_4_1 ;
  x3do:hasCoord :Coordinate_2_3_13_4_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 0 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_13_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_3_13_4_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_13_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_13_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_5 ;
  x3do:hasAppearance :TextureTrans-USE-4 ;
  x3do:hasGeometry :TriangleStripSet_2_3_13_5_1_2 .
:TextureTrans-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_5_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:TriangleStripSet_2_3_13_5_1_2 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_3_13_5_1 ;
  x3do:hasCoord :Coordinate_2_3_13_5_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true ;
  x3do:stripCount ( 5 ) .
:Coordinate_2_3_13_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleStripSet_2_3_13_5_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_13_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_13_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_6 ;
  x3do:hasAppearance :TextureTrans-USE-5 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_3_13_6_1_2 .
:TextureTrans-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_6_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:IndexedTriangleFanSet_2_3_13_6_1_2 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_3_13_6_1 ;
  x3do:hasCoord :Coordinate_2_3_13_6_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_13_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_3_13_6_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_13_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_13_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_7 ;
  x3do:hasAppearance :TextureTrans-USE-6 ;
  x3do:hasGeometry :TriangleFanSet_2_3_13_7_1_2 .
:TextureTrans-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_7_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:TriangleFanSet_2_3_13_7_1_2 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_3_13_7_1 ;
  x3do:hasCoord :Coordinate_2_3_13_7_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:fanCount ( 4 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_13_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_3_13_7_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_13_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_8_1 ;
  x3do:translation ( -1.2 0 -0.5 ) .
:Shape_2_3_13_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_8 ;
  x3do:hasAppearance :TextureTrans-USE-7 ;
  x3do:hasGeometry :Box_2_3_13_8_1_2 .
:TextureTrans-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_8_1 ;
  owl:sameAs :TextureTrans . # DEF matching this USE
:Box_2_3_13_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_13_8_1 ;
  x3do:size ( 1 1 1 ) .
:Transform_2_3_13_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 .
:Transform_2_3_13_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:translation ( 1.2 0 0 ) .
:Transform_2_3_13_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_11_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_13_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_11 ;
  x3do:hasAppearance :TextureTrans_2D ;
  x3do:hasGeometry :Rectangle2D_2_3_13_11_1_2 .
:TextureTrans_2D a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_11_1 ;
  x3do:hasTexture :SpecificationTexture-USE-5 ;
  x3do:hasTextureTransform :TexTransTranslation-USE-1 ;
  x3do:DEF 'TextureTrans_2D' .
:SpecificationTexture-USE-5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureTrans_2D ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransTranslation-USE-1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureTrans_2D ;
  owl:sameAs :TexTransTranslation . # DEF matching this USE
:Rectangle2D_2_3_13_11_1_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_3_13_11_1 ;
  x3do:size ( 1.0 1.0 ) .
:Transform_2_3_13_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Shape_2_3_13_12_1 ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_13_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_12 ;
  x3do:hasAppearance :TextureTrans_2D-USE-1 ;
  x3do:hasGeometry :TriangleSet2D_2_3_13_12_1_2 .
:TextureTrans_2D-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_12_1 ;
  owl:sameAs :TextureTrans_2D . # DEF matching this USE
:TriangleSet2D_2_3_13_12_1_2 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_3_13_12_1 ;
  x3do:vertices ( -0.5 0.5 -0.5 -0.5 0.5 -0.5 0.5 -0.5 0.5 0.5 -0.5 0.5 ) .
:Transform_2_3_13_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13 ;
  x3do:hasChildren :Transform_2_3_13_13_1 ;
  x3do:translation ( 4.8 0 0 ) .
:Transform_2_3_13_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_13_13 ;
  x3do:hasChildren :Shape_2_3_13_13_1_1 ;
  x3do:rotation ( 1 0 0 -1.5708 ) ;
  x3do:translation ( -0.5 -0.5 0.2 ) .
:Shape_2_3_13_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13_13_1 ;
  x3do:hasAppearance :TextureTrans_2D-USE-2 ;
  x3do:hasGeometry :ElevationGrid_2_3_13_13_1_1_2 .
:TextureTrans_2D-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_13_13_1_1 ;
  owl:sameAs :TextureTrans_2D . # DEF matching this USE
:ElevationGrid_2_3_13_13_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_3_13_13_1_1 ;
  x3do:height ( 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:xDimension 6 ;
  x3do:xSpacing 0.2 ;
  x3do:zDimension 6 ;
  x3do:zSpacing 0.2 .
:Transform_2_3_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_14_1, :Transform_2_3_14_2, :Transform_2_3_14_3, :Transform_2_3_14_4, :Transform_2_3_14_5, :Transform_2_3_14_6, :Transform_2_3_14_7, :Transform_2_3_14_8, :Transform_2_3_14_9, :Transform_2_3_14_10, :Transform_2_3_14_11, :Transform_2_3_14_12, :Transform_2_3_14_13 ;
  x3do:translation ( 0 -3.6 0 ) .
:Transform_2_3_14_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_14_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_1 ;
  x3do:hasAppearance :TextureScale ;
  x3do:hasGeometry :IndexedFaceSet_2_3_14_1_1_2 .
:TextureScale a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_1_1 ;
  x3do:hasTexture :SpecificationTexture-USE-6 ;
  x3do:hasTextureTransform :TexTransScale ;
  x3do:DEF 'TextureScale' .
:SpecificationTexture-USE-6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureScale ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransScale a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureScale ;
  x3do:DEF 'TexTransScale' ;
  x3do:rotation 0.8 ;
  x3do:scale ( 2 2 ) ;
  x3do:translation ( 0.2 -0.5 ) .
:IndexedFaceSet_2_3_14_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_14_1_1 ;
  x3do:hasCoord :Coordinate_2_3_14_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) .
:Coordinate_2_3_14_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_14_1_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_14_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_14_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_2 ;
  x3do:hasAppearance :TextureScale-USE-1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_3_14_2_1_2 .
:TextureScale-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_2_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:IndexedTriangleSet_2_3_14_2_1_2 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_3_14_2_1 ;
  x3do:hasCoord :Coordinate_2_3_14_2_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 0 2 3 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_14_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_3_14_2_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_14_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_14_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_3 ;
  x3do:hasAppearance :TextureScale-USE-2 ;
  x3do:hasGeometry :TriangleSet_2_3_14_3_1_2 .
:TextureScale-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_3_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:TriangleSet_2_3_14_3_1_2 a owl:NamedIndividual, x3do:TriangleSet ;
  x3do:hasParent :Shape_2_3_14_3_1 ;
  x3do:hasCoord :Coordinate_2_3_14_3_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_14_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleSet_2_3_14_3_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_14_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_14_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_4 ;
  x3do:hasAppearance :TextureScale-USE-3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_3_14_4_1_2 .
:TextureScale-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_4_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:IndexedTriangleStripSet_2_3_14_4_1_2 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_3_14_4_1 ;
  x3do:hasCoord :Coordinate_2_3_14_4_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 0 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_14_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_3_14_4_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_14_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_14_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_5 ;
  x3do:hasAppearance :TextureScale-USE-4 ;
  x3do:hasGeometry :TriangleStripSet_2_3_14_5_1_2 .
:TextureScale-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_5_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:TriangleStripSet_2_3_14_5_1_2 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_3_14_5_1 ;
  x3do:hasCoord :Coordinate_2_3_14_5_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true ;
  x3do:stripCount ( 5 ) .
:Coordinate_2_3_14_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleStripSet_2_3_14_5_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_14_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_14_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_6 ;
  x3do:hasAppearance :TextureScale-USE-5 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_3_14_6_1_2 .
:TextureScale-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_6_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:IndexedTriangleFanSet_2_3_14_6_1_2 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_3_14_6_1 ;
  x3do:hasCoord :Coordinate_2_3_14_6_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_14_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_3_14_6_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_14_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_14_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_7 ;
  x3do:hasAppearance :TextureScale-USE-6 ;
  x3do:hasGeometry :TriangleFanSet_2_3_14_7_1_2 .
:TextureScale-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_7_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:TriangleFanSet_2_3_14_7_1_2 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_3_14_7_1 ;
  x3do:hasCoord :Coordinate_2_3_14_7_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:fanCount ( 4 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_14_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_3_14_7_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_14_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_8_1 ;
  x3do:translation ( -1.2 0 -0.5 ) .
:Shape_2_3_14_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_8 ;
  x3do:hasAppearance :TextureScale-USE-7 ;
  x3do:hasGeometry :Box_2_3_14_8_1_2 .
:TextureScale-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_8_1 ;
  owl:sameAs :TextureScale . # DEF matching this USE
:Box_2_3_14_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_14_8_1 ;
  x3do:size ( 1 1 1 ) .
:Transform_2_3_14_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 .
:Transform_2_3_14_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:translation ( 1.2 0 0 ) .
:Transform_2_3_14_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_11_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_14_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_11 ;
  x3do:hasAppearance :TextureScale_2D ;
  x3do:hasGeometry :Rectangle2D_2_3_14_11_1_2 .
:TextureScale_2D a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_11_1 ;
  x3do:hasTexture :SpecificationTexture-USE-7 ;
  x3do:hasTextureTransform :TexTransScale-USE-1 ;
  x3do:DEF 'TextureScale_2D' .
:SpecificationTexture-USE-7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :TextureScale_2D ;
  owl:sameAs :SpecificationTexture . # DEF matching this USE
:TexTransScale-USE-1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :TextureScale_2D ;
  owl:sameAs :TexTransScale . # DEF matching this USE
:Rectangle2D_2_3_14_11_1_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_3_14_11_1 ;
  x3do:size ( 1.0 1.0 ) .
:Transform_2_3_14_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Shape_2_3_14_12_1 ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_14_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_12 ;
  x3do:hasAppearance :TextureScale_2D-USE-1 ;
  x3do:hasGeometry :TriangleSet2D_2_3_14_12_1_2 .
:TextureScale_2D-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_12_1 ;
  owl:sameAs :TextureScale_2D . # DEF matching this USE
:TriangleSet2D_2_3_14_12_1_2 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_3_14_12_1 ;
  x3do:vertices ( -0.5 0.5 -0.5 -0.5 0.5 -0.5 0.5 -0.5 0.5 0.5 -0.5 0.5 ) .
:Transform_2_3_14_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14 ;
  x3do:hasChildren :Transform_2_3_14_13_1 ;
  x3do:translation ( 4.8 0 0 ) .
:Transform_2_3_14_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_14_13 ;
  x3do:hasChildren :Shape_2_3_14_13_1_1 ;
  x3do:rotation ( 1 0 0 -1.5708 ) ;
  x3do:translation ( -0.5 -0.5 0.2 ) .
:Shape_2_3_14_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_14_13_1 ;
  x3do:hasAppearance :TextureScale_2D-USE-2 ;
  x3do:hasGeometry :ElevationGrid_2_3_14_13_1_1_2 .
:TextureScale_2D-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_14_13_1_1 ;
  owl:sameAs :TextureScale_2D . # DEF matching this USE
:ElevationGrid_2_3_14_13_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_3_14_13_1_1 ;
  x3do:height ( 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:xDimension 6 ;
  x3do:xSpacing 0.2 ;
  x3do:zDimension 6 ;
  x3do:zSpacing 0.2 .
:Transform_2_3_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_15_1, :Transform_2_3_15_2, :Transform_2_3_15_3, :Transform_2_3_15_4, :Transform_2_3_15_5, :Transform_2_3_15_6, :Transform_2_3_15_7, :Transform_2_3_15_8, :Transform_2_3_15_9, :Transform_2_3_15_10, :Transform_2_3_15_11, :Transform_2_3_15_12, :Transform_2_3_15_13 ;
  x3do:translation ( 0 -4.8 0 ) .
:Transform_2_3_15_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_15_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_1 ;
  x3do:hasAppearance :AppearanceNoTexture ;
  x3do:hasGeometry :IndexedFaceSet_2_3_15_1_1_2 .
:AppearanceNoTexture a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_1_1 ;
  x3do:hasMaterial :Material_2_3_15_1_1_1_1 ;
  x3do:DEF 'AppearanceNoTexture' .
:Material_2_3_15_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :AppearanceNoTexture ;
  x3do:diffuseColor ( 0.6 1 1 ) .
:IndexedFaceSet_2_3_15_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_15_1_1 ;
  x3do:hasCoord :Coordinate_2_3_15_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) .
:Coordinate_2_3_15_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_15_1_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_15_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_15_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_2 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_3_15_2_1_2 .
:AppearanceNoTexture-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_2_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:IndexedTriangleSet_2_3_15_2_1_2 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_3_15_2_1 ;
  x3do:hasCoord :Coordinate_2_3_15_2_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 0 2 3 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_15_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_3_15_2_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_15_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_15_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_3 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-2 ;
  x3do:hasGeometry :TriangleSet_2_3_15_3_1_2 .
:AppearanceNoTexture-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_3_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:TriangleSet_2_3_15_3_1_2 a owl:NamedIndividual, x3do:TriangleSet ;
  x3do:hasParent :Shape_2_3_15_3_1 ;
  x3do:hasCoord :Coordinate_2_3_15_3_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_15_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleSet_2_3_15_3_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_15_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_15_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_4 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_3_15_4_1_2 .
:AppearanceNoTexture-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_4_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:IndexedTriangleStripSet_2_3_15_4_1_2 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_3_15_4_1 ;
  x3do:hasCoord :Coordinate_2_3_15_4_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 0 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_15_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_3_15_4_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_15_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_15_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_5 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-4 ;
  x3do:hasGeometry :TriangleStripSet_2_3_15_5_1_2 .
:AppearanceNoTexture-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_5_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:TriangleStripSet_2_3_15_5_1_2 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_3_15_5_1 ;
  x3do:hasCoord :Coordinate_2_3_15_5_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true ;
  x3do:stripCount ( 5 ) .
:Coordinate_2_3_15_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleStripSet_2_3_15_5_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
:Transform_2_3_15_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_15_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_6 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-5 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_3_15_6_1_2 .
:AppearanceNoTexture-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_6_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:IndexedTriangleFanSet_2_3_15_6_1_2 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_3_15_6_1 ;
  x3do:hasCoord :Coordinate_2_3_15_6_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_15_6_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_3_15_6_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_15_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_15_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_7 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-6 ;
  x3do:hasGeometry :TriangleFanSet_2_3_15_7_1_2 .
:AppearanceNoTexture-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_7_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:TriangleFanSet_2_3_15_7_1_2 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_3_15_7_1 ;
  x3do:hasCoord :Coordinate_2_3_15_7_1_2_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:fanCount ( 4 ) ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:Coordinate_2_3_15_7_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_3_15_7_1_2 ;
  x3do:point ( -0.5 0.5 0 -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 ) .
:Transform_2_3_15_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_8_1 ;
  x3do:translation ( -1.2 0 -0.5 ) .
:Shape_2_3_15_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_8 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-7 ;
  x3do:hasGeometry :Box_2_3_15_8_1_2 .
:AppearanceNoTexture-USE-7 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_8_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:Box_2_3_15_8_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_15_8_1 ;
  x3do:size ( 1 1 1 ) .
:Transform_2_3_15_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 .
:Transform_2_3_15_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:translation ( 1.2 0 0 ) .
:Transform_2_3_15_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_11_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_15_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_11 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-8 ;
  x3do:hasGeometry :Rectangle2D_2_3_15_11_1_2 .
:AppearanceNoTexture-USE-8 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_11_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:Rectangle2D_2_3_15_11_1_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_3_15_11_1 ;
  x3do:size ( 1.0 1.0 ) .
:Transform_2_3_15_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Shape_2_3_15_12_1 ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_15_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_12 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-9 ;
  x3do:hasGeometry :TriangleSet2D_2_3_15_12_1_2 .
:AppearanceNoTexture-USE-9 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_12_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:TriangleSet2D_2_3_15_12_1_2 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_3_15_12_1 ;
  x3do:vertices ( -0.5 0.5 -0.5 -0.5 0.5 -0.5 0.5 -0.5 0.5 0.5 -0.5 0.5 ) .
:Transform_2_3_15_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15 ;
  x3do:hasChildren :Transform_2_3_15_13_1 ;
  x3do:translation ( 4.8 0 0 ) .
:Transform_2_3_15_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_15_13 ;
  x3do:hasChildren :Shape_2_3_15_13_1_1 ;
  x3do:rotation ( 1 0 0 -1.5708 ) ;
  x3do:translation ( -0.5 -0.5 0.2 ) .
:Shape_2_3_15_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_15_13_1 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-10 ;
  x3do:hasGeometry :ElevationGrid_2_3_15_13_1_1_2 .
:AppearanceNoTexture-USE-10 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_15_13_1_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
:ElevationGrid_2_3_15_13_1_1_2 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :Shape_2_3_15_13_1_1 ;
  x3do:height ( 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 0.2 ) ;
  x3do:solid false ;
  x3do:xDimension 6 ;
  x3do:xSpacing 0.2 ;
  x3do:zDimension 6 ;
  x3do:zSpacing 0.2 .
:Transform_2_3_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_16_1 ;
  x3do:translation ( 0 3.5 0 ) .
:Shape_2_3_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_16 ;
  x3do:hasGeometry :Title ;
  x3do:hasAppearance :DefaultAppearance .
:Title a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_16_1 ;
  x3do:hasFontStyle :FontStyle_2_3_16_1_1_1 ;
  x3do:DEF 'Title' ;
  x3do:string '"Texture Map Comparisons for Rectangles!"' .
:FontStyle_2_3_16_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Title ;
  x3do:justify '"MIDDLE" "FIRST"' .
:DefaultAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_16_1 ;
  x3do:hasMaterial :DefaultMaterial ;
  x3do:DEF 'DefaultAppearance' .
:DefaultMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :DefaultAppearance ;
  x3do:DEF 'DefaultMaterial' .
:Transform_2_3_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_17_1, :Transform_2_3_17_2, :Transform_2_3_17_3, :Transform_2_3_17_4, :Transform_2_3_17_5, :Transform_2_3_17_6, :Transform_2_3_17_7, :Transform_2_3_17_8, :Transform_2_3_17_9, :Transform_2_3_17_10, :Transform_2_3_17_11, :Transform_2_3_17_12, :Transform_2_3_17_13 ;
  x3do:translation ( 0 1.2 0 ) .
:Transform_2_3_17_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_1_1 ;
  x3do:translation ( -9.6 0 0 ) .
:Shape_2_3_17_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_1 ;
  x3do:hasGeometry :Text_2_3_17_1_1_1 .
:Text_2_3_17_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_1_1 ;
  x3do:hasFontStyle :CenterFontStyle ;
  x3do:string '"IFS"' .
:CenterFontStyle a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_1_1_1 ;
  x3do:DEF 'CenterFontStyle' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.5 ;
  x3do:cssStyle 'BOLD' .
:Transform_2_3_17_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_2_1 ;
  x3do:translation ( -8.4 0 0 ) .
:Shape_2_3_17_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_2 ;
  x3do:hasGeometry :Text_2_3_17_2_1_1 .
:Text_2_3_17_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_2_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-1 ;
  x3do:string '"ITS"' .
:CenterFontStyle-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_2_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_3_1 ;
  x3do:translation ( -7.2 0 0 ) .
:Shape_2_3_17_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_3 ;
  x3do:hasGeometry :Text_2_3_17_3_1_1 .
:Text_2_3_17_3_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_3_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-2 ;
  x3do:string '"TS"' .
:CenterFontStyle-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_3_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_4_1 ;
  x3do:translation ( -6.0 0 0 ) .
:Shape_2_3_17_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_4 ;
  x3do:hasGeometry :Text_2_3_17_4_1_1 .
:Text_2_3_17_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_4_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-3 ;
  x3do:string '"ITSS"' .
:CenterFontStyle-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_4_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_5_1 ;
  x3do:translation ( -4.8 0 0 ) .
:Shape_2_3_17_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_5 ;
  x3do:hasGeometry :Text_2_3_17_5_1_1 .
:Text_2_3_17_5_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_5_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-4 ;
  x3do:string '"TSS"' .
:CenterFontStyle-USE-4 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_5_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_6_1 ;
  x3do:translation ( -3.6 0 0 ) .
:Shape_2_3_17_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_6 ;
  x3do:hasGeometry :Text_2_3_17_6_1_1 .
:Text_2_3_17_6_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_6_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-5 ;
  x3do:string '"ITFS"' .
:CenterFontStyle-USE-5 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_6_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_3_17_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_7 ;
  x3do:hasGeometry :Text_2_3_17_7_1_1 .
:Text_2_3_17_7_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_7_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-6 ;
  x3do:string '"TFS"' .
:CenterFontStyle-USE-6 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_7_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_8_1 ;
  x3do:translation ( -1.2 0 0 ) .
:Shape_2_3_17_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_8 ;
  x3do:hasGeometry :Text_2_3_17_8_1_1 .
:Text_2_3_17_8_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_8_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-7 ;
  x3do:string '"BOX"' .
:CenterFontStyle-USE-7 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_8_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_9_1 .
:Shape_2_3_17_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_9 ;
  x3do:hasGeometry :Text_2_3_17_9_1_1 .
:Text_2_3_17_9_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_9_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-8 ;
  x3do:string '"IQS"' .
:CenterFontStyle-USE-8 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_9_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_10_1 ;
  x3do:translation ( 1.2 0 0 ) .
:Shape_2_3_17_10_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_10 ;
  x3do:hasGeometry :Text_2_3_17_10_1_1 .
:Text_2_3_17_10_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_10_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-9 ;
  x3do:string '"QS"' .
:CenterFontStyle-USE-9 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_10_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_11_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_3_17_11_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_11 ;
  x3do:hasGeometry :Text_2_3_17_11_1_1 .
:Text_2_3_17_11_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_11_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-10 ;
  x3do:string '"R2D"' .
:CenterFontStyle-USE-10 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_11_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:Transform_2_3_17_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_12_1, :TouchSensor_2_3_17_12_2, :TransparentTextSelection ;
  x3do:translation ( 3.6 0 0 ) .
:Shape_2_3_17_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_12 ;
  x3do:hasGeometry :Text_2_3_17_12_1_1 .
:Text_2_3_17_12_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_12_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-11 ;
  x3do:string '"TS2D"' .
:CenterFontStyle-USE-11 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_12_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:TouchSensor_2_3_17_12_2 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_3_17_12 ;
  x3do:description 'TriangleSet2D' .
:TransparentTextSelection a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_12 ;
  x3do:hasGeometry :Box_2_3_17_12_3_1 ;
  x3do:hasAppearance :Appearance_2_3_17_12_3_2 ;
  x3do:DEF 'TransparentTextSelection' .
:Box_2_3_17_12_3_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :TransparentTextSelection ;
  x3do:size ( 1.1 .4 .001 ) .
:Appearance_2_3_17_12_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :TransparentTextSelection ;
  x3do:hasMaterial :Material_2_3_17_12_3_2_1 .
:Material_2_3_17_12_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_17_12_3_2 ;
  x3do:transparency 1 .
:Transform_2_3_17_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_17 ;
  x3do:hasChildren :Shape_2_3_17_13_1, :TouchSensor_2_3_17_13_2, :TransparentTextSelection-USE-1 ;
  x3do:translation ( 4.8 0 0 ) .
:Shape_2_3_17_13_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_13 ;
  x3do:hasGeometry :Text_2_3_17_13_1_1 .
:Text_2_3_17_13_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_17_13_1 ;
  x3do:hasFontStyle :CenterFontStyle-USE-12 ;
  x3do:string '"EG"' .
:CenterFontStyle-USE-12 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_17_13_1_1 ;
  owl:sameAs :CenterFontStyle . # DEF matching this USE
:TouchSensor_2_3_17_13_2 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_3_17_13 ;
  x3do:description 'ElevationGrid' .
:TransparentTextSelection-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_17_13 ;
  owl:sameAs :TransparentTextSelection . # DEF matching this USE
:Transform_2_3_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Transform_2_3_18_1, :Transform_2_3_18_2, :Transform_2_3_18_3, :Transform_2_3_18_4, :Transform_2_3_18_5 ;
  x3do:translation ( 5.6 0.5 0 ) .
:Transform_2_3_18_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18 ;
  x3do:hasChildren :Shape_2_3_18_1_1 .
:Shape_2_3_18_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_18_1 ;
  x3do:hasGeometry :Text_2_3_18_1_1_1 .
:Text_2_3_18_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_18_1_1 ;
  x3do:hasFontStyle :LeftFontStyle ;
  x3do:string '"Default Texture"' .
:LeftFontStyle a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_18_1_1_1 ;
  x3do:DEF 'LeftFontStyle' ;
  x3do:justify '"BEGIN" "BEGIN"' ;
  x3do:size 0.5 .
:Transform_2_3_18_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18 ;
  x3do:hasChildren :Shape_2_3_18_2_1 ;
  x3do:translation ( 0 -1.2 0 ) .
:Shape_2_3_18_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_18_2 ;
  x3do:hasGeometry :Text_2_3_18_2_1_1 .
:Text_2_3_18_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_18_2_1 ;
  x3do:hasFontStyle :LeftFontStyle-USE-1 ;
  x3do:string '"Rotate Texture"' .
:LeftFontStyle-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_18_2_1_1 ;
  owl:sameAs :LeftFontStyle . # DEF matching this USE
:Transform_2_3_18_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18 ;
  x3do:hasChildren :Shape_2_3_18_3_1 ;
  x3do:translation ( 0 -2.4 0 ) .
:Shape_2_3_18_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_18_3 ;
  x3do:hasGeometry :Text_2_3_18_3_1_1 .
:Text_2_3_18_3_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_18_3_1 ;
  x3do:hasFontStyle :LeftFontStyle-USE-2 ;
  x3do:string '"Rotate, Translate Texture"' .
:LeftFontStyle-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_18_3_1_1 ;
  owl:sameAs :LeftFontStyle . # DEF matching this USE
:Transform_2_3_18_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18 ;
  x3do:hasChildren :Shape_2_3_18_4_1 ;
  x3do:translation ( 0 -3.6 0 ) .
:Shape_2_3_18_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_18_4 ;
  x3do:hasGeometry :Text_2_3_18_4_1_1 .
:Text_2_3_18_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_18_4_1 ;
  x3do:hasFontStyle :LeftFontStyle-USE-3 ;
  x3do:string '"Rotate, Translate, Scale"' .
:LeftFontStyle-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_18_4_1_1 ;
  owl:sameAs :LeftFontStyle . # DEF matching this USE
:Transform_2_3_18_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3_18 ;
  x3do:hasChildren :Shape_2_3_18_5_1 ;
  x3do:translation ( 0 -4.8 0 ) .
:Shape_2_3_18_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_18_5 ;
  x3do:hasGeometry :Text_2_3_18_5_1_1 ;
  x3do:hasAppearance :AppearanceNoTexture-USE-11 .
:Text_2_3_18_5_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_18_5_1 ;
  x3do:hasFontStyle :LeftFontStyle-USE-4 ;
  x3do:string '"No Texture"' .
:LeftFontStyle-USE-4 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_18_5_1_1 ;
  owl:sameAs :LeftFontStyle . # DEF matching this USE
:AppearanceNoTexture-USE-11 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_18_5_1 ;
  owl:sameAs :AppearanceNoTexture . # DEF matching this USE
