@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DuttonVillage.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'DuttonVillage.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Allen Dutton' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Primitive village. Move mouse over the hut roofs to see a demonstration of sensors and interpolators' ;
  x3do:name 'description' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DuttonVillage.x3d' ;
  x3do:name 'identifier' .
:meta_1_6 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_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "DuttonVillage.x3d" .
:meta dcterms:creator "LT Allen Dutton" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "Primitive village. Move mouse over the hut roofs to see a demonstration of sensors and interpolators" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DuttonVillage.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, :Viewpoint_2_2, :Viewpoint_2_3, :Background_2_4, :DirectionalLight_2_5, :Group_2_6, :Group_2_7, :HUT, :CONE_TREE, :SPHERE_TREE, :Group_2_11, :Group_2_12, :Group_2_13, :Group_2_14, :Group_2_15 ;
  x3do:hasROUTE :ROUTE_2_16, :ROUTE_2_17, :ROUTE_2_18, :ROUTE_2_19, :ROUTE_2_20 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'DuttonVillage.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'View from 80m away' ;
  x3do:orientation ( -1 0 0 0.5 ) ;
  x3do:position ( 0 60 100 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Default viewpoint at (0 0 10) is way too close!! That is a bad place to be, provide a replacement viewpoint instead.' .
:Background_2_4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0 0 .7 ) .
:DirectionalLight_2_5 a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :Scene ;
  x3do:color ( 1 1 0.8 ) ;
  x3do:direction ( 0 -1 0 ) ;
  x3do:intensity 0.5 .
:Group_2_6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_6_1 .
:Transform_2_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasChildren :Shape_2_6_1_1 ;
  x3do:translation ( 0 -3.5 0 ) .
:Shape_2_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:hasAppearance :Appearance_2_6_1_1_1 ;
  x3do:hasGeometry :Box_2_6_1_1_2 .
:Appearance_2_6_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasMaterial :Material_2_6_1_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_6_1_1_1_2 ;
  x3do:hasTextureTransform :TextureTransform_2_6_1_1_1_3 .
:Material_2_6_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_1_1 ;
  x3do:diffuseColor ( 0 .7 0 ) .
:ImageTexture_2_6_1_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_6_1_1_1 ;
  x3do:url '"grass.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/grass.jpg"' .
:TextureTransform_2_6_1_1_1_3 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_6_1_1_1 ;
  x3do:scale ( 20 20 ) .
:Box_2_6_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:size ( 160 1 160 ) .
:Group_2_7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_7_1, :Transform_2_7_2 .
:Transform_2_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Inline_2_7_1_1 ;
  x3do:rotation ( 0 1 0 2.7 ) ;
  x3do:scale ( 0.01 0.01 0.01 ) ;
  x3do:translation ( 5 12.3 30 ) .
:Inline_2_7_1_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_7_1 ;
  x3do:url '"AllenDutton.x3d" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/AllenDutton.x3d" "AllenDutton.wrl" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/AllenDutton.wrl"' .
:Transform_2_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :Shape_2_7_2_1 ;
  x3do:translation ( 5 0 30 ) .
:Shape_2_7_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_2 ;
  x3do:hasGeometry :Box_2_7_2_1_1 ;
  x3do:hasAppearance :Appearance_2_7_2_1_2 .
:Box_2_7_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_2_1 ;
  x3do:size ( 5 5 5 ) .
:Appearance_2_7_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_2_1 ;
  x3do:hasMaterial :Material_2_7_2_1_2_1 .
:Material_2_7_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_2_1_2 ;
  x3do:diffuseColor ( 0.5 0.5 0.5 ) .
:HUT a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1, :ROOF_TRANSFORM, :CLOCK, :RoofRotateInterpolator, :RoofTranslateInterpolator ;
  x3do:DEF 'HUT' .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :HUT ;
  x3do:hasAppearance :Appearance_2_8_1_1 ;
  x3do:hasGeometry :Cylinder_2_8_1_2 .
