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

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SeatsLevelOne.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Viewer seats, level one' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Christos Kalogrias - Hellenic Navy' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '25 July 2003' ;
  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 'http://www.fussballtempel.net/uefa/Gre/Nikos_Goumas.jpg' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.wsoccer.com/stadium/greece/aek_athens/' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/SeatsLevelOne.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/README.X3D-Edit.html' ;
  x3do:name 'generator' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SeatsLevelOne.x3d" .
:meta dcterms:description "Viewer seats, level one" .
:meta dcterms:creator "LT Christos Kalogrias - Hellenic Navy" .
:meta dcterms:created "25 July 2003" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "http://www.fussballtempel.net/uefa/Gre/Nikos_Goumas.jpg" .
:meta dcterms:reference "http://www.wsoccer.com/stadium/greece/aek_athens/" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/SeatsLevelOne.x3d" .
:meta dcterms:generator "https://www.web3d.org/x3d/content/README.X3D-Edit.html" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Background_2_2, :Transform_2_3, :Seats, :RightSeats, :LeftSeats, :FrontSeats, :SlopeSeats1, :SopeSeats2, :SlopeSeats3, :SlopeSeats4, :SlopeSeats5, :SlopeSeats6, :Transform_2_14, :Bench, :Transform_2_16, :TenLogo, :Transform_2_18, :FrontLogo, :Transform_2_20, :Transform_2_21, :Transform_2_22, :Transform_2_23, :Transform_2_24 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SeatsLevelOne.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundAngle ( 1.0 1.57 ) ;
  x3do:groundColor ( 0.5 0.3 0.3 0.5 0.3 0.3 0.5 0.3 0.3 ) ;
  x3do:skyAngle ( 1.309 1.572 ) ;
  x3do:skyColor ( 0 0.5 0.7 0 0.5 1 1 1 1 ) .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_3_1 ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -60.5 25.7 -24 ) .
:Viewpoint_2_3_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_3 ;
  x3do:description 'Cabin View' ;
  x3do:orientation ( 1 0 0 -0.5 ) ;
  x3do:position ( 0.2 0 -0.5 ) .
:Seats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MostSeats ;
  x3do:DEF 'Seats' ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:translation ( 62 0 55 ) .
:MostSeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Seats ;
  x3do:hasChildren :Shape_2_4_1_1 ;
  x3do:DEF 'MostSeats' .
:Shape_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MostSeats ;
  x3do:hasAppearance :Appearance_2_4_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_4_1_1_2 .
:Appearance_2_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1_1 ;
  x3do:hasMaterial :Material_2_4_1_1_1_1 .
:Material_2_4_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_1_1 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Extrusion_2_4_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_4_1_1 ;
  x3do:crossSection ( 0 0 -22 0 -22 2 -21 2 -21 3 -20 3 -20 4 -19 4 -19 5 -18 5 -18 6 -17 6 -17 7 -16 7 -16 8 -15 8 -15 9 -14 9 -14 10 -13 10 -13 11 -12 11 -12 12 -11 12 -11 13 -10 13 -10 14 -9 14 -9 15 -8 15 -8 16 -7 16 -7 17 -6 17 -6 18 -5 18 -5 19 -4 19 -4 20 -3 20 -3 21 -2 21 -2 22 -1 22 -1 23 0 23 0 0 ) ;
  x3do:spine ( -12 -25 0 0 0 0 0 110 0 -12 135 0 -31 145 0 -62 145 0 -87 145 0 -112 135 0 -124 110 0 -124 0 0 -112 -25 0 ) .
:RightSeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :OneLevColmn, :Transform_2_5_2, :Transform_2_5_3, :Transform_2_5_4, :Transform_2_5_5, :Cabin, :Transform_2_5_7, :Transform_2_5_8, :Transform_2_5_9, :Transform_2_5_10 ;
  x3do:DEF 'RightSeats' .
:OneLevColmn a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Gate, :Transform_2_5_1_2 ;
  x3do:DEF 'OneLevColmn' .
