@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Fish.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.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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 'Fish.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'One simple Fish with three levels of detail.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Stewart Liles, Sean Hynes' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '25 September 1998' ;
  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 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestDesignPaperWeb3dSymposiumFebruary2002.pdf' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Teaching3d-KelpForestCaseStudy.pdf' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'All content has permissions for free use. Please provide credit to the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute.' ;
  x3do:name 'accessRights' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Fish.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 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_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Fish.x3d" .
:meta dcterms:description "One simple Fish with three levels of detail." .
:meta dcterms:creator "Stewart Liles, Sean Hynes" .
:meta dcterms:created "25 September 1998" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestDesignPaperWeb3dSymposiumFebruary2002.pdf" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Teaching3d-KelpForestCaseStudy.pdf" .
:meta dcterms:accessRights "All content has permissions for free use. Please provide credit to the Naval Postgraduate School (NPS) Modeling Virtual Environments and Simulation (MOVES) Institute." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Fish.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 :Viewpoints, :Transform_2_2, :Clock, :FishWiggle ;
  x3do:hasROUTE :ROUTE_2_5, :ROUTE_2_6 .
:Viewpoints a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_1_1, :Viewpoint_2_1_2, :Viewpoint_2_1_3, :Viewpoint_2_1_4 ;
  x3do:DEF 'Viewpoints' .
:Viewpoint_2_1_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Viewpoints ;
  x3do:description 'Fish High Resolution' .
:Viewpoint_2_1_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Viewpoints ;
  x3do:description 'Fish Medium Resolution' ;
  x3do:position ( 0 0 35 ) .
:Viewpoint_2_1_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Viewpoints ;
  x3do:description 'Fish Low Resolution' ;
  x3do:position ( 0 0 65 ) .
:Viewpoint_2_1_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Viewpoints ;
  x3do:description 'Fish No Resolution' ;
  x3do:position ( 0 0 105 ) .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :FishLOD ;
  x3do:rotation ( 0 1 0 -1.57 ) .
:FishLOD a owl:NamedIndividual, x3do:LOD ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Near, :Medium, :Far, :WorldInfo_2_2_1_4 ;
  x3do:DEF 'FishLOD' ;
  x3do:range ( 30 60 100 ) .
:Near a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :FishLOD ;
  x3do:hasChildren :Fish1 ;
  x3do:DEF 'Near' .
:Fish1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Near ;
  x3do:hasChildren :Shape_2_2_1_1_1_1 ;
  x3do:DEF 'Fish1' ;
  x3do:scale ( 0.1 0.1 0.1 ) .
:Shape_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Fish1 ;
  x3do:hasAppearance :FishAppear ;
  x3do:hasGeometry :FishIndex .
:FishAppear 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:hasTexture :FishJPG ;
  x3do:DEF 'FishAppear' .
:Material_2_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :FishAppear ;
  x3do:diffuseColor ( 0.6 0.65 0.7 ) ;
  x3do:shininess 0.8 .
:FishJPG a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :FishAppear ;
  x3do:DEF 'FishJPG' ;
  x3do:url '"Fish2Patch.jpg" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/Fish2Patch.jpg"' .
:FishIndex a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_1_1_1 ;
  x3do:hasCoord :Fish ;
  x3do:DEF 'FishIndex' ;
  x3do:ccw false ;
  x3do:coordIndex ( 0 2 1 -1 0 3 2 -1 0 4 3 -1 0 5 4 -1 0 1 8 -1 0 8 7 -1 0 7 6 -1 0 6 5 -1 1 2 10 9 -1 2 3 11 10 -1 3 4 12 11 -1 4 5 13 12 -1 1 9 16 8 -1 8 16 15 7 -1 7 15 14 6 -1 6 14 13 5 -1 9 10 18 17 -1 10 11 19 18 -1 11 12 20 19 -1 12 13 21 20 -1 9 17 24 16 -1 16 24 23 15 -1 15 23 22 14 -1 14 22 21 13 -1 17 18 26 25 -1 18 19 27 26 -1 19 20 28 27 -1 20 21 29 28 -1 17 25 32 24 -1 24 32 31 23 -1 23 31 30 22 -1 22 30 29 21 -1 25 26 34 33 -1 26 27 35 34 -1 27 28 36 35 -1 28 29 37 36 -1 25 33 40 32 -1 32 40 39 31 -1 31 39 38 30 -1 30 38 37 29 -1 33 34 41 -1 34 35 41 -1 35 42 41 -1 35 43 42 -1 36 43 35 -1 36 37 43 -1 33 41 40 -1 40 41 39 -1 39 41 42 -1 39 42 43 -1 39 43 37 -1 38 43 37 -1 ) ;
  x3do:creaseAngle 3.14 ;
  x3do:solid false .
