@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkReroutingNetwork.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 'Interchange' ;
  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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkReroutingNetwork.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This scene represents a simple computer network. The blue boxes at either end represent servers, or alternatively a source / destination pair. The red boxes represent routers and the translucent pipes are the links that connect them.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Bill Fischer' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '22 March 2001' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkReroutingAlternateRoutes.x3d' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkReroutingAlternateRoutes.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkReroutingNetwork.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkReroutingRoutes.x3d' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NetworkReroutingAlternateRoutes.x3d' ;
  x3do:name 'reference' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "NetworkReroutingNetwork.x3d" .
:meta dcterms:description "This scene represents a simple computer network. The blue boxes at either end represent servers, or alternatively a source / destination pair. The red boxes represent routers and the translucent pipes are the links that connect them." .
:meta dcterms:creator "Bill Fischer" .
:meta dcterms:created "22 March 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "NetworkReroutingAlternateRoutes.x3d" .
:meta dcterms:Image "NetworkReroutingAlternateRoutes.png" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Networking/NetworkReroutingNetwork.x3d" .
:meta dcterms:reference "NetworkReroutingRoutes.x3d" .
:meta dcterms:reference "NetworkReroutingAlternateRoutes.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, :server_group, :router_group, :connections .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'NetworkReroutingNetwork.x3d' .
:server_group a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_2_1, :Transform_2_2_2 ;
  x3do:DEF 'server_group' .
:Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :server_group ;
  x3do:hasChildren :server, :serverFront, :serverBack ;
  x3do:scale ( .3 .6 .4 ) ;
  x3do:translation ( -6 0 0 ) .
:server a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_1_2 ;
  x3do:DEF 'server' .
:Appearance_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :server ;
  x3do:hasMaterial :Material_2_2_1_1_1_1 .
:Material_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1 ;
  x3do:diffuseColor ( 0.8 0.8 0.7 ) .
:IndexedFaceSet_2_2_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :server ;
  x3do:hasCoord :Coordinate_2_2_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 7 6 5 4 -1 1 5 6 2 -1 3 7 4 0 ) .
:Coordinate_2_2_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_1_2 ;
  x3do:point ( -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 ) .
:serverFront a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasAppearance :Appearance_2_2_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_2_2 ;
  x3do:DEF 'serverFront' .
:Appearance_2_2_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :serverFront ;
  x3do:hasMaterial :Material_2_2_1_2_1_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_2_1_2 .
:Material_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1 .
:ImageTexture_2_2_1_2_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_2_1 ;
  x3do:url '"serverfront.jpg" "https://www.web3d.org/x3d/content/examples/Basic/Networking/serverfront.jpg"' .
:IndexedFaceSet_2_2_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :serverFront ;
  x3do:hasCoord :Coordinate_2_2_1_2_2_1 ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_1_2_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_2_2 ;
  x3do:point ( -1.0 1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 ) .
:serverBack a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasAppearance :Appearance_2_2_1_3_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_3_2 ;
  x3do:DEF 'serverBack' .
:Appearance_2_2_1_3_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :serverBack ;
  x3do:hasMaterial :Material_2_2_1_3_1_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_3_1_2 .
:Material_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_3_1 .
:ImageTexture_2_2_1_3_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_3_1 ;
  x3do:url '"serverback.jpg" "https://www.web3d.org/x3d/content/examples/Basic/Networking/serverback.jpg"' .
:IndexedFaceSet_2_2_1_3_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :serverBack ;
  x3do:hasCoord :Coordinate_2_2_1_3_2_1 ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_1_3_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_3_2 ;
  x3do:point ( -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 ) .
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :server_group ;
  x3do:hasChildren :server-USE-1, :serverFront-USE-1, :serverBack-USE-1 ;
  x3do:scale ( .3 .6 .4 ) ;
  x3do:translation ( 6 0 0 ) .
:server-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2 ;
  owl:sameAs :server . # DEF matching this USE
:serverFront-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2 ;
  owl:sameAs :serverFront . # DEF matching this USE
:serverBack-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2 ;
  owl:sameAs :serverBack . # DEF matching this USE
:router_group a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_3_1, :Transform_2_3_2, :Transform_2_3_3, :Transform_2_3_4, :Transform_2_3_5, :Transform_2_3_6, :Transform_2_3_7, :Transform_2_3_8, :Transform_2_3_9, :Transform_2_3_10, :Transform_2_3_11, :Transform_2_3_12, :Transform_2_3_13 ;
  x3do:DEF 'router_group' .
:Transform_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router, :routerFront, :routerBack ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 0 -0.5 0 ) .
:router a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasAppearance :Appearance_2_3_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_1_1_2 ;
  x3do:DEF 'router' .
