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

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.1' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.1.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'CanopyPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A simple canopy with tent material color exposed as a proto input' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Patrick Sullivan' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '23 March 2005' ;
  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 'https://www.web3d.org/x3d/content/examples/Savage/HarborEquipment/Canopy/CanopyPrototype.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VizX3D, http://www.vivaty.com/downloads/studio' ;
  x3do:name 'generator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Wings3D, http://www.wings3d.com' ;
  x3do:name 'generator' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "CanopyPrototype.x3d" .
:meta dcterms:description "A simple canopy with tent material color exposed as a proto input" .
:meta dcterms:creator "LT Patrick Sullivan" .
:meta dcterms:created "23 March 2005" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/HarborEquipment/Canopy/CanopyPrototype.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:generator "VizX3D, http://www.vivaty.com/downloads/studio" .
:meta dcterms:generator "Wings3D, http://www.wings3d.com" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'CanopyPrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'Canopy' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:appinfo 'The color of the material of the tent that forms the canopy' ;
  x3do:name 'materialColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0 0 1 ) .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :Canopy .
:Canopy a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasChildren :TentMaterial, :Leg1, :Leg2, :Leg3, :Leg4 ;
  x3do:DEF 'Canopy' .
:TentMaterial a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Canopy ;
  x3do:hasChildren :cube1 ;
  x3do:DEF 'TentMaterial' .
:cube1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TentMaterial ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1_1_2 ;
  x3do:DEF 'cube1' .
:Appearance_2_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :cube1 ;
  x3do:hasMaterial :tentColor .
:tentColor a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_1_1_1 ;
  x3do:hasIS :IS_2_2_2_1_1_1_1_1_1 ;
  x3do:DEF 'tentColor' .
:IS_2_2_2_1_1_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :tentColor ;
  x3do:hasConnect :connect_2_2_2_1_1_1_1_1_1_1 .
:connect_2_2_2_1_1_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1_1_1_1_1 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'materialColor' .
:IndexedFaceSet_2_2_2_1_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :cube1 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 6 -1 0 6 7 -1 0 7 8 -1 0 8 1 -1 0 3 9 -1 0 9 10 -1 0 10 4 -1 1 8 11 -1 1 11 2 -1 12 6 13 -1 12 13 14 -1 12 8 7 -1 12 7 6 -1 12 14 11 -1 12 11 8 -1 6 5 15 -1 6 15 16 -1 6 16 13 -1 9 17 18 -1 9 18 19 -1 9 19 16 -1 9 16 15 -1 9 15 10 -1 9 3 2 -1 9 2 17 -1 17 2 11 -1 17 11 18 -1 20 16 19 -1 20 19 18 -1 20 14 13 -1 20 13 16 -1 20 18 11 -1 20 11 14 -1 29 30 31 -1 29 31 32 -1 29 32 33 -1 29 33 34 -1 29 35 36 -1 29 36 30 -1 29 34 37 -1 29 37 35 -1 30 36 38 -1 30 38 31 -1 31 38 39 -1 31 39 32 -1 32 39 40 -1 32 40 33 -1 35 39 38 -1 35 38 36 -1 35 37 40 -1 35 40 39 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_1_2 ;
  x3do:point ( -1 .59111 1 -0.0765 1 .0765 -0.102 1 0 -1 .59111 0 -1 .46311 1 1 .46311 1 1 .59111 1 0 .59111 1 0 1 .102 -1 .59111 -1 -1 .46311 -1 0 1 0 .0765 1 .0765 1 .59111 0 .102 1 0 1 .46311 -1 1 .59111 -1 -0.0765 1 -0.0765 0 1 -0.102 0 .59111 -1 .0765 1 -0.0765 -1 .46311 1 1 .46311 1 1 .46311 -1 -1 .46311 -1 -1 .46311 1 1 .46311 1 1 .46311 -1 -1 .46311 -1 -1 .59111 1 -0.102 1 .102 .102 1 .102 1 .59111 1 1 .46311 1 -1 .46311 1 -1 .59111 -1 -0.102 1 -0.102 -1 .46311 -1 .102 1 -0.102 1 .59111 -1 1 .46311 -1 ) .