:Fish a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :FishIndex ;
  x3do:DEF 'Fish' ;
  x3do:point ( 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 0.0 0.75 1.75 -0.12 0.35 1.75 -0.25 0.0 1.75 -0.12 -0.35 1.75 0.0 -0.75 1.75 0.12 -0.35 1.75 0.25 0.0 1.75 0.12 0.35 1.75 0.0 0.5 2.5 -0.05 0.25 2.5 -0.1 0.0 2.5 -0.05 -0.25 2.5 0.0 -0.5 2.5 0.05 -0.25 2.5 0.1 0.0 2.5 0.05 0.25 2.5 0.0 1.25 3.25 0.0 0.0 3.0 0.0 -1.25 3.25 ) .
:Medium a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :FishLOD ;
  x3do:hasChildren :Fish2 ;
  x3do:DEF 'Medium' .
:Fish2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Medium ;
  x3do:hasChildren :Shape_2_2_1_2_1_1 ;
  x3do:DEF 'Fish2' ;
  x3do:scale ( 0.1 0.1 0.1 ) .
:Shape_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Fish2 ;
  x3do:hasAppearance :FishAppear-USE-1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_2_1_1_2 .
:FishAppear-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_2_1_1 ;
  owl:sameAs :FishAppear . # DEF matching this USE
:IndexedFaceSet_2_2_1_2_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_2_1_1 ;
  x3do:hasCoord :Coordinate_2_2_1_2_1_1_2_1 ;
  x3do:ccw false ;
  x3do:coordIndex ( 0 2 3 -1 0 3 4 -1 0 4 1 -1 0 1 2 -1 1 4 5 -1 2 1 5 -1 3 5 4 -1 3 2 5 -1 5 7 6 -1 5 6 7 -1 ) .
:Coordinate_2_2_1_2_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_2_1_1_2 ;
  x3do:point ( 0.0 0.0 -2.0 0.0 -1.25 0.0 0.5 0.0 0.0 0.0 1.25 0.0 -0.5 0.0 0.0 0.0 0.0 2.25 0.0 1.25 3.0 0.0 -1.25 3.0 ) .
:Far a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :FishLOD ;
  x3do:hasChildren :Fish3 ;
  x3do:DEF 'Far' .
:Fish3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Far ;
  x3do:hasChildren :Shape_2_2_1_3_1_1 ;
  x3do:DEF 'Fish3' ;
  x3do:scale ( 0.1 0.1 0.1 ) .
:Shape_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Fish3 ;
  x3do:hasAppearance :Appearance_2_2_1_3_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_3_1_1_2 .
:Appearance_2_2_1_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_3_1_1 ;
  x3do:hasMaterial :Material_2_2_1_3_1_1_1_1 .
:Material_2_2_1_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_3_1_1_1 ;
  x3do:diffuseColor ( 0.6 0.9 0.9 ) .
:IndexedFaceSet_2_2_1_3_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_3_1_1 ;
  x3do:hasCoord :Coordinate_2_2_1_3_1_1_2_1 ;
  x3do:ccw false ;
  x3do:coordIndex ( 0 2 3 -1 0 3 4 -1 0 4 1 -1 0 1 2 -1 1 4 5 -1 2 1 5 -1 3 5 4 -1 3 2 5 -1 5 7 6 -1 5 6 7 -1 ) ;
  x3do:creaseAngle 1.57 .
:Coordinate_2_2_1_3_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_3_1_1_2 ;
  x3do:point ( 0.0 0.0 -2.0 0.0 -1.25 0.0 0.3 0.0 0.0 0.0 1.25 0.0 -0.3 0.0 0.0 0.0 0.0 2.25 0.0 1.25 3.0 0.0 -1.25 3.0 ) .
:WorldInfo_2_2_1_4 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :FishLOD ;
  x3do:info '"null"' .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '2.0' ;
  x3do:loop true .
