@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentExternProtos.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: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_13, :meta_1_14 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Geometry2dComponentExternProtos.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ExternProto declarations and examples for developmental use showing X3D Geometry2D component nodes (Arc2D ArcClose2D Circle2D Disk2D Polyline2D Polypoint2D Rectangle2D TriangleSet2D), implemented as prototypes for backwards compatibility with VRML 97. Also provides Unfilled ProtoInstance versions of some nodes since FillProperties not possible in VRML 97. 2D nodes are considered particularly helpful for CADPart geometry and building user interfaces such as Heads-Up Displays (HUDs).' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Christos Kalogrias, Don Brutzman, Ken Curtin, Duane Davis' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '16 November 2003' ;
  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 'Check Polypoint2D and point rendering order' ;
  x3do:name 'TODO' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'These examples are complete but only used for developmental testing, not regular X3D authoring.' ;
  x3do:name 'warning' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Geometry2dComponentPrototypes.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Geometry2dComponentExamples.x3d' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geometry2D.html' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Geometry2D component nodes (Arc2D ArcClose2D Circle2D Disk2D Polyline2D Polypoint2D Rectangle2D TriangleSet2D)' ;
  x3do:name 'subject' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentExternProtos.x3d' ;
  x3do:name 'identifier' .
:meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Geometry2dComponentExternProtos.x3d" .
:meta dcterms:description "ExternProto declarations and examples for developmental use showing X3D Geometry2D component nodes (Arc2D ArcClose2D Circle2D Disk2D Polyline2D Polypoint2D Rectangle2D TriangleSet2D), implemented as prototypes for backwards compatibility with VRML 97. Also provides Unfilled ProtoInstance versions of some nodes since FillProperties not possible in VRML 97. 2D nodes are considered particularly helpful for CADPart geometry and building user interfaces such as Heads-Up Displays (HUDs)." .
:meta dcterms:creator "Christos Kalogrias, Don Brutzman, Ken Curtin, Duane Davis" .
:meta dcterms:created "16 November 2003" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:warning "These examples are complete but only used for developmental testing, not regular X3D authoring." .
:meta dcterms:reference "Geometry2dComponentPrototypes.x3d" .
:meta dcterms:reference "Geometry2dComponentExamples.x3d" .
:meta dcterms:reference "https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geometry2D.html" .
:meta dcterms:subject "Geometry2D component nodes (Arc2D ArcClose2D Circle2D Disk2D Polyline2D Polypoint2D Rectangle2D TriangleSet2D)" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentExternProtos.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, :Background_2_12, :Viewpoint_2_13, :Transform_2_14, :ArcClose2DUnfilledTransform, :Transform_2_16, :Transform_2_17, :Transform_2_18, :Transform_2_19, :RectangleUnfilled, :Transform_2_21, :Transform_2_22, :Transform_2_23 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4, :ExternProtoDeclare_2_5, :ExternProtoDeclare_2_6, :ExternProtoDeclare_2_7, :ExternProtoDeclare_2_8, :ExternProtoDeclare_2_9, :ExternProtoDeclare_2_10, :ExternProtoDeclare_2_11 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Geometry2dComponentExternProtos.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 ;
  x3do:name 'Arc2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Arc2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Arc2D" "Geometry2dComponentPrototypes.x3d#Arc2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Arc2D"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'startAngle' ;
  x3do:type 'SFFloat' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'endAngle' ;
  x3do:type 'SFFloat' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
: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 ;
  x3do:name 'ArcClose2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#ArcClose2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#ArcClose2D" "Geometry2dComponentPrototypes.x3d#ArcClose2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#ArcClose2D"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'startAngle' ;
  x3do:type 'SFFloat' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'endAngle' ;
  x3do:type 'SFFloat' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'closureType' ;
  x3do:type 'SFString' .
:field_2_3_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_3_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_4_1, :field_2_4_2, :field_2_4_3 ;
  x3do:name 'Circle2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Circle2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Circle2D" "Geometry2dComponentPrototypes.x3d#Circle2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Circle2D"' .
