@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.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.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://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit, https://www.web3d.org/x3d/tools/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://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d" .
:meta dcterms:generator "X3D-Edit, 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_5, :PointLight_2_6, :NavigationInfo_2_7, :Viewpoint_2_8, :ProtoInstance_2_9, :ProtoInstance_2_10, :ProtoInstance_2_11, :ProtoInstance_2_12 ;
  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://www.web3d.org/x3d/content/examples/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://www.web3d.org/x3d/content/examples/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://www.web3d.org/x3d/content/examples/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 2.39574 .
:fieldValue_2_9_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_9 ;
  x3do:name 'cylinderTranslation' ;
  x3do:value ( -1.75314 -2.11425 2.44212 ) .
:fieldValue_2_9_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_9 ;
  x3do:name 'coneTranslation' ;
  x3do:value ( -0.90120 -2.65124 2.69314 ) .
:fieldValue_2_9_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_9 ;
  x3do:name 'rotation' ;
  x3do:value ( 57.94277 0 -196.65593 2.11460 ) .
: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, :fieldValue_2_10_10 ;
  x3do:name 'Vertex' .
:fieldValue_2_10_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'vertexText' ;
  x3do:value '"2010-02-06-FACEBOOK.COM-PAGES"' .
:fieldValue_2_10_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'description' ;
  x3do:value '1: 2010-02-06-FACEBOOK.COM-PAGES' .
:fieldValue_2_10_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'url' .
:fieldValue_2_10_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'radius' ;
  x3do:value 0.1500 .
:fieldValue_2_10_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'displayMode' .
:fieldValue_2_10_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'diffuseColor' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_10_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'transparency' ;
  x3do:value 0 .
:fieldValue_2_10_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'translation' ;
  x3do:value ( -2.73642 -1.49447 2.15241 ) .
:fieldValue_2_10_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'textTranslation' ;
  x3do:value ( -2.58642 -1.49447 2.15241 ) .
:fieldValue_2_10_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_10 ;
  x3do:name 'textColor' ;
  x3do:value ( 0 0 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, :fieldValue_2_11_10 ;
  x3do:name 'Vertex' .
:fieldValue_2_11_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'vertexText' ;
  x3do:value '"Haiti/2010-02-06/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-06.simple"' .
:fieldValue_2_11_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'description' ;
  x3do:value '2: Haiti/2010-02-06/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-06.simple' .
:fieldValue_2_11_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'url' .
:fieldValue_2_11_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'radius' ;
  x3do:value 0.1500 .
:fieldValue_2_11_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'displayMode' .
:fieldValue_2_11_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'diffuseColor' ;
  x3do:value ( 0.5020 0 0 ) .
:fieldValue_2_11_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'transparency' ;
  x3do:value 0 .
:fieldValue_2_11_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'translation' ;
  x3do:value ( 2.73642 2.73403 -2.73184 ) .
:fieldValue_2_11_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'textTranslation' ;
  x3do:value ( 2.88642 2.73403 -2.73184 ) .
:fieldValue_2_11_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_11 ;
  x3do:name 'textColor' ;
  x3do:value ( 0 0 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, :fieldValue_2_12_10 ;
  x3do:name 'Vertex' .
:fieldValue_2_12_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'vertexText' ;
  x3do:value '"nice"' .
:fieldValue_2_12_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'description' ;
  x3do:value '3: nice' .
:fieldValue_2_12_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'url' .
:fieldValue_2_12_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'radius' ;
  x3do:value 0.1500 .
:fieldValue_2_12_5 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'displayMode' .
:fieldValue_2_12_6 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'diffuseColor' ;
  x3do:value ( 0 0 0 ) .
:fieldValue_2_12_7 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'transparency' ;
  x3do:value 0 .
:fieldValue_2_12_8 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'translation' ;
  x3do:value ( -0.76986 -2.73403 2.73184 ) .
:fieldValue_2_12_9 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'textTranslation' ;
  x3do:value ( -0.61986 -2.73403 2.73184 ) .
:fieldValue_2_12_10 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_12 ;
  x3do:name 'textColor' ;
  x3do:value ( 0 0 0 ) .