:Appearance_2_3_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :router ;
  x3do:hasMaterial :Material_2_3_1_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_3_1_1_1_2 .
:Material_2_3_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_1 .
:ImageTexture_2_3_1_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_1_1 ;
  x3do:url '"routerbody.jpg" "https://www.web3d.org/x3d/content/examples/Basic/Networking/routerbody.jpg"' .
:IndexedFaceSet_2_3_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :router ;
  x3do:hasCoord :Coordinate_2_3_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 -1 7 6 5 4 -1 1 5 6 2 -1 3 7 4 0 ) .
:Coordinate_2_3_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_1_2 ;
  x3do:point ( -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 ) .
:routerFront a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasAppearance :Appearance_2_3_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_1_2_2 ;
  x3do:DEF 'routerFront' .
:Appearance_2_3_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :routerFront ;
  x3do:hasMaterial :Material_2_3_1_2_1_1 ;
  x3do:hasTexture :ImageTexture_2_3_1_2_1_2 .
:Material_2_3_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_2_1 .
:ImageTexture_2_3_1_2_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_2_1 ;
  x3do:url '"routerfront.jpg" "https://www.web3d.org/x3d/content/examples/Basic/Networking/routerfront.jpg"' .
:IndexedFaceSet_2_3_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :routerFront ;
  x3do:hasCoord :Coordinate_2_3_1_2_2_1 ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_3_1_2_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_2_2 ;
  x3do:point ( -1.0 1.0 1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 ) .
:routerBack a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasAppearance :Appearance_2_3_1_3_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_3_1_3_2 ;
  x3do:DEF 'routerBack' .
:Appearance_2_3_1_3_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :routerBack ;
  x3do:hasMaterial :Material_2_3_1_3_1_1 ;
  x3do:hasTexture :ImageTexture_2_3_1_3_1_2 .
:Material_2_3_1_3_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_3_1 .
:ImageTexture_2_3_1_3_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_1_3_1 ;
  x3do:url '"routerback.jpg" "https://www.web3d.org/x3d/content/examples/Basic/Networking/routerback.jpg"' .
:IndexedFaceSet_2_3_1_3_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :routerBack ;
  x3do:hasCoord :Coordinate_2_3_1_3_2_1 ;
  x3do:coordIndex ( 0 1 2 3 ) .
:Coordinate_2_3_1_3_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_3_1_3_2 ;
  x3do:point ( -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 ) .
:Transform_2_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-1, :routerFront-USE-1, :routerBack-USE-1 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( -4 -0.5 0 ) .
:router-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-2, :routerFront-USE-2, :routerBack-USE-2 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( -2 -0.5 -2 ) .
:router-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-3, :routerFront-USE-3, :routerBack-USE-3 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( -2 -0.5 2 ) .
:router-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-4, :routerFront-USE-4, :routerBack-USE-4 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 0 -0.5 -4 ) .
:router-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_5 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_5 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_5 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-5, :routerFront-USE-5, :routerBack-USE-5 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 0 -0.5 4 ) .
:router-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_6 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_6 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_6 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-6, :routerFront-USE-6, :routerBack-USE-6 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 2 -0.5 2 ) .
:router-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_7 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_7 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_7 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-7, :routerFront-USE-7, :routerBack-USE-7 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 2 -0.5 -2 ) .
:router-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_8 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_8 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_8 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-8, :routerFront-USE-8, :routerBack-USE-8 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 4 -0.5 0 ) .
:router-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_9 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_9 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_9 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-9, :routerFront-USE-9, :routerBack-USE-9 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( -4 -0.5 -4 ) .
:router-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_10 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_10 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_10 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-10, :routerFront-USE-10, :routerBack-USE-10 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( -4 -0.5 4 ) .
:router-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_11 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_11 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_11 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-11, :routerFront-USE-11, :routerBack-USE-11 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 4 -0.5 -4 ) .
:router-USE-11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_12 ;
  owl:sameAs :routerBack . # DEF matching this USE
:Transform_2_3_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :router_group ;
  x3do:hasChildren :router-USE-12, :routerFront-USE-12, :routerBack-USE-12 ;
  x3do:scale ( .5 .15 .5 ) ;
  x3do:translation ( 4 -0.5 4 ) .
:router-USE-12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13 ;
  owl:sameAs :router . # DEF matching this USE
:routerFront-USE-12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13 ;
  owl:sameAs :routerFront . # DEF matching this USE
:routerBack-USE-12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_13 ;
  owl:sameAs :routerBack . # DEF matching this USE