:field_2_4_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_4_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_4_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_5 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_5_1, :field_2_5_2, :field_2_5_3, :field_2_5_4 ;
  x3do:name 'Disk2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Disk2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Disk2D" "Geometry2dComponentPrototypes.x3d#Disk2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Disk2D"' .
:field_2_5_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'innerRadius' ;
  x3do:type 'SFFloat' .
:field_2_5_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'outerRadius' ;
  x3do:type 'SFFloat' .
:field_2_5_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_5_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_6 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_6_1, :field_2_6_2, :field_2_6_3 ;
  x3do:name 'Polyline2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Polyline2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Polyline2D" "Geometry2dComponentPrototypes.x3d#Polyline2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Polyline2D"' .
:field_2_6_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'lineSegments' ;
  x3do:type 'MFVec2f' .
:field_2_6_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_6_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_7 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_7_1, :field_2_7_2 ;
  x3do:name 'Polypoint2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Polypoint2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Polypoint2D" "Geometry2dComponentPrototypes.x3d#Polypoint2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Polypoint2D"' .
:field_2_7_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_7 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'point' ;
  x3do:type 'MFVec2f' .
:field_2_7_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_7 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_8 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_8_1, :field_2_8_2, :field_2_8_3 ;
  x3do:name 'Rectangle2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Rectangle2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Rectangle2D" "Geometry2dComponentPrototypes.x3d#Rectangle2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Rectangle2D"' .
:field_2_8_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_8 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'size' ;
  x3do:type 'SFVec2f' .
:field_2_8_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_8 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_8_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_8 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_9 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_9_1, :field_2_9_2, :field_2_9_3 ;
  x3do:name 'TriangleSet2D' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#TriangleSet2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#TriangleSet2D" "Geometry2dComponentPrototypes.x3d#TriangleSet2D" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#TriangleSet2D"' .
:field_2_9_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_9 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'vertices' ;
  x3do:type 'MFVec2f' .
:field_2_9_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_9 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_9_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_9 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_10 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_10_1, :field_2_10_2, :field_2_10_3, :field_2_10_4, :field_2_10_5, :field_2_10_6 ;
  x3do:name 'ArcClose2DUnfilled' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#ArcClose2DUnfilled" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#ArcClose2DUnfilled" "Geometry2dComponentPrototypes.x3d#ArcClose2DUnfilled" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#ArcClose2DUnfilled"' .
:field_2_10_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'startAngle' ;
  x3do:type 'SFFloat' .
:field_2_10_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'endAngle' ;
  x3do:type 'SFFloat' .
:field_2_10_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'radius' ;
  x3do:type 'SFFloat' .
:field_2_10_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'closureType' ;
  x3do:type 'SFString' .
:field_2_10_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_10_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_10 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_11 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_11_1, :field_2_11_2, :field_2_11_3 ;
  x3do:name 'Rectangle2DUnfilled' ;
  x3do:url '"Geometry2dComponentPrototypes.wrl#Rectangle2DUnfilled" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.wrl#Rectangle2DUnfilled" "Geometry2dComponentPrototypes.x3d#Rectangle2DUnfilled" "https://www.web3d.org/x3d/content/examples/Basic/development/Geometry2dComponentPrototypes.x3d#Rectangle2DUnfilled"' .
:field_2_11_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_11 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'size' ;
  x3do:type 'SFVec2f' .
:field_2_11_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_11 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'solid' ;
  x3do:type 'SFBool' .
:field_2_11_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_11 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:Background_2_12 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0.3 0.3 0.3 ) ;
  x3do:skyColor ( 0.3 0.3 0.3 ) .
:Viewpoint_2_13 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Geometry2D Component Examples' ;
  x3do:position ( 0 0 12 ) .
:Transform_2_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_14_1 ;
  x3do:translation ( -5 2 0 ) .
:Shape_2_14_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_14 ;
  x3do:hasGeometry :ProtoInstance_2_14_1_1 ;
  x3do:hasAppearance :Appearance_2_14_1_2 .
