@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit.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.1.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.1#> .

: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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Cockpit.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'F16, Fighting Falcon, Turkish Air Force (TUAF) cockpit' ;
  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 '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Cockpit.x3d" .
:meta dcterms:description "F16, Fighting Falcon, Turkish Air Force (TUAF) cockpit" .
:meta dcterms:creator "Murat ONDER, LTJG, Turkish Navy" .
:meta dcterms:created "13 July 2003" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit.x3d" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Group_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Cockpit.x3d' .
:Group_2_2 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_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :Shape_2_2_1_1 .
:Shape_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_2 .
:IndexedFaceSet_2_2_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:hasCoord :Coordinate_2_2_1_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 ) .
:Coordinate_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_1_1 ;
  x3do:point ( 25.5 0 0 25.5 10 0 18 17 0 8 17 0 5 21 0 -5 21 0 -8 17 0 -18 17 0 -25.5 10 0 -25.5 0 0 ) .
:Appearance_2_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_1_2_1 .
:ImageTexture_2_2_1_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_1_2 ;
  x3do:url '"Cockpit.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit.jpg"' .
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :Shape_2_2_2_1 .
:Shape_2_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2 .
:IndexedFaceSet_2_2_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_2_1 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1 ;
  x3do:point ( 25 -22.55 0 25 0 0 -25 0 0 -25 -22.55 0 ) .
:Appearance_2_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1 ;
  x3do:hasTexture :ImageTexture_2_2_2_1_2_1 .
:ImageTexture_2_2_2_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_2 ;
  x3do:url '"Cockpit2.jpg" "../../../Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit2.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Cockpit2.jpg"' .
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :Shape_2_2_3_1 .
:Shape_2_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_3 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_2_3_1_2 .
:IndexedFaceSet_2_2_3_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_3_1 ;
  x3do:hasCoord :Coordinate_2_2_3_1_1_1 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:creaseAngle 0.57 .
:Coordinate_2_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_3_1_1 ;
  x3do:point ( 5 21 0 6.5 33 0 -6.5 33 0 -5 21 0 ) .
:Appearance_2_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_3_1 ;
  x3do:hasMaterial :Material_2_2_3_1_2_1 .
:Material_2_2_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_3_1_2 ;
  x3do:diffuseColor ( 0.0 0.0 0.5 ) ;
  x3do:transparency 0.3 .
:Transform_2_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :Shape_2_2_4_1 ;
  x3do:center ( -29 0 0 ) ;
  x3do:rotation ( 0 1 0 1.5 ) ;
  x3do:translation ( 3.6 0 4 ) .
:Shape_2_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_4 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_2_4_1_2 .
:IndexedFaceSet_2_2_4_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_4_1 ;
  x3do:hasCoord :Coordinate_2_2_4_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_4_1_1 ;
  x3do:point ( -25 -22.5 0 -25 10 0 -38 10 0 -38 -22.5 0 ) .
:Appearance_2_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_4_1 ;
  x3do:hasTexture :SideImage .
:SideImage a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_4_1_2 ;
  x3do:DEF 'SideImage' ;
  x3do:url '"Side.jpg" "../../../Savage/AircraftFixedWing/F16FightingFalconTurkey/Side.jpg" "https://www.web3d.org/x3d/content/examples/Savage/AircraftFixedWing/F16FightingFalconTurkey/Side.jpg"' .
:Transform_2_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :Shape_2_2_5_1 ;
  x3do:center ( 29 0 0 ) ;
  x3do:rotation ( 0 -1 0 1.5 ) ;
  x3do:translation ( -3.6 0 4 ) .
:Shape_2_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_5 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_5_1_1 ;
  x3do:hasAppearance :Appearance_2_2_5_1_2 .
:IndexedFaceSet_2_2_5_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_5_1 ;
  x3do:hasCoord :Coordinate_2_2_5_1_1_1 ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_5_1_1 ;
  x3do:point ( 38 -22.5 0 38 10 0 25 10 0 25 -22.5 0 ) .
:Appearance_2_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_5_1 ;
  x3do:hasTexture :SideImage-USE-1 .
:SideImage-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_5_1_2 ;
  owl:sameAs :SideImage . # DEF matching this USE
