@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkSensorConnectionPrototypes.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.1' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.1.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkSensorConnectionPrototypes.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototypes for NetworkSensor and Connection nodes' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, Chris Thorne, Don McGregor, Shun-Yun Hu' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '14 March 2008' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '2 January 2025' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'under development' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkSensorConnectionNodes.html' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.xj3d.org/tutorials/general_sai.html' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/specifications/ISO-IEC-CD-19775-2.2/Part02/X3D_SAI.html' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/specifications/ISO-IEC-19777-2-X3DLanguageBindings-Java/Part2/X3D_Java.html' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototypes for NetworkSensor and Connection nodes' ;
  x3do:name 'subject' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkSensorConnectionPrototypes.x3d' ;
  x3do:name 'identifier' .
:meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "NetworkSensorConnectionPrototypes.x3d" .
:meta dcterms:description "Prototypes for NetworkSensor and Connection nodes" .
:meta dcterms:creator "Don Brutzman, Chris Thorne, Don McGregor, Shun-Yun Hu" .
:meta dcterms:created "14 March 2008" .
:meta dcterms:modified "2 January 2025" .
:meta dcterms:warning "under development" .
:meta dcterms:reference "NetworkSensorConnectionNodes.html" .
:meta dcterms:reference "http://www.xj3d.org/tutorials/general_sai.html" .
:meta dcterms:reference "https://www.web3d.org/x3d/specifications/ISO-IEC-CD-19775-2.2/Part02/X3D_SAI.html" .
:meta dcterms:reference "https://www.web3d.org/x3d/specifications/ISO-IEC-19777-2-X3DLanguageBindings-Java/Part2/X3D_Java.html" .
:meta dcterms:subject "Prototypes for NetworkSensor and Connection nodes" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkSensorConnectionPrototypes.x3d" .
: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, :Shape_2_4, :OurNetworkChannel, :TextListener, :TextSender, :KeyboardDetector ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2, :ProtoDeclare_2_3 ;
  x3do:hasROUTE :ROUTE_2_7, :ROUTE_2_10 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'NetworkSensorConnectionPrototypes.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'NetworkSensor' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6, :field_2_2_1_7, :field_2_2_1_8, :field_2_2_1_9 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'X3DMetadataObject node type only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isActive' ;
  x3do:type 'SFBool' .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Connection node only' ;
  x3do:name 'connection' ;
  x3do:type 'SFNode' .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'httpRequest' ;
  x3do:type 'SFString' .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'httpResponse' ;
  x3do:type 'MFString' .
:field_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'channelId' ;
  x3do:type 'SFString' ;
  x3do:value 'true' .
:field_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:appinfo 'ROUTE StringSensor output here' ;
  x3do:name 'textInput' ;
  x3do:type 'SFString' .
:field_2_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:appinfo 'ROUTE this output to Text node string field' ;
  x3do:name 'textOutput' ;
  x3do:type 'MFString' .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :NetworkSensorScript .
:NetworkSensorScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasField :field_2_2_2_1_1, :field_2_2_2_1_2, :field_2_2_2_1_3, :field_2_2_2_1_4, :field_2_2_2_1_5, :field_2_2_2_1_6, :field_2_2_2_1_7 ;
  x3do:hasIS :IS_2_2_2_1_8 ;
  x3do:DEF 'NetworkSensorScript' ;
  x3do:url '"NetworkSensorScript.class" "https://www.web3d.org/x3d/content/examples/Networking/NetworkSensorScript.class"' .
:field_2_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' .
:field_2_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:field_2_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isActive' ;
  x3do:type 'SFBool' .
:field_2_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'Connection node only' ;
  x3do:name 'connection' ;
  x3do:type 'SFNode' .
:field_2_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'httpRequest' ;
  x3do:type 'SFString' .
:field_2_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'httpResponse' ;
  x3do:type 'MFString' .
:field_2_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'channelId' ;
  x3do:type 'SFString' .
:IS_2_2_2_1_8 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :NetworkSensorScript ;
  x3do:hasConnect :connect_2_2_2_1_8_1, :connect_2_2_2_1_8_2, :connect_2_2_2_1_8_3, :connect_2_2_2_1_8_4, :connect_2_2_2_1_8_5, :connect_2_2_2_1_8_6, :connect_2_2_2_1_8_7 .
:connect_2_2_2_1_8_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'enabled' ;
  x3do:protoField 'enabled' .
:connect_2_2_2_1_8_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'metadata' ;
  x3do:protoField 'metadata' .
:connect_2_2_2_1_8_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'isActive' ;
  x3do:protoField 'isActive' .
:connect_2_2_2_1_8_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'connection' ;
  x3do:protoField 'connection' .
:connect_2_2_2_1_8_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'httpRequest' ;
  x3do:protoField 'httpRequest' .
:connect_2_2_2_1_8_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'httpResponse' ;
  x3do:protoField 'httpResponse' .
:connect_2_2_2_1_8_7 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_8 ;
  x3do:nodeField 'channelId' ;
  x3do:protoField 'channelId' .
:ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_3_1 ;
  x3do:hasProtoBody :ProtoBody_2_3_2 ;
  x3do:name 'Connection' .
:ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasField :field_2_3_1_1, :field_2_3_1_2, :field_2_3_1_3, :field_2_3_1_4, :field_2_3_1_5, :field_2_3_1_6, :field_2_3_1_7 .
:field_2_3_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:field_2_3_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:field_2_3_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isActive' ;
  x3do:type 'SFBool' .