:ProtoInstance_2_14_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:hasFieldValue :fieldValue_2_14_1_1_1, :fieldValue_2_14_1_1_2, :fieldValue_2_14_1_1_3, :fieldValue_2_14_1_1_4 ;
  x3do:name 'ArcClose2D' .
:fieldValue_2_14_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_14_1_1 ;
  x3do:name 'closureType' ;
  x3do:value 'PIE' .
:fieldValue_2_14_1_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_14_1_1 ;
  x3do:name 'startAngle' ;
  x3do:value 0.7 .
:fieldValue_2_14_1_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_14_1_1 ;
  x3do:name 'endAngle' ;
  x3do:value 3 .
:fieldValue_2_14_1_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_14_1_1 ;
  x3do:name 'radius' ;
  x3do:value 1 .
:Appearance_2_14_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_14_1 ;
  x3do:hasMaterial :Material_2_14_1_2_1 .
:Material_2_14_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_14_1_2 ;
  x3do:diffuseColor ( 0 0 1 ) .
:ArcClose2DUnfilledTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_15_1 ;
  x3do:DEF 'ArcClose2DUnfilledTransform' ;
  x3do:translation ( -2.5 2 0 ) .
:Shape_2_15_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :ArcClose2DUnfilledTransform ;
  x3do:hasGeometry :ProtoInstance_2_15_1_1 ;
  x3do:hasAppearance :Appearance_2_15_1_2 .
:ProtoInstance_2_15_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_15_1 ;
  x3do:hasFieldValue :fieldValue_2_15_1_1_1, :fieldValue_2_15_1_1_2, :fieldValue_2_15_1_1_3, :fieldValue_2_15_1_1_4 ;
  x3do:name 'ArcClose2DUnfilled' .
:fieldValue_2_15_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_15_1_1 ;
  x3do:name 'closureType' ;
  x3do:value 'PIE' .
:fieldValue_2_15_1_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_15_1_1 ;
  x3do:name 'startAngle' ;
  x3do:value 0.7 .
:fieldValue_2_15_1_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_15_1_1 ;
  x3do:name 'endAngle' ;
  x3do:value 3 .
:fieldValue_2_15_1_1_4 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_15_1_1 ;
  x3do:name 'radius' ;
  x3do:value 1 .
:Appearance_2_15_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_15_1 ;
  x3do:hasMaterial :Material_2_15_1_2_1 .
:Material_2_15_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_15_1_2 ;
  x3do:emissiveColor ( 0.2 0.2 1 ) .
:Transform_2_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_16_1 ;
  x3do:translation ( -0.5 2 0 ) .
:Shape_2_16_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasGeometry :ProtoInstance_2_16_1_1 ;
  x3do:hasAppearance :Appearance_2_16_1_2 .
:ProtoInstance_2_16_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_16_1 ;
  x3do:hasFieldValue :fieldValue_2_16_1_1_1, :fieldValue_2_16_1_1_2, :fieldValue_2_16_1_1_3 ;
  x3do:name 'Arc2D' .
:fieldValue_2_16_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_16_1_1 ;
  x3do:name 'startAngle' ;
  x3do:value 0 .
:fieldValue_2_16_1_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_16_1_1 ;
  x3do:name 'endAngle' ;
  x3do:value 1.570796 .
:fieldValue_2_16_1_1_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_16_1_1 ;
  x3do:name 'radius' ;
  x3do:value 1 .
:Appearance_2_16_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_16_1 ;
  x3do:hasMaterial :Material_2_16_1_2_1 .
:Material_2_16_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_16_1_2 ;
  x3do:emissiveColor ( 1 1 0 ) .
:Transform_2_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_17_1 ;
  x3do:translation ( 2 2 0 ) .
:Shape_2_17_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasGeometry :ProtoInstance_2_17_1_1 ;
  x3do:hasAppearance :Appearance_2_17_1_2 .
:ProtoInstance_2_17_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_17_1 ;
  x3do:hasFieldValue :fieldValue_2_17_1_1_1 ;
  x3do:name 'Circle2D' .
:fieldValue_2_17_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_17_1_1 ;
  x3do:name 'radius' ;
  x3do:value 1 .
