@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExamples.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1, :component_1_2 ;
  x3do:hasMeta :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14, :meta_1_15, :meta_1_16, :meta_1_17 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'NURBS' .
:component_1_2 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'Geometry2D' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'RenderingComponentExamples.x3d' ;
  x3do:name 'title' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Examples showing use of new X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet), implemented as prototypes for backwards compatibility with VRML 97.' ;
  x3do:name 'description' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, Ken Curtin, Duane Davis, Christos Kalogrias' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '17 November 2003' ;
  x3do:name 'created' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Extract, move TriangleStripSet example to X3dSpecifications directory' ;
  x3do:name 'TODO' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rendering.html' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'RenderingComponentPrototypes.x3d' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/X3dSpecifications/TriangleStripSetFigure.x3d' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3dToVrml97.xslt translation stylesheet automatically invokes these prototypes upon encountering any new Rendering nodes.' ;
  x3do:name 'info' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/stylesheets/X3dToVrml97.xslt' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet)' ;
  x3do:name 'subject' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExamples.x3d' ;
  x3do:name 'identifier' .
:meta_1_16 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_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "RenderingComponentExamples.x3d" .
:meta dcterms:description "Examples showing use of new X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet), implemented as prototypes for backwards compatibility with VRML 97." .
:meta dcterms:creator "Don Brutzman, Ken Curtin, Duane Davis, Christos Kalogrias" .
:meta dcterms:created "17 November 2003" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rendering.html" .
:meta dcterms:reference "RenderingComponentPrototypes.x3d" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/Basic/X3dSpecifications/TriangleStripSetFigure.x3d" .
:meta dcterms:info "X3dToVrml97.xslt translation stylesheet automatically invokes these prototypes upon encountering any new Rendering nodes." .
:meta dcterms:reference "https://www.web3d.org/x3d/stylesheets/X3dToVrml97.xslt" .
:meta dcterms:subject "X3D Rendering component nodes (IndexedTriangleFanSet IndexedTriangleSet IndexedTriangleStripSet LineSet TriangleFanSet TriangleSet TriangleStripSet)" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/RenderingComponentExamples.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, :Viewpoint_2_2, :Background_2_3, :TestCoordinateDoubleColorRGBA, :TestOrderedTriangleNodes, :TestIndexedTriangleNodes, :TestLineSet .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'RenderingComponentExamples.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'set viewpoint 35 meters along positive z axis' ;
  x3do:position ( 0 -5 35 ) .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 1 1 1 ) ;
  x3do:skyColor ( 1 1 1 ) .
:TestCoordinateDoubleColorRGBA a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_4_1, :Transform_2_4_2 ;
  x3do:DEF 'TestCoordinateDoubleColorRGBA' ;
  x3do:translation ( 0 5 0 ) .
:Transform_2_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestCoordinateDoubleColorRGBA ;
  x3do:hasChildren :Shape_2_4_1_1 ;
  x3do:translation ( -2 0 0 ) .
:Shape_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_1 ;
  x3do:hasGeometry :IndexedLineSet_2_4_1_1_1 .
:IndexedLineSet_2_4_1_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :Shape_2_4_1_1 ;
  x3do:hasCoord :Coordinate_2_4_1_1_1_1 ;
  x3do:hasColor :ColorRGBA_2_4_1_1_1_2 ;
  x3do:coordIndex ( 0 1 2 3 0 -1 4 5 6 7 4 -1 0 4 -1 1 5 -1 2 6 -1 3 7 ) .
:Coordinate_2_4_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_4_1_1_1 ;
  x3do:point ( -1.0 1 1.0 1.0 1 1.0 1.0 1 -1.0 -1.0 1 -1.0 -1.0 -1 1.0 1.0 -1 1.0 1.0 -1 -1.0 -1.0 -1 -1.0 ) .
:ColorRGBA_2_4_1_1_1_2 a owl:NamedIndividual, x3do:ColorRGBA ;
  x3do:hasParent :IndexedLineSet_2_4_1_1_1 ;
  x3do:hasMetadata :MetadataString_2_4_1_1_1_2_1 ;
  x3do:color ( 0.9 0.9 0.9 0 1 0 0 0 0 1 0 0 0 0 1 0 0.5 0.5 0 0 0 0.5 0.5 0 0.5 0 0.5 0 0.37 0.93 0.87 0 ) .
:MetadataString_2_4_1_1_1_2_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :ColorRGBA_2_4_1_1_1_2 ;
  x3do:name 'example 2' ;
  x3do:value '"test metadata child"' .
:Transform_2_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestCoordinateDoubleColorRGBA ;
  x3do:hasChildren :Shape_2_4_2_1 ;
  x3do:translation ( 2 0 0 ) .
:Shape_2_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4_2 ;
  x3do:hasGeometry :IndexedLineSet_2_4_2_1_1 .
:IndexedLineSet_2_4_2_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :Shape_2_4_2_1 ;
  x3do:hasCoord :CoordinateDouble_2_4_2_1_1_1 ;
  x3do:hasColor :Color_2_4_2_1_1_2 ;
  x3do:coordIndex ( 0 1 2 3 0 -1 4 5 6 7 4 -1 0 4 -1 1 5 -1 2 6 -1 3 7 ) .