:Leg1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Canopy ;
  x3do:hasChildren :cylinder2_copy5 ;
  x3do:DEF 'Leg1' .
:cylinder2_copy5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Leg1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_2_1_2 ;
  x3do:DEF 'cylinder2_copy5' .
:Appearance_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :cylinder2_copy5 ;
  x3do:hasMaterial :Black_mat .
:Black_mat a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2_1_1 ;
  x3do:DEF 'Black_mat' ;
  x3do:diffuseColor ( 0 0 0 ) .
:IndexedFaceSet_2_2_2_1_2_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :cylinder2_copy5 ;
  x3do:hasCoord :Coordinate_2_2_2_1_2_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 6 -1 0 6 7 -1 0 7 8 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 12 13 -1 0 13 14 -1 0 14 15 -1 0 15 16 -1 0 16 17 -1 0 17 1 -1 0 3 18 -1 0 18 4 -1 1 17 19 -1 1 19 2 -1 17 16 20 -1 17 20 19 -1 16 15 21 -1 16 21 20 -1 15 14 22 -1 15 22 21 -1 14 13 23 -1 14 23 22 -1 13 12 24 -1 13 24 23 -1 12 11 25 -1 12 25 24 -1 11 10 26 -1 11 26 25 -1 10 9 27 -1 10 27 26 -1 9 8 28 -1 9 28 27 -1 8 7 29 -1 8 29 28 -1 7 6 30 -1 7 30 29 -1 6 5 31 -1 6 31 30 -1 5 4 18 -1 5 18 31 -1 3 2 19 -1 3 19 20 -1 3 20 21 -1 3 21 22 -1 3 22 23 -1 3 23 24 -1 3 24 25 -1 3 25 26 -1 3 26 27 -1 3 27 28 -1 3 28 29 -1 3 29 30 -1 3 30 31 -1 3 31 18 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_2_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_2_1_2 ;
  x3do:point ( -0.89716 .61014 -0.91191 -0.89814 .61014 -0.90699 -0.89814 -1 -0.90699 -0.89716 -1 -0.91191 -0.89814 .61014 -0.91682 -0.90092 .61014 -0.92099 -0.90509 .61014 -0.92378 -0.91001 .61014 -0.92476 -0.91493 .61014 -0.92378 -0.9191 .61014 -0.92099 -0.92189 .61014 -0.91682 -0.92286 .61014 -0.91191 -0.92189 .61014 -0.90699 -0.9191 .61014 -0.90282 -0.91493 .61014 -0.90003 -0.91001 .61014 -0.89905 -0.90509 .61014 -0.90003 -0.90092 .61014 -0.90282 -0.89814 -1 -0.91682 -0.90092 -1 -0.90282 -0.90509 -1 -0.90003 -0.91001 -1 -0.89905 -0.91493 -1 -0.90003 -0.9191 -1 -0.90282 -0.92189 -1 -0.90699 -0.92286 -1 -0.91191 -0.92189 -1 -0.91682 -0.9191 -1 -0.92099 -0.91493 -1 -0.92378 -0.91001 -1 -0.92476 -0.90509 -1 -0.92378 -0.90092 -1 -0.92099 ) .
:Leg2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Canopy ;
  x3do:hasChildren :cylinder2_copy4 ;
  x3do:DEF 'Leg2' .
:cylinder2_copy4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Leg2 ;
  x3do:hasAppearance :Appearance_2_2_2_1_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_3_1_2 ;
  x3do:DEF 'cylinder2_copy4' .
:Appearance_2_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :cylinder2_copy4 ;
  x3do:hasMaterial :Black_mat-USE-1 .
:Black_mat-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_3_1_1 ;
  owl:sameAs :Black_mat . # DEF matching this USE
