@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Room.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 'Room.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A simple room containing protoype instances for chair, desk lamp, wall clock, etc.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Frederic Roussille' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 April 2001' ;
  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/Basic/StudentProjects/Room.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 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_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Room.x3d" .
:meta dcterms:description "A simple room containing protoype instances for chair, desk lamp, wall clock, etc." .
:meta dcterms:creator "Frederic Roussille" .
:meta dcterms:created "1 April 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Room.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, :NavigationInfo_2_5, :Viewpoint_2_6, :Transform_2_7, :Transform_2_8, :Transform_2_9, :Transform_2_10, :Transform_2_11, :Transform_2_12, :Transform_2_13 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4 ;
  x3do:hasROUTE :ROUTE_2_14, :ROUTE_2_15, :ROUTE_2_16, :ROUTE_2_17, :ROUTE_2_18, :ROUTE_2_19 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Room.x3d' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1 ;
  x3do:name 'Chair' ;
  x3do:url '"Chair.x3d#Chair" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Chair.x3d#Chair" "Chair.wrl#Chair" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Chair.wrl#Chair"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'diffuseColor' ;
  x3do:type 'SFColor' .
:ExternProtoDeclare_2_3 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_3_1 ;
  x3do:name 'Desk' ;
  x3do:url '"Desk.x3d#Desk" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Desk.x3d#Desk" "Desk.wrl#Desk" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Desk.wrl#Desk"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'diffuseColor' ;
  x3do:type 'SFColor' .
:ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_4_1, :field_2_4_2, :field_2_4_3, :field_2_4_4, :field_2_4_5, :field_2_4_6 ;
  x3do:name 'WallLamp' ;
  x3do:url '"WallLamp.x3d#WallLamp" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WallLamp.x3d#WallLamp" "WallLamp.wrl#WallLamp" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WallLamp.wrl#WallLamp"' .
:field_2_4_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'lampColor' ;
  x3do:type 'SFColor' .
:field_2_4_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'lightColor' ;
  x3do:type 'SFColor' .
:field_2_4_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'lightIntensity' ;
  x3do:type 'SFFloat' .
:field_2_4_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'lightAttenuation' ;
  x3do:type 'SFVec3f' .
:field_2_4_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_4_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'lightLocation' ;
  x3do:type 'SFVec3f' .
:NavigationInfo_2_5 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:headlight false .
:Viewpoint_2_6 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'entry' ;
  x3do:orientation ( 1 0 0 -0.2 ) ;
  x3do:position ( 16 23 75 ) .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_7_1, :Sound_2_7_2 ;
  x3do:scale ( 0.4 0.4 0.6 ) .
:Group_2_7_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasChildren :wall, :Transform_2_7_1_2, :Transform_2_7_1_3, :Transform_2_7_1_4, :Transform_2_7_1_5, :transform_door, :Anchor_2_7_1_7 .
:wall a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasGeometry :ElevationGrid_2_7_1_1_1 ;
  x3do:hasAppearance :wallpaper ;
  x3do:DEF 'wall' .
:ElevationGrid_2_7_1_1_1 a owl:NamedIndividual, x3do:ElevationGrid ;
  x3do:hasParent :wall ;
  x3do:height ( 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ) ;
  x3do:solid false ;
  x3do:xDimension 9 ;
  x3do:xSpacing 10 ;
  x3do:zDimension 9 ;
  x3do:zSpacing 10 .
:wallpaper a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :wall ;
  x3do:hasTexture :ImageTexture_2_7_1_1_2_1 ;
  x3do:hasTextureTransform :TextureTransform_2_7_1_1_2_2 ;
  x3do:hasMaterial :Material_2_7_1_1_2_3 ;
  x3do:DEF 'wallpaper' .
:ImageTexture_2_7_1_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :wallpaper ;
  x3do:url '"WallPaper.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WallPaper.jpg"' .
:TextureTransform_2_7_1_1_2_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :wallpaper ;
  x3do:scale ( 2 2 ) .
:Material_2_7_1_1_2_3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :wallpaper .
:Transform_2_7_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :wall-USE-1 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:wall-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_2 ;
  owl:sameAs :wall . # DEF matching this USE
:Transform_2_7_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :wall-USE-2 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 80 0 0 ) .
:wall-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_3 ;
  owl:sameAs :wall . # DEF matching this USE
:Transform_2_7_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :wall-USE-3 ;
  x3do:translation ( 0 80 0 ) .
:wall-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_4 ;
  owl:sameAs :wall . # DEF matching this USE
:Transform_2_7_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Shape_2_7_1_5_1 ;
  x3do:rotation ( 1 0 0 1.57 ) .