:Appearance_2_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasMaterial :BROWN ;
  x3do:hasTexture :ImageTexture_2_8_1_1_2 ;
  x3do:hasTextureTransform :TextureTransform_2_8_1_1_3 .
:BROWN a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_1 ;
  x3do:DEF 'BROWN' ;
  x3do:diffuseColor ( 0.5 0.4 0.3 ) .
:ImageTexture_2_8_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_8_1_1 ;
  x3do:url '"wood.gif" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/grass.jpg"' .
:TextureTransform_2_8_1_1_3 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_8_1_1 ;
  x3do:rotation 1.57079 ;
  x3do:scale ( 1.0 4.0 ) .
:Cylinder_2_8_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:bottom false ;
  x3do:height 6 ;
  x3do:radius 4 ;
  x3do:top false .
:ROOF_TRANSFORM a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HUT ;
  x3do:hasChildren :Shape_2_8_2_1, :MyTouchSensor ;
  x3do:DEF 'ROOF_TRANSFORM' ;
  x3do:translation ( 0 4 0 ) .
:Shape_2_8_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ROOF_TRANSFORM ;
  x3do:hasAppearance :Appearance_2_8_2_1_1 ;
  x3do:hasGeometry :Cone_2_8_2_1_2 .
:Appearance_2_8_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_2_1 ;
  x3do:hasMaterial :YELLOW ;
  x3do:hasTexture :ImageTexture_2_8_2_1_1_2 .
:YELLOW a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_2_1_1 ;
  x3do:DEF 'YELLOW' ;
  x3do:diffuseColor ( 0.8 0.8 0 ) .
:ImageTexture_2_8_2_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_8_2_1_1 ;
  x3do:url '"straw.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/grass.jpg"' .
:Cone_2_8_2_1_2 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_8_2_1 ;
  x3do:bottomRadius 6 ;
  x3do:height 4 .
:MyTouchSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :ROOF_TRANSFORM ;
  x3do:DEF 'MyTouchSensor' .
:CLOCK a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :HUT ;
  x3do:DEF 'CLOCK' ;
  x3do:cycleInterval '4' ;
  x3do:enabled false ;
  x3do:loop true .
:RoofRotateInterpolator a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :HUT ;
  x3do:DEF 'RoofRotateInterpolator' ;
  x3do:key ( 0.0 0.50 1.0 ) ;
  x3do:keyValue ( 0.0 1.0 0.0 0.0 0.0 1.0 0.0 3.14 0.0 1.0 0.0 6.28 ) .
:RoofTranslateInterpolator a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :HUT ;
  x3do:DEF 'RoofTranslateInterpolator' ;
  x3do:key ( 0.0 0.5 1.0 ) ;
  x3do:keyValue ( 0.0 4.0 0.0 0.0 8.0 0.0 0.0 4.0 0.0 ) .
:CONE_TREE a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_9_1, :Transform_2_9_2 ;
  x3do:DEF 'CONE_TREE' .
:Transform_2_9_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CONE_TREE ;
  x3do:hasChildren :Shape_2_9_1_1 ;
  x3do:translation ( 10 0 0 ) .
:Shape_2_9_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9_1 ;
  x3do:hasAppearance :Appearance_2_9_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_9_1_1_2 .
:Appearance_2_9_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_1_1 ;
  x3do:hasMaterial :BROWN-USE-1 ;
  x3do:hasTexture :wood .
:BROWN-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_9_1_1_1 ;
  owl:sameAs :BROWN . # DEF matching this USE
:wood a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_9_1_1_1 ;
  x3do:DEF 'wood' ;
  x3do:url '"wood.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/wood.jpg"' .
:Cylinder_2_9_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_9_1_1 ;
  x3do:bottom false ;
  x3do:height 6 ;
  x3do:radius 0.5 ;
  x3do:top false .