:Gate a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :OneLevColmn ;
  x3do:hasChildren :tenXtwentySeats ;
  x3do:DEF 'Gate' ;
  x3do:translation ( -29.2 1.1 86.5 ) .
:tenXtwentySeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Gate ;
  x3do:hasChildren :tenXtenSeats, :Transform_2_5_1_1_1_2 ;
  x3do:DEF 'tenXtwentySeats' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 70.5 2.5 -35 ) .
:tenXtenSeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :tenXtwentySeats ;
  x3do:hasChildren :Transform_2_5_1_1_1_1_1 ;
  x3do:DEF 'tenXtenSeats' ;
  x3do:translation ( 0 -6 12 ) .
:Transform_2_5_1_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :tenXtenSeats ;
  x3do:hasChildren :Fans ;
  x3do:rotation ( 1 0 0 0.78 ) ;
  x3do:translation ( 6 10 -8 ) .
:Fans a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_1_1_1_1_1 ;
  x3do:hasChildren :Group_2_5_1_1_1_1_1_1_1 ;
  x3do:hasROUTE :ROUTE_2_5_1_1_1_1_1_1_2, :ROUTE_2_5_1_1_1_1_1_1_3 ;
  x3do:DEF 'Fans' ;
  x3do:scale ( 1.6 2.8 1 ) ;
  x3do:translation ( 0 1 0 ) .
:Group_2_5_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Fans ;
  x3do:hasChildren :Transform_2_5_1_1_1_1_1_1_1_1 .
:Transform_2_5_1_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_5_1_1_1_1_1_1_1 ;
  x3do:hasChildren :Shape_2_5_1_1_1_1_1_1_1_1_1, :timer, :MoveFlag ;
  x3do:translation ( -3.7 -3 -1 ) .
:Shape_2_5_1_1_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_1_1_1_1_1_1_1 ;
  x3do:hasGeometry :Flag ;
  x3do:hasAppearance :Appearance_2_5_1_1_1_1_1_1_1_1_1_2 .
:Flag a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_1_1_1_1_1_1_1_1 ;
  x3do:hasCoord :FlagCoor ;
  x3do:DEF 'Flag' ;
  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 42 43 44 45 46 47 48 49 0 ) ;
  x3do:solid false .
:FlagCoor a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :Flag ;
  x3do:DEF 'FlagCoor' ;
  x3do:point ( 0.0 0.0 0.0 0.5 0.0 0.0 1.0 0.0 0.0 1.5 0.0 0.0 2.0 0.0 0.0 2.5 0.0 0.0 3.0 0.0 0.0 3.5 0.0 0.0 4.0 0.0 0.0 4.5 0.0 0.0 5.0 0.0 0.0 5.5 0.0 0.0 6.0 0.0 0.0 6.5 0.0 0.0 7.0 0.0 0.0 7.5 0.0 0.0 7.5 0.5 0.0 7.5 1.0 0.0 7.5 1.5 0.0 7.5 2.0 0.0 7.5 2.5 0.0 7.5 3.0 0.0 7.5 3.5 0.0 7.5 4.0 0.0 7.5 4.5 0.0 7.5 5.0 0.0 7.0 5.0 0.0 6.5 5.0 0.0 6.0 5.0 0.0 5.5 5.0 0.0 5.0 5.0 0.0 4.5 5.0 0.0 4.0 5.0 0.0 3.5 5.0 0.0 3.0 5.0 0.0 2.5 5.0 0.0 2.0 5.0 0.0 1.5 5.0 0.0 1.0 5.0 0.0 0.5 5.0 0.0 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 ) .
:Appearance_2_5_1_1_1_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1_1_1_1_1_1_1_1 ;
  x3do:hasMaterial :Material_2_5_1_1_1_1_1_1_1_1_1_2_1 ;
  x3do:hasTexture :ImageTexture_2_5_1_1_1_1_1_1_1_1_1_2_2 ;
  x3do:hasTextureTransform :TextureTransform_2_5_1_1_1_1_1_1_1_1_1_2_3 .
