@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/AnimatedViewpointRecorderExample.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 'AnimatedViewpointRecorderExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Example authoring use of AnimatedViewpointRecorder prototype. Each tour recording output goes to the console, where it must be cut/pasted for further use. See AnimatedViewpointRecorderSample for sample output.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, Ken Curtin, Duane Davis, Christos Kalogrias' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '9 November 2003' ;
  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 'AnimatedViewpointRecorderPrototype.x3d' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'AnimatedViewpointRecorderSample.x3d' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'recording animated viewpoint tour' ;
  x3do:name 'subject' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/AnimatedViewpointRecorderExample.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 "AnimatedViewpointRecorderExample.x3d" .
:meta dcterms:description "Example authoring use of AnimatedViewpointRecorder prototype. Each tour recording output goes to the console, where it must be cut/pasted for further use. See AnimatedViewpointRecorderSample for sample output." .
:meta dcterms:creator "Don Brutzman, Ken Curtin, Duane Davis, Christos Kalogrias" .
:meta dcterms:created "9 November 2003" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:reference "AnimatedViewpointRecorderPrototype.x3d" .
:meta dcterms:reference "AnimatedViewpointRecorderSample.x3d" .
:meta dcterms:subject "recording animated viewpoint tour" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/AnimatedViewpointRecorderExample.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, :HelloWorld, :AnimatedViewpointRecorderTest, :RecordingControls ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'AnimatedViewpointRecorderExample.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, :field_2_2_5, :field_2_2_6 ;
  x3do:appinfo 'AnimatedViewpointRecorder captures view position and orientation tour to create a guided tour animation. The recording output goes to the browser console where the .x3d (or .x3dv) output can be cut/pasted for further use.' ;
  x3do:name 'AnimatedViewpointRecorder' ;
  x3do:url '"AnimatedViewpointRecorderPrototype.x3d#AnimatedViewpointRecorder" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/AnimatedViewpointRecorderPrototype.x3d#AnimatedViewpointRecorder" "AnimatedViewpointRecorderPrototype.wrl#AnimatedViewpointRecorder" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/AnimatedViewpointRecorderPrototype.wrl#AnimatedViewpointRecorder"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Set start=true to commence recording viewpoint position/orientation.' ;
  x3do:name 'start' ;
  x3do:type 'SFBool' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'Set stop=true to finish recording viewpoint position/orientation. Resulting VRML is added to scene resulting X3D and VRML is output to console.' ;
  x3do:name 'stop' ;
  x3do:type 'SFBool' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default 0.1 seconds' ;
  x3do:name 'samplingInterval' ;
  x3do:type 'SFTime' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'whether to output .x3d syntax on browser console' ;
  x3do:name 'outputX3D' ;
  x3do:type 'SFBool' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'whether to output .x3d syntax on browser console' ;
  x3do:name 'outputClassicVRML' ;
  x3do:type 'SFBool' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'TODO not yet implemented' ;
  x3do:name 'filterDeadTime' ;
  x3do:type 'SFBool' .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Entry view: start/stop recording' .
:HelloWorld a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'HelloWorld' ;
  x3do:url '"../../../HelloWorld.x3d" "https://www.web3d.org/x3d/content/examples/Basic/HelloWorld.x3d" "../../../HelloWorld.wrl" "https://www.web3d.org/x3d/content/examples/Basic/HelloWorld.wrl"' .
:AnimatedViewpointRecorderTest a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:DEF 'AnimatedViewpointRecorderTest' ;
  x3do:name 'AnimatedViewpointRecorder' .
:RecordingControls a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_6_1, :Transform_2_6_2 ;
  x3do:DEF 'RecordingControls' .
:Transform_2_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RecordingControls ;
  x3do:hasChildren :Shape_2_6_1_1, :TransparentBox, :StartTouch ;
  x3do:hasROUTE :ROUTE_2_6_1_4 ;
  x3do:translation ( -3 0 0 ) .
:Shape_2_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:hasGeometry :Text_2_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_1_2 .
:Text_2_6_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasFontStyle :CenterJustify ;
  x3do:string '"Touch text to start" "recording new" "view animation"' .
:CenterJustify a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_1_1 ;
  x3do:DEF 'CenterJustify' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.5 .
:Appearance_2_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasMaterial :Material_2_6_1_1_2_1 .
:Material_2_6_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_1_2 ;
  x3do:diffuseColor ( 0.2 0.8 0.2 ) ;
  x3do:transparency 0.5 .
:TransparentBox a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:hasGeometry :Box_2_6_1_2_1 ;
  x3do:hasAppearance :Appearance_2_6_1_2_2 ;
  x3do:DEF 'TransparentBox' .
:Box_2_6_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :TransparentBox ;
  x3do:size ( 3 1.75 0.01 ) .
:Appearance_2_6_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :TransparentBox ;
  x3do:hasMaterial :Material_2_6_1_2_2_1 .
:Material_2_6_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_2_2 ;
  x3do:transparency 1 .
:StartTouch a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:DEF 'StartTouch' ;
  x3do:description 'touch to start recording' .
:ROUTE_2_6_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'StartTouch' ;
  x3do:toField 'start' ;
  x3do:toNode 'AnimatedViewpointRecorderTest' .
:Transform_2_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :RecordingControls ;
  x3do:hasChildren :Shape_2_6_2_1, :TransparentBox-USE-1, :StopTouch ;
  x3do:hasROUTE :ROUTE_2_6_2_4 ;
  x3do:translation ( 3 0 0 ) .
:Shape_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:hasGeometry :Text_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_6_2_1_2 .
:Text_2_6_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasFontStyle :CenterJustify-USE-1 ;
  x3do:string '"Touch to stop" "recording new" "view animation"' .
:CenterJustify-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_2_1_1 ;
  owl:sameAs :CenterJustify . # DEF matching this USE
:Appearance_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasMaterial :Material_2_6_2_1_2_1 .
:Material_2_6_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_1_2 ;
  x3do:diffuseColor ( 0.8 0.2 0.2 ) ;
  x3do:transparency 0.5 .
:TransparentBox-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_2 ;
  owl:sameAs :TransparentBox . # DEF matching this USE
:StopTouch a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:DEF 'StopTouch' ;
  x3do:description 'touch to stop recording' .
:ROUTE_2_6_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'StopTouch' ;
  x3do:toField 'stop' ;
  x3do:toNode 'AnimatedViewpointRecorderTest' .
