@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FishingLure.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.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

: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 'FishingLure.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Tom Flanders' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '19 August 2001' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Unique fishing lure ("If it were any more real, I would actually be fishing"). Final project for introductory X3D course.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FishingLure.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/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 "FishingLure.x3d" .
:meta dcterms:creator "Tom Flanders" .
:meta dcterms:created "19 August 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "Unique fishing lure (\"If it were any more real, I would actually be fishing\"). Final project for introductory X3D course." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FishingLure.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Transform_2_2, :Background_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'FishingLure.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :groupLure ;
  x3do:rotation ( 1 0 0 -1.57 ) ;
  x3do:scale ( 1.6 1.6 1.6 ) ;
  x3do:translation ( -2 0 0 ) .
:groupLure a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :body, :transTrebleHook1, :transTrebleHook2, :transMountMiddle, :transHookMountTail, :transHookNose, :transLip ;
  x3do:DEF 'groupLure' .
:body a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :groupLure ;
  x3do:hasAppearance :Appearance_2_2_1_1_1 ;
  x3do:hasGeometry :BodyExtrusion ;
  x3do:DEF 'body' .
:Appearance_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :body ;
  x3do:hasTexture :ImageTexture_2_2_1_1_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1_2 .
:ImageTexture_2_2_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_1_1 ;
  x3do:repeatS false ;
  x3do:repeatT false ;
  x3do:url '"FishingLure.jpg" "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/FishingLure.jpg"' .
:Material_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1 .
:BodyExtrusion a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :body ;
  x3do:DEF 'BodyExtrusion' ;
  x3do:beginCap false ;
  x3do:convex false ;
  x3do:creaseAngle .76 ;
  x3do:crossSection ( 0.00 1.00 -0.43 0.90 -0.67 0.67 -0.65 0.33 -0.55 0.13 -0.25 -0.20 0.00 -0.30 0.25 -0.20 0.55 0.13 0.65 0.33 0.67 0.67 0.43 0.90 0.00 1.00 ) ;
  x3do:endCap false ;
  x3do:scale ( 0.06 0.10 0.12 0.20 0.18 0.30 0.24 0.39 0.28 0.43 0.32 0.47 0.34 0.50 0.35 0.51 0.36 0.53 0.36 0.53 0.34 0.52 0.32 0.51 0.30 0.48 0.28 0.47 0.27 0.44 0.25 0.41 0.23 0.38 0.21 0.35 0.19 0.32 0.18 0.29 0.16 0.26 0.14 0.23 0.12 0.20 0.10 0.17 0.08 0.14 0.07 0.11 0.05 0.08 ) ;
  x3do:solid false ;
  x3do:spine ( 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 0.00 0.60 0.00 0.00 0.70 0.00 0.00 0.80 0.00 0.00 0.90 0.00 0.00 1.00 0.00 0.00 1.10 0.00 0.00 1.20 0.00 0.00 1.30 0.00 0.00 1.40 0.00 0.00 1.50 0.00 0.00 1.60 0.00 0.00 1.70 0.00 0.00 1.80 0.00 0.00 1.90 0.00 0.00 2.00 0.00 0.00 2.10 0.00 0.00 2.20 0.00 0.00 2.30 0.00 0.00 2.40 0.00 0.00 2.50 0.00 0.00 2.60 0.00 0.00 2.65 0.00 0.00 ) .
:transTrebleHook1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :groupTrebleHook ;
  x3do:DEF 'transTrebleHook1' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .3 .3 .3 ) ;
  x3do:translation ( 1.00 0.00 -0.23 ) .
:groupTrebleHook a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :transTrebleHook1 ;
  x3do:hasChildren :transHook1, :transHook2, :transHook3, :transHookEye ;
  x3do:DEF 'groupTrebleHook' .
:transHook1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupTrebleHook ;
  x3do:hasChildren :hook1, :shaBarb ;
  x3do:DEF 'transHook1' .
