@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointPrototype.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_10, :meta_1_11 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'HiddenViewpointPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototype to produce hidden viewpoints that becomes active (binds) upon pointer selection to reveal an interesting view, with an optionally label. Especially cool is deselecting: the user returns to wherever the previous viewpoint was. Numerous HiddenViewpoints can be used without cluttering up the browser&apos;s viewpoint description list.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 May 2001' ;
  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 'HiddenViewpointTest-WaypointInterpolator.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointTest-WaypointInterpolator.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'WaypointInterpolatorExample.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointPrototype.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 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_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "HiddenViewpointPrototype.x3d" .
:meta dcterms:description "Prototype to produce hidden viewpoints that becomes active (binds) upon pointer selection to reveal an interesting view, with an optionally label. Especially cool is deselecting: the user returns to wherever the previous viewpoint was. Numerous HiddenViewpoints can be used without cluttering up the browser's viewpoint description list." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "1 May 2001" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:Image "HiddenViewpointTest-WaypointInterpolator.png" .
:meta dcterms:Image "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointTest-WaypointInterpolator.png" .
:meta dcterms:reference "WaypointInterpolatorExample.x3d" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/HiddenViewpointPrototype.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, :Viewpoint_2_3, :Anchor_2_4 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'HiddenViewpointPrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:appinfo 'Hidden viewpoint becomes active (binds) upon pointer selection to reveal an interesting view with an optionally label' ;
  x3do:name 'HiddenViewpoint' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6, :field_2_2_1_7, :field_2_2_1_8 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'position' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'rotation' ;
  x3do:type 'SFRotation' ;
  x3do:value ( 0 1 0 0 ) .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'sensorRadius' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'activate' ;
  x3do:type 'SFBool' .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'label' ;
  x3do:type 'MFString' .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'labelOffset' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 -1 0 ) .
:field_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'labelFontSize' ;
  x3do:type 'SFFloat' ;
  x3do:value 1 .
:field_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'labelColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0.8 0.8 0.8 ) .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :LocationTransform ;
  x3do:hasROUTE :ROUTE_2_2_2_2 .
:LocationTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasIS :IS_2_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_2_1_2, :InvisibleTouchSensorNoDescription, :HiddenViewpointTransform, :LabelTextLOD ;
  x3do:DEF 'LocationTransform' .
:IS_2_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :LocationTransform ;
  x3do:hasConnect :connect_2_2_2_1_1_1, :connect_2_2_2_1_1_2, :connect_2_2_2_1_1_3 .
:connect_2_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'position' .
:connect_2_2_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'center' ;
  x3do:protoField 'position' .
:connect_2_2_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'rotation' ;
  x3do:protoField 'rotation' .
:Shape_2_2_2_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LocationTransform ;
  x3do:hasGeometry :TransparentSphere ;
  x3do:hasAppearance :Appearance_2_2_2_1_2_2 .
:TransparentSphere a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_2_2_1_2 ;
  x3do:hasIS :IS_2_2_2_1_2_1_1 ;
  x3do:DEF 'TransparentSphere' .
:IS_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :TransparentSphere ;
  x3do:hasConnect :connect_2_2_2_1_2_1_1_1 .
:connect_2_2_2_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1 ;
  x3do:nodeField 'radius' ;
  x3do:protoField 'sensorRadius' .
:Appearance_2_2_2_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_2 ;
  x3do:hasMaterial :Material_2_2_2_1_2_2_1 .
:Material_2_2_2_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2_2 ;
  x3do:transparency 1 .
:InvisibleTouchSensorNoDescription a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :LocationTransform ;
  x3do:DEF 'InvisibleTouchSensorNoDescription' .
:HiddenViewpointTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :LocationTransform ;
  x3do:hasIS :IS_2_2_2_1_4_1 ;
  x3do:hasChildren :HiddenViewNoDescription ;
  x3do:DEF 'HiddenViewpointTransform' .
:IS_2_2_2_1_4_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :HiddenViewpointTransform ;
  x3do:hasConnect :connect_2_2_2_1_4_1_1 .
:connect_2_2_2_1_4_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_4_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'labelOffset' .
:HiddenViewNoDescription a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :HiddenViewpointTransform ;
  x3do:hasIS :IS_2_2_2_1_4_2_1 ;
  x3do:DEF 'HiddenViewNoDescription' ;
  x3do:position ( 0 0 4 ) .
