@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HudKelpForest.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_12, :meta_1_13 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'HudKelpForest.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Demonstrates use of a ProximitySensor in building a HUD, with display values showing current view location.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Leonard Daly and Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '15 July 2006' ;
  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 'HudKelpForestScreenshot.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://X3dGraphics.com' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Copyright 2006, Daly Realism and Don Brutzman' ;
  x3do:name 'rights' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' ;
  x3do:name 'subject' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HudKelpForest.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 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_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "HudKelpForest.x3d" .
:meta dcterms:description "Demonstrates use of a ProximitySensor in building a HUD, with display values showing current view location." .
:meta dcterms:creator "Leonard Daly and Don Brutzman" .
:meta dcterms:created "15 July 2006" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "HudKelpForestScreenshot.png" .
:meta dcterms:reference "https://X3dGraphics.com" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:rights "Copyright 2006, Daly Realism and Don Brutzman" .
:meta dcterms:subject "X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HudKelpForest.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, :Background_2_4, :Switch_2_5, :HeadsUpDisplayInstance, :ConvertValueScript, :Inline_2_12 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3 ;
  x3do:hasROUTE :ROUTE_2_8, :ROUTE_2_9, :ROUTE_2_10, :ROUTE_2_11 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'HudKelpForest.x3d' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4 ;
  x3do:appinfo 'Heads-up display (HUD) keeps child geometry aligned on screen in a consistent location' ;
  x3do:name 'HeadsUpDisplay' ;
  x3do:url '"HeadsUpDisplayPrototype.x3d#HeadsUpDisplay" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.x3d#HeadsUpDisplay" "HeadsUpDisplayPrototype.wrl#HeadsUpDisplay" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HeadsUpDisplayPrototype.wrl#HeadsUpDisplay"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'offset position for HUD relative to current view location, default 0 0 -5' ;
  x3do:name 'screenOffset' ;
  x3do:type 'SFVec3f' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'X3D content positioned at HUD offset' ;
  x3do:name 'children' ;
  x3do:type 'MFNode' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'HUD position update (in world coordinates) relative to original location' ;
  x3do:name 'position_changed' ;
  x3do:type 'SFVec3f' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'HUD orientation update relative to original location' ;
  x3do:name 'orientation_changed' ;
  x3do:type 'SFRotation' .
:ExternProtoDeclare_2_3 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_3_1, :field_2_3_2, :field_2_3_3, :field_2_3_4, :field_2_3_5, :field_2_3_6, :field_2_3_7 ;
  x3do:name 'TextString' ;
  x3do:url '"TextStringPrototype.x3d#TextString" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/TextStringPrototype.x3d#TextString" "TextStringPrototype.wrl#TextString" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/TextStringPrototype.wrl#TextString"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'offset' ;
  x3do:type 'SFVec3f' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'string' ;
  x3do:type 'MFString' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'color' ;
  x3do:type 'SFColor' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'size' ;
  x3do:type 'SFFloat' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'justify' ;
  x3do:type 'MFString' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'style' ;
  x3do:type 'SFString' .
:field_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'family' ;
  x3do:type 'MFString' .