:Shape_2_7_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_5 ;
  x3do:hasAppearance :wallpaper-USE-1 ;
  x3do:hasGeometry :IndexedFaceSet_2_7_1_5_1_2 .
:wallpaper-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_5_1 ;
  owl:sameAs :wallpaper . # DEF matching this USE
:IndexedFaceSet_2_7_1_5_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_7_1_5_1 ;
  x3do:hasCoord :Coordinate_2_7_1_5_1_2_1 ;
  x3do:coordIndex ( 0 1 2 7 -1 2 3 6 7 -1 4 5 6 3 -1 ) ;
  x3do:solid false .
:Coordinate_2_7_1_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_7_1_5_1_2 ;
  x3do:point ( 0 0 0 25 0 0 25 0 -45 55 0 -45 55 0 0 80 0 0 80 0 -80 0 0 -80 ) .
:transform_door a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Transform_2_7_1_6_1, :open_door_js, :clock, :open_door ;
  x3do:DEF 'transform_door' ;
  x3do:center ( 25 0 0 ) .
:Transform_2_7_1_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :transform_door ;
  x3do:hasChildren :Shape_2_7_1_6_1_1, :touch_door ;
  x3do:translation ( 40 22.5 0 ) .
:Shape_2_7_1_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_6_1 ;
  x3do:hasAppearance :Appearance_2_7_1_6_1_1_1 ;
  x3do:hasGeometry :Box_2_7_1_6_1_1_2 .
:Appearance_2_7_1_6_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_6_1_1 ;
  x3do:hasTexture :ImageTexture_2_7_1_6_1_1_1_1 .
:ImageTexture_2_7_1_6_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_7_1_6_1_1_1 ;
  x3do:url '"Door.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/Door.jpg"' .
:Box_2_7_1_6_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_1_6_1_1 ;
  x3do:size ( 30 44.5 2 ) .
:touch_door a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_7_1_6_1 ;
  x3do:DEF 'touch_door' ;
  x3do:description 'touch door to open/close' .
:open_door_js a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :transform_door ;
  x3do:hasField :field_2_7_1_6_2_1, :field_2_7_1_6_2_2, :field_2_7_1_6_2_3 ;
  x3do:DEF 'open_door_js' ;
  x3do:sourceCode """
ecmascript:

function set_open() {
    keyValue_changed[0][0] = 0;
    keyValue_changed[0][1] = 1;
    keyValue_changed[0][2] = 0;
    keyValue_changed[1][0] = 0;
    keyValue_changed[1][1] = 1;
    keyValue_changed[1][2] = 0;
    keyValue_changed[1][3] = -0.754;
    keyValue_changed[2][0] = 0;
    keyValue_changed[2][1] = 1;
    keyValue_changed[2][2] = 0;

  if(open == false) {
    keyValue_changed[0][3] = 0;
    keyValue_changed[2][3] = -1.57;
    open = true;
  } else {
      if(open == true) {
         keyValue_changed[0][3] = -1.57;
         keyValue_changed[2][3] = 0;
         open = false;
      }
   }
}
""" .
:field_2_7_1_6_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :open_door_js ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_open' ;
  x3do:type 'SFTime' .
:field_2_7_1_6_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :open_door_js ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'keyValue_changed' ;
  x3do:type 'MFRotation' .
:field_2_7_1_6_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :open_door_js ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'open' ;
  x3do:type 'SFBool' ;
  x3do:value false .
:clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :transform_door ;
  x3do:DEF 'clock' ;
  x3do:cycleInterval '4.5' .
:open_door a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :transform_door ;
  x3do:DEF 'open_door' ;
  x3do:key ( 0 0.5 1 ) ;
  x3do:keyValue ( 0 1 0 0 0 1 0 0 0 1 0 0 ) .
:Anchor_2_7_1_7 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Group_2_7_1 ;
  x3do:hasChildren :Transform_2_7_1_7_1 ;
  x3do:description 'link to NPS web page' ;
  x3do:url '"https://www.nps.edu"' .
:Transform_2_7_1_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Anchor_2_7_1_7 ;
  x3do:hasChildren :Shape_2_7_1_7_1_1 ;
  x3do:translation ( 40 22.5 -20 ) .
:Shape_2_7_1_7_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_1_7_1 ;
  x3do:hasAppearance :Appearance_2_7_1_7_1_1_1 ;
  x3do:hasGeometry :Box_2_7_1_7_1_1_2 .
:Appearance_2_7_1_7_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_7_1_1 ;
  x3do:hasMaterial :Material_2_7_1_7_1_1_1_1 .
:Material_2_7_1_7_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_7_1_1_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Box_2_7_1_7_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_7_1_7_1_1 ;
  x3do:size ( 30 44.5 1 ) .