:Material_2_5_1_1_1_1_1_1_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_1_1_1_1_1_1_1_2 ;
  x3do:diffuseColor ( 0.8 0.2 0.2 ) ;
  x3do:shininess 0.8 .
:ImageTexture_2_5_1_1_1_1_1_1_1_1_1_2_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_1_1_1_1_1_1_1_1_1_2 ;
  x3do:url '"./aek6.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/aek6.jpg"' .
:TextureTransform_2_5_1_1_1_1_1_1_1_1_1_2_3 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_5_1_1_1_1_1_1_1_1_1_2 ;
  x3do:translation ( 0.0 0.01 ) .
:timer a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Transform_2_5_1_1_1_1_1_1_1_1 ;
  x3do:DEF 'timer' ;
  x3do:cycleInterval '4.0' ;
  x3do:loop true .
:MoveFlag a owl:NamedIndividual, x3do:CoordinateInterpolator ;
  x3do:hasParent :Transform_2_5_1_1_1_1_1_1_1_1 ;
  x3do:DEF 'MoveFlag' ;
  x3do:key ( 0.0 0.25 0.5 0.75 1.0 ) ;
  x3do:keyValue ( 0.0 0.0 0.00 0.5 0.0 0.087 1.0 0.0 .100 1.5 0.0 0.087 2.0 0.0 0.00 2.5 0.0 -0.087 3.0 0.0 -0.100 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 -0.087 1.0 0.0 -0.10 1.5 0.0 -0.087 2.0 0.0 0.0 2.5 0.0 0.087 3.0 0.0 .10 3.5 0.0 0.087 4.0 0.0 0.0 4.5 0.0 -0.087 5.0 0.0 -0.10 5.5 0.0 -0.087 6.0 0.0 0.0 6.5 0.0 0.087 7.0 0.0 .10 7.5 0.0 0.087 7.5 0.5 0.087 7.5 1.0 0.087 7.5 1.5 0.087 7.5 2.0 0.087 7.5 2.5 0.087 7.5 3.0 0.087 7.5 3.5 0.087 7.5 4.0 0.087 7.5 4.5 0.087 7.5 5.0 0.087 7.0 5.0 .10 6.5 5.0 0.087 6.0 5.0 0.0 5.5 5.0 -0.087 5.0 5.0 -0.10 4.5 5.0 -0.087 4.0 5.0 0.0 3.5 5.0 0.087 3.0 5.0 .10 2.5 5.0 0.087 2.0 5.0 0.0 1.5 5.0 -0.087 1.0 5.0 -0.10 0.5 5.0 -0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 0.087 1.0 0.0 .10 1.5 0.0 0.087 2.0 0.0 0.0 2.5 0.0 -0.087 3.0 0.0 -0.10 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 -0.087 1.0 0.0 -0.10 1.5 0.0 -0.087 2.0 0.0 0.0 2.5 0.0 0.087 3.0 0.0 .10 3.5 0.0 0.087 4.0 0.0 0.0 4.5 0.0 -0.087 5.0 0.0 -0.10 5.5 0.0 -0.087 6.0 0.0 0.0 6.5 0.0 0.087 7.0 0.0 .10 7.5 0.0 0.087 7.5 0.5 0.087 7.5 1.0 0.087 7.5 1.5 0.087 7.5 2.0 0.087 7.5 2.5 0.087 7.5 3.0 0.087 7.5 3.5 0.087 7.5 4.0 0.087 7.5 4.5 0.087 7.5 5.0 0.087 7.0 5.0 .10 6.5 5.0 0.087 6.0 5.0 0.0 5.5 5.0 -0.087 5.0 5.0 -0.10 4.5 5.0 -0.087 4.0 5.0 0.0 3.5 5.0 0.087 3.0 5.0 .10 2.5 5.0 0.087 2.0 5.0 0.0 1.5 5.0 -0.087 1.0 5.0 -1.0 0.5 5.0 -0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 0.087 1.0 0.0 .10 1.5 0.0 0.087 2.0 0.0 0.0 2.5 0.0 -0.087 3.0 0.0 -0.10 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 ) .