:IS_2_2_2_1_4_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :HiddenViewNoDescription ;
  x3do:hasConnect :connect_2_2_2_1_4_2_1_1 .
:connect_2_2_2_1_4_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_4_2_1 ;
  x3do:nodeField 'set_bind' ;
  x3do:protoField 'activate' .
:LabelTextLOD a owl:NamedIndividual, x3do:LOD ;
  x3do:hasParent :LocationTransform ;
  x3do:hasChildren :Group_2_2_2_1_5_1, :WorldInfo_2_2_2_1_5_2 ;
  x3do:DEF 'LabelTextLOD' ;
  x3do:range ( 8 ) .
:Group_2_2_2_1_5_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :LabelTextLOD ;
  x3do:hasChildren :LabelTransform .
:LabelTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_2_1_5_1 ;
  x3do:hasIS :IS_2_2_2_1_5_1_1_1 ;
  x3do:hasChildren :Shape_2_2_2_1_5_1_1_2 ;
  x3do:DEF 'LabelTransform' .
:IS_2_2_2_1_5_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :LabelTransform ;
  x3do:hasConnect :connect_2_2_2_1_5_1_1_1_1 .
:connect_2_2_2_1_5_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_5_1_1_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'labelOffset' .
:Shape_2_2_2_1_5_1_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LabelTransform ;
  x3do:hasGeometry :LabelText ;
  x3do:hasAppearance :Appearance_2_2_2_1_5_1_1_2_2 .
:LabelText a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_2_2_1_5_1_1_2 ;
  x3do:hasIS :IS_2_2_2_1_5_1_1_2_1_1 ;
  x3do:hasFontStyle :LabelFontStyle ;
  x3do:DEF 'LabelText' .
:IS_2_2_2_1_5_1_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :LabelText ;
  x3do:hasConnect :connect_2_2_2_1_5_1_1_2_1_1_1 .
:connect_2_2_2_1_5_1_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_5_1_1_2_1_1 ;
  x3do:nodeField 'string' ;
  x3do:protoField 'label' .
:LabelFontStyle a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :LabelText ;
  x3do:hasIS :IS_2_2_2_1_5_1_1_2_1_2_1 ;
  x3do:DEF 'LabelFontStyle' ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:IS_2_2_2_1_5_1_1_2_1_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :LabelFontStyle ;
  x3do:hasConnect :connect_2_2_2_1_5_1_1_2_1_2_1_1 .
:connect_2_2_2_1_5_1_1_2_1_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_5_1_1_2_1_2_1 ;
  x3do:nodeField 'size' ;
  x3do:protoField 'labelFontSize' .
:Appearance_2_2_2_1_5_1_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_5_1_1_2 ;
  x3do:hasMaterial :TextMaterial .
:TextMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_5_1_1_2_2 ;
  x3do:hasIS :IS_2_2_2_1_5_1_1_2_2_1_1 ;
  x3do:DEF 'TextMaterial' ;
  x3do:diffuseColor ( 0 0 0 ) .
:IS_2_2_2_1_5_1_1_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :TextMaterial ;
  x3do:hasConnect :connect_2_2_2_1_5_1_1_2_2_1_1_1 .
:connect_2_2_2_1_5_1_1_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_5_1_1_2_2_1_1 ;
  x3do:nodeField 'emissiveColor' ;
  x3do:protoField 'labelColor' .
:WorldInfo_2_2_2_1_5_2 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :LabelTextLOD ;
  x3do:info '"null node"' .
:ROUTE_2_2_2_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'InvisibleTouchSensorNoDescription' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'HiddenViewNoDescription' .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'HiddenViewpoint launch' ;
  x3do:position ( 0 0 12 ) .
:Anchor_2_4 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:description 'WaypointInterpolator example' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"WaypointInterpolatorExample.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorExample.x3d" "WaypointInterpolatorExample.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/WaypointInterpolatorExample.wrl"' .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_4 ;
  x3do:hasGeometry :Text_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Text_2_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1_1 ;
  x3do:string '"Click on this text to see" "HiddenViewpoint example use" "" "then click beneath origin axes" "in WaypointInterpolator" "example scene"' .
:FontStyle_2_4_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_4_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_2_1 .
:Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:diffuseColor ( 1 1 0.2 ) .
