@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @prefix xsd: . @prefix x3d: . @prefix x3do: . :X3D a owl:NamedIndividual, x3do:X3D ; x3do:hasHead :head ; x3do:hasScene :Scene ; x3do:profile 'Immersive' ; x3do:version '3.2' ; x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.2.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_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'PajekVisualizationExamples.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Reverse engineer and hopefully elaborate on Pajek visualization structures' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Don Brutzman and Elaine Reid' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '17 May 2011' ; x3do:name 'created' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '25 September 2023' ; x3do:name 'modified' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'http://pajek.imfm.si' ; x3do:name 'reference' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'network visualization' ; x3do:name 'subject' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'under development' ; x3do:name 'warning' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Tools/Visualization/PajekVisualizationExamples.x3d' ; x3do:name 'identifier' . :meta_1_10 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit, https://savage.nps.edu/X3D-Edit' ; x3do:name 'generator' . :meta_1_11 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "PajekVisualizationExamples.x3d" . :meta dcterms:description "Reverse engineer and hopefully elaborate on Pajek visualization structures" . :meta dcterms:creator "Don Brutzman and Elaine Reid" . :meta dcterms:created "17 May 2011" . :meta dcterms:modified "25 September 2023" . :meta dcterms:reference "http://pajek.imfm.si" . :meta dcterms:subject "network visualization" . :meta dcterms:warning "under development" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Tools/Visualization/PajekVisualizationExamples.x3d" . :meta dcterms:generator "X3D-Edit, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasChildren :WorldInfo_2_1, :Background_2_5, :PointLight_2_6, :NavigationInfo_2_7, :Viewpoint_2_8, :ProtoInstance_2_9, :ProtoInstance_2_10, :ProtoInstance_2_11, :ProtoInstance_2_12, :ProtoInstance_2_13, :ProtoInstance_2_14, :ProtoInstance_2_15, :ProtoInstance_2_16, :ProtoInstance_2_17, :ProtoInstance_2_18 ; x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4 . :WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :Scene ; x3do:title 'PajekVisualizationExamples.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 ; x3do:appinfo 'Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency' ; x3do:name 'Arc' ; x3do:url '"PajekVisualizationPrototypes.x3d#Arc" "https://savage.nps.edu/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc"' . :field_2_2_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'name to identify this Arc' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_2_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'popup text describing this Arc' ; x3do:name 'description' ; x3do:type 'SFString' . :field_2_2_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'length of Arc between Vertex locations' ; x3do:name 'cylinderHeight' ; x3do:type 'SFFloat' . :field_2_2_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'link to some other resource' ; x3do:name 'url' ; x3do:type 'MFString' . :field_2_2_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'location of Arc' ; x3do:name 'cylinderTranslation' ; x3do:type 'SFVec3f' . :field_2_2_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'see TODO items in ArcScript' ; x3do:name 'coneTranslation' ; x3do:type 'SFVec3f' . :field_2_2_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'orientation of Arc' ; x3do:name 'rotation' ; x3do:type 'SFRotation' . :field_2_2_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'rendering choices: BallAndStick, Ball, Stick' ; x3do:name 'displayMode' ; x3do:type 'SFString' . :field_2_2_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'diffuseColor of Arc' ; x3do:name 'diffuseColor' ; x3do:type 'SFColor' . :field_2_2_10 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'transparency of Arc' ; x3do:name 'transparency' ; x3do:type 'SFFloat' . :field_2_2_11 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately' ; x3do:name 'ballRadius' ; x3do:type 'SFFloat' . :field_2_2_12 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_2 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'debug trace to Browser output console' ; x3do:name 'traceEnabled' ; x3do:type 'SFBool' . :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 ; x3do:appinfo 'Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency' ; x3do:name 'Vertex' ; x3do:url '"PajekVisualizationPrototypes.x3d#Vertex" "https://savage.nps.edu/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex"' . :field_2_3_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'name to identify this Vertex' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_3_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'popup text describing this Vertex' ; x3do:name 'description' ; x3do:type 'SFString' . :field_2_3_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'link to some other resource' ; x3do:name 'url' ; x3do:type 'MFString' . :field_2_3_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'initializeOnly' ; x3do:appinfo 'size of Vertex ball' ; x3do:name 'radius' ; x3do:type 'SFFloat' . :field_2_3_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'rendering choices: BallAndStick, Ball, Stick' ; x3do:name 'displayMode' ; x3do:type 'SFString' . :field_2_3_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'diffuseColor of Vertex' ; x3do:name 'diffuseColor' ; x3do:type 'SFColor' . :field_2_3_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'transparency of Vertex' ; x3do:name 'transparency' ; x3do:type 'SFFloat' . :field_2_3_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'location of Vertex' ; x3do:name 'translation' ; x3do:type 'SFVec3f' . :field_2_3_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'labels to identify Vertex' ; x3do:name 'vertexText' ; x3do:type 'MFString' . :field_2_3_10 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'location of Text' ; x3do:name 'textTranslation' ; x3do:type 'SFVec3f' . :field_2_3_11 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_3 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'diffuseColor of Text' ; x3do:name 'textColor' ; x3do:type 'SFColor' . :ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ; x3do:hasParent :Scene ; x3do:hasField :field_2_4_1 ; x3do:appinfo 'Text describing what the Vertices and Arcs are about' ; x3do:name 'NetworkText' ; x3do:url '"PajekVisualizationPrototypes.x3d#NetworkText" "https://savage.nps.edu/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText"' . :field_2_4_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ExternProtoDeclare_2_4 ; x3do:accessType 'inputOutput' ; x3do:appinfo 'information to identify the Integral Network' ; x3do:name 'text' ; x3do:type 'MFString' . :Background_2_5 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:groundAngle ( 1.309 1.570796 ) ; x3do:groundColor ( 0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7 ) ; x3do:skyAngle ( 1.309 1.571 ) ; x3do:skyColor ( 0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7 ) . :PointLight_2_6 a owl:NamedIndividual, x3do:PointLight ; x3do:hasParent :Scene ; x3do:ambientIntensity 1 ; x3do:location ( 0 0 5 ) ; x3do:radius 30 . :NavigationInfo_2_7 a owl:NamedIndividual, x3do:NavigationInfo ; x3do:hasParent :Scene ; x3do:transitionType '"ANIMATE"' ; x3do:type '"EXAMINE" "FLY" "ANY"' . :Viewpoint_2_8 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Inspect 15JAN2010Newman' ; x3do:orientation ( 1 0 0 -0.0997 ) ; x3do:position ( 0 2 20 ) . :ProtoInstance_2_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_9_1, :fieldValue_2_9_2, :fieldValue_2_9_3, :fieldValue_2_9_4, :fieldValue_2_9_5, :fieldValue_2_9_6, :fieldValue_2_9_7, :fieldValue_2_9_8, :fieldValue_2_9_9 ; x3do:name 'Arc' . :fieldValue_2_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'cylinderHeight' ; x3do:value 1.44063 . :fieldValue_2_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'cylinderTranslation' ; x3do:value ( 2.17390 -1.43580 -2.11246 ) . :fieldValue_2_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'coneTranslation' ; x3do:value ( 1.95052 -1.26823 -2.59823 ) . :fieldValue_2_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'rotation' ; x3do:value ( -124.89760 0 57.43383 1.26709 ) . :fieldValue_2_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_9_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'ballRadius' ; x3do:value 0.02 . :fieldValue_2_9_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'traceEnabled' ; x3do:value false . :fieldValue_2_9_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'displayMode' . :fieldValue_2_9_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_9 ; x3do:name 'transparency' ; x3do:value 0 . :ProtoInstance_2_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_10_1, :fieldValue_2_10_2, :fieldValue_2_10_3, :fieldValue_2_10_4, :fieldValue_2_10_5, :fieldValue_2_10_6, :fieldValue_2_10_7, :fieldValue_2_10_8, :fieldValue_2_10_9 ; x3do:name 'Arc' . :fieldValue_2_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'cylinderHeight' ; x3do:value 2.15360 . :fieldValue_2_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'cylinderTranslation' ; x3do:value ( 2.59630 -2.18884 -0.56484 ) . :fieldValue_2_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'coneTranslation' ; x3do:value ( 2.71145 -2.64658 0.22112 ) . :fieldValue_2_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'rotation' ; x3do:value ( 184.62613 0 -27.04755 2.09356 ) . :fieldValue_2_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_10_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'ballRadius' ; x3do:value 0.02 . :fieldValue_2_10_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'traceEnabled' ; x3do:value false . :fieldValue_2_10_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'displayMode' . :fieldValue_2_10_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_10 ; x3do:name 'transparency' ; x3do:value 0 . :ProtoInstance_2_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_11_1, :fieldValue_2_11_2, :fieldValue_2_11_3, :fieldValue_2_11_4, :fieldValue_2_11_5, :fieldValue_2_11_6, :fieldValue_2_11_7, :fieldValue_2_11_8, :fieldValue_2_11_9 ; x3do:name 'Arc' . :fieldValue_2_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'cylinderHeight' ; x3do:value 1.32273 . :fieldValue_2_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'cylinderTranslation' ; x3do:value ( 2.08312 -2.19153 -1.43675 ) . :fieldValue_2_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'coneTranslation' ; x3do:value ( 1.79661 -2.60113 -1.39792 ) . :fieldValue_2_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'rotation' ; x3do:value ( 10.24439 -0.00000 75.58857 2.52693 ) . :fieldValue_2_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_11_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'ballRadius' ; x3do:value 0.02 . :fieldValue_2_11_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'traceEnabled' ; x3do:value false . :fieldValue_2_11_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'displayMode' . :fieldValue_2_11_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_11 ; x3do:name 'transparency' ; x3do:value 0 . :ProtoInstance_2_12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_12_1, :fieldValue_2_12_2, :fieldValue_2_12_3, :fieldValue_2_12_4, :fieldValue_2_12_5, :fieldValue_2_12_6, :fieldValue_2_12_7, :fieldValue_2_12_8, :fieldValue_2_12_9 ; x3do:name 'Arc' . :fieldValue_2_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'cylinderHeight' ; x3do:value 2.03564 . :fieldValue_2_12_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'cylinderTranslation' ; x3do:value ( 1.79595 -1.97611 -2.06124 ) . :fieldValue_2_12_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'coneTranslation' ; x3do:value ( 1.71945 -2.61304 -1.49175 ) . :fieldValue_2_12_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'rotation' ; x3do:value ( 135.14199 -0.00000 18.15474 2.40759 ) . :fieldValue_2_12_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_12_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'ballRadius' ; x3do:value 0.02 . :fieldValue_2_12_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'traceEnabled' ; x3do:value false . :fieldValue_2_12_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'displayMode' . :fieldValue_2_12_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_12 ; x3do:name 'transparency' ; x3do:value 0 . :ProtoInstance_2_13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_13_1, :fieldValue_2_13_2, :fieldValue_2_13_3, :fieldValue_2_13_4, :fieldValue_2_13_5, :fieldValue_2_13_6, :fieldValue_2_13_7, :fieldValue_2_13_8, :fieldValue_2_13_9 ; x3do:name 'Arc' . :fieldValue_2_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'cylinderHeight' ; x3do:value 2.02345 . :fieldValue_2_13_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'cylinderTranslation' ; x3do:value ( 2.21836 -2.72915 -0.51362 ) . :fieldValue_2_13_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'coneTranslation' ; x3do:value ( 1.78634 -2.73142 -1.24764 ) . :fieldValue_2_13_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'rotation' ; x3do:value ( -174.38174 0 102.63613 1.57346 ) . :fieldValue_2_13_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_13_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'ballRadius' ; x3do:value 0.02 . :fieldValue_2_13_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'traceEnabled' ; x3do:value false . :fieldValue_2_13_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'displayMode' . :fieldValue_2_13_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_13 ; x3do:name 'transparency' ; x3do:value 0 . :ProtoInstance_2_14 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_14_1, :fieldValue_2_14_2, :fieldValue_2_14_3, :fieldValue_2_14_4, :fieldValue_2_14_5, :fieldValue_2_14_6, :fieldValue_2_14_7, :fieldValue_2_14_8, :fieldValue_2_14_9, :fieldValue_2_14_10 ; x3do:name 'Vertex' . :fieldValue_2_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'vertexText' ; x3do:value '"2010-01-31-YOUTUBE.COM-USSOUTHCOM"' . :fieldValue_2_14_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'description' ; x3do:value '1: 2010-01-31-YOUTUBE.COM-USSOUTHCOM' . :fieldValue_2_14_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'url' . :fieldValue_2_14_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'radius' ; x3do:value 0.1500 . :fieldValue_2_14_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'displayMode' . :fieldValue_2_14_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_14_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'transparency' ; x3do:value 0 . :fieldValue_2_14_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'translation' ; x3do:value ( 2.46107 -1.65121 -1.48797 ) . :fieldValue_2_14_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'textTranslation' ; x3do:value ( 2.61107 -1.65121 -1.48797 ) . :fieldValue_2_14_10 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_14 ; x3do:name 'textColor' ; x3do:value ( 0 0 0 ) . :ProtoInstance_2_15 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_15_1, :fieldValue_2_15_2, :fieldValue_2_15_3, :fieldValue_2_15_4, :fieldValue_2_15_5, :fieldValue_2_15_6, :fieldValue_2_15_7, :fieldValue_2_15_8, :fieldValue_2_15_9, :fieldValue_2_15_10 ; x3do:name 'Vertex' . :fieldValue_2_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'vertexText' ; x3do:value '"Haiti/2010-01-31/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-31.simple"' . :fieldValue_2_15_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'description' ; x3do:value '2: Haiti/2010-01-31/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-31.simple' . :fieldValue_2_15_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'url' . :fieldValue_2_15_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'radius' ; x3do:value 0.1500 . :fieldValue_2_15_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'displayMode' . :fieldValue_2_15_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'diffuseColor' ; x3do:value ( 0.5020 0 0 ) . :fieldValue_2_15_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'transparency' ; x3do:value 0 . :fieldValue_2_15_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'translation' ; x3do:value ( -2.73154 2.73184 2.73695 ) . :fieldValue_2_15_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'textTranslation' ; x3do:value ( -2.58154 2.73184 2.73695 ) . :fieldValue_2_15_10 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_15 ; x3do:name 'textColor' ; x3do:value ( 0 0 0 ) . :ProtoInstance_2_16 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_16_1, :fieldValue_2_16_2, :fieldValue_2_16_3, :fieldValue_2_16_4, :fieldValue_2_16_5, :fieldValue_2_16_6, :fieldValue_2_16_7, :fieldValue_2_16_8, :fieldValue_2_16_9, :fieldValue_2_16_10 ; x3do:name 'Vertex' . :fieldValue_2_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'vertexText' ; x3do:value '"community"' . :fieldValue_2_16_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'description' ; x3do:value '3: community' . :fieldValue_2_16_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'url' . :fieldValue_2_16_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'radius' ; x3do:value 0.1500 . :fieldValue_2_16_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'displayMode' . :fieldValue_2_16_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_16_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'transparency' ; x3do:value 0 . :fieldValue_2_16_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'translation' ; x3do:value ( 1.88673 -1.22038 -2.73695 ) . :fieldValue_2_16_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'textTranslation' ; x3do:value ( 2.03673 -1.22038 -2.73695 ) . :fieldValue_2_16_10 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_16 ; x3do:name 'textColor' ; x3do:value ( 0 0 0 ) . :ProtoInstance_2_17 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_17_1, :fieldValue_2_17_2, :fieldValue_2_17_3, :fieldValue_2_17_4, :fieldValue_2_17_5, :fieldValue_2_17_6, :fieldValue_2_17_7, :fieldValue_2_17_8, :fieldValue_2_17_9, :fieldValue_2_17_10 ; x3do:name 'Vertex' . :fieldValue_2_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'vertexText' ; x3do:value '"highlights"' . :fieldValue_2_17_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'description' ; x3do:value '4: highlights' . :fieldValue_2_17_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'url' . :fieldValue_2_17_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'radius' ; x3do:value 0.1500 . :fieldValue_2_17_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'displayMode' . :fieldValue_2_17_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_17_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'transparency' ; x3do:value 0 . :fieldValue_2_17_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'translation' ; x3do:value ( 2.73154 -2.72646 0.35829 ) . :fieldValue_2_17_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'textTranslation' ; x3do:value ( 2.88154 -2.72646 0.35829 ) . :fieldValue_2_17_10 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_17 ; x3do:name 'textColor' ; x3do:value ( 0 0 0 ) . :ProtoInstance_2_18 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_18_1, :fieldValue_2_18_2, :fieldValue_2_18_3, :fieldValue_2_18_4, :fieldValue_2_18_5, :fieldValue_2_18_6, :fieldValue_2_18_7, :fieldValue_2_18_8, :fieldValue_2_18_9, :fieldValue_2_18_10 ; x3do:name 'Vertex' . :fieldValue_2_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'vertexText' ; x3do:value '"international"' . :fieldValue_2_18_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'description' ; x3do:value '5: international' . :fieldValue_2_18_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'url' . :fieldValue_2_18_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'radius' ; x3do:value 0.1500 . :fieldValue_2_18_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'displayMode' . :fieldValue_2_18_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'diffuseColor' ; x3do:value ( 0 0 0 ) . :fieldValue_2_18_7 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'transparency' ; x3do:value 0 . :fieldValue_2_18_8 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'translation' ; x3do:value ( 1.70518 -2.73184 -1.38553 ) . :fieldValue_2_18_9 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'textTranslation' ; x3do:value ( 1.85518 -2.73184 -1.38553 ) . :fieldValue_2_18_10 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_18 ; x3do:name 'textColor' ; x3do:value ( 0 0 0 ) .