:CoordinateDouble_2_4_2_1_1_1 a owl:NamedIndividual, x3do:CoordinateDouble ;
  x3do:hasParent :IndexedLineSet_2_4_2_1_1 ;
  x3do:hasMetadata :MetadataString_2_4_2_1_1_1_1 ;
  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 ) .
:MetadataString_2_4_2_1_1_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :CoordinateDouble_2_4_2_1_1_1 ;
  x3do:name 'example 1' ;
  x3do:value '"test metadata child"' .
:Color_2_4_2_1_1_2 a owl:NamedIndividual, x3do:Color ;
  x3do:hasParent :IndexedLineSet_2_4_2_1_1 ;
  x3do:color ( 0.9 0.9 0.9 1 0 0 0 1 0 0 0 1 0.5 0.5 0 0 0.5 0.5 0.5 0 0.5 0.37 0.93 0.87 ) .
:TestOrderedTriangleNodes a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_5_1, :TestTriangleFanSet, :Transform_2_5_3 ;
  x3do:DEF 'TestOrderedTriangleNodes' ;
  x3do:translation ( -5 0 0 ) .
:Transform_2_5_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestOrderedTriangleNodes ;
  x3do:hasChildren :Shape_2_5_1_1 .
:Shape_2_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1 ;
  x3do:hasGeometry :TriangleSet2D_2_5_1_1_1 ;
  x3do:hasAppearance :DefaultAppearance .
:TriangleSet2D_2_5_1_1_1 a owl:NamedIndividual, x3do:TriangleSet2D ;
  x3do:hasParent :Shape_2_5_1_1 .
:DefaultAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasMaterial :Material_2_5_1_1_2_1 ;
  x3do:DEF 'DefaultAppearance' .
:Material_2_5_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :DefaultAppearance .
:TestTriangleFanSet a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestOrderedTriangleNodes ;
  x3do:hasChildren :Shape_2_5_2_1 ;
  x3do:DEF 'TestTriangleFanSet' ;
  x3do:translation ( 0 -6 0 ) .
:Shape_2_5_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TestTriangleFanSet ;
  x3do:hasGeometry :TriangleFanSet_2_5_2_1_1 .
:TriangleFanSet_2_5_2_1_1 a owl:NamedIndividual, x3do:TriangleFanSet ;
  x3do:hasParent :Shape_2_5_2_1 ;
  x3do:hasCoord :Coordinate_2_5_2_1_1_1 ;
  x3do:hasColor :FanColors ;
  x3do:ccw true ;
  x3do:colorPerVertex false ;
  x3do:fanCount ( 6 6 ) ;
  x3do:normalPerVertex true ;
  x3do:solid false .
:Coordinate_2_5_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :TriangleFanSet_2_5_2_1_1 ;
  x3do:point ( 0 0 0 -0.5 -2 .5 -1.5 -2 1 -2.5 -1.5 0.5 -2.5 -0.5 0 -2.5 1 .5 0 0 0 -2.5 1 .5 .5 2 0 1.5 1.5 .5 2.5 .5 0 -0.5 -2 .5 ) .
:FanColors a owl:NamedIndividual, x3do:Color ;
  x3do:hasParent :TriangleFanSet_2_5_2_1_1 ;
  x3do:DEF 'FanColors' ;
  x3do:color ( 0.5 0.1 0.5 0.8 0.3 0.8 ) .
:Transform_2_5_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestOrderedTriangleNodes ;
  x3do:hasChildren :Shape_2_5_3_1 .
:Shape_2_5_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_3 ;
  x3do:hasGeometry :TriangleStripSet_2_5_3_1_1 ;
  x3do:hasAppearance :DefaultAppearance-USE-1 .
:TriangleStripSet_2_5_3_1_1 a owl:NamedIndividual, x3do:TriangleStripSet ;
  x3do:hasParent :Shape_2_5_3_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:normalPerVertex true ;
  x3do:solid true .
:DefaultAppearance-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_3_1 ;
  owl:sameAs :DefaultAppearance . # DEF matching this USE
:TestIndexedTriangleNodes a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_6_1, :Transform_2_6_2, :Transform_2_6_3 ;
  x3do:DEF 'TestIndexedTriangleNodes' ;
  x3do:translation ( 5 0 0 ) .
:Transform_2_6_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestIndexedTriangleNodes ;
  x3do:hasChildren :Shape_2_6_1_1 .
:Shape_2_6_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_1 ;
  x3do:hasGeometry :IndexedTriangleSet_2_6_1_1_1 .
:IndexedTriangleSet_2_6_1_1_1 a owl:NamedIndividual, x3do:IndexedTriangleSet ;
  x3do:hasParent :Shape_2_6_1_1 ;
  x3do:hasCoord :Coordinate_2_6_1_1_1_1 ;
  x3do:hasColor :Color_2_6_1_1_1_2 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 11 10 9 8 7 6 5 4 3 2 1 0 ) ;
  x3do:normalPerVertex true ;
  x3do:solid false .