:FishWiggle a owl:NamedIndividual, x3do:CoordinateInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'FishWiggle' ;
  x3do:key ( 0.0 0.25 0.5 0.75 1.0 ) ;
  x3do:keyValue ( 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 0.0 0.75 1.75 -0.12 0.35 1.75 -0.25 0.0 1.75 -0.12 -0.35 1.75 0.0 -0.75 1.75 0.12 -0.35 1.75 0.25 0.0 1.75 0.12 0.35 1.75 0.0 0.5 2.5 -0.05 0.25 2.5 -0.1 0.0 2.5 -0.05 -0.25 2.5 0.0 -0.5 2.5 0.05 -0.25 2.5 0.1 0.0 2.5 0.05 0.25 2.5 0.0 1.25 3.25 0.0 0.0 3.0 0.0 -1.25 3.25 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 0.2 0.75 1.75 0.08 0.35 1.75 -0.05 0.0 1.75 0.08 -0.35 1.75 0.2 -0.75 1.75 0.32 -0.35 1.75 0.45 0.0 1.75 0.32 0.35 1.75 0.3 0.5 2.5 0.25 0.25 2.5 0.15 0.0 2.5 0.25 -0.25 2.5 0.3 -0.5 2.5 0.35 -0.25 2.5 0.4 0.0 2.5 0.35 0.25 2.5 0.5 1.25 3.25 0.5 0.0 3.0 0.5 -1.25 3.25 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 0.0 0.75 1.75 -0.12 0.35 1.75 -0.25 0.0 1.75 -0.12 -0.35 1.75 0.0 -0.75 1.75 0.12 -0.35 1.75 0.25 0.0 1.75 0.12 0.35 1.75 0.0 0.5 2.5 -0.05 0.25 2.5 -0.1 0.0 2.5 -0.05 -0.25 2.5 0.0 -0.5 2.5 0.05 -0.25 2.5 0.1 0.0 2.5 0.05 0.25 2.5 0.0 1.25 3.25 0.0 0.0 3.0 0.0 -1.25 3.25 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 -0.2 0.75 1.75 -0.32 0.35 1.75 -0.45 0.0 1.75 -0.32 -0.35 1.75 -0.2 -0.75 1.75 -0.08 -0.35 1.75 0.05 0.0 1.75 -0.08 0.35 1.75 -0.3 0.5 2.5 -0.35 0.25 2.5 -0.4 0.0 2.5 -0.35 -0.25 2.5 -0.3 -0.5 2.5 -0.25 -0.25 2.5 -0.2 0.0 2.5 -0.25 0.25 2.5 -0.5 1.25 3.25 -0.5 0.0 3.0 -0.5 -1.25 3.25 0.0 0.0 -1.5 0.0 0.5 -1.0 -0.12 0.25 -1.0 -0.25 0.0 -1.0 -0.12 -0.25 -1.0 0.0 -0.5 -1.0 0.12 -0.25 -1.0 0.25 0.0 -1.0 0.12 0.25 -1.0 0.0 1.0 0.0 -0.25 0.5 0.0 -0.5 0.0 0.0 -0.25 -0.5 0.0 0.0 -1.0 0.0 0.25 -0.5 0.0 0.5 0.0 0.0 0.25 0.5 0.0 0.0 0.88 0.9 -0.19 0.44 0.9 -0.37 0.0 0.9 -0.19 -0.44 0.9 0.0 -0.88 0.9 0.19 -0.44 0.9 0.37 0.0 0.9 0.19 0.44 0.9 0.0 0.75 1.75 -0.12 0.35 1.75 -0.25 0.0 1.75 -0.12 -0.35 1.75 0.0 -0.75 1.75 0.12 -0.35 1.75 0.25 0.0 1.75 0.12 0.35 1.75 0.0 0.5 2.5 -0.05 0.25 2.5 -0.1 0.0 2.5 -0.05 -0.25 2.5 0.0 -0.5 2.5 0.05 -0.25 2.5 0.1 0.0 2.5 0.05 0.25 2.5 0.0 1.25 3.25 0.0 0.0 3.0 0.0 -1.25 3.25 ) .
:ROUTE_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'FishWiggle' .
:ROUTE_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'FishWiggle' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'Fish' .