:ROUTE_2_5_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Fans ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'timer' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'MoveFlag' .
:ROUTE_2_5_1_1_1_1_1_1_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Fans ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'MoveFlag' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'FlagCoor' .
:Transform_2_5_1_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :tenXtwentySeats ;
  x3do:hasChildren :tenXtenSeats-USE-1 ;
  x3do:translation ( 8 0 0 ) .
:tenXtenSeats-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_1_1_1_2 ;
  owl:sameAs :tenXtenSeats . # DEF matching this USE
:Transform_2_5_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :OneLevColmn ;
  x3do:hasChildren :Gate-USE-1 ;
  x3do:translation ( 11 11 0 ) .
:Gate-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_1_2 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_5_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :OneLevColmn-USE-1 ;
  x3do:translation ( 0 0 -21 ) .
:OneLevColmn-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_2 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_5_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :OneLevColmn-USE-2 ;
  x3do:translation ( 0 0 -42 ) .
:OneLevColmn-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_3 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_5_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :OneLevColmn-USE-3 ;
  x3do:translation ( 0 0 -63 ) .
:OneLevColmn-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_4 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_5_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :OneLevColmn-USE-4 ;
  x3do:translation ( 0 0 -84 ) .
:OneLevColmn-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_5 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Cabin a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Inline_2_5_6_1 ;
  x3do:DEF 'Cabin' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 59 25.5 -7.5 ) .
:Inline_2_5_6_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Cabin ;
  x3do:url '"./Cabin.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/Cabin.wrl"' .
:Transform_2_5_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Cabin-USE-1 ;
  x3do:translation ( 0 0 15 ) .
:Cabin-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_7 ;
  owl:sameAs :Cabin . # DEF matching this USE
:Transform_2_5_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Cabin-USE-2 ;
  x3do:translation ( 0 0 30 ) .
:Cabin-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_8 ;
  owl:sameAs :Cabin . # DEF matching this USE
:Transform_2_5_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Cabin-USE-3 ;
  x3do:translation ( 0 0 -15 ) .
:Cabin-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_9 ;
  owl:sameAs :Cabin . # DEF matching this USE
:Transform_2_5_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Cabin-USE-4 ;
  x3do:translation ( 0 0 -30 ) .
:Cabin-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5_10 ;
  owl:sameAs :Cabin . # DEF matching this USE
:LeftSeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :RightSeats-USE-1 ;
  x3do:DEF 'LeftSeats' ;
  x3do:rotation ( 0 1 0 3.14 ) .
:RightSeats-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LeftSeats ;
  owl:sameAs :RightSeats . # DEF matching this USE
:FrontSeats a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FrontSeatsColmn, :Transform_2_7_2, :Transform_2_7_3, :Transform_2_7_4 ;
  x3do:DEF 'FrontSeats' .
:FrontSeatsColmn a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeats ;
  x3do:hasChildren :Gate-USE-2, :Transform_2_7_1_2 ;
  x3do:DEF 'FrontSeatsColmn' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( -26 0.2 -28 ) .
:Gate-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeatsColmn ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_7_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeatsColmn ;
  x3do:hasChildren :Gate-USE-3 ;
  x3do:scale ( 1 1 1.2 ) ;
  x3do:translation ( 11 11 -8 ) .
:Gate-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_7_1_2 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeats ;
  x3do:hasChildren :FrontSeatsColmn-USE-1 ;
  x3do:translation ( -10 0 0 ) .
:FrontSeatsColmn-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_7_2 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:Transform_2_7_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeats ;
  x3do:hasChildren :FrontSeatsColmn-USE-2 ;
  x3do:translation ( -20 0 0 ) .
:FrontSeatsColmn-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_7_3 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:Transform_2_7_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeats ;
  x3do:hasChildren :FrontSeatsColmn-USE-3 ;
  x3do:translation ( -26 0 0 ) .
