@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/BlockTower.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BlockTower.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Hwee Ping Ng' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 August 2004' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Condominum block tower.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/BlockTower.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "BlockTower.x3d" .
:meta dcterms:creator "Hwee Ping Ng" .
:meta dcterms:created "20 August 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "Condominum block tower." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/BlockTower.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, 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, :Transform_2_2, :Transform_2_3, :test, :Transform_2_5, :Transform_2_6, :Transform_2_7, :Transform_2_8 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'BlockTower.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :block ;
  x3do:scale ( 0.4 0.4 0.4 ) ;
  x3do:translation ( -1 0.8 -3 ) .
:block a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Transform_2_2_1_1, :Transform_2_2_1_2, :Transform_2_2_1_3, :Transform_2_2_1_4, :Transform_2_2_1_5, :Transform_2_2_1_6, :Transform_2_2_1_7, :Transform_2_2_1_8, :structure, :Transform_2_2_1_10, :Transform_2_2_1_11, :Transform_2_2_1_12 ;
  x3do:DEF 'block' .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundbeam ;
  x3do:translation ( -2.3 1.8 0 ) .
:roundbeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_2_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1_2 ;
  x3do:DEF 'roundbeam' .
:Cylinder_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :roundbeam ;
  x3do:height 0.6 ;
  x3do:radius 2.3 .
:Appearance_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :roundbeam ;
  x3do:hasMaterial :Material_2_2_1_1_1_2_1 .
:Material_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1_2 ;
  x3do:diffuseColor ( 1 0.61 0.22 ) .
:Transform_2_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundbeam-USE-1 ;
  x3do:translation ( -2.3 3.5 0 ) .
:roundbeam-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_2 ;
  owl:sameAs :roundbeam . # DEF matching this USE
:Transform_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundbeam-USE-2 ;
  x3do:translation ( -2.3 7.3 0 ) .
:roundbeam-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_3 ;
  owl:sameAs :roundbeam . # DEF matching this USE
:Transform_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundbeam-USE-3 ;
  x3do:translation ( -2.3 9 0 ) .
:roundbeam-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_4 ;
  owl:sameAs :roundbeam . # DEF matching this USE
:Transform_2_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundwin ;
  x3do:translation ( -2.3 2.75 0 ) .
:roundwin a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_5 ;
  x3do:hasGeometry :Cylinder_2_2_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_5_1_2 ;
  x3do:DEF 'roundwin' .
:Cylinder_2_2_1_5_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :roundwin ;
  x3do:height 0.9 ;
  x3do:radius 2.3 .
:Appearance_2_2_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :roundwin ;
  x3do:hasMaterial :Material_2_2_1_5_1_2_1 .
:Material_2_2_1_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_5_1_2 ;
  x3do:diffuseColor ( 1 1 0.3 ) ;
  x3do:transparency 0.2 .
:Transform_2_2_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundwin-USE-1 ;
  x3do:translation ( -2.3 8.25 0 ) .
:roundwin-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_6 ;
  owl:sameAs :roundwin . # DEF matching this USE
:Transform_2_2_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundwinlow ;
  x3do:translation ( -2.3 2.2 0 ) .
:roundwinlow a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_7 ;
  x3do:hasGeometry :Cylinder_2_2_1_7_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_7_1_2 ;
  x3do:DEF 'roundwinlow' .
:Cylinder_2_2_1_7_1_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :roundwinlow ;
  x3do:height 0.2 ;
  x3do:radius 2.3 .
:Appearance_2_2_1_7_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :roundwinlow ;
  x3do:hasMaterial :Material_2_2_1_7_1_2_1 .
:Material_2_2_1_7_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_7_1_2 ;
  x3do:diffuseColor ( 1 1 0.49 ) .
:Transform_2_2_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :roundwinlow-USE-1 ;
  x3do:translation ( -2.3 7.7 0 ) .
:roundwinlow-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_8 ;
  owl:sameAs :roundwinlow . # DEF matching this USE
:structure a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :block ;
  x3do:hasChildren :Column, :window, :Body, :Group_2_2_1_9_4 ;
  x3do:DEF 'structure' .
:Column a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :structure ;
  x3do:hasChildren :beam, :Group_2_2_1_9_1_2 ;
  x3do:DEF 'Column' .
:beam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Column ;
  x3do:hasAppearance :Appearance_2_2_1_9_1_1_1 ;
  x3do:hasGeometry :Box_2_2_1_9_1_1_2 ;
  x3do:DEF 'beam' .
:Appearance_2_2_1_9_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :beam ;
  x3do:hasMaterial :Material_2_2_1_9_1_1_1_1 .
:Material_2_2_1_9_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_9_1_1_1 ;
  x3do:diffuseColor ( 1 0.61 0.22 ) .
:Box_2_2_1_9_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :beam ;
  x3do:size ( 3.3 0.6 4 ) .
:Group_2_2_1_9_1_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Column ;
  x3do:hasChildren :Transform_2_2_1_9_1_2_1 .