:Sound_2_7_2 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasSource :grinding_door ;
  x3do:direction ( 0 1 1 ) ;
  x3do:location ( 40 0 0 ) ;
  x3do:maxBack 150 ;
  x3do:maxFront 150 .
:grinding_door a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Sound_2_7_2 ;
  x3do:DEF 'grinding_door' ;
  x3do:description 'GrindingDoor' ;
  x3do:url '"GrindingDoor.wav" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/GrindingDoor.wav"' .
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ProtoInstance_2_8_1 ;
  x3do:scale ( 1.5 1.5 1.5 ) ;
  x3do:translation ( 10 5.3 35 ) .
:ProtoInstance_2_8_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_8 ;
  x3do:hasFieldValue :fieldValue_2_8_1_1 ;
  x3do:name 'Chair' .
:fieldValue_2_8_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_8_1 ;
  x3do:name 'diffuseColor' ;
  x3do:value ( 0 0.3 0.7 ) .
:Transform_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ProtoInstance_2_9_1 ;
  x3do:rotation ( 0 1 0 -0.754 ) ;
  x3do:scale ( 0.8 0.8 0.7 ) ;
  x3do:translation ( 18 8.1 28 ) .
:ProtoInstance_2_9_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_9 ;
  x3do:name 'Desk' .
:Transform_2_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ProtoInstance_2_10_1 ;
  x3do:rotation ( 0 1 0 1.57 ) ;
  x3do:scale ( 2 2 2 ) ;
  x3do:translation ( 0.05 23 20 ) .
:ProtoInstance_2_10_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_10 ;
  x3do:hasFieldValue :fieldValue_2_10_1_1, :fieldValue_2_10_1_2, :fieldValue_2_10_1_3, :fieldValue_2_10_1_4, :fieldValue_2_10_1_5, :fieldValue_2_10_1_6 ;
  x3do:name 'WallLamp' .
:fieldValue_2_10_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'lampColor' ;
  x3do:value ( 0 0 1 ) .
:fieldValue_2_10_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'lightColor' ;
  x3do:value ( 1 1 1 ) .
:fieldValue_2_10_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'lightIntensity' ;
  x3do:value 0.8 .
:fieldValue_2_10_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'lightAttenuation' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_10_1_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'radius' ;
  x3do:value 100 .
:fieldValue_2_10_1_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10_1 ;
  x3do:name 'lightLocation' ;
  x3do:value ( 0 0 5 ) .
:Transform_2_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ProtoInstance_2_11_1 ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:scale ( 2 2 2 ) ;
  x3do:translation ( 31.99 23 20 ) .
:ProtoInstance_2_11_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_11 ;
  x3do:hasFieldValue :fieldValue_2_11_1_1, :fieldValue_2_11_1_2, :fieldValue_2_11_1_3, :fieldValue_2_11_1_4, :fieldValue_2_11_1_5, :fieldValue_2_11_1_6 ;
  x3do:name 'WallLamp' .
:fieldValue_2_11_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'lampColor' ;
  x3do:value ( 0 0 1 ) .
:fieldValue_2_11_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'lightColor' ;
  x3do:value ( 1 1 1 ) .
:fieldValue_2_11_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'lightIntensity' ;
  x3do:value 0.8 .
:fieldValue_2_11_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'lightAttenuation' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_11_1_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'radius' ;
  x3do:value 100 .
:fieldValue_2_11_1_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11_1 ;
  x3do:name 'lightLocation' ;
  x3do:value ( 0 0 -5 ) .
:Transform_2_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_12_1 ;
  x3do:translation ( 16 22.5 0 ) .
:Inline_2_12_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_12 ;
  x3do:url '"WallClock.x3d" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WallClock.x3d" "WallClock.wrl" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WallClock.wrl"' .
:Transform_2_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Inline_2_13_1 ;
  x3do:scale ( 15 15 15 ) ;
  x3do:translation ( 16 8.6 25 ) .
:Inline_2_13_1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_13 ;
  x3do:url '"DeskLamp.x3d" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeskLamp.x3d" "DeskLamp.wrl" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/DeskLamp.wrl"' .
:ROUTE_2_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'touch_door' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'clock' .
:ROUTE_2_15 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'touch_door' ;
  x3do:toField 'set_open' ;
  x3do:toNode 'open_door_js' .
:ROUTE_2_16 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'touch_door' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'grinding_door' .
:ROUTE_2_17 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'keyValue_changed' ;
  x3do:fromNode 'open_door_js' ;
  x3do:toField 'set_keyValue' ;
  x3do:toNode 'open_door' .
:ROUTE_2_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'open_door' .
:ROUTE_2_19 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'open_door' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'transform_door' .
