@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerComplex/StadiumStructure.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_11 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'StadiumStructure.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Seating Structure for Soccer Stadium' ;
  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 'Capt Beth Welliver' ;
  x3do:name 'contributor' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '25 July 2003' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '7 April 2024' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.fussballtempel.net/uefa/Gre/Nikos_Goumas.jpg' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.wsoccer.com/stadium/greece/aek_athens/' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerComplex/StadiumStructure.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "StadiumStructure.x3d" .
:meta dcterms:description "Seating Structure for Soccer Stadium" .
:meta dcterms:creator "LT Christos Kalogrias - Hellenic Navy" .
:meta dcterms:created "25 July 2003" .
:meta dcterms:modified "7 April 2024" .
: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/SoccerComplex/StadiumStructure.x3d" .
:meta dcterms:generator "X3D-Edit, 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, :Seats, :RightSeats, :LeftSeats, :FrontSeats, :SlopeSeats1, :SopeSeats2, :SlopeSeats3, :SlopeSeats4, :SlopeSeats5, :SlopeSeats6, :Transform_2_12 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'StadiumStructure.x3d' .
: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_2_1_1 ;
  x3do:DEF 'MostSeats' .
:Shape_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :MostSeats ;
  x3do:hasAppearance :Appearance_2_2_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_1_2 .
:Appearance_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1_1 .
:Material_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1 ;
  x3do:diffuseColor ( 0.2 0.2 0.2 ) .
:Extrusion_2_2_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_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_3_2, :Transform_2_3_3, :Transform_2_3_4, :Transform_2_3_5 ;
  x3do:DEF 'RightSeats' .
:OneLevColmn a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RightSeats ;
  x3do:hasChildren :Gate, :Transform_2_3_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_3_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_3_1_1_1_1_1 ;
  x3do:DEF 'tenXtenSeats' ;
  x3do:translation ( 0 -6 12 ) .
:Transform_2_3_1_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :tenXtenSeats ;
  x3do:rotation ( 1 0 0 0.78 ) ;
  x3do:translation ( 6 10 -8 ) .
:Transform_2_3_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_3_1_1_1_2 ;
  owl:sameAs :tenXtenSeats . # DEF matching this USE
:Transform_2_3_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_3_1_2 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_3_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_3_2 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_3_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_3_3 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_3_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_3_4 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:Transform_2_3_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_3_5 ;
  owl:sameAs :OneLevColmn . # 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_5_2, :Transform_2_5_3, :Transform_2_5_4 ;
  x3do:DEF 'FrontSeats' .
:FrontSeatsColmn a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :FrontSeats ;
  x3do:hasChildren :Gate-USE-2, :Transform_2_5_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_5_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_5_1_2 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_5_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_5_2 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:Transform_2_5_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_5_3 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:Transform_2_5_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_5_4 ;
  owl:sameAs :FrontSeatsColmn . # DEF matching this USE
:SlopeSeats1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_6_1 ;
  x3do:DEF 'SlopeSeats1' .
:Transform_2_6_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_6_1 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:SopeSeats2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_7_1 ;
  x3do:DEF 'SopeSeats2' ;
  x3do:rotation ( 0 1 0 -1.1 ) ;
  x3do:translation ( 6.5 0 -4 ) .
:Transform_2_7_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_7_1 ;
  owl:sameAs :OneLevColmn . # DEF matching this USE
:SlopeSeats3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Slope3, :Transform_2_8_2, :Transform_2_8_3 ;
  x3do:DEF 'SlopeSeats3' .
:Slope3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SlopeSeats3 ;
  x3do:hasChildren :Transform_2_8_1_1 ;
  x3do:DEF 'Slope3' ;
  x3do:rotation ( 0 1 0 2.04 ) ;
  x3do:translation ( -5 0 4.5 ) .
:Transform_2_8_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_8_1_1 ;
  owl:sameAs :Gate . # DEF matching this USE
:Transform_2_8_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_8_2 ;
  owl:sameAs :Slope3 . # DEF matching this USE
:Transform_2_8_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_8_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_10_2, :Transform_2_10_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_10_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_10_2 ;
  owl:sameAs :slope5 . # DEF matching this USE
:Transform_2_10_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_10_3 ;
  owl:sameAs :slope5 . # DEF matching this USE
:SlopeSeats6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :slope6, :Transform_2_11_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_11_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_11_2 ;
  owl:sameAs :slope6 . # DEF matching this USE
:Transform_2_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_12_1, :Transform_2_12_2, :Transform_2_12_3, :Transform_2_12_4 ;
  x3do:translation ( -49 27 0 ) .
:Shape_2_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12 ;
  x3do:hasAppearance :Appearance_2_12_1_1 ;
  x3do:hasGeometry :Box_2_12_1_2 .
:Appearance_2_12_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:hasMaterial :Material_2_12_1_1_1 .
:Material_2_12_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_1_1 .
:Box_2_12_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:size ( 20 0.2 45 ) .
:Transform_2_12_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12 ;
  x3do:hasChildren :Pole ;
  x3do:translation ( 9 -13.5 15 ) .
:Pole a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12_2 ;
  x3do:hasAppearance :Appearance_2_12_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_12_2_1_2 ;
  x3do:DEF 'Pole' .
:Appearance_2_12_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Pole ;
  x3do:hasMaterial :Material_2_12_2_1_1_1 .
:Material_2_12_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_2_1_1 .
:Cylinder_2_12_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Pole ;
  x3do:height 27 ;
  x3do:radius 0.1 .
:Transform_2_12_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12 ;
  x3do:hasChildren :Pole-USE-1 ;
  x3do:translation ( 9 -13.5 0 ) .
:Pole-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12_3 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_12_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12 ;
  x3do:hasChildren :Pole-USE-2 ;
  x3do:translation ( 9 -13.5 -15 ) .
:Pole-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12_4 ;
  owl:sameAs :Pole . # DEF matching this USE