:IndexedFaceSet_2_2_2_1_3_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :cylinder2_copy4 ;
  x3do:hasCoord :Coordinate_2_2_2_1_3_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 6 -1 0 6 7 -1 0 7 8 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 12 13 -1 0 13 14 -1 0 14 15 -1 0 15 16 -1 0 16 17 -1 0 17 1 -1 0 3 18 -1 0 18 4 -1 1 17 19 -1 1 19 2 -1 17 16 20 -1 17 20 19 -1 16 15 21 -1 16 21 20 -1 15 14 22 -1 15 22 21 -1 14 13 23 -1 14 23 22 -1 13 12 24 -1 13 24 23 -1 12 11 25 -1 12 25 24 -1 11 10 26 -1 11 26 25 -1 10 9 27 -1 10 27 26 -1 9 8 28 -1 9 28 27 -1 8 7 29 -1 8 29 28 -1 7 6 30 -1 7 30 29 -1 6 5 31 -1 6 31 30 -1 5 4 18 -1 5 18 31 -1 3 2 19 -1 3 19 20 -1 3 20 21 -1 3 21 22 -1 3 22 23 -1 3 23 24 -1 3 24 25 -1 3 25 26 -1 3 26 27 -1 3 27 28 -1 3 28 29 -1 3 29 30 -1 3 30 31 -1 3 31 18 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_3_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_3_1_2 ;
  x3do:point ( -0.89716 .61014 .90984 -0.89814 .61014 .91476 -0.89814 -1 .91476 -0.89716 -1 .90984 -0.89814 .61014 .90492 -0.90092 .61014 .90075 -0.90509 .61014 .89797 -0.91001 .61014 .89699 -0.91493 .61014 .89797 -0.9191 .61014 .90075 -0.92189 .61014 .90492 -0.92286 .61014 .90984 -0.92189 .61014 .91476 -0.9191 .61014 .91893 -0.91493 .61014 .92172 -0.91001 .61014 .92269 -0.90509 .61014 .92172 -0.90092 .61014 .91893 -0.89814 -1 .90492 -0.90092 -1 .91893 -0.90509 -1 .92172 -0.91001 -1 .92269 -0.91493 -1 .92172 -0.9191 -1 .91893 -0.92189 -1 .91476 -0.92286 -1 .90984 -0.92189 -1 .90492 -0.9191 -1 .90075 -0.91493 -1 .89797 -0.91001 -1 .89699 -0.90509 -1 .89797 -0.90092 -1 .90075 ) .
:Leg3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Canopy ;
  x3do:hasChildren :cylinder2_copy3 ;
  x3do:DEF 'Leg3' .
:cylinder2_copy3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Leg3 ;
  x3do:hasAppearance :Appearance_2_2_2_1_4_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_4_1_2 ;
  x3do:DEF 'cylinder2_copy3' .
:Appearance_2_2_2_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :cylinder2_copy3 ;
  x3do:hasMaterial :Black_mat-USE-2 .
:Black_mat-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_4_1_1 ;
  owl:sameAs :Black_mat . # DEF matching this USE
:IndexedFaceSet_2_2_2_1_4_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :cylinder2_copy3 ;
  x3do:hasCoord :Coordinate_2_2_2_1_4_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 6 -1 0 6 7 -1 0 7 8 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 12 13 -1 0 13 14 -1 0 14 15 -1 0 15 16 -1 0 16 17 -1 0 17 1 -1 0 3 18 -1 0 18 4 -1 1 17 19 -1 1 19 2 -1 17 16 20 -1 17 20 19 -1 16 15 21 -1 16 21 20 -1 15 14 22 -1 15 22 21 -1 14 13 23 -1 14 23 22 -1 13 12 24 -1 13 24 23 -1 12 11 25 -1 12 25 24 -1 11 10 26 -1 11 26 25 -1 10 9 27 -1 10 27 26 -1 9 8 28 -1 9 28 27 -1 8 7 29 -1 8 29 28 -1 7 6 30 -1 7 30 29 -1 6 5 31 -1 6 31 30 -1 5 4 18 -1 5 18 31 -1 3 2 19 -1 3 19 20 -1 3 20 21 -1 3 21 22 -1 3 22 23 -1 3 23 24 -1 3 24 25 -1 3 25 26 -1 3 26 27 -1 3 27 28 -1 3 28 29 -1 3 29 30 -1 3 30 31 -1 3 31 18 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_4_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_4_1_2 ;
  x3do:point ( .91916 .61014 -0.91191 .91818 .61014 -0.90699 .91818 -1 -0.90699 .91916 -1 -0.91191 .91818 .61014 -0.91682 .9154 .61014 -0.92099 .91123 .61014 -0.92378 .90631 .61014 -0.92476 .90139 .61014 -0.92378 .89722 .61014 -0.92099 .89443 .61014 -0.91682 .89346 .61014 -0.91191 .89443 .61014 -0.90699 .89722 .61014 -0.90282 .90139 .61014 -0.90003 .90631 .61014 -0.89905 .91123 .61014 -0.90003 .9154 .61014 -0.90282 .91818 -1 -0.91682 .9154 -1 -0.90282 .91123 -1 -0.90003 .90631 -1 -0.89905 .90139 -1 -0.90003 .89722 -1 -0.90282 .89443 -1 -0.90699 .89346 -1 -0.91191 .89443 -1 -0.91682 .89722 -1 -0.92099 .90139 -1 -0.92378 .90631 -1 -0.92476 .91123 -1 -0.92378 .9154 -1 -0.92099 ) .
