@prefix :        <https://www.web3d.org/x3d/content/examples/ConformanceNist/Interpolators/NormalInterpolator/value_changed.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_12, :meta_1_13, :meta_1_14, :meta_1_15, :meta_1_16, :meta_1_17, :meta_1_18, :meta_1_19 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'value_changed.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'value_changed-movie.mpg' ;
  x3do:name 'MovingImage' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.nist.gov/vrml.html' ;
  x3do:name 'reference' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.itl.nist.gov/div897/ctg/vrml/vrml.html' ;
  x3do:name 'reference' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.itl.nist.gov/div897/ctg/vrml/members.html' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology (NIST). This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified.' ;
  x3do:name 'disclaimer' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d' ;
  x3do:name 'info' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Michael Kass NIST' ;
  x3do:name 'creator' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '21 January 2001' ;
  x3do:name 'translated' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 August 2023' ;
  x3do:name 'modified' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'test fails, no geometry produced' ;
  x3do:name 'error' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Test of a NormalInterpolators ability to load the correct keyValue into its "value_changed" field prior to receiving any events.Two NormalInterpolator node are associated with two seperate Box geometry. The NormalInterpolator associated with the Box on the left has a keyValue of 0 0 1, while the NormalInterpolator associated with the right Box has the default of no keyValues, or [ ]. As a result, the NormalInterpolator on the left should initialize its "value_changed" field to the value of its first keyValue, or 0 0 1. Because no keyValues are provided to the right NormalInterpolator, it should initialize its "value_changed" field to the MFVec3f default value of []. A Script node reads this value for each NormalInterpolator, and will illuminate the left associated Box by a value equal to its initially read "value_changed" MFVec3f normal value. The right Box will also illuminate, but only if [] is found as its initial value_changed MFVec3f object. When the pointing device passes over the left Box, it should generate a normal at each vertex of 0 0 1 (an fully illuminate the Box) each time it is indicated, then return to its original un-illuminated appearance when the Box is no longer indicated. When the pointing device passes over the right Box, it should NOT illuminate, since no default values are provided as its initial "value_changed" field.' ;
  x3do:name 'description' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/ConformanceNist/Interpolators/NormalInterpolator/value_changed.x3d' ;
  x3do:name 'identifier' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html' ;
  x3do:name 'generator' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "value_changed.x3d" .
:meta dcterms:MovingImage "value_changed-movie.mpg" .
:meta dcterms:reference "http://www.nist.gov/vrml.html" .
:meta dcterms:reference "http://www.itl.nist.gov/div897/ctg/vrml/vrml.html" .
:meta dcterms:creator "http://www.itl.nist.gov/div897/ctg/vrml/members.html" .
:meta dcterms:reference "Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml" .
:meta dcterms:reference "Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml" .
:meta dcterms:info "Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d" .
:meta dcterms:creator "Michael Kass NIST" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:translated "21 January 2001" .
:meta dcterms:modified "28 August 2023" .
:meta dcterms:error "test fails, no geometry produced" .
:meta dcterms:description "Test of a NormalInterpolators ability to load the correct keyValue into its \"value_changed\" field prior to receiving any events.Two NormalInterpolator node are associated with two seperate Box geometry. The NormalInterpolator associated with the Box on the left has a keyValue of 0 0 1, while the NormalInterpolator associated with the right Box has the default of no keyValues, or [ ]. As a result, the NormalInterpolator on the left should initialize its \"value_changed\" field to the value of its first keyValue, or 0 0 1. Because no keyValues are provided to the right NormalInterpolator, it should initialize its \"value_changed\" field to the MFVec3f default value of []. A Script node reads this value for each NormalInterpolator, and will illuminate the left associated Box by a value equal to its initially read \"value_changed\" MFVec3f normal value. The right Box will also illuminate, but only if [] is found as its initial value_changed MFVec3f object. When the pointing device passes over the left Box, it should generate a normal at each vertex of 0 0 1 (an fully illuminate the Box) each time it is indicated, then return to its original un-illuminated appearance when the Box is no longer indicated. When the pointing device passes over the right Box, it should NOT illuminate, since no default values are provided as its initial \"value_changed\" field." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/ConformanceNist/Interpolators/NormalInterpolator/value_changed.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
:meta dcterms:generator "X3D-Edit 4.0, 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_2, :NORMAL_INTERP1, :NORMAL_INTERP2, :Transform_2_5, :Transform_2_6, :NORMALIZEIT ;
  x3do:hasROUTE :ROUTE_2_8, :ROUTE_2_9 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'value_changed.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0 0 0 ) ;
  x3do:skyColor ( 0.2 0.2 0.2 ) .
