@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/SliderIntegerExample.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 'SliderIntegerExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This is an example of the SliderInteger prototype, showing a slider bar starting at 12 and ranging from 0 to 24.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Jane Wu' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '19 September 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 'slider example' ;
  x3do:name 'subject' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/SliderIntegerExample.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 "SliderIntegerExample.x3d" .
:meta dcterms:description "This is an example of the SliderInteger prototype, showing a slider bar starting at 12 and ranging from 0 to 24." .
:meta dcterms:creator "Jane Wu" .
:meta dcterms:created "19 September 2001" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:subject "slider example" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/SliderIntegerExample.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_4, :Billboard_2_5, :IntegerConverter ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3 ;
  x3do:hasROUTE :ROUTE_2_7, :ROUTE_2_8 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SliderIntegerExample.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, :field_2_2_10, :field_2_2_11, :field_2_2_12, :field_2_2_13, :field_2_2_14, :field_2_2_15 ;
  x3do:appinfo 'Slider user-interface widget that produces integer output values' ;
  x3do:name 'SliderInteger' ;
  x3do:url '"../../../Savage/Tools/Animation/SliderIntegerPrototype.x3d#SliderInteger" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/SliderIntegerPrototype.x3d#SliderInteger" "../../../Savage/Tools/Animation/SliderIntegerPrototype.wrl#SliderInteger" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Animation/SliderIntegerPrototype.wrl#SliderInteger"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 1.0' ;
  x3do:name 'height' ;
  x3do:type 'SFFloat' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 0.1' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value .8 .4 .8' ;
  x3do:name 'sliderBarColor' ;
  x3do:type 'SFColor' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value .3 .4 .8' ;
  x3do:name 'sliderBallColor' ;
  x3do:type 'SFColor' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value .2 .3 .9' ;
  x3do:name 'sliderEndColor' ;
  x3do:type 'SFColor' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 0' ;
  x3do:name 'min' ;
  x3do:type 'SFInt32' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 10' ;
  x3do:name 'max' ;
  x3do:type 'SFInt32' .
:field_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 0' ;
  x3do:name 'value' ;
  x3do:type 'SFInt32' .
:field_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'set minimum value for slider bar' ;
  x3do:name 'setMin' ;
  x3do:type 'SFInt32' .
:field_2_2_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'set maximum value for slider bar' ;
  x3do:name 'setMax' ;
  x3do:type 'SFInt32' .
:field_2_2_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'set value for slider bar' ;
  x3do:name 'setValue' ;
  x3do:type 'SFInt32' .
:field_2_2_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'output value for slider bar' ;
  x3do:name 'valueChanged' ;
  x3do:type 'SFInt32' .
:field_2_2_13 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'default value 0.02' ;
  x3do:name 'barRadius' ;
  x3do:type 'SFFloat' .
:field_2_2_14 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Enable/disable console output for troubleshooting' ;
  x3do:name 'traceEnabled' ;
  x3do:type 'SFBool' .
:field_2_2_15 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Allowed values: vertical, horizontal' ;
  x3do:name 'layoutDirection' ;
  x3do:type 'SFString' .
: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, :field_2_3_11, :field_2_3_12 ;
  x3do:appinfo 'SingleTypeConversion converts from a single typed value to various other types of values' ;
  x3do:name 'SingleTypeConversion' ;
  x3do:url '"../../../Savage/Tools/Authoring/SingleTypeConversionPrototype.x3d#SingleTypeConversion" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/SingleTypeConversionPrototype.x3d#SingleTypeConversion" "../../../Savage/Tools/Authoring/SingleTypeConversionPrototype.wrl#SingleTypeConversion" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/SingleTypeConversionPrototype.wrl#SingleTypeConversion"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'decimalPlaces is the number of significant digits after the decimal point, use -1 to indicate no round off' ;
  x3do:name 'decimalPlaces' ;
  x3do:type 'SFInt32' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'setDecimalPlaces' ;
  x3do:type 'SFInt32' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'BooleanValue' ;
  x3do:type 'SFBool' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'FloatValue' ;
  x3do:type 'SFFloat' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'IntegerValue' ;
  x3do:type 'SFInt32' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'TimeValue' ;
  x3do:type 'SFTime' .
:field_2_3_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'BooleanResult' ;
  x3do:type 'SFBool' .