:Transform_2_2_1_9_1_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_1_2 ;
  x3do:hasChildren :beam-USE-1 ;
  x3do:translation ( 0 1.8 0 ) .
:beam-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_1_2_1 ;
  owl:sameAs :beam . # DEF matching this USE
:window a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :structure ;
  x3do:hasChildren :Transform_2_2_1_9_2_1, :Group_2_2_1_9_2_2, :Group_2_2_1_9_2_3, :Group_2_2_1_9_2_4 ;
  x3do:DEF 'window' .
:Transform_2_2_1_9_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :window ;
  x3do:hasChildren :upperwin ;
  x3do:translation ( 0 1 -0.1 ) .
:upperwin a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_1 ;
  x3do:hasGeometry :Box_2_2_1_9_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_9_2_1_1_2 ;
  x3do:DEF 'upperwin' .
:Box_2_2_1_9_2_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :upperwin ;
  x3do:size ( 1 1 3.8 ) .
:Appearance_2_2_1_9_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :upperwin ;
  x3do:hasMaterial :Material_2_2_1_9_2_1_1_2_1 .
:Material_2_2_1_9_2_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_9_2_1_1_2 ;
  x3do:transparency 0.2 .
:Group_2_2_1_9_2_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :window ;
  x3do:hasChildren :Transform_2_2_1_9_2_2_1, :Transform_2_2_1_9_2_2_2 .
:Transform_2_2_1_9_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_2_2 ;
  x3do:hasChildren :upperwin-USE-1 ;
  x3do:translation ( 1.1 1 -0.1 ) .
:upperwin-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_2_1 ;
  owl:sameAs :upperwin . # DEF matching this USE
:Transform_2_2_1_9_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_2_2 ;
  x3do:hasChildren :upperwin-USE-2 ;
  x3do:translation ( -1.1 1 -0.1 ) .
:upperwin-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_2_2 ;
  owl:sameAs :upperwin . # DEF matching this USE
:Group_2_2_1_9_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :window ;
  x3do:hasChildren :Transform_2_2_1_9_2_3_1 .
:Transform_2_2_1_9_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_2_3 ;
  x3do:hasChildren :bottomwin ;
  x3do:translation ( 0 0.35 -0.1 ) .
:bottomwin a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_3_1 ;
  x3do:hasAppearance :Appearance_2_2_1_9_2_3_1_1_1 ;
  x3do:hasGeometry :Box_2_2_1_9_2_3_1_1_2 ;
  x3do:DEF 'bottomwin' .
:Appearance_2_2_1_9_2_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bottomwin ;
  x3do:hasMaterial :Material_2_2_1_9_2_3_1_1_1_1 .
:Material_2_2_1_9_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_9_2_3_1_1_1 .
:Box_2_2_1_9_2_3_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :bottomwin ;
  x3do:size ( 1 0.25 3.8 ) .
:Group_2_2_1_9_2_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :window ;
  x3do:hasChildren :Transform_2_2_1_9_2_4_1, :Transform_2_2_1_9_2_4_2 .
:Transform_2_2_1_9_2_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_2_4 ;
  x3do:hasChildren :bottomwin-USE-1 ;
  x3do:translation ( 1.1 0.35 -0.1 ) .
:bottomwin-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_4_1 ;
  owl:sameAs :bottomwin . # DEF matching this USE
:Transform_2_2_1_9_2_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_2_4 ;
  x3do:hasChildren :bottomwin-USE-2 ;
  x3do:translation ( -1.1 0.35 -0.1 ) .
:bottomwin-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9_2_4_2 ;
  owl:sameAs :bottomwin . # DEF matching this USE
:Body a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :structure ;
  x3do:hasChildren :Transform_2_2_1_9_3_1, :Transform_2_2_1_9_3_2, :Transform_2_2_1_9_3_3, :Transform_2_2_1_9_3_4, :Transform_2_2_1_9_3_5, :Transform_2_2_1_9_3_6, :Transform_2_2_1_9_3_7, :Transform_2_2_1_9_3_8 ;
  x3do:DEF 'Body' .
:Transform_2_2_1_9_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Column-USE-1 ;
  x3do:translation ( -4.5 0 0 ) .
:Column-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_1 ;
  owl:sameAs :Column . # DEF matching this USE
:Transform_2_2_1_9_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :window-USE-1 ;
  x3do:translation ( -4.5 0 0 ) .
:window-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_2 ;
  owl:sameAs :window . # DEF matching this USE
:Transform_2_2_1_9_3_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :window-USE-2 ;
  x3do:translation ( -4.5 1.8 0 ) .
:window-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_3 ;
  owl:sameAs :window . # DEF matching this USE
:Transform_2_2_1_9_3_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :window-USE-3 ;
  x3do:translation ( 0 1.8 0 ) .
:window-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_4 ;
  owl:sameAs :window . # DEF matching this USE
:Transform_2_2_1_9_3_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Column-USE-2 ;
  x3do:translation ( -4.5 3.5 0 ) .