:Coordinate_2_6_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleSet_2_6_1_1_1 ;
  x3do:point ( -6 .5 -0.5 1.5 -3.5 -0.5 0 0 1 -6 .5 -0.5 0 0 1 2.0 2.0 -0.5 0 0 1 1.5 -3.5 -0.5 2.0 2.0 -0.5 -6 .5 -0.5 1.5 -3.5 -0.5 2.0 2.0 -0.5 ) .
:Color_2_6_1_1_1_2 a owl:NamedIndividual, x3do:Color ;
  x3do:hasParent :IndexedTriangleSet_2_6_1_1_1 ;
  x3do:color ( 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0.9 0.9 0.9 0 1 0 0 0 1 0.9 0.9 0.9 1 0 0 0.9 0.9 0.9 0 0 1 ) .
:Transform_2_6_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestIndexedTriangleNodes ;
  x3do:hasChildren :Shape_2_6_2_1 ;
  x3do:translation ( 0 -6 0 ) .
:Shape_2_6_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_2 ;
  x3do:hasGeometry :IndexedTriangleFanSet_2_6_2_1_1 ;
  x3do:hasAppearance :Appearance_2_6_2_1_2 .
:IndexedTriangleFanSet_2_6_2_1_1 a owl:NamedIndividual, x3do:IndexedTriangleFanSet ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_6_2_1_1_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex false ;
  x3do:index ( 0 1 2 3 4 5 -1 0 5 6 7 8 1 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid false .
:Coordinate_2_6_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleFanSet_2_6_2_1_1 ;
  x3do:point ( 0 0 0 -0.5 -2 .5 -1.5 -2 1 -2.5 -1.5 0.5 -2.5 -0.5 0 -2.5 1 .5 .5 2 0 1.5 1.5 .5 2.5 .5 0 ) .
:Appearance_2_6_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2_1 ;
  x3do:hasMaterial :Material_2_6_2_1_2_1 .
:Material_2_6_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_1_2 ;
  x3do:diffuseColor ( 0.5 0.1 0.5 ) .
:Transform_2_6_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TestIndexedTriangleNodes ;
  x3do:hasChildren :Shape_2_6_3_1 ;
  x3do:translation ( 0 -10 0 ) .
:Shape_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_3 ;
  x3do:hasGeometry :IndexedTriangleStripSet_2_6_3_1_1 ;
  x3do:hasAppearance :Appearance_2_6_3_1_2 .
:IndexedTriangleStripSet_2_6_3_1_1 a owl:NamedIndividual, x3do:IndexedTriangleStripSet ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasCoord :Coordinate_2_6_3_1_1_1 ;
  x3do:ccw true ;
  x3do:colorPerVertex true ;
  x3do:index ( 0 1 2 3 4 5 6 7 8 9 10 11 12 -1 ) ;
  x3do:normalPerVertex true ;
  x3do:solid false .
:Coordinate_2_6_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedTriangleStripSet_2_6_3_1_1 ;
  x3do:point ( -4.0 -1.0 -0.5 -4.5 -2.0 -0.5 -3.0 -0.5 0 -2.5 -1.5 -0.5 -2.0 -0.5 -1 -1.5 -1.5 -0.5 -0.5 .5 -0.5 0 0 0 1 .5 -0.5 1.5 -2.0 -1 2.5 -2.0 -0.5 2.5 -2.5 -0.5 3.5 -2.0 -1.0 ) .
:Appearance_2_6_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasMaterial :Material_2_6_3_1_2_1 .
:Material_2_6_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_3_1_2 ;
  x3do:diffuseColor ( 0 .3 .7 ) .
:TestLineSet a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1 ;
  x3do:DEF 'TestLineSet' ;
  x3do:translation ( 0 -15 0 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TestLineSet ;
  x3do:hasGeometry :IndexedLineSet_2_7_1_1 .
:IndexedLineSet_2_7_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasCoord :Coordinate_2_7_1_1_1 ;
  x3do:hasColor :ColorRGBA_2_7_1_1_2 ;
  x3do:coordIndex ( 0 1 2 3 0 -1 4 5 6 7 4 -1 0 4 -1 1 5 -1 2 6 -1 3 7 ) .
:Coordinate_2_7_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_7_1_1 ;
  x3do:point ( -3.0 1.0 1.0 3.0 1.0 1.0 3.0 1.0 -1.0 -3.0 1.0 -1.0 -3.0 -1.0 1.0 3.0 -1.0 1.0 3.0 -1.0 -1.0 -3.0 -1.0 -1.0 ) .
:ColorRGBA_2_7_1_1_2 a owl:NamedIndividual, x3do:ColorRGBA ;
  x3do:hasParent :IndexedLineSet_2_7_1_1 ;
  x3do:color ( 1 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0.5 0.5 0 0 0 0.5 0.5 0 0.5 0 0.5 0 0.37 0.93 0.87 0 ) .