:hook1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook1 ;
  x3do:hasAppearance :Appearance_2_2_1_2_1_1_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_2_1_1_1_2 ;
  x3do:DEF 'hook1' .
:Appearance_2_2_1_2_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :hook1 ;
  x3do:hasMaterial :silverSteel .
:silverSteel a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1_1_1_1 ;
  x3do:DEF 'silverSteel' ;
  x3do:ambientIntensity 0.9 .
:Extrusion_2_2_1_2_1_1_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :hook1 ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( 0.60 0.60 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 0.00 0.00 ) ;
  x3do:spine ( 0.00 -0.125 0.00 0.00 -1.25 0.00 0.02 -1.42 0.00 0.05 -1.51 0.00 0.10 -1.60 0.00 0.23 -1.73 0.00 0.35 -1.75 0.00 0.50 -1.73 0.00 0.63 -1.60 0.00 0.68 -1.50 0.00 0.73 -1.25 0.00 0.74 -1.00 0.00 ) .
:shaBarb a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook1 ;
  x3do:hasAppearance :Appearance_2_2_1_2_1_1_2_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_2_1_1_2_2 ;
  x3do:DEF 'shaBarb' .
:Appearance_2_2_1_2_1_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shaBarb ;
  x3do:hasMaterial :silverSteel-USE-1 .
:silverSteel-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1_1_2_1 ;
  owl:sameAs :silverSteel . # DEF matching this USE
:Extrusion_2_2_1_2_1_1_2_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shaBarb ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( .50 .50 0.00 0.00 ) ;
  x3do:spine ( 0.71 -1.20 0.00 0.60 -1.30 0.00 ) .
:transHook2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupTrebleHook ;
  x3do:hasChildren :hook1-USE-1, :shaBarb-USE-1 ;
  x3do:DEF 'transHook2' ;
  x3do:rotation ( 0 1 0 2.09 ) .
:hook1-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook2 ;
  owl:sameAs :hook1 . # DEF matching this USE
:shaBarb-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook2 ;
  owl:sameAs :shaBarb . # DEF matching this USE
:transHook3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupTrebleHook ;
  x3do:hasChildren :hook1-USE-2, :shaBarb-USE-2 ;
  x3do:DEF 'transHook3' ;
  x3do:rotation ( 0 1 0 -2.09 ) .
:hook1-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook3 ;
  owl:sameAs :hook1 . # DEF matching this USE
:shaBarb-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHook3 ;
  owl:sameAs :shaBarb . # DEF matching this USE
:transHookEye a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupTrebleHook ;
  x3do:hasChildren :shapeHookEye ;
  x3do:DEF 'transHookEye' ;
  x3do:rotation ( 0 1 0 1.57 ) .
:shapeHookEye a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHookEye ;
  x3do:hasAppearance :Appearance_2_2_1_2_1_4_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_2_1_4_1_2 ;
  x3do:DEF 'shapeHookEye' .
:Appearance_2_2_1_2_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shapeHookEye ;
  x3do:hasMaterial :silverSteel-USE-2 .
:silverSteel-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1_4_1_1 ;
  owl:sameAs :silverSteel . # DEF matching this USE
:Extrusion_2_2_1_2_1_4_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shapeHookEye ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 ) ;
  x3do:spine ( 0.00 -0.13 0.00 0.02 -0.12 0.00 0.04 -0.10 0.00 0.05 -0.09 0.00 0.07 -0.07 0.00 0.08 -0.05 0.00 0.09 -0.04 0.00 0.09 -0.02 0.00 0.10 0.00 0.00 0.09 0.02 0.00 0.09 0.04 0.00 0.08 0.05 0.00 0.07 0.07 0.00 0.05 0.08 0.00 0.04 0.09 0.00 0.02 0.09 0.00 0.00 0.10 0.00 -0.02 0.09 0.00 -0.04 0.09 0.00 -0.05 0.08 0.00 -0.07 0.07 0.00 -0.08 0.05 0.00 -0.09 0.04 0.00 -0.09 0.02 0.00 -0.10 0.00 0.00 -0.09 -0.02 0.00 -0.09 -0.04 0.00 -0.08 -0.05 0.00 -0.07 -0.07 0.00 -0.05 -0.09 0.00 -0.04 -0.10 0.00 -0.02 -0.12 0.00 0.00 -0.13 0.00 ) .