:FrontSeatsColmn-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_7_4 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:SlopeSeats1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_8_1 ;
  x3do:DEF 'SlopeSeats1' .
:Transform_2_8_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats1 ;
  x3do:hasChildren :OneLevColmn-USE-5 ;
  x3do:center ( 40 0 47.5 ) ;
  x3do:rotation ( 0 1 0 -0.42 ) ;
  x3do:translation ( -7 0 18.5 ) .
:OneLevColmn-USE-5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_8_1 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:SopeSeats2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_9_1 ;
  x3do:DEF 'SopeSeats2' ;
  x3do:rotation ( 0 1 0 -1.1 ) ;
  x3do:translation ( 6.5 0 -4 ) .
:Transform_2_9_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SopeSeats2 ;
  x3do:hasChildren :OneLevColmn-USE-6 ;
  x3do:center ( 40 0 47.5 ) ;
  x3do:rotation ( 0 1 0 -1.6 ) ;
  x3do:translation ( -7 0 18.5 ) .
:OneLevColmn-USE-6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_9_1 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:SlopeSeats3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Slope3, :Transform_2_10_2, :Transform_2_10_3 ;
  x3do:DEF 'SlopeSeats3' .
:Slope3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats3 ;
  x3do:hasChildren :Transform_2_10_1_1 ;
  x3do:DEF 'Slope3' ;
  x3do:rotation ( 0 1 0 2.04 ) ;
  x3do:translation ( -5 0 4.5 ) .
:Transform_2_10_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Slope3 ;
  x3do:hasChildren :Gate-USE-4 ;
  x3do:center ( 40 0 47.5 ) ;
  x3do:rotation ( 0 1 0 -1.5 ) ;
  x3do:scale ( 1 1 0.8 ) ;
  x3do:translation ( -7 0 18.5 ) .
:Gate-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_10_1_1 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats3 ;
  x3do:hasChildren :Slope3-USE-1 ;
  x3do:scale ( 1 1 1.2 ) ;
  x3do:translation ( 10 11 8.5 ) .
:Slope3-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_10_2 ;
  owl:sameAs :Slope3 . # DEF matching this USE
:Transform_2_10_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats3 ;
  x3do:hasChildren :SopeSeats2-USE-1 ;
  x3do:rotation ( 0 1 0 3.14 ) .
:SopeSeats2-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_10_3 ;
  owl:sameAs :SopeSeats2 . # DEF matching this USE
:SlopeSeats4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :SlopeSeats1-USE-1 ;
  x3do:DEF 'SlopeSeats4' ;
  x3do:rotation ( 0 1 0 3.14 ) .
:SlopeSeats1-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats4 ;
  owl:sameAs :SlopeSeats1 . # DEF matching this USE
:SlopeSeats5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :slope5, :Transform_2_12_2, :Transform_2_12_3 ;
  x3do:DEF 'SlopeSeats5' ;
  x3do:translation ( -30 0 0 ) .
:slope5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats5 ;
  x3do:hasChildren :Gate-USE-5 ;
  x3do:DEF 'slope5' ;
  x3do:center ( 40 0 47.5 ) ;
  x3do:rotation ( 0 1 0 1.9 ) ;
  x3do:scale ( 1 1 1.2 ) ;
  x3do:translation ( -32 0 -115 ) .
:Gate-USE-5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :slope5 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_12_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats5 ;
  x3do:hasChildren :slope5-USE-1 ;
  x3do:translation ( -3 11 -10.5 ) .
:slope5-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12_2 ;
  owl:sameAs :slope5 . # DEF matching this USE
:Transform_2_12_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats5 ;
  x3do:hasChildren :slope5-USE-2 ;
  x3do:translation ( -5 11 -11 ) .
:slope5-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12_3 ;
  owl:sameAs :slope5 . # DEF matching this USE