:Column-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_5 ;
  owl:sameAs :Column . # DEF matching this USE
:Transform_2_2_1_9_3_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :Column-USE-3 ;
  x3do:translation ( 0 3.5 0 ) .
:Column-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_6 ;
  owl:sameAs :Column . # DEF matching this USE
:Transform_2_2_1_9_3_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :window-USE-4 ;
  x3do:translation ( -4.5 3.5 0 ) .
:window-USE-4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_7 ;
  owl:sameAs :window . # DEF matching this USE
:Transform_2_2_1_9_3_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Body ;
  x3do:hasChildren :window-USE-5 ;
  x3do:translation ( 0 3.5 0 ) .
:window-USE-5 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_9_3_8 ;
  owl:sameAs :window . # DEF matching this USE
:Group_2_2_1_9_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :structure ;
  x3do:hasChildren :Transform_2_2_1_9_4_1 .
:Transform_2_2_1_9_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_9_4 ;
  x3do:translation ( 1.7 1.9 0 ) .
:Transform_2_2_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :structure-USE-1 ;
  x3do:translation ( 0 5.5 0 ) .
:structure-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_10 ;
  owl:sameAs :structure . # DEF matching this USE
:Transform_2_2_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :bottom ;
  x3do:translation ( -2.3 -0.01 0 ) .
:bottom a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_11 ;
  x3do:hasGeometry :Box_2_2_1_11_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_11_1_2 ;
  x3do:DEF 'bottom' .
:Box_2_2_1_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :bottom ;
  x3do:size ( 1.3 0.63 4 ) .
:Appearance_2_2_1_11_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :bottom ;
  x3do:hasMaterial :Material_2_2_1_11_1_2_1 .
:Material_2_2_1_11_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_11_1_2 ;
  x3do:diffuseColor ( 1 0.61 0.22 ) .
:Transform_2_2_1_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :block ;
  x3do:hasChildren :bottom-USE-1 ;
  x3do:translation ( -2.3 10.8 -0 ) .
:bottom-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_12 ;
  owl:sameAs :bottom . # DEF matching this USE
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :block-USE-1 ;
  x3do:scale ( 0.4 0.4 0.4 ) ;
  x3do:translation ( -1 0.8 -1.6 ) .
:block-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_3 ;
  owl:sameAs :block . # DEF matching this USE
:test a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_4_1 ;
  x3do:DEF 'test' .
:Transform_2_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :test ;
  x3do:hasChildren :Inline_2_4_1_1 ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:scale ( 1 0.345 1.175 ) ;
  x3do:translation ( -1.3 0.7 -5.3 ) .
:Inline_2_4_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_1 ;
  x3do:url '"result.x3d" "result.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/result.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/result.wrl"' .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :test-USE-1 ;
  x3do:rotation ( 0 1 0 3.14 ) ;
  x3do:translation ( -3.77 0 -4.6 ) .
:test-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  owl:sameAs :test . # DEF matching this USE
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_6_1 ;
  x3do:translation ( -3.42 2.9 -2 ) .
:Shape_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasGeometry :Box_2_6_1_1 .
:Box_2_6_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:size ( 0.1 4.48 1.5 ) .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Ceiling ;
  x3do:scale ( 0.8 0.8 0.8 ) ;
  x3do:translation ( -3.5 0.6 0 ) .
:Ceiling a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasChildren :Ceiling_Left_Front ;
  x3do:DEF 'Ceiling' .
:Ceiling_Left_Front a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Ceiling ;
  x3do:hasChildren :Transform_2_7_1_1_1 ;
  x3do:DEF 'Ceiling_Left_Front' .
:Transform_2_7_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ceiling_Left_Front ;
  x3do:hasChildren :Shape_2_7_1_1_1_1 ;
  x3do:translation ( 0 0 -1 ) .
:Shape_2_7_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_1_1 ;
  x3do:hasAppearance :Appearance_2_7_1_1_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_7_1_1_1_1_2 .
:Appearance_2_7_1_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_1_1_1 ;
  x3do:hasMaterial :Material_2_7_1_1_1_1_1_1 .
:Material_2_7_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_1_1_1_1 ;
  x3do:diffuseColor ( 1 0.61 0.22 ) .
:Extrusion_2_7_1_1_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_7_1_1_1_1 ;
  x3do:convex false ;
  x3do:creaseAngle 0.785 ;
  x3do:crossSection ( 0 0 4 0 4 -1.15 4.35 -1.8 4 -2.4 4 -3.75 0 -3.75 0 -2.6 -0.35 -1.95 0 -1.25 0 0 ) ;
  x3do:solid false ;
  x3do:spine ( 0 0 0 0 0.1 0 ) .
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Ceiling-USE-1 ;
  x3do:scale ( 0.8 0.8 0.8 ) ;
  x3do:translation ( -3.5 5.17 0 ) .
:Ceiling-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_8 ;
  owl:sameAs :Ceiling . # DEF matching this USE
