@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/Hut.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 'Interchange' ;
  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 'Hut.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Hut for the playground - look around or rest here if you want.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Kok Keng Ng' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 September 2002' ;
  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 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/Hut.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 "Hut.x3d" .
:meta dcterms:description "Hut for the playground - look around or rest here if you want." .
:meta dcterms:creator "Kok Keng Ng" .
:meta dcterms:created "20 September 2002" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/Hut.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, :Viewpoint_2_2, :Transform_2_3, :Transform_2_4, :Transform_2_5, :Transform_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_9, :Transform_2_10, :Transform_2_11, :Transform_2_12, :Transform_2_13, :Transform_2_14, :Transform_2_15, :Transform_2_16 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Hut.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Hut view' ;
  x3do:orientation ( 0 1 0 1.575 ) ;
  x3do:position ( 1.5 0.5 -2 ) .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTRoof ;
  x3do:scale ( 0.5 0.5 0.5 ) ;
  x3do:translation ( 0 0 0.25 ) .
:HUTRoof a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :roof1, :ROOFPart2, :ROOFPart3, :ROOFPart4 ;
  x3do:DEF 'HUTRoof' .
:roof1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTRoof ;
  x3do:hasChildren :ROOFPart1 ;
  x3do:DEF 'roof1' ;
  x3do:center ( 0 4 0 ) ;
  x3do:rotation ( 1 0 0 1 ) ;
  x3do:scale ( 1 1 0.01 ) ;
  x3do:translation ( 0 3.5 -3.35 ) .
:ROOFPart1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :roof1 ;
  x3do:hasGeometry :Cone_2_3_1_1_1_1 ;
  x3do:hasAppearance :ROOFApp ;
  x3do:DEF 'ROOFPart1' .
:Cone_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :ROOFPart1 ;
  x3do:bottomRadius 4.5 ;
  x3do:height 5.25 .
:ROOFApp a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :ROOFPart1 ;
  x3do:hasMaterial :Material_2_3_1_1_1_2_1 ;
  x3do:hasTexture :wood ;
  x3do:DEF 'ROOFApp' .
:Material_2_3_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :ROOFApp ;
  x3do:diffuseColor ( 1 0.2 0.2 ) .
:wood a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :ROOFApp ;
  x3do:DEF 'wood' ;
  x3do:url '"wood.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/wood.jpg"' .
:ROOFPart2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTRoof ;
  x3do:hasChildren :ROOFPart1-USE-1 ;
  x3do:DEF 'ROOFPart2' ;
  x3do:center ( 0 4 -9 ) ;
  x3do:rotation ( 1 0 0 -1 ) ;
  x3do:scale ( 1 1 0.02 ) ;
  x3do:translation ( 0 3.4 3.25 ) .
:ROOFPart1-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ROOFPart2 ;
  owl:sameAs :ROOFPart1 . # DEF matching this USE
:ROOFPart3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTRoof ;
  x3do:hasChildren :ROOFPart1-USE-2 ;
  x3do:DEF 'ROOFPart3' ;
  x3do:center ( 0 4 0 ) ;
  x3do:rotation ( 0 0 1 -1 ) ;
  x3do:scale ( 0.02 1 1 ) ;
  x3do:translation ( 1.2 3.5 -4.5 ) .
:ROOFPart1-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ROOFPart3 ;
  owl:sameAs :ROOFPart1 . # DEF matching this USE
:ROOFPart4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTRoof ;
  x3do:hasChildren :ROOFPart1-USE-3 ;
  x3do:DEF 'ROOFPart4' ;
  x3do:center ( 0 4 0 ) ;
  x3do:rotation ( 0 0 1 1 ) ;
  x3do:scale ( 0.02 1 1 ) ;
  x3do:translation ( -1.2 3.5 -4.5 ) .
:ROOFPart1-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ROOFPart4 ;
  owl:sameAs :ROOFPart1 . # DEF matching this USE
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTPillars .
:HUTPillars a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasChildren :Transform_2_4_1_1, :Transform_2_4_1_2, :Transform_2_4_1_3, :Transform_2_4_1_4 ;
  x3do:DEF 'HUTPillars' .