:Appearance_2_17_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_17_1 ;
  x3do:hasMaterial :Material_2_17_1_2_1 .
:Material_2_17_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_17_1_2 ;
  x3do:emissiveColor ( 1 0 0 ) .
:Transform_2_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_18_1 ;
  x3do:translation ( 5 2 0 ) .
:Shape_2_18_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasGeometry :ProtoInstance_2_18_1_1 ;
  x3do:hasAppearance :Appearance_2_18_1_2 .
:ProtoInstance_2_18_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_18_1 ;
  x3do:hasFieldValue :fieldValue_2_18_1_1_1, :fieldValue_2_18_1_1_2 ;
  x3do:name 'Disk2D' .
:fieldValue_2_18_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_18_1_1 ;
  x3do:name 'innerRadius' ;
  x3do:value 0.5 .
:fieldValue_2_18_1_1_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_18_1_1 ;
  x3do:name 'outerRadius' ;
  x3do:value 1 .
:Appearance_2_18_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_18_1 ;
  x3do:hasMaterial :Material_2_18_1_2_1 .
:Material_2_18_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_18_1_2 ;
  x3do:diffuseColor ( 0.5 1 1 ) .
:Transform_2_19 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_19_1 ;
  x3do:translation ( -5 -2 0 ) .
:Shape_2_19_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_19 ;
  x3do:hasGeometry :ProtoInstance_2_19_1_1 ;
  x3do:hasAppearance :Appearance_2_19_1_2 .
:ProtoInstance_2_19_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_19_1 ;
  x3do:hasFieldValue :fieldValue_2_19_1_1_1 ;
  x3do:name 'Rectangle2D' .
:fieldValue_2_19_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_19_1_1 ;
  x3do:name 'size' ;
  x3do:value ( 1 2 ) .
:Appearance_2_19_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_19_1 ;
  x3do:hasMaterial :Material_2_19_1_2_1 .
:Material_2_19_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_19_1_2 ;
  x3do:diffuseColor ( 1 0 0 ) .
:RectangleUnfilled a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_20_1 ;
  x3do:DEF 'RectangleUnfilled' ;
  x3do:translation ( -3 -2 0 ) .
:Shape_2_20_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RectangleUnfilled ;
  x3do:hasGeometry :ProtoInstance_2_20_1_1 ;
  x3do:hasAppearance :Appearance_2_20_1_2 .
:ProtoInstance_2_20_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_20_1 ;
  x3do:hasFieldValue :fieldValue_2_20_1_1_1 ;
  x3do:name 'Rectangle2DUnfilled' .
:fieldValue_2_20_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_20_1_1 ;
  x3do:name 'size' ;
  x3do:value ( 1 2 ) .
:Appearance_2_20_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_20_1 ;
  x3do:hasMaterial :Material_2_20_1_2_1 .
:Material_2_20_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_20_1_2 ;
  x3do:emissiveColor ( 1 0.2 0.2 ) .
:Transform_2_21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_21_1 ;
  x3do:translation ( -0.5 -2 0 ) .
:Shape_2_21_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_21 ;
  x3do:hasGeometry :ProtoInstance_2_21_1_1 ;
  x3do:hasAppearance :Appearance_2_21_1_2 .
:ProtoInstance_2_21_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_21_1 ;
  x3do:hasFieldValue :fieldValue_2_21_1_1_1 ;
  x3do:name 'Polyline2D' .
:fieldValue_2_21_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_21_1_1 ;
  x3do:name 'lineSegments' ;
  x3do:value ( -1 0 -0.5 1 0 0 0.5 1 1 0 ) .
:Appearance_2_21_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_21_1 ;
  x3do:hasMaterial :Material_2_21_1_2_1 .
:Material_2_21_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_21_1_2 ;
  x3do:diffuseColor ( 0 0 0 ) ;
  x3do:emissiveColor ( 1 0.5 1 ) .
:Transform_2_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_22_1, :Transform_2_22_2 ;
  x3do:translation ( 2.5 -2 0 ) .