:field_2_3_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'FloatResult' ;
  x3do:type 'SFFloat' .
:field_2_3_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'IntegerResult' ;
  x3do:type 'SFInt32' .
:field_2_3_10 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'TimeResult' ;
  x3do:type 'SFTime' .
:field_2_3_11 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'StringResult' ;
  x3do:type 'SFString' .
:field_2_3_12 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'StringsResult' ;
  x3do:type 'MFString' .
:Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Drag slider ball to change values' ;
  x3do:position ( 0 1 9 ) .
:Billboard_2_5 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_5_1, :Transform_2_5_2, :Transform_2_5_3 ;
  x3do:axisOfRotation ( 0 0 0 ) .
:Transform_2_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Billboard_2_5 ;
  x3do:hasChildren :Shape_2_5_1_1 ;
  x3do:translation ( 0 2 0 ) .
:Shape_2_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1 ;
  x3do:hasAppearance :Appearance_2_5_1_1_1 ;
  x3do:hasGeometry :Text_2_5_1_1_2 .
:Appearance_2_5_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasMaterial :Material_2_5_1_1_1_1 .
:Material_2_5_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_1 ;
  x3do:diffuseColor ( 0 1 1 ) .
:Text_2_5_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasFontStyle :FontStyle_2_5_1_1_2_1 ;
  x3do:string '"Drag slider ball" "to change values," "select end stops to" "increment/decrement"' .
:FontStyle_2_5_1_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_1_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Transform_2_5_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Billboard_2_5 ;
  x3do:hasChildren :Shape_2_5_2_1 ;
  x3do:translation ( -0.4 -1.2 0 ) .
:Shape_2_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_2 ;
  x3do:hasAppearance :Appearance_2_5_2_1_1 ;
  x3do:hasGeometry :ResultString .
:Appearance_2_5_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_2_1 ;
  x3do:hasMaterial :Material_2_5_2_1_1_1 .
:Material_2_5_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2_1_1 .
:ResultString a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_2_1 ;
  x3do:DEF 'ResultString' .
:Transform_2_5_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Billboard_2_5 ;
  x3do:hasChildren :SliderExample ;
  x3do:translation ( 0 -2 0 ) .
:SliderExample a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Transform_2_5_3 ;
  x3do:hasFieldValue :fieldValue_2_5_3_1_1, :fieldValue_2_5_3_1_2, :fieldValue_2_5_3_1_3, :fieldValue_2_5_3_1_4, :fieldValue_2_5_3_1_5, :fieldValue_2_5_3_1_6, :fieldValue_2_5_3_1_7, :fieldValue_2_5_3_1_8, :fieldValue_2_5_3_1_9, :fieldValue_2_5_3_1_10 ;
  x3do:DEF 'SliderExample' ;
  x3do:name 'SliderInteger' .
:fieldValue_2_5_3_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'layoutDirection' ;
  x3do:value 'horizontal' .
:fieldValue_2_5_3_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'height' ;
  x3do:value 5 .
:fieldValue_2_5_3_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'radius' ;
  x3do:value 0.1 .
:fieldValue_2_5_3_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'min' ;
  x3do:value 0 .
:fieldValue_2_5_3_1_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'max' ;
  x3do:value 24 .
:fieldValue_2_5_3_1_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'value' ;
  x3do:value 12 .
:fieldValue_2_5_3_1_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'sliderBarColor' ;
  x3do:value ( 0.8 0.4 0.8 ) .
:fieldValue_2_5_3_1_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'sliderBallColor' ;
  x3do:value ( 0.3 0.4 0.8 ) .
:fieldValue_2_5_3_1_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'sliderEndColor' ;
  x3do:value ( 0.2 0.3 0.9 ) .
:fieldValue_2_5_3_1_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :SliderExample ;
  x3do:name 'traceEnabled' ;
  x3do:value true .
:IntegerConverter a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:DEF 'IntegerConverter' ;
  x3do:name 'SingleTypeConversion' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'valueChanged' ;
  x3do:fromNode 'SliderExample' ;
  x3do:toField 'IntegerValue' ;
  x3do:toNode 'IntegerConverter' .
:ROUTE_2_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'StringsResult' ;
  x3do:fromNode 'IntegerConverter' ;
  x3do:toField 'set_string' ;
  x3do:toNode 'ResultString' .
