@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_9, :meta_1_10, :meta_1_11 . :meta_1_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Amraam.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'F16, Fighting Falcon, Turkish Air Force (TUAF) AIM120 AMRAAM missile' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Murat ONDER, LTJG, Turkish Navy' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '13 July 2003' ; x3do:name 'created' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '16 January 2014' ; x3do:name 'modified' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'AmraamDrawing.jpg' ; x3do:name 'drawing' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Amraam1.jpg' ; x3do:name 'Image' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Amraam2.jpg' ; x3do:name 'Image' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Weapons/Missiles/Amraam.x3d' ; x3do:name 'identifier' . :meta_1_10 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_11 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "Amraam.x3d" . :meta dcterms:description "F16, Fighting Falcon, Turkish Air Force (TUAF) AIM120 AMRAAM missile" . :meta dcterms:creator "Murat ONDER, LTJG, Turkish Navy" . :meta dcterms:created "13 July 2003" . :meta dcterms:modified "16 January 2014" . :meta dcterms:drawing "AmraamDrawing.jpg" . :meta dcterms:Image "Amraam1.jpg" . :meta dcterms:Image "Amraam2.jpg" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Weapons/Missiles/Amraam.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, :Transform_2_2 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'Amraam.x3d' . :Transform_2_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Transform_2_2_1, :Transform_2_2_2, :Transform_2_2_3, :Transform_2_2_4, :Transform_2_2_5 ; x3do:rotation ( 0 0 1 -1.57 ) ; x3do:translation ( 3 0 0 ) . :Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2 ; x3do:hasChildren :AMRAAM_BODY ; x3do:translation ( 0 -2.775 0 ) . :AMRAAM_BODY a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_2_1 ; x3do:hasChildren :Transform_2_2_1_1_1 ; x3do:DEF 'AMRAAM_BODY' . :Transform_2_2_1_1_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :AMRAAM_BODY ; x3do:hasChildren :Shape_2_2_1_1_1_1 . :Shape_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_1_1_1 ; x3do:hasAppearance :BODY_COLOR ; x3do:hasGeometry :Cylinder_2_2_1_1_1_1_2 . :BODY_COLOR a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_1_1_1_1 ; x3do:hasMaterial :Material_2_2_1_1_1_1_1_1 ; x3do:DEF 'BODY_COLOR' . :Material_2_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :BODY_COLOR ; x3do:diffuseColor ( 1 1 1 ) ; x3do:shininess .7 ; x3do:specularColor ( 1 1 1 ) . :Cylinder_2_2_1_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_2_1_1_1_1 ; x3do:height 5.56 ; x3do:radius .25905 . :Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2 ; x3do:hasChildren :AMRAAM_CONE ; x3do:scale ( 1 2.5 1 ) . :AMRAAM_CONE a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_2_2 ; x3do:hasChildren :Shape_2_2_2_1_1 ; x3do:DEF 'AMRAAM_CONE' . :Shape_2_2_2_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :AMRAAM_CONE ; x3do:hasAppearance :Appearance_2_2_2_1_1_1 ; x3do:hasGeometry :Extrusion_2_2_2_1_1_2 . :Appearance_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_2_1_1 ; x3do:hasMaterial :Material_2_2_2_1_1_1_1 . :Material_2_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_2_2_1_1_1 ; x3do:diffuseColor ( 1 1 1 ) . :Extrusion_2_2_2_1_1_2 a owl:NamedIndividual, x3do:Extrusion ; x3do:hasParent :Shape_2_2_2_1_1 ; x3do:creaseAngle 1.785 ; x3do:crossSection ( 0.267 0.000 0.231 -0.134 0.134 -0.231 0.0 -0.267 -0.134 -0.231 -0.231 -0.134 -0.267 0.000 -0.231 0.134 -0.134 0.231 0.0 0.267 0.134 0.231 0.231 0.134 0.267 0.0 ) ; x3do:scale ( 1.00 1.00 0.87 0.87 0.70 0.70 0.50 0.50 0.25 0.25 0.01 0.01 ) ; x3do:spine ( 0.00 0.00 0.00 0.00 0.10 0.00 0.00 0.20 0.00 0.00 0.30 0.00 0.00 0.40 0.00 0.00 0.50 0.00 ) . :Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2 ; x3do:hasChildren :BANDS . :BANDS a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_2_3 ; x3do:hasChildren :Transform_2_2_3_1_1, :Transform_2_2_3_1_2 ; x3do:DEF 'BANDS' . :Transform_2_2_3_1_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BANDS ; x3do:hasChildren :Shape_2_2_3_1_1_1 ; x3do:translation ( 0 -3.2 0 ) . :Shape_2_2_3_1_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_3_1_1 ; x3do:hasGeometry :Cylinder_2_2_3_1_1_1_1 ; x3do:hasAppearance :Appearance_2_2_3_1_1_1_2 . :Cylinder_2_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_2_3_1_1_1 ; x3do:height .1 ; x3do:radius .26 . :Appearance_2_2_3_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_3_1_1_1 ; x3do:hasMaterial :Material_2_2_3_1_1_1_2_1 . :Material_2_2_3_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_2_3_1_1_1_2 ; x3do:diffuseColor ( 1 0 0 ) . :Transform_2_2_3_1_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BANDS ; x3do:hasChildren :Shape_2_2_3_1_2_1 ; x3do:translation ( 0 -5.1 0 ) . :Shape_2_2_3_1_2_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_3_1_2 ; x3do:hasGeometry :Cylinder_2_2_3_1_2_1_1 ; x3do:hasAppearance :Appearance_2_2_3_1_2_1_2 . :Cylinder_2_2_3_1_2_1_1 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_2_3_1_2_1 ; x3do:height .1 ; x3do:radius .26 . :Appearance_2_2_3_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_3_1_2_1 ; x3do:hasMaterial :Material_2_2_3_1_2_1_2_1 . :Material_2_2_3_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_2_3_1_2_1_2 ; x3do:diffuseColor ( 1 0 0 ) . :Transform_2_2_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2 ; x3do:hasChildren :BOOSTER . :BOOSTER a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_2_4 ; x3do:hasChildren :Transform_2_2_4_1_1, :BOOSTERFIN ; x3do:DEF 'BOOSTER' . :Transform_2_2_4_1_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BOOSTER ; x3do:hasChildren :Shape_2_2_4_1_1_1 ; x3do:translation ( 0 -5.91 0 ) . :Shape_2_2_4_1_1_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_4_1_1 ; x3do:hasAppearance :BODY_COLOR-USE-1 ; x3do:hasGeometry :Cylinder_2_2_4_1_1_1_2 . :BODY_COLOR-USE-1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_2_4_1_1_1 ; owl:sameAs :BODY_COLOR . # DEF matching this USE :Cylinder_2_2_4_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ; x3do:hasParent :Shape_2_2_4_1_1_1 ; x3do:height .69 ; x3do:radius .25905 . :BOOSTERFIN a owl:NamedIndividual, x3do:Group ; x3do:hasParent :BOOSTER ; x3do:hasChildren :Transform_2_2_4_1_2_1, :Transform_2_2_4_1_2_2, :Transform_2_2_4_1_2_3, :Transform_2_2_4_1_2_4 ; x3do:DEF 'BOOSTERFIN' . :Transform_2_2_4_1_2_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BOOSTERFIN ; x3do:hasChildren :BFIN ; x3do:translation ( .25905 -6.27 0 ) . :BFIN a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_4_1_2_1 ; x3do:hasAppearance :FIN_COLOR ; x3do:hasGeometry :IndexedFaceSet_2_2_4_1_2_1_1_2 ; x3do:DEF 'BFIN' . :FIN_COLOR a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :BFIN ; x3do:hasMaterial :Material_2_2_4_1_2_1_1_1_1 ; x3do:DEF 'FIN_COLOR' . :Material_2_2_4_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :FIN_COLOR ; x3do:diffuseColor ( .9 .9 .9 ) . :IndexedFaceSet_2_2_4_1_2_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ; x3do:hasParent :BFIN ; x3do:hasCoord :Coordinate_2_2_4_1_2_1_1_2_1 ; x3do:coordIndex ( 0 1 2 3 4 5 -1 ) ; x3do:solid false . :Coordinate_2_2_4_1_2_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :IndexedFaceSet_2_2_4_1_2_1_1_2 ; x3do:point ( 0 0 0 0 1 0 .2 1 0 .9 0.2 0 .9 0 0 0 0 0 ) . :Transform_2_2_4_1_2_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BOOSTERFIN ; x3do:hasChildren :BFIN-USE-1 ; x3do:rotation ( 0 1 0 1.57 ) ; x3do:translation ( 0 -6.27 -0.25905 ) . :BFIN-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_4_1_2_2 ; owl:sameAs :BFIN . # DEF matching this USE :Transform_2_2_4_1_2_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BOOSTERFIN ; x3do:hasChildren :BFIN-USE-2 ; x3do:rotation ( 0 1 0 3.14 ) ; x3do:translation ( -0.25905 -6.27 0 ) . :BFIN-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_4_1_2_3 ; owl:sameAs :BFIN . # DEF matching this USE :Transform_2_2_4_1_2_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :BOOSTERFIN ; x3do:hasChildren :BFIN-USE-3 ; x3do:rotation ( 0 1 0 -1.57 ) ; x3do:translation ( 0 -6.27 .25905 ) . :BFIN-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_4_1_2_4 ; owl:sameAs :BFIN . # DEF matching this USE :Transform_2_2_5 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Transform_2_2 ; x3do:hasChildren :MIDFIN . :MIDFIN a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Transform_2_2_5 ; x3do:hasChildren :Transform_2_2_5_1_1, :Transform_2_2_5_1_2, :Transform_2_2_5_1_3, :Transform_2_2_5_1_4 ; x3do:DEF 'MIDFIN' . :Transform_2_2_5_1_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :MIDFIN ; x3do:hasChildren :MID_FIN ; x3do:translation ( .24 -3.02 0 ) . :MID_FIN a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_5_1_1 ; x3do:hasGeometry :IndexedFaceSet_2_2_5_1_1_1_1 ; x3do:hasAppearance :FINCOLOR ; x3do:DEF 'MID_FIN' . :IndexedFaceSet_2_2_5_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ; x3do:hasParent :MID_FIN ; x3do:hasCoord :Coordinate_2_2_5_1_1_1_1_1 ; x3do:coordIndex ( 0 1 2 3 -1 ) ; x3do:solid false . :Coordinate_2_2_5_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :IndexedFaceSet_2_2_5_1_1_1_1 ; x3do:point ( 0 0 0 0 1 0 .65 0 0 0 0 0 ) . :FINCOLOR a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :MID_FIN ; x3do:hasMaterial :Material_2_2_5_1_1_1_2_1 ; x3do:DEF 'FINCOLOR' . :Material_2_2_5_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :FINCOLOR ; x3do:diffuseColor ( .9 .9 .9 ) . :Transform_2_2_5_1_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :MIDFIN ; x3do:hasChildren :MID_FIN-USE-1 ; x3do:rotation ( 0 1 0 1.57 ) ; x3do:translation ( 0 -3.02 -0.24 ) . :MID_FIN-USE-1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_5_1_2 ; owl:sameAs :MID_FIN . # DEF matching this USE :Transform_2_2_5_1_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :MIDFIN ; x3do:hasChildren :MID_FIN-USE-2 ; x3do:rotation ( 0 1 0 -1.57 ) ; x3do:translation ( 0 -3.02 .24 ) . :MID_FIN-USE-2 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_5_1_3 ; owl:sameAs :MID_FIN . # DEF matching this USE :Transform_2_2_5_1_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :MIDFIN ; x3do:hasChildren :MID_FIN-USE-3 ; x3do:rotation ( 0 1 0 3.14 ) ; x3do:translation ( -0.24 -3.02 0 ) . :MID_FIN-USE-3 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_2_5_1_4 ; owl:sameAs :MID_FIN . # DEF matching this USE