:Shape_2_22_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_22 ;
  x3do:hasGeometry :ProtoInstance_2_22_1_1 ;
  x3do:hasAppearance :Appearance_2_22_1_2 .
:ProtoInstance_2_22_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_22_1 ;
  x3do:hasFieldValue :fieldValue_2_22_1_1_1 ;
  x3do:name 'Polypoint2D' .
:fieldValue_2_22_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_22_1_1 ;
  x3do:name 'point' ;
  x3do:value ( -1 0 -0.5 1 0 0 0.5 1 1 0 ) .
:Appearance_2_22_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_22_1 ;
  x3do:hasMaterial :Material_2_22_1_2_1 .
:Material_2_22_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_22_1_2 ;
  x3do:emissiveColor ( 1 1 1 ) .
:Transform_2_22_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_22 ;
  x3do:hasChildren :Shape_2_22_2_1, :Transform_2_22_2_2 ;
  x3do:translation ( 0 0.5 -0.5 ) .
:Shape_2_22_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_22_2 ;
  x3do:hasGeometry :BackDrop ;
  x3do:hasAppearance :Appearance_2_22_2_1_2 .
:BackDrop a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_22_2_1 ;
  x3do:hasFieldValue :fieldValue_2_22_2_1_1_1 ;
  x3do:DEF 'BackDrop' ;
  x3do:name 'Rectangle2D' .
:fieldValue_2_22_2_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :BackDrop ;
  x3do:name 'size' ;
  x3do:value ( 2.5 2 ) .
:Appearance_2_22_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_22_2_1 ;
  x3do:hasMaterial :Material_2_22_2_1_2_1 .
:Material_2_22_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_22_2_1_2 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Transform_2_22_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_22_2 ;
  x3do:hasChildren :Shape_2_22_2_2_1 ;
  x3do:translation ( 0 -0.15 0.2 ) .
:Shape_2_22_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_22_2_2 ;
  x3do:hasGeometry :Text_2_22_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_22_2_2_1_2 .
:Text_2_22_2_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_22_2_2_1 ;
  x3do:hasFontStyle :FontStyle_2_22_2_2_1_1_1 ;
  x3do:string '"PolyPoint2D" "5 points"' .
:FontStyle_2_22_2_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_22_2_2_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.25 ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_22_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_22_2_2_1 ;
  x3do:hasMaterial :Material_2_22_2_2_1_2_1 .
:Material_2_22_2_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_22_2_2_1_2 .
:Transform_2_23 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_23_1 ;
  x3do:translation ( 5 -2 0 ) .
:Shape_2_23_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_23 ;
  x3do:hasGeometry :ProtoInstance_2_23_1_1 ;
  x3do:hasAppearance :Appearance_2_23_1_2 .
:ProtoInstance_2_23_1_1 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Shape_2_23_1 ;
  x3do:hasFieldValue :fieldValue_2_23_1_1_1 ;
  x3do:name 'TriangleSet2D' .
:fieldValue_2_23_1_1_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_23_1_1 ;
  x3do:name 'vertices' ;
  x3do:value ( 0 0 1 1 -1 1 0 0 1 0.5 1 -0.5 0 0 -1 -2 -2 -1 ) .
:Appearance_2_23_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_23_1 ;
  x3do:hasFillProperties :TestFillProperties ;
  x3do:hasLineProperties :TestLineProperties ;
  x3do:hasMaterial :Material_2_23_1_2_3 .
:TestFillProperties a owl:NamedIndividual, x3do:FillProperties ;
  x3do:hasParent :Appearance_2_23_1_2 ;
  x3do:DEF 'TestFillProperties' .
:TestLineProperties a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_23_1_2 ;
  x3do:hasMetadata :TestLinePropertiesMetaData ;
  x3do:DEF 'TestLineProperties' ;
  x3do:linewidthScaleFactor 1 .
:TestLinePropertiesMetaData a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :TestLineProperties ;
  x3do:DEF 'TestLinePropertiesMetaData' ;
  x3do:name 'test LineProperties metadata child' .
:Material_2_23_1_2_3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_1_2 ;
  x3do:diffuseColor ( 0 1 0 ) .