:transTrebleHook2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :groupTrebleHook-USE-1 ;
  x3do:DEF 'transTrebleHook2' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .3 .3 .3 ) ;
  x3do:translation ( 2.70 0.00 -0.04 ) .
:groupTrebleHook-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :transTrebleHook2 ;
  owl:sameAs :groupTrebleHook . # DEF matching this USE
:transMountMiddle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :shapeMountMIddle ;
  x3do:DEF 'transMountMiddle' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .7 .7 .7 ) ;
  x3do:translation ( 1 0.00 -0.15 ) .
:shapeMountMIddle a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transMountMiddle ;
  x3do:hasAppearance :Appearance_2_2_1_4_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_4_1_2 ;
  x3do:DEF 'shapeMountMIddle' .
:Appearance_2_2_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shapeMountMIddle ;
  x3do:hasMaterial :silverSteel-USE-3 .
:silverSteel-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_4_1_1 ;
  owl:sameAs :silverSteel . # DEF matching this USE
:Extrusion_2_2_1_4_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shapeMountMIddle ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 ) ;
  x3do:spine ( 0.10 0.01 0.00 0.10 0.00 0.00 0.09 -0.02 0.00 0.09 -0.04 0.00 0.08 -0.05 0.00 0.07 -0.07 0.00 0.05 -0.08 0.00 0.04 -0.09 0.00 0.02 -0.09 0.00 0.00 -0.10 0.00 -0.02 -0.09 0.00 -0.04 -0.09 0.00 -0.05 -0.08 0.00 -0.07 -0.07 0.00 -0.08 -0.05 0.00 -0.09 -0.04 0.00 -0.09 -0.02 0.00 -0.10 0.00 0.00 -0.10 0.01 0.00 ) .
:transHookMountTail a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :shapeHookMountTail ;
  x3do:DEF 'transHookMountTail' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .5 .5 .5 ) ;
  x3do:translation ( 2.7 0.00 0.02 ) .
:shapeHookMountTail a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHookMountTail ;
  x3do:hasAppearance :Appearance_2_2_1_5_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_5_1_2 ;
  x3do:DEF 'shapeHookMountTail' .
:Appearance_2_2_1_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shapeHookMountTail ;
  x3do:hasMaterial :silverSteel-USE-4 .
:silverSteel-USE-4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_5_1_1 ;
  owl:sameAs :silverSteel . # DEF matching this USE
:Extrusion_2_2_1_5_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shapeHookMountTail ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 ) ;
  x3do:spine ( -0.13 0.00 0.00 -0.12 0.02 0.00 -0.10 0.04 0.00 -0.09 0.05 0.00 -0.07 0.07 0.00 -0.05 0.08 0.00 -0.04 0.09 0.00 -0.02 0.09 0.00 0.00 0.10 0.00 0.02 0.09 0.00 0.04 0.09 0.00 0.05 0.08 0.00 0.07 0.07 0.00 0.08 0.05 0.00 0.09 0.04 0.00 0.09 0.02 0.00 0.10 0.00 0.00 0.09 -0.02 0.00 0.09 -0.04 0.00 0.08 -0.05 0.00 0.07 -0.07 0.00 0.05 -0.08 0.00 0.04 -0.09 0.00 0.02 -0.09 0.00 0.00 -0.10 0.00 -0.02 -0.09 0.00 -0.04 -0.09 0.00 -0.05 -0.08 0.00 -0.07 -0.07 0.00 -0.09 -0.05 0.00 -0.10 -0.04 0.00 -0.12 -0.02 0.00 -0.13 0.00 0.00 ) .