:NORMAL_INTERP1 a owl:NamedIndividual, x3do:NormalInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'NORMAL_INTERP1' ;
  x3do:key ( 0 1 ) ;
  x3do:keyValue ( 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 ) .
:NORMAL_INTERP2 a owl:NamedIndividual, x3do:NormalInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'NORMAL_INTERP2' .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TRANS1 ;
  x3do:translation ( -3 0 0 ) .
:TRANS1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :TS1, :Shape_2_5_1_2 ;
  x3do:DEF 'TRANS1' .
:TS1 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :TRANS1 ;
  x3do:DEF 'TS1' ;
  x3do:description 'touch to activate' .
:Shape_2_5_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TRANS1 ;
  x3do:hasAppearance :Appearance_2_5_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_2_2 .
:Appearance_2_5_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:hasMaterial :Material_2_5_1_2_1_1 .
:Material_2_5_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_2_1 .
:IndexedFaceSet_2_5_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:hasNormal :NORMAL1 .
:NORMAL1 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :IndexedFaceSet_2_5_1_2_2 ;
  x3do:DEF 'NORMAL1' .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TRANS2 ;
  x3do:translation ( 3 0 0 ) .
:TRANS2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasChildren :TS2, :Shape_2_6_1_2 ;
  x3do:DEF 'TRANS2' .
:TS2 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :TRANS2 ;
  x3do:DEF 'TS2' ;
  x3do:description 'touch to activate' .
:Shape_2_6_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TRANS2 ;
  x3do:hasAppearance :Appearance_2_6_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_6_1_2_2 .
:Appearance_2_6_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_2 ;
  x3do:hasMaterial :Material_2_6_1_2_1_1 .
:Material_2_6_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_2_1 .
:IndexedFaceSet_2_6_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_6_1_2 ;
  x3do:hasNormal :NORMAL2 .
:NORMAL2 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :IndexedFaceSet_2_6_1_2_2 ;
  x3do:DEF 'NORMAL2' .
:NORMALIZEIT 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, :field_2_7_5, :field_2_7_6, :field_2_7_7, :field_2_7_8 ;
  x3do:DEF 'NORMALIZEIT' ;
  x3do:directOutput true ;
  x3do:url '"value_changed.js" "https://www.web3d.org/x3d/content/examples/ConformanceNist/Interpolators/NormalInterpolator/value_changed.js"' .
:field_2_7_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:hasChildren :NORMAL_INTERP1-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'nodein1' ;
  x3do:type 'SFNode' .
:NORMAL_INTERP1-USE-1 a owl:NamedIndividual, x3do:NormalInterpolator ;
  x3do:hasParent :field_2_7_1 ;
  owl:sameAs :NORMAL_INTERP1 . # DEF matching this USE
:field_2_7_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:hasChildren :NORMAL_INTERP2-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'nodein2' ;
  x3do:type 'SFNode' .
:NORMAL_INTERP2-USE-1 a owl:NamedIndividual, x3do:NormalInterpolator ;
  x3do:hasParent :field_2_7_2 ;
  owl:sameAs :NORMAL_INTERP2 . # DEF matching this USE
:field_2_7_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:hasNormal :NORMAL1-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'nodeout1' ;
  x3do:type 'SFNode' .
:NORMAL1-USE-1 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :field_2_7_3 ;
  owl:sameAs :NORMAL1 . # DEF matching this USE
:field_2_7_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:hasNormal :NORMAL2-USE-1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'nodeout2' ;
  x3do:type 'SFNode' .
:NORMAL2-USE-1 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :field_2_7_4 ;
  owl:sameAs :NORMAL2 . # DEF matching this USE
:field_2_7_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'isOver1' ;
  x3do:type 'SFBool' .
:field_2_7_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'isOver2' ;
  x3do:type 'SFBool' .
:field_2_7_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'vector' ;
  x3do:type 'SFVec3f' .
:field_2_7_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NORMALIZEIT ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'reset' ;
  x3do:type 'MFVec3f' ;
  x3do:value ( 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 ) .
:ROUTE_2_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'TS1' ;
  x3do:toField 'isOver1' ;
  x3do:toNode 'NORMALIZEIT' .
:ROUTE_2_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'TS2' ;
  x3do:toField 'isOver2' ;
  x3do:toNode 'NORMALIZEIT' .