:Leg4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Canopy ;
  x3do:hasChildren :cylinder2 ;
  x3do:DEF 'Leg4' .
:cylinder2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Leg4 ;
  x3do:hasAppearance :Appearance_2_2_2_1_5_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_5_1_2 ;
  x3do:DEF 'cylinder2' .
:Appearance_2_2_2_1_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :cylinder2 ;
  x3do:hasMaterial :Black_mat-USE-3 .
:Black_mat-USE-3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_5_1_1 ;
  owl:sameAs :Black_mat . # DEF matching this USE
:IndexedFaceSet_2_2_2_1_5_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :cylinder2 ;
  x3do:hasCoord :Coordinate_2_2_2_1_5_1_2_1 ;
  x3do:coordIndex ( 0 1 2 -1 0 2 3 -1 0 4 5 -1 0 5 6 -1 0 6 7 -1 0 7 8 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 12 13 -1 0 13 14 -1 0 14 15 -1 0 15 16 -1 0 16 17 -1 0 17 1 -1 0 3 18 -1 0 18 4 -1 1 17 19 -1 1 19 2 -1 17 16 20 -1 17 20 19 -1 16 15 21 -1 16 21 20 -1 15 14 22 -1 15 22 21 -1 14 13 23 -1 14 23 22 -1 13 12 24 -1 13 24 23 -1 12 11 25 -1 12 25 24 -1 11 10 26 -1 11 26 25 -1 10 9 27 -1 10 27 26 -1 9 8 28 -1 9 28 27 -1 8 7 29 -1 8 29 28 -1 7 6 30 -1 7 30 29 -1 6 5 31 -1 6 31 30 -1 5 4 18 -1 5 18 31 -1 3 2 19 -1 3 19 20 -1 3 20 21 -1 3 21 22 -1 3 22 23 -1 3 23 24 -1 3 24 25 -1 3 25 26 -1 3 26 27 -1 3 27 28 -1 3 28 29 -1 3 29 30 -1 3 30 31 -1 3 31 18 -1 ) ;
  x3do:creaseAngle 0.524 .
:Coordinate_2_2_2_1_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_5_1_2 ;
  x3do:point ( .91916 .61014 .90984 .91818 .61014 .91476 .91818 -1 .91476 .91916 -1 .90984 .91818 .61014 .90492 .9154 .61014 .90075 .91123 .61014 .89797 .90631 .61014 .89699 .90139 .61014 .89797 .89722 .61014 .90075 .89443 .61014 .90492 .89346 .61014 .90984 .89443 .61014 .91476 .89722 .61014 .91893 .90139 .61014 .92172 .90631 .61014 .92269 .91123 .61014 .92172 .9154 .61014 .91893 .91818 -1 .90492 .9154 -1 .91893 .91123 -1 .92172 .90631 -1 .92269 .90139 -1 .92172 .89722 -1 .91893 .89443 -1 .91476 .89346 -1 .90984 .89443 -1 .90492 .89722 -1 .90075 .90139 -1 .89797 .90631 -1 .89699 .91123 -1 .89797 .9154 -1 .90075 ) .