:Background_2_4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:backUrl '"urn:web3d:media:textures/panoramas/horizon_3_back.jpg" "horizon_3_back.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_back.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_back.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_back.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_back.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_back.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_back.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_back.jpg"' ;
  x3do:bottomUrl '"urn:web3d:media:textures/panoramas/horizon_3_bottom.jpg" "horizon_3_bottom.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_bottom.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_bottom.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_bottom.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_bottom.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_bottom.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_bottom.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_bottom.jpg"' ;
  x3do:frontUrl '"urn:web3d:media:textures/panoramas/horizon_3_front.jpg" "horizon_3_front.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_front.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_front.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_front.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_front.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_front.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_front.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_front.jpg"' ;
  x3do:groundAngle ( 1.309 1.5707 ) ;
  x3do:groundColor ( 0.1 0.1 0 0.4 0.25 0.2 0.6 0.6 0.6 ) ;
  x3do:leftUrl '"urn:web3d:media:textures/panoramas/horizon_3_left.jpg" "horizon_3_left.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_left.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_left.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_left.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_left.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_left.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_left.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_left.jpg"' ;
  x3do:rightUrl '"urn:web3d:media:textures/panoramas/horizon_3_right.jpg" "horizon_3_right.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_right.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_right.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_right.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_right.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_right.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_right.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_right.jpg"' ;
  x3do:skyAngle ( 1.309 1.5707 ) ;
  x3do:skyColor ( 0 0.5 1 0 0 1 0 0 1 ) ;
  x3do:topUrl '"urn:web3d:media:textures/panoramas/horizon_3_top.jpg" "horizon_3_top.jpg" "../../Basic/UniversalMediaPanoramas/horizon_3_top.jpg" "https://www.web3d.org/WorkingGroups/media/textures/panoramas/horizon_3_top.jpg" "https://www.web3d.org/x3d/content/examples/UniversalMediaPanoramas/horizon_3_top.jpg" "http://www.web3dmedia.com/UniversalMedia/textures/panoramas/horizon_3_top.jpg" "http://www.officetowers.com/UniversalMedia/textures/panoramas/horizon_3_top.jpg" "http://geometrek.com/UniversalMedia/textures/panoramas/horizon_3_top.jpg" "http://www.sc.ehu.es/ccwgamoa/UniversalMedia/textures/panoramas/horizon_3_top.jpg"' .
:Switch_2_5 a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HudContent ;
  x3do:whichChoice -1 .
:HudContent a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Switch_2_5 ;
  x3do:hasChildren :TopLabel, :BottomLabel, :TopLine, :BottomLine, :Transform_2_5_1_5 ;
  x3do:DEF 'HudContent' ;
  x3do:translation ( -0.5 -0.5 .1 ) .
:TopLabel a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :HudContent ;
  x3do:hasFieldValue :fieldValue_2_5_1_1_1, :fieldValue_2_5_1_1_2, :fieldValue_2_5_1_1_3, :fieldValue_2_5_1_1_4 ;
  x3do:DEF 'TopLabel' ;
  x3do:name 'TextString' .
:fieldValue_2_5_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLabel ;
  x3do:name 'offset' ;
  x3do:value ( -0.07 -0.2 0 ) .
:fieldValue_2_5_1_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLabel ;
  x3do:name 'string' ;
  x3do:value '"Position: "' .
:fieldValue_2_5_1_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLabel ;
  x3do:name 'color' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_5_1_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLabel ;
  x3do:name 'size' ;
  x3do:value .1 .
:BottomLabel a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :HudContent ;
  x3do:hasFieldValue :fieldValue_2_5_1_2_1, :fieldValue_2_5_1_2_2, :fieldValue_2_5_1_2_3, :fieldValue_2_5_1_2_4 ;
  x3do:DEF 'BottomLabel' ;
  x3do:name 'TextString' .
:fieldValue_2_5_1_2_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLabel ;
  x3do:name 'offset' ;
  x3do:value ( -0.13 -0.3 0 ) .
:fieldValue_2_5_1_2_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLabel ;
  x3do:name 'string' ;
  x3do:value '"Orientation: "' .
:fieldValue_2_5_1_2_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLabel ;
  x3do:name 'color' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_5_1_2_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLabel ;
  x3do:name 'size' ;
  x3do:value .1 .
:TopLine a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :HudContent ;
  x3do:hasFieldValue :fieldValue_2_5_1_3_1, :fieldValue_2_5_1_3_2, :fieldValue_2_5_1_3_3, :fieldValue_2_5_1_3_4 ;
  x3do:DEF 'TopLine' ;
  x3do:name 'TextString' .
:fieldValue_2_5_1_3_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLine ;
  x3do:name 'offset' ;
  x3do:value ( .5 -0.2 0 ) .
:fieldValue_2_5_1_3_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLine ;
  x3do:name 'string' ;
  x3do:value '""' .
:fieldValue_2_5_1_3_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLine ;
  x3do:name 'color' ;
  x3do:value ( 0 0 1 ) .