:field_2_3_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'url' ;
  x3do:type 'MFString' ;
  x3do:value '"x3dp://localhost:80"' .
:field_2_3_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'protocol' ;
  x3do:type 'SFInt32' ;
  x3do:value 0 .
:field_2_3_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'timeOut' ;
  x3do:type 'SFTime' ;
  x3do:value '0' .
:field_2_3_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'secure' ;
  x3do:type 'SFBool' .
:ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasChildren :ConnectionScript .
:ConnectionScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_3_2 ;
  x3do:hasField :field_2_3_2_1_1, :field_2_3_2_1_2, :field_2_3_2_1_3, :field_2_3_2_1_4, :field_2_3_2_1_5, :field_2_3_2_1_6 ;
  x3do:hasIS :IS_2_3_2_1_7 ;
  x3do:DEF 'ConnectionScript' ;
  x3do:url '"ConnectionScript.class" "https://www.web3d.org/x3d/content/examples/Networking/ConnectionScript.class"' .
:field_2_3_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' .
:field_2_3_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isActive' ;
  x3do:type 'SFBool' .
:field_2_3_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'url' ;
  x3do:type 'MFString' .
:field_2_3_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'protocol' ;
  x3do:type 'SFInt32' .
:field_2_3_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'timeOut' ;
  x3do:type 'SFTime' .
:field_2_3_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ConnectionScript ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'secure' ;
  x3do:type 'SFBool' .
:IS_2_3_2_1_7 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :ConnectionScript ;
  x3do:hasConnect :connect_2_3_2_1_7_1, :connect_2_3_2_1_7_2, :connect_2_3_2_1_7_3, :connect_2_3_2_1_7_4, :connect_2_3_2_1_7_5, :connect_2_3_2_1_7_6 .
:connect_2_3_2_1_7_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'enabled' ;
  x3do:protoField 'enabled' .
:connect_2_3_2_1_7_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'isActive' ;
  x3do:protoField 'isActive' .
:connect_2_3_2_1_7_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'url' ;
  x3do:protoField 'url' .
:connect_2_3_2_1_7_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'protocol' ;
  x3do:protoField 'protocol' .
:connect_2_3_2_1_7_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'timeOut' ;
  x3do:protoField 'timeOut' .
:connect_2_3_2_1_7_6 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_7 ;
  x3do:nodeField 'secure' ;
  x3do:protoField 'secure' .
:Shape_2_4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :MessageOutput ;
  x3do:hasAppearance :Appearance_2_4_2 .
:MessageOutput a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1 ;
  x3do:DEF 'MessageOutput' ;
  x3do:string '"NetworkSensor messages will appear here"' .
:FontStyle_2_4_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :MessageOutput ;
  x3do:justify '"MIDDLE" "MIDDLE"' .
:Appearance_2_4_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4 ;
  x3do:hasMaterial :Material_2_4_2_1 .
:Material_2_4_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2 ;
  x3do:ambientIntensity 0.25 ;
  x3do:diffuseColor ( 0.374008 0 0.748016 ) ;
  x3do:shininess 0.4 ;
  x3do:specularColor ( 0.909091 0.909091 0.909091 ) ;
  x3do:transparency 0.35 .
:OurNetworkChannel a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_5_1, :fieldValue_2_5_2, :fieldValue_2_5_3 ;
  x3do:DEF 'OurNetworkChannel' ;
  x3do:name 'Connection' .
:fieldValue_2_5_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :OurNetworkChannel ;
  x3do:name 'url' ;
  x3do:value '"x3dp://localhost:80"' .
:fieldValue_2_5_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :OurNetworkChannel ;
  x3do:name 'protocol' ;
  x3do:value 1 .
:fieldValue_2_5_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :OurNetworkChannel ;
  x3do:name 'timeOut' ;
  x3do:value '10' .
:TextListener a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_6_1, :fieldValue_2_6_2 ;
  x3do:DEF 'TextListener' ;
  x3do:name 'NetworkSensor' .
:fieldValue_2_6_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TextListener ;
  x3do:hasChildren :OurNetworkChannel-USE-1 ;
  x3do:name 'connection' .
:OurNetworkChannel-USE-1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :fieldValue_2_6_1 ;
  owl:sameAs :OurNetworkChannel . # DEF matching this USE
:fieldValue_2_6_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TextListener ;
  x3do:name 'channelId' ;
  x3do:value '78' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'textOutput' ;
  x3do:fromNode 'TextListener' ;
  x3do:toField 'string' ;
  x3do:toNode 'MessageOutput' .
:TextSender a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_8_1, :fieldValue_2_8_2 ;
  x3do:DEF 'TextSender' ;
  x3do:name 'NetworkSensor' .
:fieldValue_2_8_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TextSender ;
  x3do:hasChildren :OurNetworkChannel-USE-2 ;
  x3do:name 'connection' .
:OurNetworkChannel-USE-2 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :fieldValue_2_8_1 ;
  owl:sameAs :OurNetworkChannel . # DEF matching this USE
:fieldValue_2_8_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :TextSender ;
  x3do:name 'channelId' ;
  x3do:value '78' .
:KeyboardDetector a owl:NamedIndividual, x3do:StringSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'KeyboardDetector' .
:ROUTE_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'finalText' ;
  x3do:fromNode 'KeyboardDetector' ;
  x3do:toField 'textInput' ;
  x3do:toNode 'TextSender' .