:Transform_2_4_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPillars ;
  x3do:hasChildren :PILLAR ;
  x3do:translation ( -2 0 0 ) .
:PILLAR a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1_1 ;
  x3do:hasGeometry :Box_2_4_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_1_1_2 ;
  x3do:DEF 'PILLAR' .
:Box_2_4_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :PILLAR ;
  x3do:size ( 0.2 4 0.2 ) .
:Appearance_2_4_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :PILLAR ;
  x3do:hasMaterial :Material_2_4_1_1_1_2_1 ;
  x3do:hasTexture :wood-USE-1 .
:Material_2_4_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_1_1_2 ;
  x3do:diffuseColor ( 0.8 0.6 0 ) .
:wood-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_4_1_1_1_2 ;
  owl:sameAs :wood . # DEF matching this USE
:Transform_2_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPillars ;
  x3do:hasChildren :PILLAR-USE-1 ;
  x3do:translation ( 2 0 0 ) .
:PILLAR-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1_2 ;
  owl:sameAs :PILLAR . # DEF matching this USE
:Transform_2_4_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPillars ;
  x3do:hasChildren :PILLAR-USE-2 ;
  x3do:translation ( -2 0 -4 ) .
:PILLAR-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1_3 ;
  owl:sameAs :PILLAR . # DEF matching this USE
:Transform_2_4_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPillars ;
  x3do:hasChildren :PILLAR-USE-3 ;
  x3do:translation ( 2 0 -4 ) .
:PILLAR-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1_4 ;
  owl:sameAs :PILLAR . # DEF matching this USE
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTPanel .
:HUTPanel a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Transform_2_5_1_1, :Transform_2_5_1_2, :Transform_2_5_1_3, :Transform_2_5_1_4, :Transform_2_5_1_5, :Transform_2_5_1_6, :Transform_2_5_1_7, :Transform_2_5_1_8 ;
  x3do:DEF 'HUTPanel' .
:Transform_2_5_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar ;
  x3do:translation ( -1.5 -0.5 0 ) .
:HUTBar a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_1 ;
  x3do:hasGeometry :Box_2_5_1_1_1_1 ;
  x3do:hasAppearance :WOOD2App ;
  x3do:DEF 'HUTBar' .
:Box_2_5_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :HUTBar ;
  x3do:size ( 0.8 1 0.1 ) .
:WOOD2App a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :HUTBar ;
  x3do:hasTexture :wood-USE-2 ;
  x3do:hasMaterial :Material_2_5_1_1_1_2_2 ;
  x3do:DEF 'WOOD2App' .
:wood-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :WOOD2App ;
  owl:sameAs :wood . # DEF matching this USE
:Material_2_5_1_1_1_2_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :WOOD2App ;
  x3do:diffuseColor ( 0.9 0.7 0.3 ) .
:Transform_2_5_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar-USE-1 ;
  x3do:translation ( -0.5 -0.5 0 ) .
:HUTBar-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_2 ;
  owl:sameAs :HUTBar . # DEF matching this USE
:Transform_2_5_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar-USE-2 ;
  x3do:translation ( 0.5 -0.5 0 ) .
:HUTBar-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_3 ;
  owl:sameAs :HUTBar . # DEF matching this USE
:Transform_2_5_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar-USE-3 ;
  x3do:translation ( 1.5 -0.5 0 ) .
:HUTBar-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_4 ;
  owl:sameAs :HUTBar . # DEF matching this USE
:Transform_2_5_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar2 .
:HUTBar2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_5 ;
  x3do:hasAppearance :WOOD2App-USE-1 ;
  x3do:hasGeometry :Box_2_5_1_5_1_2 ;
  x3do:DEF 'HUTBar2' .
:WOOD2App-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :HUTBar2 ;
  owl:sameAs :WOOD2App . # DEF matching this USE
:Box_2_5_1_5_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :HUTBar2 ;
  x3do:size ( 3.8 0.2 0.2 ) .