:connections a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_4_1, :Transform_2_4_2, :Transform_2_4_3, :Transform_2_4_4, :Transform_2_4_5, :Transform_2_4_6, :Transform_2_4_7, :Transform_2_4_8, :Transform_2_4_9, :Transform_2_4_10, :Transform_2_4_11, :Transform_2_4_12, :Transform_2_4_13, :Transform_2_4_14, :Transform_2_4_15, :Transform_2_4_16, :Transform_2_4_17 ;
  x3do:DEF 'connections' .
:Transform_2_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :link ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( -5 -0.5 0 ) .
:link a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1 ;
  x3do:hasAppearance :Appearance_2_4_1_1_1 ;
  x3do:hasGeometry :Cylinder_2_4_1_1_2 ;
  x3do:DEF 'link' .
:Appearance_2_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :link ;
  x3do:hasMaterial :Material_2_4_1_1_1_1 .
:Material_2_4_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_1_1 ;
  x3do:diffuseColor ( 0.5 0.5 0.5 ) ;
  x3do:transparency .6 .
:Cylinder_2_4_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :link ;
  x3do:radius .08 .
:Transform_2_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :long_link ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( -2 -0.5 4 ) .
:long_link a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2 ;
  x3do:hasAppearance :Appearance_2_4_2_1_1 ;
  x3do:hasGeometry :Cylinder_2_4_2_1_2 ;
  x3do:DEF 'long_link' .
:Appearance_2_4_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :long_link ;
  x3do:hasMaterial :Material_2_4_2_1_1_1 .
:Material_2_4_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_1 ;
  x3do:diffuseColor ( .5 .5 .5 ) ;
  x3do:transparency .6 .
:Cylinder_2_4_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :long_link ;
  x3do:height 4 ;
  x3do:radius .08 .
:Transform_2_4_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_3_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( -3 -0.5 -1 ) .
:Transform_2_4_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_3 ;
  x3do:hasChildren :link-USE-1 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_3_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_4_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( -3 -0.5 1 ) .
:Transform_2_4_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_4 ;
  x3do:hasChildren :link-USE-2 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_4_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_5_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( -3 -0.5 -3 ) .
:Transform_2_4_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_5 ;
  x3do:hasChildren :link-USE-3 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_5_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_6_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( -1 -0.5 1 ) .
:Transform_2_4_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_6 ;
  x3do:hasChildren :link-USE-4 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_6_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_7_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( -3 -0.5 3 ) .
:Transform_2_4_7_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_7 ;
  x3do:hasChildren :link-USE-5 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_7_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_8_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( 1 -0.5 3 ) .
:Transform_2_4_8_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_8 ;
  x3do:hasChildren :link-USE-6 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_8_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_9_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( 1 -0.5 1 ) .
:Transform_2_4_9_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_9 ;
  x3do:hasChildren :link-USE-7 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_9_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_10_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( 3 -0.5 3 ) .
:Transform_2_4_10_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_10 ;
  x3do:hasChildren :link-USE-8 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_10_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_11_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( 3 -0.5 -3 ) .
:Transform_2_4_11_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_11 ;
  x3do:hasChildren :link-USE-9 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_11_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_12_1 ;
  x3do:rotation ( 0 1 0 -0.785 ) ;
  x3do:translation ( 3 -0.5 -1 ) .
:Transform_2_4_12_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_12 ;
  x3do:hasChildren :link-USE-10 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_12_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :Transform_2_4_13_1 ;
  x3do:rotation ( 0 1 0 .785 ) ;
  x3do:translation ( 3 -0.5 1 ) .
:Transform_2_4_13_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4_13 ;
  x3do:hasChildren :link-USE-11 ;
  x3do:rotation ( 0 0 1 1.57 ) .
:link-USE-11 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_13_1 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :link-USE-12 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 5 -0.5 0 ) .
:link-USE-12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_14 ;
  owl:sameAs :link . # DEF matching this USE
:Transform_2_4_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :long_link-USE-1 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( -2 -0.5 -4 ) .
:long_link-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_15 ;
  owl:sameAs :long_link . # DEF matching this USE
:Transform_2_4_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :long_link-USE-2 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 2 -0.5 -4 ) .
:long_link-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_16 ;
  owl:sameAs :long_link . # DEF matching this USE
:Transform_2_4_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :connections ;
  x3do:hasChildren :long_link-USE-3 ;
  x3do:rotation ( 0 0 1 1.57 ) ;
  x3do:translation ( 2 -0.5 4 ) .
:long_link-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_17 ;
  owl:sameAs :long_link . # DEF matching this USE