:Transform_2_9_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CONE_TREE ;
  x3do:hasChildren :Shape_2_9_2_1 ;
  x3do:translation ( 10 3 0 ) .
:Shape_2_9_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_9_2 ;
  x3do:hasAppearance :Appearance_2_9_2_1_1 ;
  x3do:hasGeometry :Cone_2_9_2_1_2 .
:Appearance_2_9_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_9_2_1 ;
  x3do:hasMaterial :Material_2_9_2_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_9_2_1_1_2 .
:Material_2_9_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_9_2_1_1 ;
  x3do:diffuseColor ( 0 .3 0 ) .
:ImageTexture_2_9_2_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_9_2_1_1 ;
  x3do:url '"leaves.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/leaves.jpg"' .
:Cone_2_9_2_1_2 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_9_2_1 ;
  x3do:bottomRadius 2 ;
  x3do:height 6 .
:SPHERE_TREE a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_10_1, :Transform_2_10_2 ;
  x3do:DEF 'SPHERE_TREE' .
:Transform_2_10_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SPHERE_TREE ;
  x3do:hasChildren :Shape_2_10_1_1 ;
  x3do:translation ( -30 0 -3 ) .
:Shape_2_10_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_1 ;
  x3do:hasAppearance :Appearance_2_10_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_10_1_1_2 .
:Appearance_2_10_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_1_1 ;
  x3do:hasMaterial :BROWN-USE-2 ;
  x3do:hasTexture :wood-USE-1 .
:BROWN-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_1_1_1 ;
  owl:sameAs :BROWN . # DEF matching this USE
:wood-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_1_1_1 ;
  owl:sameAs :wood . # DEF matching this USE
:Cylinder_2_10_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_10_1_1 ;
  x3do:bottom false ;
  x3do:height 6 ;
  x3do:radius 0.5 ;
  x3do:top false .
:Transform_2_10_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SPHERE_TREE ;
  x3do:hasChildren :Shape_2_10_2_1 ;
  x3do:translation ( -30 6 -3 ) .
:Shape_2_10_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_10_2 ;
  x3do:hasAppearance :Appearance_2_10_2_1_1 ;
  x3do:hasGeometry :Sphere_2_10_2_1_2 .
:Appearance_2_10_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_10_2_1 ;
  x3do:hasMaterial :Material_2_10_2_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_10_2_1_1_2 .
:Material_2_10_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_10_2_1_1 ;
  x3do:diffuseColor ( 0 .3 0 ) .
:ImageTexture_2_10_2_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_10_2_1_1 ;
  x3do:url '"leaves.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/leaves.jpg"' .
:Sphere_2_10_2_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_10_2_1 ;
  x3do:radius 3.5 .
:Group_2_11 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_11_1 .
:Transform_2_11_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_11 ;
  x3do:hasChildren :HUT-USE-1, :Transform_2_11_1_2 ;
  x3do:scale ( .8 1 .8 ) ;
  x3do:translation ( -45 0 10 ) .
:HUT-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_11_1 ;
  owl:sameAs :HUT . # DEF matching this USE
:Transform_2_11_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_11_1 ;
  x3do:hasChildren :Shape_2_11_1_2_1 ;
  x3do:translation ( 0 11 0 ) .
:Shape_2_11_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_11_1_2 ;
  x3do:hasGeometry :Text_2_11_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_11_1_2_1_2 .
:Text_2_11_1_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_11_1_2_1 ;
  x3do:hasFontStyle :FontStyle_2_11_1_2_1_1_1 ;
  x3do:string '"Visitor&apos;s" "Center"' .
:FontStyle_2_11_1_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_11_1_2_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 5.0 ;
  x3do:cssStyle 'BOLDITALIC' .
:Appearance_2_11_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_11_1_2_1 ;
  x3do:hasMaterial :Material_2_11_1_2_1_2_1 .