:Transform_2_5_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel ;
  x3do:hasChildren :HUTBar2-USE-1 ;
  x3do:translation ( 0 -1.1 0 ) .
:HUTBar2-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_6 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_5_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel .
:Transform_2_5_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTPanel .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTPanel-USE-1 ;
  x3do:rotation ( 0 1 0 1.575 ) ;
  x3do:translation ( 2 0 -2 ) .
:HUTPanel-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_6 ;
  owl:sameAs :HUTPanel . # DEF matching this USE
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTPanel-USE-2 ;
  x3do:translation ( 0 0 -4 ) .
:HUTPanel-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_7 ;
  owl:sameAs :HUTPanel . # DEF matching this USE
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTFloor .
:HUTFloor a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasChildren :Transform_2_8_1_1, :Transform_2_8_1_2, :Transform_2_8_1_3, :Transform_2_8_1_4, :Transform_2_8_1_5, :Transform_2_8_1_6 ;
  x3do:DEF 'HUTFloor' .
:Transform_2_8_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor ;
  x3do:hasChildren :HURFloorPanel ;
  x3do:translation ( 0 -1.1 -0.6 ) .
:HURFloorPanel a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8_1_1 ;
  x3do:hasGeometry :Box_2_8_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_8_1_1_1_2 ;
  x3do:DEF 'HURFloorPanel' .
:Box_2_8_1_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :HURFloorPanel ;
  x3do:size ( 3.8 0.1 0.9 ) .
:Appearance_2_8_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :HURFloorPanel ;
  x3do:hasMaterial :Material_2_8_1_1_1_2_1 ;
  x3do:hasTexture :wood-USE-3 .
:Material_2_8_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_1_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.2 ) .
:wood-USE-3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_8_1_1_1_2 ;
  owl:sameAs :wood . # DEF matching this USE
:Transform_2_8_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor ;
  x3do:hasChildren :HURFloorPanel-USE-1 ;
  x3do:translation ( 0 -1.1 -1.55 ) .
:HURFloorPanel-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8_1_2 ;
  owl:sameAs :HURFloorPanel . # DEF matching this USE
:Transform_2_8_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor ;
  x3do:hasChildren :HURFloorPanel-USE-2 ;
  x3do:translation ( 0 -1.1 -2.5 ) .
:HURFloorPanel-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8_1_3 ;
  owl:sameAs :HURFloorPanel . # DEF matching this USE
:Transform_2_8_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor ;
  x3do:hasChildren :HURFloorPanel-USE-3 ;
  x3do:translation ( 0 -1.1 -3.45 ) .
:HURFloorPanel-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_8_1_4 ;
  owl:sameAs :HURFloorPanel . # DEF matching this USE
:Transform_2_8_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor .
:Transform_2_8_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUTFloor .
:Transform_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTBar2-USE-2 ;
  x3do:rotation ( 0 1 0 1.575 ) ;
  x3do:translation ( -2 -1.1 -2 ) .
:HUTBar2-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTBar2-USE-3 ;
  x3do:rotation ( 0 1 0 1.575 ) ;
  x3do:scale ( 0.3 1 1 ) ;
  x3do:translation ( -2 0 -0.675 ) .
:HUTBar2-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTBar2-USE-4 ;
  x3do:rotation ( 0 1 0 1.575 ) ;
  x3do:scale ( 0.33 1 1 ) ;
  x3do:translation ( -2 0 -3.275 ) .
:HUTBar2-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTBar2-USE-5 ;
  x3do:rotation ( 0 0 1 1.575 ) ;
  x3do:scale ( 0.33 1 1 ) ;
  x3do:translation ( -2.0 -0.525 -2.55 ) .
:HUTBar2-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HUTBar2-USE-6 ;
  x3do:rotation ( 0 0 1 1.575 ) ;
  x3do:scale ( 0.33 1 1 ) ;
  x3do:translation ( -2.0 -0.525 -1.35 ) .
:HUTBar2-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_13 ;
  owl:sameAs :HUTBar2 . # DEF matching this USE
:Transform_2_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