:SlopeSeats6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :slope6, :Transform_2_13_2 ;
  x3do:DEF 'SlopeSeats6' .
:slope6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats6 ;
  x3do:hasChildren :Gate-USE-6 ;
  x3do:DEF 'slope6' ;
  x3do:center ( 40 0 47.5 ) ;
  x3do:rotation ( 0 1 0 1.2 ) ;
  x3do:scale ( 1 1 1.2 ) ;
  x3do:translation ( -8 0 -112 ) .
:Gate-USE-6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :slope6 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_13_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats6 ;
  x3do:hasChildren :slope6-USE-1 ;
  x3do:translation ( 11 11 -7 ) .
:slope6-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_13_2 ;
  owl:sameAs :slope6 . # DEF matching this USE
:Transform_2_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_14_1, :Transform_2_14_2, :Transform_2_14_3, :Transform_2_14_4 ;
  x3do:translation ( -49 27 0 ) .
:Shape_2_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14 ;
  x3do:hasAppearance :Appearance_2_14_1_1 ;
  x3do:hasGeometry :Box_2_14_1_2 .
:Appearance_2_14_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:hasMaterial :Material_2_14_1_1_1 .
:Material_2_14_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_14_1_1 .
:Box_2_14_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:size ( 20 0.2 45 ) .
:Transform_2_14_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_14 ;
  x3do:hasChildren :Pole ;
  x3do:translation ( 9 -13.5 15 ) .
:Pole a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14_2 ;
  x3do:hasAppearance :Appearance_2_14_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_14_2_1_2 ;
  x3do:DEF 'Pole' .
:Appearance_2_14_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Pole ;
  x3do:hasMaterial :Material_2_14_2_1_1_1 .
:Material_2_14_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_14_2_1_1 .
:Cylinder_2_14_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Pole ;
  x3do:height 27 ;
  x3do:radius 0.1 .
:Transform_2_14_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_14 ;
  x3do:hasChildren :Pole-USE-1 ;
  x3do:translation ( 9 -13.5 0 ) .
:Pole-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14_3 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_14_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_14 ;
  x3do:hasChildren :Pole-USE-2 ;
  x3do:translation ( 9 -13.5 -15 ) .
:Pole-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14_4 ;
  owl:sameAs :Pole . # DEF matching this USE
:Bench a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_15_1 ;
  x3do:DEF 'Bench' ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( 37 0 10 ) .
:Inline_2_15_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Bench ;
  x3do:url '"./Bench.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/Bench.wrl"' .
:Transform_2_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Bench-USE-1 ;
  x3do:translation ( 0 0 -20 ) .
:Bench-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  owl:sameAs :Bench . # DEF matching this USE
:TenLogo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FiveLogo, :Transform_2_17_2 ;
  x3do:DEF 'TenLogo' .
:FiveLogo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TenLogo ;
  x3do:hasChildren :Logo, :Transform_2_17_1_2, :Transform_2_17_1_3, :Transform_2_17_1_4, :Transform_2_17_1_5 ;
  x3do:DEF 'FiveLogo' .
:Logo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiveLogo ;
  x3do:hasChildren :Shape_2_17_1_1_1, :Transform_2_17_1_1_2 ;
  x3do:DEF 'Logo' ;
  x3do:translation ( 40 1 0 ) .
:Shape_2_17_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Logo ;
  x3do:hasAppearance :Appearance_2_17_1_1_1_1 ;
  x3do:hasGeometry :Box_2_17_1_1_1_2 .
:Appearance_2_17_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_17_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_17_1_1_1_1_1 ;
  x3do:hasMaterial :Material_2_17_1_1_1_1_2 .
:ImageTexture_2_17_1_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_17_1_1_1_1 ;
  x3do:url '"web3d.gif" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/web3d.gif"' .
:Material_2_17_1_1_1_1_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_17_1_1_1_1 ;
  x3do:diffuseColor ( 0.7 0.7 0.1 ) ;
  x3do:shininess 0.9 .
