@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 '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 'Chair.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Chair' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Seksit Siripala' ; 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/HouseSeksitSiripala/Chair.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 "Chair.x3d" . :meta dcterms:description "Chair" . :meta dcterms:creator "Seksit Siripala" . :meta dcterms:created "8 September 2002" . :meta dcterms:modified "20 October 2019" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Buildings/HouseSeksitSiripala/Chair.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, :Shape_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, :Transform_2_17, :Transform_2_18, :Transform_2_19, :Transform_2_20, :Transform_2_21, :Transform_2_22 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'Chair.x3d' . :Shape_2_2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Scene ; x3do:hasAppearance :Appearance_2_2_1 ; x3do:hasGeometry :Box_2_2_2 . :Appearance_2_2_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2 ; x3do:hasMaterial :Material_2_2_1_1 . :Material_2_2_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_2_1 . :Box_2_2_2 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Shape_2_2 ; x3do:size ( 2.0 0.3 2.0 ) . :Transform_2_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :cyl ; x3do:translation ( -1.0 0.0 1.0 ) . :cyl a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_3 ; x3do:hasAppearance :Appearance_2_3_1_1 ; x3do:hasGeometry :Cylinder_2_3_1_2 ; x3do:DEF 'cyl' . :Appearance_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :cyl ; x3do:hasMaterial :Material_2_3_1_1_1 . :Material_2_3_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_3_1_1 . :Cylinder_2_3_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :cyl ; x3do:height 0.3 ; x3do:radius 0.1 . :Transform_2_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :cyl-USE-1 ; x3do:translation ( 1.0 0.0 1.0 ) . :cyl-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_4 ; owl:sameAs :cyl . # DEF matching this USE :Transform_2_5 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :cyl-USE-2 ; x3do:translation ( 1.0 0.0 -1.0 ) . :cyl-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_5 ; owl:sameAs :cyl . # DEF matching this USE :Transform_2_6 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :cyl-USE-3 ; x3do:translation ( -1.0 0.0 -1.0 ) . :cyl-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_6 ; owl:sameAs :cyl . # DEF matching this USE :Transform_2_7 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :leg ; x3do:rotation ( 0.0 0.0 1.0 -0.122 ) ; x3do:translation ( -1.1 -1.0 -1.0 ) . :leg a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_7 ; x3do:hasAppearance :Appearance_2_7_1_1 ; x3do:hasGeometry :Cylinder_2_7_1_2 ; x3do:DEF 'leg' . :Appearance_2_7_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :leg ; x3do:hasMaterial :Material_2_7_1_1_1 . :Material_2_7_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_7_1_1 . :Cylinder_2_7_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :leg ; x3do:radius 0.08 . :Transform_2_8 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :leg-USE-1 ; x3do:rotation ( 0.0 0.0 1.0 0.122 ) ; x3do:translation ( 1.1 -1.0 -1.0 ) . :leg-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_8 ; owl:sameAs :leg . # DEF matching this USE :Transform_2_9 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :leg-USE-2 ; x3do:rotation ( 0.0 0.0 1.0 0.122 ) ; x3do:translation ( 1.1 -1.0 1.0 ) . :leg-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_9 ; owl:sameAs :leg . # DEF matching this USE :Transform_2_10 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :leg-USE-3 ; x3do:rotation ( 0.0 0.0 1.0 -0.122 ) ; x3do:translation ( -1.1 -1.0 1.0 ) . :leg-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_10 ; owl:sameAs :leg . # DEF matching this USE :Transform_2_11 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_11_1 ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 0.8 1.0 ) . :Shape_2_11_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_11 ; x3do:hasAppearance :Appearance_2_11_1_1 ; x3do:hasGeometry :Cylinder_2_11_1_2 . :Appearance_2_11_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_11_1 ; x3do:hasMaterial :Material_2_11_1_1_1 . :Material_2_11_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_11_1_1 . :Cylinder_2_11_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_11_1 ; x3do:height 1.5 ; x3do:radius 0.08 . :Transform_2_12 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_12_1 ; x3do:rotation ( 1.0 0.0 0.0 -0.785 ) ; x3do:translation ( 1.16 1.7 0.8 ) . :Shape_2_12_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_12 ; x3do:hasAppearance :Appearance_2_12_1_1 ; x3do:hasGeometry :Cylinder_2_12_1_2 . :Appearance_2_12_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_12_1 ; x3do:hasMaterial :Material_2_12_1_1_1 . :Material_2_12_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_12_1_1 . :Cylinder_2_12_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_12_1 ; x3do:height 0.7 ; x3do:radius 0.08 . :Transform_2_13 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_13_1 ; x3do:rotation ( 1.0 0.0 0.0 1.571 ) ; x3do:translation ( 1.16 1.9 0.0 ) . :Shape_2_13_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_13 ; x3do:hasAppearance :Appearance_2_13_1_1 ; x3do:hasGeometry :Cylinder_2_13_1_2 . :Appearance_2_13_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_13_1 ; x3do:hasMaterial :Material_2_13_1_1_1 . :Material_2_13_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_13_1_1 . :Cylinder_2_13_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_13_1 ; x3do:height 1.2 ; x3do:radius 0.08 . :Transform_2_14 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_14_1 ; x3do:rotation ( 1.0 0.0 0.0 0.785 ) ; x3do:translation ( 1.16 1.7 -0.8 ) . :Shape_2_14_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_14 ; x3do:hasAppearance :Appearance_2_14_1_1 ; x3do:hasGeometry :Cylinder_2_14_1_2 . :Appearance_2_14_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_14_1 ; x3do:hasMaterial :Material_2_14_1_1_1 . :Material_2_14_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_14_1_1 . :Cylinder_2_14_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_14_1 ; x3do:height 0.7 ; x3do:radius 0.08 . :Transform_2_15 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_15_1 ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 0.8 -1.0 ) . :Shape_2_15_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_15 ; x3do:hasAppearance :Appearance_2_15_1_1 ; x3do:hasGeometry :Cylinder_2_15_1_2 . :Appearance_2_15_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_15_1 ; x3do:hasMaterial :Material_2_15_1_1_1 . :Material_2_15_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_15_1_1 . :Cylinder_2_15_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_15_1 ; x3do:height 1.5 ; x3do:radius 0.08 . :Transform_2_16 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :back ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 1.0 -0.6 ) . :back a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_16 ; x3do:hasAppearance :Appearance_2_16_1_1 ; x3do:hasGeometry :Cylinder_2_16_1_2 ; x3do:DEF 'back' . :Appearance_2_16_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :back ; x3do:hasMaterial :Material_2_16_1_1_1 . :Material_2_16_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_16_1_1 . :Cylinder_2_16_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :back ; x3do:height 1.9 ; x3do:radius 0.05 . :Transform_2_17 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :back-USE-1 ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 1.0 -0.1 ) . :back-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_17 ; owl:sameAs :back . # DEF matching this USE :Transform_2_18 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :back-USE-2 ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 1.0 0.1 ) . :back-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_18 ; owl:sameAs :back . # DEF matching this USE :Transform_2_19 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :back-USE-3 ; x3do:rotation ( 0.0 0.0 1.0 -0.1396 ) ; x3do:translation ( 1.08 1.0 0.6 ) . :back-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_19 ; owl:sameAs :back . # DEF matching this USE :Transform_2_20 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_20_1 ; x3do:rotation ( 0.0 0.0 1.0 1.571 ) ; x3do:translation ( 0.0 -1.0 1.0 ) . :Shape_2_20_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_20 ; x3do:hasAppearance :Appearance_2_20_1_1 ; x3do:hasGeometry :Cylinder_2_20_1_2 . :Appearance_2_20_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_20_1 ; x3do:hasMaterial :Material_2_20_1_1_1 . :Material_2_20_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_20_1_1 . :Cylinder_2_20_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_20_1 ; x3do:height 2.3 ; x3do:radius 0.07 . :Transform_2_21 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_21_1 ; x3do:rotation ( 0.0 0.0 1.0 1.571 ) ; x3do:translation ( 0.0 -1.0 -1.0 ) . :Shape_2_21_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_21 ; x3do:hasAppearance :Appearance_2_21_1_1 ; x3do:hasGeometry :Cylinder_2_21_1_2 . :Appearance_2_21_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_21_1 ; x3do:hasMaterial :Material_2_21_1_1_1 . :Material_2_21_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_21_1_1 . :Cylinder_2_21_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_21_1 ; x3do:height 2.3 ; x3do:radius 0.07 . :Transform_2_22 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_22_1 ; x3do:rotation ( 1.0 0.0 0.0 1.571 ) ; x3do:translation ( 0.0 -1.0 0.0 ) . :Shape_2_22_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_22 ; x3do:hasAppearance :Appearance_2_22_1_1 ; x3do:hasGeometry :Cylinder_2_22_1_2 . :Appearance_2_22_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_22_1 ; x3do:hasMaterial :Material_2_22_1_1_1 . :Material_2_22_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_22_1_1 . :Cylinder_2_22_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_22_1 ; x3do:radius 0.07 .