@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderExample.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 'SliderExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Mike Hunsberger' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '12 February 2001' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This example uses an external proto SliderProto to generate a slider that produces integer values.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'needs troubleshooting.' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderExample.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 "SliderExample.x3d" .
:meta dcterms:creator "Mike Hunsberger" .
:meta dcterms:created "12 February 2001" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:description "This example uses an external proto SliderProto to generate a slider that produces integer values." .
:meta dcterms:warning "needs troubleshooting." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderExample.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_5, :Transform_2_6, :Transform_2_7, :Converter, :Scaler ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4 ;
  x3do:hasROUTE :ROUTE_2_10, :ROUTE_2_11, :ROUTE_2_12 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SliderExample.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, :field_2_2_7, :field_2_2_8, :field_2_2_9 ;
  x3do:name 'Slider' ;
  x3do:url '"SliderPrototype.x3d#Slider" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.x3d#Slider" "SliderPrototype.wrl#Slider" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.wrl#Slider"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'height' ;
  x3do:type 'SFFloat' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'min' ;
  x3do:type 'SFInt32' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'max' ;
  x3do:type 'SFInt32' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'value' ;
  x3do:type 'SFInt32' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_min' ;
  x3do:type 'SFInt32' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_max' ;
  x3do:type 'SFInt32' .
:field_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFInt32' .
:field_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFInt32' .
: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, :field_2_3_8, :field_2_3_9, :field_2_3_10 ;
  x3do:name 'ScaledSFFloat' ;
  x3do:url '"SliderPrototype.x3d#ScaledSFFloat" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.x3d#ScaledSFFloat" "SliderPrototype.wrl#ScaledSFFloat" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.wrl#ScaledSFFloat"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMin' ;
  x3do:type 'SFFloat' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'oldMax' ;
  x3do:type 'SFFloat' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMin' ;
  x3do:type 'SFFloat' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'newMax' ;
  x3do:type 'SFFloat' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMin' ;
  x3do:type 'SFFloat' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_oldMax' ;
  x3do:type 'SFFloat' .
:field_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMin' ;
  x3do:type 'SFFloat' .
:field_2_3_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_newMax' ;
  x3do:type 'SFFloat' .
:field_2_3_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'SFFloat' .
:field_2_3_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'value_changed' ;
  x3do:type 'SFFloat' .
:ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_4_1, :field_2_4_2, :field_2_4_3, :field_2_4_4, :field_2_4_5, :field_2_4_6, :field_2_4_7, :field_2_4_8, :field_2_4_9 ;
  x3do:name 'SingleTypeConversion' ;
  x3do:url '"SliderPrototype.x3d#SingleTypeConversion" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.x3d#SingleTypeConversion" "SliderPrototype.wrl#SingleTypeConversion" "https://www.web3d.org/x3d/content/examples/Savage/Tools/ExerciseClock/SliderPrototype.wrl#SingleTypeConversion"' .
:field_2_4_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFBoolValue' ;
  x3do:type 'SFBool' .
:field_2_4_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFFloatValue' ;
  x3do:type 'SFFloat' .
:field_2_4_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFInt32Value' ;
  x3do:type 'SFInt32' .
:field_2_4_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'SFStringValue' ;
  x3do:type 'SFString' .
:field_2_4_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFBoolResult' ;
  x3do:type 'SFBool' .
:field_2_4_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFFloatResult' ;
  x3do:type 'SFFloat' .
:field_2_4_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFInt32Result' ;
  x3do:type 'SFInt32' .
:field_2_4_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'SFStringResult' ;
  x3do:type 'SFString' .
:field_2_4_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'MFStringResult' ;
  x3do:type 'MFString' .
:Viewpoint_2_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Slider Example' .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Slider ;
  x3do:rotation ( 0 0 1 -1.57079 ) .
:Slider a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasFieldValue :fieldValue_2_6_1_1, :fieldValue_2_6_1_2, :fieldValue_2_6_1_3, :fieldValue_2_6_1_4, :fieldValue_2_6_1_5 ;
  x3do:DEF 'Slider' ;
  x3do:name 'Slider' .
:fieldValue_2_6_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Slider ;
  x3do:name 'min' ;
  x3do:value 0 .
:fieldValue_2_6_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Slider ;
  x3do:name 'max' ;
  x3do:value 24 .
:fieldValue_2_6_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Slider ;
  x3do:name 'height' ;
  x3do:value 5 .
:fieldValue_2_6_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Slider ;
  x3do:name 'radius' ;
  x3do:value 0.1 .
:fieldValue_2_6_1_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Slider ;
  x3do:name 'value' ;
  x3do:value 12 .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1 ;
  x3do:translation ( 4 2 0 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasGeometry :VALUE_TEXT .
:VALUE_TEXT a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:DEF 'VALUE_TEXT' ;
  x3do:string '"Value"' .
:Converter a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Converter' ;
  x3do:name 'SingleTypeConversion' .
:Scaler a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_9_1, :fieldValue_2_9_2, :fieldValue_2_9_3, :fieldValue_2_9_4 ;
  x3do:DEF 'Scaler' ;
  x3do:name 'ScaledSFFloat' .
:fieldValue_2_9_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Scaler ;
  x3do:name 'oldMin' ;
  x3do:value 0 .
:fieldValue_2_9_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Scaler ;
  x3do:name 'oldMax' ;
  x3do:value 24 .
:fieldValue_2_9_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Scaler ;
  x3do:name 'newMin' ;
  x3do:value 0 .
:fieldValue_2_9_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Scaler ;
  x3do:name 'newMax' ;
  x3do:value 1 .
:ROUTE_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'Slider' ;
  x3do:toField 'SFInt32Value' ;
  x3do:toNode 'Converter' .
:ROUTE_2_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'SFFloatResult' ;
  x3do:fromNode 'Converter' ;
  x3do:toField 'set_value' ;
  x3do:toNode 'Scaler' .
:ROUTE_2_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'MFStringResult' ;
  x3do:fromNode 'Converter' ;
  x3do:toField 'set_string' ;
  x3do:toNode 'VALUE_TEXT' .