:Box_2_17_1_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_17_1_1_1 ;
  x3do:size ( 0.01 2 5 ) .
:Transform_2_17_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Logo ;
  x3do:hasChildren :Shape_2_17_1_1_2_1 ;
  x3do:translation ( 0 0 5 ) .
:Shape_2_17_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_1_1_2 ;
  x3do:hasAppearance :Appearance_2_17_1_1_2_1_1 ;
  x3do:hasGeometry :Box_2_17_1_1_2_1_2 .
:Appearance_2_17_1_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_17_1_1_2_1 ;
  x3do:hasTexture :ImageTexture_2_17_1_1_2_1_1_1 ;
  x3do:hasMaterial :Material_2_17_1_1_2_1_1_2 .
:ImageTexture_2_17_1_1_2_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_17_1_1_2_1_1 ;
  x3do:url '"x3d.gif" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/x3d.gif"' .
:Material_2_17_1_1_2_1_1_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_17_1_1_2_1_1 ;
  x3do:diffuseColor ( 0.7 0.7 0.1 ) ;
  x3do:shininess 0.9 .
:Box_2_17_1_1_2_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_17_1_1_2_1 ;
  x3do:size ( 0.01 2 5 ) .
:Transform_2_17_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiveLogo ;
  x3do:hasChildren :Logo-USE-1 ;
  x3do:translation ( 0 0 10 ) .
:Logo-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17_1_2 ;
  owl:sameAs :Logo . # DEF matching this USE
:Transform_2_17_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiveLogo ;
  x3do:hasChildren :Logo-USE-2 ;
  x3do:translation ( 0 0 20 ) .
:Logo-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17_1_3 ;
  owl:sameAs :Logo . # DEF matching this USE
:Transform_2_17_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiveLogo ;
  x3do:hasChildren :Logo-USE-3 ;
  x3do:translation ( 0 0 30 ) .
:Logo-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17_1_4 ;
  owl:sameAs :Logo . # DEF matching this USE
:Transform_2_17_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FiveLogo ;
  x3do:hasChildren :Logo-USE-4 ;
  x3do:translation ( 0 0 40 ) .
:Logo-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17_1_5 ;
  owl:sameAs :Logo . # DEF matching this USE
:Transform_2_17_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TenLogo ;
  x3do:hasChildren :FiveLogo-USE-1 ;
  x3do:translation ( 0 0 -50 ) .
:FiveLogo-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17_2 ;
  owl:sameAs :FiveLogo . # DEF matching this USE
:Transform_2_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TenLogo-USE-1 ;
  x3do:translation ( -80 0 0 ) .
:TenLogo-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  owl:sameAs :TenLogo . # DEF matching this USE
:FrontLogo a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Logo-USE-5 ;
  x3do:DEF 'FrontLogo' ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:translation ( 0 0 -28 ) .
:Logo-USE-5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontLogo ;
  owl:sameAs :Logo . # DEF matching this USE
:Transform_2_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FrontLogo-USE-1 ;
  x3do:translation ( -10 0 0 ) .
:FrontLogo-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_20 ;
  owl:sameAs :FrontLogo . # DEF matching this USE
:Transform_2_21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FrontLogo-USE-2 ;
  x3do:translation ( -20 0 0 ) .
:FrontLogo-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_21 ;
  owl:sameAs :FrontLogo . # DEF matching this USE
:Transform_2_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FrontLogo-USE-3 ;
  x3do:translation ( 10 0 0 ) .
:FrontLogo-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_22 ;
  owl:sameAs :FrontLogo . # DEF matching this USE
:Transform_2_23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FrontLogo-USE-4 ;
  x3do:translation ( 20 0 0 ) .
:FrontLogo-USE-4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_23 ;
  owl:sameAs :FrontLogo . # DEF matching this USE
:Transform_2_24 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_24_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 2 2 2 ) ;
  x3do:translation ( -61 26 44 ) .
:Inline_2_24_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_24 ;
  x3do:url '"./Board.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/Board.wrl"' .
