@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/DragonFly.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_9 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'DragonFly.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Dragon Fly to fly in the playround with sound effect.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Kok Keng Ng' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '22 August 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 'You may reuse my creation without any constraint!' ;
  x3do:name 'rights' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/DragonFly.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "DragonFly.x3d" .
:meta dcterms:description "Dragon Fly to fly in the playround with sound effect." .
:meta dcterms:creator "Kok Keng Ng" .
:meta dcterms:created "22 August 2002" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:rights "You may reuse my creation without any constraint!" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/DragonFly.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, 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, :DRAGONFLYTx, :Transform_2_3, :Transform_2_4, :Transform_2_5, :Transform_2_6, :Viewpoint_2_7, :Transform_2_8, :Transform_2_9, :Transform_2_10, :Background_2_11 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'DragonFly.x3d' .
:DRAGONFLYTx a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :DRAGONFLYBody, :Group_2_2_2 ;
  x3do:DEF 'DRAGONFLYTx' .
:DRAGONFLYBody a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DRAGONFLYTx ;
  x3do:hasChildren :Transform_2_2_1_1, :Transform_2_2_1_2, :Transform_2_2_1_3 ;
  x3do:DEF 'DRAGONFLYBody' .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DRAGONFLYBody ;
  x3do:hasChildren :EYE ;
  x3do:translation ( 0 0 0.5 ) .
:EYE a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasGeometry :Sphere_2_2_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1_2 ;
  x3do:DEF 'EYE' .
:Sphere_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :EYE ;
  x3do:radius 0.55 .
:Appearance_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :EYE ;
  x3do:hasMaterial :Material_2_2_1_1_1_2_1 .
:Material_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1_2 ;
  x3do:diffuseColor ( 0.1 0.1 0.1 ) .
:Transform_2_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DRAGONFLYBody ;
  x3do:hasChildren :EYE-USE-1 ;
  x3do:translation ( 0 0 -0.5 ) .
:EYE-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_2 ;
  owl:sameAs :EYE . # DEF matching this USE
:Transform_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :DRAGONFLYBody ;
  x3do:hasChildren :Group_2_2_1_3_1 .
:Group_2_2_1_3_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_3 ;
  x3do:hasChildren :Transform_2_2_1_3_1_1, :Transform_2_2_1_3_1_2 .
:Transform_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_3_1 ;
  x3do:hasChildren :Shape_2_2_1_3_1_1_1 .
:Shape_2_2_1_3_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_3_1_1 ;
  x3do:hasGeometry :Sphere_2_2_1_3_1_1_1_1 ;
  x3do:hasAppearance :EYEApp .
:Sphere_2_2_1_3_1_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_2_1_3_1_1_1 ;
  x3do:radius 0.37 .
:EYEApp a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_3_1_1_1 ;
  x3do:hasMaterial :Material_2_2_1_3_1_1_1_2_1 ;
  x3do:DEF 'EYEApp' .
:Material_2_2_1_3_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :EYEApp ;
  x3do:diffuseColor ( 0.9 0.1 0.1 ) .
:Transform_2_2_1_3_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_3_1 ;
  x3do:hasChildren :Transform_2_2_1_3_1_2_1, :Transform_2_2_1_3_1_2_2 .
:Transform_2_2_1_3_1_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_3_1_2 .
:Transform_2_2_1_3_1_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_1_3_1_2 ;
  x3do:hasChildren :Shape_2_2_1_3_1_2_2_1 ;
  x3do:rotation ( 0 0 1 -1.575 ) ;
  x3do:translation ( 5 0 0 ) .
:Shape_2_2_1_3_1_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_3_1_2_2 ;
  x3do:hasGeometry :Cone_2_2_1_3_1_2_2_1_1 ;
  x3do:hasAppearance :EYEApp-USE-1 .
:Cone_2_2_1_3_1_2_2_1_1 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_2_1_3_1_2_2_1 ;
  x3do:bottomRadius 0.35 ;
  x3do:height 10 .
:EYEApp-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_3_1_2_2_1 ;
  owl:sameAs :EYEApp . # DEF matching this USE
:Group_2_2_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :DRAGONFLYTx ;
  x3do:hasChildren :Transform_2_2_2_1, :Transform_2_2_2_2 .
:Transform_2_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2 ;
  x3do:hasChildren :LEFTWings .
:LEFTWings a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_1 ;
  x3do:hasChildren :Transform_2_2_2_1_1_1, :Transform_2_2_2_1_1_2 ;
  x3do:DEF 'LEFTWings' .
:Transform_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LEFTWings ;
  x3do:hasChildren :WING .
:WING a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_1_1_1 ;
  x3do:hasChildren :Transform_2_2_2_1_1_1_1_1 ;
  x3do:DEF 'WING' .
:Transform_2_2_2_1_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :WING ;
  x3do:hasChildren :Transform_2_2_2_1_1_1_1_1_1 .
:Transform_2_2_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2_2_1_1_1_1_1 ;
  x3do:hasChildren :Shape_2_2_2_1_1_1_1_1_1_1 ;
  x3do:rotation ( 0 1 0 1.575 ) ;
  x3do:scale ( 5 0.000001 0.8 ) ;
  x3do:translation ( 1.5 0 4.7 ) .
:Shape_2_2_2_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_1_1_1_1_1 ;
  x3do:hasGeometry :Sphere_2_2_2_1_1_1_1_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1_1_1_1_1_2 .
:Sphere_2_2_2_1_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_2_2_1_1_1_1_1_1_1 ;
  x3do:radius 1.2 .
:Appearance_2_2_2_1_1_1_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1_1_1_1_1_1 ;
  x3do:hasMaterial :Material_2_2_2_1_1_1_1_1_1_1_2_1 .
:Material_2_2_2_1_1_1_1_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_1_1_1_1_2 ;
  x3do:diffuseColor ( 0.9 0.1 0.1 ) ;
  x3do:transparency 0.8 .
:Transform_2_2_2_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LEFTWings ;
  x3do:hasChildren :WING-USE-1 ;
  x3do:translation ( 2 0 0 ) .
:WING-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_1_1_2 ;
  owl:sameAs :WING . # DEF matching this USE
:Transform_2_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2 ;
  x3do:hasChildren :LEFTWings-USE-1 ;
  x3do:rotation ( 1 0 0 3.1415 ) .
:LEFTWings-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2_2 ;
  owl:sameAs :LEFTWings . # DEF matching this USE
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Sound_2_3_1 .
:Sound_2_3_1 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasSource :WingSound ;
  x3do:maxBack 5 ;
  x3do:maxFront 5 ;
  x3do:minBack 0 ;
  x3do:minFront 0 .
:WingSound a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Sound_2_3_1 ;
  x3do:DEF 'WingSound' ;
  x3do:loop true ;
  x3do:url '"wings2.wav" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/PlayGround/wings2.wav"' .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_6_1 ;
  x3do:rotation ( 0 1 0 1.575 ) .
:Viewpoint_2_6_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_6 ;
  x3do:description 'Dragon Fly (Top)' ;
  x3do:orientation ( 1 0 0 -1.1 ) ;
  x3do:position ( 0 3 1.2 ) .
:Viewpoint_2_7 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Dragon Fly (Side)' ;
  x3do:orientation ( 1 0 0 -0.87575 ) ;
  x3do:position ( 0 20 20 ) .
:Transform_2_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Transform_2_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene .
:Background_2_11 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.25 0.5 0.95 ) .
