@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/ScriptNodeEventOutControl_Java.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_20, :meta_1_21, :meta_1_22, :meta_1_23, :meta_1_24, :meta_1_25, :meta_1_26 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptNodeEventOutControl_Java.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Script node interface between VRML and Java: this conformance example tests event-based VRML-Java functionality.' ;
  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 'VRML97 script classes, not X3D Scene Authoring Interface (SAI)' ;
  x3do:name 'warning' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '30 November 1997' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '8 July 2001' ;
  x3do:name 'translated' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptEventPassingVrmlJava.png' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptFieldInvocationVrmlJava.png' ;
  x3do:name 'Image' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/ScriptNodeEventOutControl_Java.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VRML 97 Specification, Annex B, Java platform scripting reference' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/technicalinfo/specifications/vrml97/part1/java.html' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/technicalinfo/specifications/vrml97/part1/java.html#B.5' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, "The Virtual Reality Modeling Language and Java," Communications of the ACM, vol. 41 no. 6, June 1998, pp. 57-64.' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VrmlJavaPaper.pdf' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptNodeEventOutControl.java' ;
  x3do:name 'reference' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VRML97javadoc/index.html' ;
  x3do:name 'reference' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Makefile' ;
  x3do:name 'reference' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Makefile.out' ;
  x3do:name 'reference' .
:meta_1_20 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ScriptNodePackages.jar' ;
  x3do:name 'reference' .
:meta_1_21 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptNodeEventOutControl_JavaConsoleOutput.txt' ;
  x3do:name 'reference' .
:meta_1_22 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptNodeEventOutControl_JavaSnapshots.html' ;
  x3do:name 'reference' .
:meta_1_23 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ScriptNodeEventOutControl_EcmaScript.x3d' ;
  x3do:name 'reference' .
:meta_1_24 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VRML X3D Java Script conformance' ;
  x3do:name 'subject' .
:meta_1_25 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_26 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ScriptNodeEventOutControl_Java.x3d" .
:meta dcterms:description "Script node interface between VRML and Java: this conformance example tests event-based VRML-Java functionality." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:warning "VRML97 script classes, not X3D Scene Authoring Interface (SAI)" .
:meta dcterms:created "30 November 1997" .
:meta dcterms:translated "8 July 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "ScriptEventPassingVrmlJava.png" .
:meta dcterms:Image "ScriptFieldInvocationVrmlJava.png" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/ScriptNodeEventOutControl_Java.x3d" .
:meta dcterms:reference "VRML 97 Specification, Annex B, Java platform scripting reference" .
:meta dcterms:reference "https://www.web3d.org/technicalinfo/specifications/vrml97/part1/java.html" .
:meta dcterms:reference "https://www.web3d.org/technicalinfo/specifications/vrml97/part1/java.html#B.5" .
:meta dcterms:reference "Don Brutzman, \"The Virtual Reality Modeling Language and Java,\" Communications of the ACM, vol. 41 no. 6, June 1998, pp. 57-64." .
:meta dcterms:reference "VrmlJavaPaper.pdf" .
:meta dcterms:reference "ScriptNodeEventOutControl.java" .
:meta dcterms:reference "VRML97javadoc/index.html" .
:meta dcterms:reference "Makefile" .
:meta dcterms:reference "Makefile.out" .
:meta dcterms:reference "Vrml97ScriptNodePackages.jar" .
:meta dcterms:reference "ScriptNodeEventOutControl_JavaConsoleOutput.txt" .
:meta dcterms:reference "ScriptNodeEventOutControl_JavaSnapshots.html" .
:meta dcterms:reference "ScriptNodeEventOutControl_EcmaScript.x3d" .
:meta dcterms:subject "VRML X3D Java Script conformance" .
:meta dcterms:generator "X3D-Edit 3.3, 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_2, :Group_2_3 ;
  x3do:hasROUTE :ROUTE_2_4, :ROUTE_2_5, :ROUTE_2_6, :ROUTE_2_7 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ScriptNodeEventOutControl_Java.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'View test' ;
  x3do:position ( 0 0 12 ) .
:Group_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ClickTextToTest, :TextPosition, :InterfaceScriptNode .
:ClickTextToTest a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Group_2_3 ;
  x3do:DEF 'ClickTextToTest' ;
  x3do:description 'Click text to test' .
:TextPosition a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasChildren :Shape_2_3_2_1, :Shape_2_3_2_2 ;
  x3do:DEF 'TextPosition' .
:Shape_2_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TextPosition ;
  x3do:hasGeometry :MessageToUser ;
  x3do:hasAppearance :Appearance_2_3_2_1_2 .
:MessageToUser a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_2_1 ;
  x3do:hasFontStyle :FontStyle_2_3_2_1_1_1 ;
  x3do:DEF 'MessageToUser' ;
  x3do:string '"Default text in VRML scene will be replaced by" "Java initialize() in Script using EventOut control." "This text appears first, if Java initialization fails." ""' .
:FontStyle_2_3_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :MessageToUser ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.8 .
:Appearance_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_1 ;
  x3do:hasMaterial :TextMaterial .
:TextMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_1_2 ;
  x3do:DEF 'TextMaterial' ;
  x3do:diffuseColor ( 0.8 0.2 0.2 ) ;
  x3do:shininess 0.9 .
:Shape_2_3_2_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TextPosition ;
  x3do:hasGeometry :Box_2_3_2_2_1 ;
  x3do:hasAppearance :Appearance_2_3_2_2_2 .
:Box_2_3_2_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_2_2 ;
  x3do:size ( 15 4 .001 ) .
:Appearance_2_3_2_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_2_2 ;
  x3do:hasMaterial :Material_2_3_2_2_2_1 .
:Material_2_3_2_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_2_2 ;
  x3do:transparency 0.95 .
:InterfaceScriptNode a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasField :field_2_3_3_1, :field_2_3_3_2, :field_2_3_3_3, :field_2_3_3_4 ;
  x3do:DEF 'InterfaceScriptNode' ;
  x3do:url '"ScriptNodeEventOutControl.class" "https://www.web3d.org/x3d/content/examples/Basic/ScriptConformance/ScriptNodeEventOutControl.class"' .
:field_2_3_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :InterfaceScriptNode ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'startTime' ;
  x3do:type 'SFTime' .
:field_2_3_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :InterfaceScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'changedText' ;
  x3do:type 'MFString' .
:field_2_3_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :InterfaceScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'changedPosition' ;
  x3do:type 'SFVec3f' .
:field_2_3_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :InterfaceScriptNode ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'changedColor' ;
  x3do:type 'SFColor' .
:ROUTE_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'touchTime' ;
  x3do:fromNode 'ClickTextToTest' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'InterfaceScriptNode' .
:ROUTE_2_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'changedText' ;
  x3do:fromNode 'InterfaceScriptNode' ;
  x3do:toField 'set_string' ;
  x3do:toNode 'MessageToUser' .
:ROUTE_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'changedPosition' ;
  x3do:fromNode 'InterfaceScriptNode' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'TextPosition' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'changedColor' ;
  x3do:fromNode 'InterfaceScriptNode' ;
  x3do:toField 'diffuseColor' ;
  x3do:toNode 'TextMaterial' .