:Material_2_11_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_11_1_2_1_2 ;
  x3do:diffuseColor ( 0.8 0.1 0.4 ) .
:Group_2_12 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_12_1 .
:Transform_2_12_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_12 ;
  x3do:hasChildren :HUT-USE-2, :Transform_2_12_1_2 ;
  x3do:scale ( 1.5 1 1.5 ) ;
  x3do:translation ( 30 0 20 ) .
:HUT-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_12_1 ;
  owl:sameAs :HUT . # DEF matching this USE
:Transform_2_12_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_12_1 ;
  x3do:hasChildren :Shape_2_12_1_2_1 ;
  x3do:translation ( 1 8 0 ) .
:Shape_2_12_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_12_1_2 ;
  x3do:hasGeometry :Text_2_12_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_12_1_2_1_2 .
:Text_2_12_1_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_12_1_2_1 ;
  x3do:hasFontStyle :FontStyle_2_12_1_2_1_1_1 ;
  x3do:string '"Chief&apos;s Hut"' .
:FontStyle_2_12_1_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_12_1_2_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 4.0 ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_12_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12_1_2_1 ;
  x3do:hasMaterial :Material_2_12_1_2_1_2_1 .
:Material_2_12_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_1_2_1_2 ;
  x3do:diffuseColor ( 0.8 0.1 0.4 ) .
:Group_2_13 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_13_1 .
:Transform_2_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_13 ;
  x3do:hasChildren :HUT-USE-3, :Transform_2_13_1_2 ;
  x3do:scale ( .5 1 .5 ) ;
  x3do:translation ( -10 0 20 ) .
:HUT-USE-3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_13_1 ;
  owl:sameAs :HUT . # DEF matching this USE
:Transform_2_13_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_13_1 ;
  x3do:hasChildren :Shape_2_13_1_2_1 ;
  x3do:translation ( 0 24 0 ) .
:Shape_2_13_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_13_1_2 ;
  x3do:hasGeometry :Text_2_13_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_13_1_2_1_2 .
:Text_2_13_1_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_13_1_2_1 ;
  x3do:hasFontStyle :FontStyle_2_13_1_2_1_1_1 ;
  x3do:string '"Outhouse"' .
:FontStyle_2_13_1_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_13_1_2_1_1 ;
  x3do:family '"SANS"' ;
  x3do:horizontal false ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 5.0 ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_13_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1_2_1 ;
  x3do:hasMaterial :Material_2_13_1_2_1_2_1 .
:Material_2_13_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_13_1_2_1_2 ;
  x3do:diffuseColor ( 0.8 0.1 0.4 ) .
:Group_2_14 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_14_1 .
:Transform_2_14_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_14 ;
  x3do:hasChildren :SPHERE_TREE-USE-1 ;
  x3do:scale ( 0.5 1.0 0.5 ) ;
  x3do:translation ( 30 0 30 ) .
:SPHERE_TREE-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_14_1 ;
  owl:sameAs :SPHERE_TREE . # DEF matching this USE
:Group_2_15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_15_1 .
:Transform_2_15_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_15 ;
  x3do:hasChildren :CONE_TREE-USE-1 ;
  x3do:scale ( 2 1.0 2 ) ;
  x3do:translation ( -45 0 30 ) .
:CONE_TREE-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_15_1 ;
  owl:sameAs :CONE_TREE . # DEF matching this USE
:ROUTE_2_16 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'MyTouchSensor' ;
  x3do:toField 'set_enabled' ;
  x3do:toNode 'CLOCK' .
:ROUTE_2_17 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'RoofRotateInterpolator' .
:ROUTE_2_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'RoofRotateInterpolator' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'ROOF_TRANSFORM' .
:ROUTE_2_19 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'CLOCK' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'RoofTranslateInterpolator' .
:ROUTE_2_20 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'RoofTranslateInterpolator' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'ROOF_TRANSFORM' .