:transHookNose a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :shapeHookNose ;
  x3do:DEF 'transHookNose' ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:scale ( .55 .55 .55 ) ;
  x3do:translation ( 0.06 0.00 0.04 ) .
:shapeHookNose a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transHookNose ;
  x3do:hasAppearance :Appearance_2_2_1_6_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_6_1_2 ;
  x3do:DEF 'shapeHookNose' .
:Appearance_2_2_1_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shapeHookNose ;
  x3do:hasMaterial :silverSteel-USE-5 .
:silverSteel-USE-5 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_6_1_1 ;
  owl:sameAs :silverSteel . # DEF matching this USE
:Extrusion_2_2_1_6_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shapeHookNose ;
  x3do:crossSection ( 0.00 -0.05 0.01 -0.05 0.02 -0.05 0.03 -0.04 0.04 -0.04 0.04 -0.03 0.05 -0.02 0.05 -0.01 0.05 0.00 0.05 0.01 0.05 0.02 0.04 0.03 0.04 0.04 0.03 0.04 0.02 0.05 0.01 0.05 0.00 0.05 -0.01 0.05 -0.02 0.05 -0.03 0.04 -0.04 0.04 -0.04 0.03 -0.05 0.02 -0.05 0.01 -0.05 0.00 -0.05 -0.01 -0.05 -0.02 -0.04 -0.03 -0.04 -0.04 -0.03 -0.04 -0.02 -0.05 -0.01 -0.05 0.00 -0.05 ) ;
  x3do:scale ( 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 0.50 ) ;
  x3do:spine ( 0.13 0.00 0.00 0.12 0.02 0.00 0.10 0.04 0.00 0.09 0.05 0.00 0.07 0.07 0.00 0.05 0.08 0.00 0.04 0.09 0.00 0.02 0.09 0.00 0.00 0.10 0.00 -0.02 0.09 0.00 -0.04 0.09 0.00 -0.05 0.08 0.00 -0.07 0.07 0.00 -0.08 0.05 0.00 -0.09 0.04 0.00 -0.09 0.02 0.00 -0.10 0.00 0.00 -0.09 -0.02 0.00 -0.09 -0.04 0.00 -0.08 -0.05 0.00 -0.07 -0.07 0.00 -0.05 -0.08 0.00 -0.04 -0.09 0.00 -0.02 -0.09 0.00 0.00 -0.10 0.00 0.02 -0.09 0.00 0.04 -0.09 0.00 0.05 -0.08 0.00 0.07 -0.07 0.00 0.09 -0.05 0.00 0.10 -0.04 0.00 0.12 -0.02 0.00 0.13 0.00 0.00 ) .
:transLip a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :groupLure ;
  x3do:hasChildren :shapeLip ;
  x3do:DEF 'transLip' ;
  x3do:rotation ( 0 1 0 0.785 ) ;
  x3do:translation ( 0.75 0.2 0.02 ) .
:shapeLip a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :transLip ;
  x3do:hasAppearance :Appearance_2_2_1_7_1_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_7_1_2 ;
  x3do:DEF 'shapeLip' .
:Appearance_2_2_1_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :shapeLip ;
  x3do:hasMaterial :Material_2_2_1_7_1_1_1 .
:Material_2_2_1_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_7_1_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) ;
  x3do:transparency .3 .
:Extrusion_2_2_1_7_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :shapeLip ;
  x3do:crossSection ( 0.00 0.00 0.00 -0.30 0.04 -0.48 0.08 -0.53 0.12 -0.56 0.20 -0.58 0.28 -0.56 0.32 -0.53 0.36 -0.48 0.40 -0.30 0.40 0.00 ) ;
  x3do:spine ( 0.00 0.00 0.00 0.03 0.00 0.00 ) .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundAngle ( 1.309 1.570796 ) ;
  x3do:groundColor ( .6274 .3215 .1764 ) ;
  x3do:skyAngle ( 1.309 1.571 ) ;
  x3do:skyColor ( .1921 .3098 .3098 ) .
