@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @prefix xsd: . @prefix x3d: . @prefix x3do: . :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 'Basin.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'A basin for the kitchen.' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Baris Aktop' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '8 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://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Basin.x3d' ; x3do:name 'identifier' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 3.2, https://savage.nps.edu/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 "Basin.x3d" . :meta dcterms:description "A basin for the kitchen." . :meta dcterms:creator "Baris Aktop" . :meta dcterms:created "8 September 2002" . :meta dcterms:modified "20 October 2019" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/Basin.x3d" . :meta dcterms:generator "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :WorldInfo_2_1, :Group_2_2, :Group_2_3, :Group_2_4 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'Basin.x3d' . :Group_2_2 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_2_1 . :Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_2 ; x3do:hasChildren :Transform_2_2_1_1, :Transform_2_2_1_2, :Transform_2_2_1_3, :Transform_2_2_1_4 ; x3do:scale ( 0.5 0.5 0.5 ) . :Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2_1 ; x3do:hasChildren :Shape_2_2_1_1_1 . :Shape_2_2_1_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_1_1 ; x3do:hasGeometry :Extrusion_2_2_1_1_1_1 ; x3do:hasAppearance :basin . :Extrusion_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_2_1_1_1 ; x3do:creaseAngle 3.14 ; x3do:crossSection ( -1 0.9 -0.95 0.95 -0.9 1 0.9 1 0.95 0.95 1 0.9 1 -0.9 0.95 -0.95 0.9 -1 -0.9 -1 -0.95 -0.95 -1 -0.9 -1 0.9 ) ; x3do:endCap false ; x3do:scale ( 1 1 1.05 1.05 1.1 1.1 1.15 1.15 1.2 1.2 1.25 1.25 1.35 1.35 1.5 1.5 ) ; x3do:solid false ; x3do:spine ( 0 0 0 0 0.05 0 0 0.1 0 0 0.15 0 0 0.2 0 0 0.8 0 0 0.85 0 0 0.9 0 ) . :basin a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_1_1_1 ; x3do:hasMaterial :Material_2_2_1_1_1_2_1 ; x3do:DEF 'basin' . :Material_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :basin ; x3do:diffuseColor ( 0.9 0.9 0.9 ) ; x3do:shininess 0.8 . :Transform_2_2_1_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2_1 ; x3do:hasChildren :Shape_2_2_1_2_1 ; x3do:translation ( 0 -0.02 0 ) . :Shape_2_2_1_2_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_1_2 ; x3do:hasGeometry :Cylinder_2_2_1_2_1_1 ; x3do:hasAppearance :Appearance_2_2_1_2_1_2 . :Cylinder_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_2_1_2_1 ; x3do:height 0.05 ; x3do:radius 0.15 . :Appearance_2_2_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_1_2_1 ; x3do:hasMaterial :Material_2_2_1_2_1_2_1 . :Material_2_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_2_1_2_1_2 ; x3do:diffuseColor ( 0.3 0.3 0.3 ) . :Transform_2_2_1_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2_1 ; x3do:hasChildren :Shape_2_2_1_3_1 ; x3do:rotation ( 0 1 0 1.57 ) ; x3do:translation ( 0 0.015 0 ) . :Shape_2_2_1_3_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_1_3 ; x3do:hasGeometry :Box_2_2_1_3_1_1 ; x3do:hasAppearance :basin-USE-1 . :Box_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Shape_2_2_1_3_1 ; x3do:size ( 0.03 0.03 0.3 ) . :basin-USE-1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_1_3_1 ; owl:sameAs :basin . # DEF matching this USE :Transform_2_2_1_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2_1 ; x3do:hasChildren :Shape_2_2_1_4_1 ; x3do:translation ( 0 0.015 0 ) . :Shape_2_2_1_4_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_1_4 ; x3do:hasGeometry :Box_2_2_1_4_1_1 ; x3do:hasAppearance :basin-USE-2 . :Box_2_2_1_4_1_1 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Shape_2_2_1_4_1 ; x3do:size ( 0.03 0.03 0.3 ) . :basin-USE-2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_1_4_1 ; owl:sameAs :basin . # DEF matching this USE :Group_2_3 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_3_1 . :Transform_2_3_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_3 ; x3do:hasChildren :Shape_2_3_1_1 ; x3do:translation ( 0 0.25 0 ) . :Shape_2_3_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_3_1 ; x3do:hasAppearance :Appearance_2_3_1_1_1 ; x3do:hasGeometry :Extrusion_2_3_1_1_2 . :Appearance_2_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_3_1_1 ; x3do:hasMaterial :Material_2_3_1_1_1_1 ; x3do:hasTexture :wood . :Material_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_3_1_1_1 ; x3do:diffuseColor ( 0.8 0.6 0 ) . :wood a owl:NamedIndividual, x3do:ImageTexture ; x3do:hasParent :Appearance_2_3_1_1_1 ; x3do:DEF 'wood' ; x3do:url '"wood.jpg" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/wood.jpg"' . :Extrusion_2_3_1_1_2 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_3_1_1 ; x3do:convex false ; x3do:crossSection ( 0.75 -0.7 0.725 -0.725 0.7 -0.75 -0.7 -0.75 -0.725 -0.725 -0.75 -0.7 -0.75 0.7 -0.725 0.725 -0.7 0.75 0.7 0.75 0.725 0.725 0.75 0.7 0.75 -0.695 1.5 -1 1.5 1 -1.5 1 -1.5 -1 1.495 -1 0.75 -0.7 ) ; x3do:solid false ; x3do:spine ( 0 0 0 0 0.2 0 ) . :Group_2_4 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_4_1 . :Transform_2_4_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Group_2_4 ; x3do:hasChildren :Shape_2_4_1_1, :fountaintrans, :Transform_2_4_1_3, :Transform_2_4_1_4 ; x3do:translation ( 0 0.4 -0.7 ) . :Shape_2_4_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_4_1 ; x3do:hasAppearance :basin-USE-3 ; x3do:hasGeometry :Extrusion_2_4_1_1_2 . :basin-USE-3 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_1_1 ; owl:sameAs :basin . # DEF matching this USE :Extrusion_2_4_1_1_2 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_4_1_1 ; x3do:creaseAngle 3.14 ; x3do:crossSection ( -0.25 -0.05 0.25 -0.05 0.25 0.05 -0.25 0.05 -0.25 -0.05 ) ; x3do:scale ( 1 1 1 1 0.9 0.9 0.8 0.8 ) ; x3do:solid false ; x3do:spine ( 0 0 0 0 0.03 0 0 0.04 0 0 0.05 0 ) . :fountaintrans a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_4_1 ; x3do:hasChildren :Shape_2_4_1_2_1, :fountain ; x3do:hasROUTE :ROUTE_2_4_1_2_3 ; x3do:DEF 'fountaintrans' ; x3do:rotation ( 1 0 0 0.5 ) ; x3do:scale ( 0.05 0.05 0.05 ) ; x3do:translation ( 0 0.03 0 ) . :Shape_2_4_1_2_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :fountaintrans ; x3do:hasGeometry :Extrusion_2_4_1_2_1_1 ; x3do:hasAppearance :fountainapp . :Extrusion_2_4_1_2_1_1 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_4_1_2_1 ; x3do:creaseAngle 3.14 ; x3do:crossSection ( 1 0 0.92 -0.38 0.71 -0.71 0.38 -0.92 0 -1 -0.38 -0.92 -0.71 -0.71 -0.92 -0.38 -1 0 -0.92 0.38 -0.71 0.71 -0.38 0.92 0 1 0.38 0.92 0.71 0.71 0.92 0.38 1 0 ) ; x3do:endCap false ; x3do:spine ( 0 0 0 0 5 0 0 6.76 0.16 0 7.42 0.58 0 7.84 1.24 0 8 2 0 7.84 2.76 0 7.42 3.42 0 6.76 3.84 ) . :fountainapp a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_1_2_1 ; x3do:hasMaterial :Material_2_4_1_2_1_2_1 ; x3do:DEF 'fountainapp' . :Material_2_4_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :fountainapp ; x3do:diffuseColor ( 0.95 0.95 0.95 ) ; x3do:shininess 1 . :fountain a owl:NamedIndividual, x3do:SphereSensor ; x3do:hasParent :fountaintrans ; x3do:DEF 'fountain' ; x3do:description 'click and drag to rotate' . :ROUTE_2_4_1_2_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :fountaintrans ; x3do:fromField 'rotation_changed' ; x3do:fromNode 'fountain' ; x3do:toField 'set_rotation' ; x3do:toNode 'fountaintrans' . :Transform_2_4_1_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_4_1 ; x3do:hasChildren :Shape_2_4_1_3_1, :Sound_2_4_1_3_2, :water ; x3do:hasROUTE :ROUTE_2_4_1_3_4 ; x3do:translation ( -0.15 0.05 0 ) . :Shape_2_4_1_3_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_4_1_3 ; x3do:hasGeometry :open ; x3do:hasAppearance :fountainapp-USE-1 . :open a owl:NamedIndividual, x3do:Sphere ; x3do:hasParent :Shape_2_4_1_3_1 ; x3do:DEF 'open' ; x3do:radius 0.05 . :fountainapp-USE-1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_1_3_1 ; owl:sameAs :fountainapp . # DEF matching this USE :Sound_2_4_1_3_2 a owl:NamedIndividual, x3do:Sound ; x3do:hasParent :Transform_2_4_1_3 ; x3do:hasSource :waterflow ; x3do:maxBack 30 ; x3do:maxFront 30 ; x3do:minBack 10 ; x3do:minFront 10 . :waterflow a owl:NamedIndividual, x3do:AudioClip ; x3do:hasParent :Sound_2_4_1_3_2 ; x3do:DEF 'waterflow' ; x3do:description 'water flow' ; x3do:loop true ; x3do:startTime '-1' ; x3do:url '"waterflow.wav" "https://savage.nps.edu/Savage/Buildings/HouseBarisAktop/waterflow.wav"' . :water a owl:NamedIndividual, x3do:TouchSensor ; x3do:hasParent :Transform_2_4_1_3 ; x3do:DEF 'water' ; x3do:description 'touch to start water sound' . :ROUTE_2_4_1_3_4 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :Transform_2_4_1_3 ; x3do:fromField 'touchTime' ; x3do:fromNode 'water' ; x3do:toField 'set_startTime' ; x3do:toNode 'waterflow' . :Transform_2_4_1_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_4_1 ; x3do:hasChildren :Shape_2_4_1_4_1, :nowater ; x3do:hasROUTE :ROUTE_2_4_1_4_3 ; x3do:translation ( 0.15 0.05 0 ) . :Shape_2_4_1_4_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_4_1_4 ; x3do:hasGeometry :open-USE-1 ; x3do:hasAppearance :fountainapp-USE-2 . :open-USE-1 a owl:NamedIndividual, x3do:Sphere ; x3do:hasParent :Shape_2_4_1_4_1 ; owl:sameAs :open . # DEF matching this USE :fountainapp-USE-2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_4_1_4_1 ; owl:sameAs :fountainapp . # DEF matching this USE :nowater a owl:NamedIndividual, x3do:TouchSensor ; x3do:hasParent :Transform_2_4_1_4 ; x3do:DEF 'nowater' ; x3do:description 'touch to silence water sound' . :ROUTE_2_4_1_4_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :Transform_2_4_1_4 ; x3do:fromField 'touchTime' ; x3do:fromNode 'nowater' ; x3do:toField 'set_stopTime' ; x3do:toNode 'waterflow' .