@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.1' ; x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.1.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_12 . :meta_1_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'BlackMidSizeTruck.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Donald Coomes' ; x3do:name 'creator' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'MV3204' ; x3do:name 'Class' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '22:29: 9' ; x3do:name 'ExportTime' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '9/12/2006' ; x3do:name 'ExportDate' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'No warnings, but hints for better scene portability and the inside of the rear wheel covers aren't drawn correctly from the underside' ; x3do:name 'hints' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'complete3.fxw' ; x3do:name 'FluxStudioSource' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '10 September 2006' ; x3do:name 'created' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '20 October 2019' ; x3do:name 'modified' . :meta_1_10 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'A model of my 2004 Toyota Tacoma 4x4 Extended Cab Truck' ; x3do:name 'description' . :meta_1_11 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/GroundVehicles/Truck/BlackMidSizeTruck.x3d' ; x3do:name 'identifier' . :meta_1_12 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "BlackMidSizeTruck.x3d" . :meta dcterms:creator "Donald Coomes" . :meta dcterms:created "10 September 2006" . :meta dcterms:modified "20 October 2019" . :meta dcterms:description "A model of my 2004 Toyota Tacoma 4x4 Extended Cab Truck" . :meta dcterms:identifier "https://savage.nps.edu/Savage/GroundVehicles/Truck/BlackMidSizeTruck.x3d" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :WorldInfo_2_1, :ViewPoints, :Background_2_3, :TruckCabAndWindShield, :TruckDoors, :RearWindow, :TruckBox, :RimsAndTires, :LightsAndTurnSignals, :CabInterior, :Remainder . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:info '"This Web3D World was created with Flux Studio, a Web3D authoring tool" "www.mediamachines.com" "Individual parts were created using Wings3D"' ; x3do:title 'Complete3' . :ViewPoints a owl:NamedIndividual, x3do:Group ; 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, :Transform_2_2_6, :Transform_2_2_7, :Transform_2_2_8 ; x3do:DEF 'ViewPoints' . :Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :RightSideView ; x3do:rotation ( 0 0 1 -0.15 ) . :RightSideView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_1 ; x3do:DEF 'RightSideView' ; x3do:description 'RightSide View of the truck' ; x3do:orientation ( 0 1 0 -1.57 ) ; x3do:position ( -11 1.5 -2 ) . :Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :FrontView ; x3do:rotation ( 1 0 0 -0.3 ) . :FrontView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_2 ; x3do:DEF 'FrontView' ; x3do:description 'Frontal View of the truck' ; x3do:position ( 0 1.5 12 ) . :Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :LeftSideView ; x3do:rotation ( 0 0 1 .15 ) . :LeftSideView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_3 ; x3do:DEF 'LeftSideView' ; x3do:description 'LeftSide View of the truck' ; x3do:orientation ( 0 1 0 1.57 ) ; x3do:position ( 11 1.5 -2 ) . :Transform_2_2_4 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :DriverView ; x3do:center ( 1.25 1.2 -1.42 ) ; x3do:rotation ( 1 0 0 .15 ) . :DriverView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_4 ; x3do:DEF 'DriverView' ; x3do:description 'View From Driver's Perspective' ; x3do:orientation ( 0 1 0 3.05 ) ; x3do:position ( 1.25 1.2 -1.42 ) . :Transform_2_2_5 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :RearView ; x3do:center ( 0 3.0 -11 ) ; x3do:rotation ( 1 0 0 .4 ) . :RearView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_5 ; x3do:DEF 'RearView' ; x3do:description 'Rear View of Truck' ; x3do:orientation ( 0 1 0 3.14 ) ; x3do:position ( 0 3.0 -11 ) . :Transform_2_2_6 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :TruckBed ; x3do:center ( 1.2 5 -6 ) ; x3do:rotation ( 0 1 0 2.4 ) . :TruckBed a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_6 ; x3do:DEF 'TruckBed' ; x3do:description 'View of the bed of the truck' ; x3do:orientation ( 1 0 0 -0.1 ) ; x3do:position ( 1.2 .5 -6 ) . :Transform_2_2_7 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :BackSeatView ; x3do:center ( 1.25 .75 -1.75 ) ; x3do:rotation ( 0 0 1 .3 ) . :BackSeatView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_7 ; x3do:DEF 'BackSeatView' ; x3do:description 'A view of the back seat from just behind the driver' ; x3do:orientation ( 0 1 0 1.8 ) ; x3do:position ( 1.25 .75 -1.75 ) . :Transform_2_2_8 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ViewPoints ; x3do:hasChildren :ConsoleView ; x3do:center ( 0 1.0 -1.45 ) ; x3do:rotation ( 1 0 0 .45 ) . :ConsoleView a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Transform_2_2_8 ; x3do:DEF 'ConsoleView' ; x3do:description 'A view of the dash and console of the truck' ; x3do:orientation ( 0 1 0 3.05 ) ; x3do:position ( 0 1.0 -1.45 ) . :Background_2_3 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:groundColor ( 0 0 1 ) ; x3do:skyColor ( 0 0 1 ) . :TruckCabAndWindShield a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'TruckCabAndWindShield' ; x3do:url '"CabWithWindShield.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/CabWithWindShield.x3d" "CabWithWindShield.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/CabWithWindShield.wrl"' . :TruckDoors a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'TruckDoors' ; x3do:url '"Doors.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/Doors.x3d" "Doors.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/Doors.wrl"' . :RearWindow a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'RearWindow' ; x3do:url '"RearWindow.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/RearWindow.x3d" "RearWindow.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/RearWindow.wrl"' . :TruckBox a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'TruckBox' ; x3do:url '"TruckBox.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/TruckBox.x3d" "TruckBox.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/TruckBox.wrl"' . :RimsAndTires a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'RimsAndTires' ; x3do:url '"RimsAndTires.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/RimsAndTires.x3d" "RimsAndTires.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/RimsAndTires.wrl"' . :LightsAndTurnSignals a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'LightsAndTurnSignals' ; x3do:url '"LightsAndTurnSignals.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/LightsAndTurnSignals.x3d" "LightsAndTurnSignals.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/LightsAndTurnSignals.wrl"' . :CabInterior a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'CabInterior' ; x3do:url '"CabInterior.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/CabInterior.x3d" "CabInterior.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/CabInterior.wrl"' . :Remainder a owl:NamedIndividual, x3do:Inline ; x3do:hasParent :Scene ; x3do:DEF 'Remainder' ; x3do:url '"Remainder.x3d" "https://savage.nps.edu/Savage/GroundVehicles/Truck/Remainder.x3d" "Remainder.wrl" "https://savage.nps.edu/Savage/GroundVehicles/Truck/Remainder.wrl"' .