:fieldValue_2_5_1_3_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TopLine ;
  x3do:name 'size' ;
  x3do:value .1 .
:BottomLine a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :HudContent ;
  x3do:hasFieldValue :fieldValue_2_5_1_4_1, :fieldValue_2_5_1_4_2, :fieldValue_2_5_1_4_3, :fieldValue_2_5_1_4_4 ;
  x3do:DEF 'BottomLine' ;
  x3do:name 'TextString' .
:fieldValue_2_5_1_4_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLine ;
  x3do:name 'offset' ;
  x3do:value ( .5 -0.3 0 ) .
:fieldValue_2_5_1_4_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLine ;
  x3do:name 'string' ;
  x3do:value '"0 1 0 0"' .
:fieldValue_2_5_1_4_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLine ;
  x3do:name 'color' ;
  x3do:value ( 0.1 .7 0.1 ) .
:fieldValue_2_5_1_4_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BottomLine ;
  x3do:name 'size' ;
  x3do:value .1 .
:Transform_2_5_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :HudContent ;
  x3do:hasChildren :Shape_2_5_1_5_1 ;
  x3do:translation ( 0.27 -0.25 -0.1 ) .
:Shape_2_5_1_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_5 ;
  x3do:hasGeometry :Box_2_5_1_5_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_5_1_2 .
:Box_2_5_1_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_1_5_1 ;
  x3do:size ( 1.4 0.25 0.01 ) .
:Appearance_2_5_1_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_5_1 ;
  x3do:hasMaterial :Material_2_5_1_5_1_2_1 .
:Material_2_5_1_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_5_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) ;
  x3do:transparency 0.5 .
:HeadsUpDisplayInstance a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_6_1, :fieldValue_2_6_2 ;
  x3do:DEF 'HeadsUpDisplayInstance' ;
  x3do:name 'HeadsUpDisplay' .
:fieldValue_2_6_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :HeadsUpDisplayInstance ;
  x3do:name 'screenOffset' ;
  x3do:value ( 0.2 0.5 -2 ) .
:fieldValue_2_6_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :HeadsUpDisplayInstance ;
  x3do:hasChildren :HudContent-USE-1 ;
  x3do:name 'children' .
:HudContent-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :fieldValue_2_6_2 ;
  owl:sameAs :HudContent . # DEF matching this USE
:ConvertValueScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_7_1, :field_2_7_2, :field_2_7_3, :field_2_7_4 ;
  x3do:DEF 'ConvertValueScript' ;
  x3do:url '"HudKelpForestScriptConvert.js" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter14Prototypes/HudKelpForestScriptConvert.js"' .
:field_2_7_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConvertValueScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'sfVec3f' ;
  x3do:type 'SFVec3f' .
:field_2_7_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConvertValueScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'sfRotation' ;
  x3do:type 'SFRotation' .
:field_2_7_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConvertValueScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'sfVec3fString' ;
  x3do:type 'MFString' .
:field_2_7_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConvertValueScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'sfRotationString' ;
  x3do:type 'MFString' .
:ROUTE_2_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'position_changed' ;
  x3do:fromNode 'HeadsUpDisplayInstance' ;
  x3do:toField 'sfVec3f' ;
  x3do:toNode 'ConvertValueScript' .
:ROUTE_2_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'orientation_changed' ;
  x3do:fromNode 'HeadsUpDisplayInstance' ;
  x3do:toField 'sfRotation' ;
  x3do:toNode 'ConvertValueScript' .
:ROUTE_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'sfVec3fString' ;
  x3do:fromNode 'ConvertValueScript' ;
  x3do:toField 'string' ;
  x3do:toNode 'TopLine' .
:ROUTE_2_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'sfRotationString' ;
  x3do:fromNode 'ConvertValueScript' ;
  x3do:toField 'string' ;
  x3do:toNode 'BottomLine' .
:Inline_2_12 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:url '"../KelpForestExhibit/KelpForestMain.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.x3d" "../KelpForestExhibit//KelpForestMain.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.wrl"' .
