@prefix :        <https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/PlayYard.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.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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_15, :meta_1_16, :meta_1_17 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'PlayYard.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A playyard to demonstrate NavigationInfo operation. This world illustrates the use of a NavigationInfo node to set the size of the users avatar (width, height, stepsize). The playyard contains several obstacles, some of which the users can get past and others they cannot, all because of the size of the avatar.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'John L. Moreland' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 July 1998' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '2 February 2014' ;
  x3do:name 'translated' .
: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 'originals/playyard.wrl' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.siggraph.org/s98' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.siggraph.org/s98/conference/courses/18.html' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0364.htm' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/PlayYard.x3d' ;
  x3do:name 'identifier' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html' ;
  x3do:name 'generator' .
:meta_1_16 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_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "PlayYard.x3d" .
:meta dcterms:description "A playyard to demonstrate NavigationInfo operation. This world illustrates the use of a NavigationInfo node to set the size of the users avatar (width, height, stepsize). The playyard contains several obstacles, some of which the users can get past and others they cannot, all because of the size of the avatar." .
:meta dcterms:creator "John L. Moreland" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "1 July 1998" .
:meta dcterms:translated "2 February 2014" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "originals/playyard.wrl" .
:meta dcterms:reference "http://www.siggraph.org/s98" .
:meta dcterms:reference "http://www.siggraph.org/s98/conference/courses/18.html" .
:meta dcterms:reference "http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0364.htm" .
:meta dcterms:reference "http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/PlayYard.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
: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, :NavigationInfo_2_2, :Background_2_3, :DirectionalLight_2_4, :Viewpoint_2_5, :Viewpoint_2_6, :Viewpoint_2_7, :Viewpoint_2_8, :Viewpoint_2_9, :Viewpoint_2_10, :Viewpoint_2_11, :Shape_2_12, :Transform_2_13, :Transform_2_14, :Group_2_15, :Transform_2_16, :Transform_2_17, :Transform_2_18 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"Copyright (c) 1998, John L. Moreland"' ;
  x3do:title 'Playyard' .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:avatarSize ( 0.25 1.6 0.6 ) ;
  x3do:headlight false ;
  x3do:speed 2.0 ;
  x3do:type '"WALK" "ANY"' .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundAngle ( 1.309 1.570796 ) ;
  x3do:groundColor ( 0.0 0.1 0.0 0.0 0.2 0.0 0.2 0.5 0.2 ) ;
  x3do:skyAngle ( 1.309 1.571 ) ;
  x3do:skyColor ( 0.0 0.2 0.7 0.0 0.5 1.0 1.0 1.0 1.0 ) .
:DirectionalLight_2_4 a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :Scene ;
  x3do:ambientIntensity 0.5 ;
  x3do:direction ( -0.5 -1.0 -0.5 ) .
:Viewpoint_2_5 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Away' ;
  x3do:orientation ( 1.0 0.0 0.0 -0.57 ) ;
  x3do:position ( 0.0 5.5 9.0 ) .
:Viewpoint_2_6 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Monkey Bars - End' ;
  x3do:position ( -4.0 1.6 4.0 ) .
:Viewpoint_2_7 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Monkey Bars - Side' ;
  x3do:orientation ( 0.0 1.0 0.0 1.57 ) ;
  x3do:position ( 0.0 1.6 0.0 ) .
:Viewpoint_2_8 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Chin-Up Bar - Short' ;
  x3do:orientation ( 1.0 0.0 0.0 -0.57 ) ;
  x3do:position ( -1.0 1.6 -2.0 ) .
:Viewpoint_2_9 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Chin-Up Bar - Tall' ;
  x3do:position ( 1.0 1.6 0.0 ) .
:Viewpoint_2_10 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Slide - Ladder' ;
  x3do:orientation ( 1.0 0.0 0.0 -0.57 ) ;
  x3do:position ( 4.0 1.6 4.0 ) .
:Viewpoint_2_11 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Slide - Shoot' ;
  x3do:orientation ( 0.0 1.0 0.5 3.14159 ) ;
  x3do:position ( 4.0 1.6 -4.0 ) .
:Shape_2_12 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasAppearance :Appearance_2_12_1 ;
  x3do:hasGeometry :Box_2_12_2 .
:Appearance_2_12_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12 ;
  x3do:hasTextureTransform :TextureTransform_2_12_1_1 ;
  x3do:hasMaterial :Material_2_12_1_2 ;
  x3do:hasTexture :ImageTexture_2_12_1_3 .
:TextureTransform_2_12_1_1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_12_1 ;
  x3do:scale ( 16.0 16.0 ) .
:Material_2_12_1_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_1 .
:ImageTexture_2_12_1_3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_12_1 ;
  x3do:url '"sand.jpg" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/sand.jpg"' .
:Box_2_12_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_12 ;
  x3do:size ( 10.0 0.02 10.0 ) .
:Transform_2_13 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Palm ;
  x3do:translation ( 2.0 0.0 -10.0 ) .
:Palm a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_13 ;
  x3do:hasChildren :Shape_2_13_1_1, :Shape_2_13_1_2 ;
  x3do:DEF 'Palm' .
:Shape_2_13_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Palm ;
  x3do:hasAppearance :Appearance_2_13_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_13_1_1_2 .
:Appearance_2_13_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1_1 ;
  x3do:hasTexture :ImageTexture_2_13_1_1_1_1 .
:ImageTexture_2_13_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_13_1_1_1 ;
  x3do:url '"palm.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/palm.png"' .
:IndexedFaceSet_2_13_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_13_1_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_13_1_1_2_1 ;
  x3do:hasCoord :Coordinate_2_13_1_1_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_13_1_1_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_13_1_1_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_13_1_1_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_13_1_1_2 ;
  x3do:point ( -0.83 0.0 0.0 0.83 0.0 0.0 0.83 3.75 0.0 -0.83 3.75 0.0 ) .
:Shape_2_13_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Palm ;
  x3do:hasAppearance :Appearance_2_13_1_2_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_13_1_2_2 .
:Appearance_2_13_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_13_1_2 ;
  x3do:hasMaterial :Material_2_13_1_2_1_1 ;
  x3do:hasTexture :ImageTexture_2_13_1_2_1_2 .
:Material_2_13_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_13_1_2_1 ;
  x3do:diffuseColor ( 0.0 0.0 0.0 ) ;
  x3do:transparency 0.5 .
:ImageTexture_2_13_1_2_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_13_1_2_1 ;
  x3do:url '"palmsh.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/palmsh.png"' .
:IndexedFaceSet_2_13_1_2_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_13_1_2 ;
  x3do:hasTexCoord :TextureCoordinate_2_13_1_2_2_1 ;
  x3do:hasCoord :Coordinate_2_13_1_2_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_13_1_2_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_13_1_2_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_13_1_2_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_13_1_2_2 ;
  x3do:point ( -1.0 0.02 1.0 1.0 0.02 1.0 1.0 0.02 -1.0 -1.0 0.02 -1.0 ) .
:Transform_2_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Palm-USE-1 ;
  x3do:translation ( -6.0 0.0 -1.0 ) .
:Palm-USE-1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :Transform_2_14 ;
  owl:sameAs :Palm . # DEF matching this USE
:Group_2_15 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Fence, :Transform_2_15_2, :Transform_2_15_3, :Transform_2_15_4 .
:Fence a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_15 ;
  x3do:hasChildren :Shape_2_15_1_1, :Transform_2_15_1_2, :Transform_2_15_1_3 ;
  x3do:DEF 'Fence' ;
  x3do:translation ( 0.0 0.0 -5.0 ) .
:Shape_2_15_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Fence ;
  x3do:hasAppearance :Appearance_2_15_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_15_1_1_2 .
:Appearance_2_15_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_15_1_1 ;
  x3do:hasTextureTransform :TextureTransform_2_15_1_1_1_1 ;
  x3do:hasMaterial :Material_2_15_1_1_1_2 ;
  x3do:hasTexture :ImageTexture_2_15_1_1_1_3 .
:TextureTransform_2_15_1_1_1_1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_15_1_1_1 ;
  x3do:center ( 0.5 0.5 ) ;
  x3do:rotation 0.7853982 ;
  x3do:scale ( 17.0 17.0 ) .
:Material_2_15_1_1_1_2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_15_1_1_1 .
:ImageTexture_2_15_1_1_1_3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_15_1_1_1 ;
  x3do:url '"grill.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/grill.png"' .
:IndexedFaceSet_2_15_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_15_1_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_15_1_1_2_1 ;
  x3do:hasCoord :Coordinate_2_15_1_1_2_2 ;
  x3do:coordIndex ( 0 1 2 3 -1 4 5 6 7 -1 8 9 10 11 -1 12 13 14 15 -1 16 17 18 19 -1 20 21 22 23 -1 24 25 26 27 -1 28 29 30 31 -1 32 33 34 35 -1 36 37 38 39 -1 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 0 1 2 3 -1 ) .
:TextureCoordinate_2_15_1_1_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_15_1_1_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_15_1_1_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_15_1_1_2 ;
  x3do:point ( 4.0 0.0 0.0 5.0 0.0 0.0 5.0 1.0 0.0 4.0 1.0 0.0 3.0 0.0 0.0 4.0 0.0 0.0 4.0 1.0 0.0 3.0 1.0 0.0 2.0 0.0 0.0 3.0 0.0 0.0 3.0 1.0 0.0 2.0 1.0 0.0 1.0 0.0 0.0 2.0 0.0 0.0 2.0 1.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 0.0 0.0 1.0 0.0 -1.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 -1.0 1.0 0.0 -2.0 0.0 0.0 -1.0 0.0 0.0 -1.0 1.0 0.0 -2.0 1.0 0.0 -3.0 0.0 0.0 -2.0 0.0 0.0 -2.0 1.0 0.0 -3.0 1.0 0.0 -4.0 0.0 0.0 -3.0 0.0 0.0 -3.0 1.0 0.0 -4.0 1.0 0.0 -5.0 0.0 0.0 -4.0 0.0 0.0 -4.0 1.0 0.0 -5.0 1.0 0.0 ) .
:Transform_2_15_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fence ;
  x3do:hasChildren :Post ;
  x3do:translation ( 0.0 0.5 0.05 ) .
:Post a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_15_1_2 ;
  x3do:hasAppearance :Galvanized ;
  x3do:hasGeometry :Cylinder_2_15_1_2_1_2 ;
  x3do:DEF 'Post' .
:Galvanized a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Post ;
  x3do:hasMaterial :Material_2_15_1_2_1_1_1 ;
  x3do:DEF 'Galvanized' .
:Material_2_15_1_2_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Galvanized ;
  x3do:ambientIntensity 0.3 ;
  x3do:diffuseColor ( 0.3 0.3 0.3 ) ;
  x3do:shininess 0.1 ;
  x3do:specularColor ( 0.7 0.7 0.8 ) .
:Cylinder_2_15_1_2_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Post ;
  x3do:height 1.0 ;
  x3do:radius 0.05 .
:Transform_2_15_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Fence ;
  x3do:hasChildren :Post-USE-1 ;
  x3do:translation ( 4.95 0.5 0.05 ) .
:Post-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_15_1_3 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_15_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_15 ;
  x3do:hasChildren :Fence-USE-1 ;
  x3do:rotation ( 0.0 1.0 0.0 1.57 ) .
:Fence-USE-1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_15_2 ;
  owl:sameAs :Fence . # DEF matching this USE
:Transform_2_15_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_15 ;
  x3do:hasChildren :Fence-USE-2 ;
  x3do:rotation ( 0.0 1.0 0.0 3.14159 ) .
:Fence-USE-2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_15_3 ;
  owl:sameAs :Fence . # DEF matching this USE
:Transform_2_15_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_15 ;
  x3do:hasChildren :Fence-USE-3 ;
  x3do:rotation ( 0.0 1.0 0.0 -1.57 ) .
:Fence-USE-3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_15_4 ;
  owl:sameAs :Fence . # DEF matching this USE
:Transform_2_16 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_16_1, :Transform_2_16_2, :Transform_2_16_3, :Transform_2_16_4, :Transform_2_16_5, :Shape_2_16_6 ;
  x3do:translation ( -4.0 0.0 0.0 ) .
:Transform_2_16_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasChildren :Lumber ;
  x3do:translation ( -0.3 1.0 -2.0 ) .
:Lumber a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_1 ;
  x3do:hasAppearance :Wood ;
  x3do:hasGeometry :Box_2_16_1_1_2 ;
  x3do:DEF 'Lumber' .
:Wood a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Lumber ;
  x3do:hasMaterial :Material_2_16_1_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_16_1_1_1_2 ;
  x3do:DEF 'Wood' .
:Material_2_16_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Wood ;
  x3do:diffuseColor ( 0.8 0.6 0.4 ) .
:ImageTexture_2_16_1_1_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Wood ;
  x3do:url '"wood.jpg" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/wood.jpg"' .
:Box_2_16_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Lumber ;
  x3do:size ( 0.1 2.0 0.1 ) .
:Transform_2_16_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasChildren :Lumber-USE-1 ;
  x3do:translation ( 0.3 1.0 -2.0 ) .
:Lumber-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_2 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_16_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasChildren :Lumber-USE-2 ;
  x3do:translation ( -0.3 1.0 2.0 ) .
:Lumber-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_3 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_16_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasChildren :Lumber-USE-3 ;
  x3do:translation ( 0.3 1.0 2.0 ) .
:Lumber-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_4 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_16_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasChildren :Ladder ;
  x3do:rotation ( 1.0 0.0 0.0 1.57 ) ;
  x3do:translation ( 0.0 1.8 0.0 ) .
:Ladder a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_16_5 ;
  x3do:hasChildren :Transform_2_16_5_1_1, :Transform_2_16_5_1_2, :Transform_2_16_5_1_3, :Transform_2_16_5_1_4, :Transform_2_16_5_1_5, :Transform_2_16_5_1_6, :Transform_2_16_5_1_7, :Transform_2_16_5_1_8, :Transform_2_16_5_1_9 ;
  x3do:DEF 'Ladder' .
:Transform_2_16_5_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole ;
  x3do:translation ( -0.3 0.0 0.0 ) .
:Pole a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_1 ;
  x3do:hasAppearance :Galvanized-USE-1 ;
  x3do:hasGeometry :Cylinder_2_16_5_1_1_1_2 ;
  x3do:DEF 'Pole' .
:Galvanized-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Pole ;
  owl:sameAs :Galvanized . # DEF matching this USE
:Cylinder_2_16_5_1_1_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Pole ;
  x3do:height 4.0 ;
  x3do:radius 0.025 .
:Transform_2_16_5_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-1 ;
  x3do:translation ( 0.3 0.0 0.0 ) .
:Pole-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_2 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-2 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) .
:Pole-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_3 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-3 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 0.5 0.0 ) .
:Pole-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_4 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-4 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 -0.5 0.0 ) .
:Pole-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_5 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-5 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 1.0 0.0 ) .
:Pole-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_6 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-6 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 -1.0 0.0 ) .
:Pole-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_7 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-7 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 1.5 0.0 ) .
:Pole-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_8 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_16_5_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Ladder ;
  x3do:hasChildren :Pole-USE-8 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.15 1.0 ) ;
  x3do:translation ( 0.0 -1.5 0.0 ) .
:Pole-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16_5_1_9 ;
  owl:sameAs :Pole . # DEF matching this USE
:Shape_2_16_6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_16 ;
  x3do:hasAppearance :Appearance_2_16_6_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_16_6_2 .
:Appearance_2_16_6_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_16_6 ;
  x3do:hasMaterial :Material_2_16_6_1_1 ;
  x3do:hasTexture :ImageTexture_2_16_6_1_2 .
:Material_2_16_6_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_16_6_1 ;
  x3do:diffuseColor ( 0.0 0.0 0.0 ) ;
  x3do:transparency 0.5 .
:ImageTexture_2_16_6_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_16_6_1 ;
  x3do:url '"ladrshad.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/ladrshad.png"' .
:IndexedFaceSet_2_16_6_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_16_6 ;
  x3do:hasTexCoord :TextureCoordinate_2_16_6_2_1 ;
  x3do:hasCoord :Coordinate_2_16_6_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_16_6_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_16_6_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_16_6_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_16_6_2 ;
  x3do:point ( -0.3 0.02 2.0 0.3 0.02 2.0 0.3 0.02 -2.0 -0.3 0.02 -2.0 ) .
:Transform_2_17 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_17_1, :Transform_2_17_2, :Transform_2_17_3, :Transform_2_17_4, :Transform_2_17_5, :Shape_2_17_6 ;
  x3do:translation ( 0.0 0.0 -4.0 ) .
:Transform_2_17_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasChildren :Lumber-USE-4 ;
  x3do:scale ( 1.0 0.5 1.0 ) ;
  x3do:translation ( -2.0 0.5 0.0 ) .
:Lumber-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_1 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_17_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasChildren :Lumber-USE-5 ;
  x3do:translation ( 0.0 1.0 0.0 ) .
:Lumber-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_2 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_17_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasChildren :Lumber-USE-6 ;
  x3do:translation ( 2.0 1.0 0.0 ) .
:Lumber-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_3 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_17_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasChildren :Pole-USE-9 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.5 1.0 ) ;
  x3do:translation ( -1.0 0.8 0.0 ) .
:Pole-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_4 ;
  owl:sameAs :Pole . # DEF matching this USE
:Transform_2_17_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasChildren :Pole-USE-10 ;
  x3do:rotation ( 0.0 0.0 1.0 1.57 ) ;
  x3do:scale ( 1.0 0.5 1.0 ) ;
  x3do:translation ( 1.0 1.8 0.0 ) .
:Pole-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17_5 ;
  owl:sameAs :Pole . # DEF matching this USE
:Shape_2_17_6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_17 ;
  x3do:hasAppearance :Appearance_2_17_6_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_17_6_2 .
:Appearance_2_17_6_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_17_6 ;
  x3do:hasMaterial :Material_2_17_6_1_1 .
:Material_2_17_6_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_17_6_1 ;
  x3do:diffuseColor ( 0.0 0.0 0.0 ) ;
  x3do:transparency 0.5 .
:IndexedFaceSet_2_17_6_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_17_6 ;
  x3do:hasTexCoord :TextureCoordinate_2_17_6_2_1 ;
  x3do:hasCoord :Coordinate_2_17_6_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_17_6_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_17_6_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_17_6_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_17_6_2 ;
  x3do:point ( -2.0 0.02 0.05 2.0 0.02 0.05 2.0 0.02 -0.05 -2.0 0.02 -0.05 ) .
:Transform_2_18 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_18_1, :Transform_2_18_2, :Transform_2_18_3, :Transform_2_18_4, :Transform_2_18_5, :Transform_2_18_6, :Shape_2_18_7, :Shape_2_18_8 ;
  x3do:translation ( 4.0 0.0 0.0 ) .
:Transform_2_18_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Lumber-USE-7 ;
  x3do:scale ( 1.0 1.5 1.0 ) ;
  x3do:translation ( -0.3 1.5 0.0 ) .
:Lumber-USE-7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18_1 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_18_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Lumber-USE-8 ;
  x3do:scale ( 1.0 1.5 1.0 ) ;
  x3do:translation ( 0.3 1.5 0.0 ) .
:Lumber-USE-8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18_2 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_18_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Transform_2_18_3_1 ;
  x3do:translation ( 0.0 1.4 1.4 ) .
:Transform_2_18_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18_3 ;
  x3do:hasChildren :Ladder-USE-1 ;
  x3do:rotation ( 1.0 0.0 0.0 -0.7853975 ) .
:Ladder-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_18_3_1 ;
  owl:sameAs :Ladder . # DEF matching this USE
:Transform_2_18_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Shape_2_18_4_1 ;
  x3do:translation ( 0.0 2.8 0.0 ) .
:Shape_2_18_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18_4 ;
  x3do:hasAppearance :Galvanized-USE-2 ;
  x3do:hasGeometry :Extrusion_2_18_4_1_2 .
:Galvanized-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_18_4_1 ;
  owl:sameAs :Galvanized . # DEF matching this USE
:Extrusion_2_18_4_1_2 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_18_4_1 ;
  x3do:beginCap false ;
  x3do:crossSection ( -0.05 0.3 0.05 0.3 0.05 -0.3 -0.05 -0.3 ) ;
  x3do:endCap false ;
  x3do:solid false ;
  x3do:spine ( 0.0 0.0 0.0 0.0 -2.1 -3.0 0.0 -2.1 -3.5 ) .
:Transform_2_18_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Lumber-USE-9 ;
  x3do:scale ( 1.0 0.35 1.0 ) ;
  x3do:translation ( 0.3 0.35 -3.5 ) .
:Lumber-USE-9 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18_5 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Transform_2_18_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasChildren :Lumber-USE-10 ;
  x3do:scale ( 1.0 0.35 1.0 ) ;
  x3do:translation ( -0.3 0.35 -3.5 ) .
:Lumber-USE-10 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18_6 ;
  owl:sameAs :Lumber . # DEF matching this USE
:Shape_2_18_7 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasAppearance :Appearance_2_18_7_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_18_7_2 .
:Appearance_2_18_7_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_18_7 ;
  x3do:hasMaterial :Material_2_18_7_1_1 .
:Material_2_18_7_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_18_7_1 ;
  x3do:diffuseColor ( 0.0 0.0 0.0 ) ;
  x3do:transparency 0.5 .
:IndexedFaceSet_2_18_7_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_18_7 ;
  x3do:hasTexCoord :TextureCoordinate_2_18_7_2_1 ;
  x3do:hasCoord :Coordinate_2_18_7_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_18_7_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_18_7_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_18_7_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_18_7_2 ;
  x3do:point ( -0.3 0.02 0.0 0.3 0.02 0.0 0.3 0.02 -3.5 -0.3 0.02 -3.5 ) .
:Shape_2_18_8 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_18 ;
  x3do:hasAppearance :Appearance_2_18_8_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_18_8_2 .
:Appearance_2_18_8_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_18_8 ;
  x3do:hasMaterial :Material_2_18_8_1_1 ;
  x3do:hasTexture :ImageTexture_2_18_8_1_2 .
:Material_2_18_8_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_18_8_1 ;
  x3do:diffuseColor ( 0.0 0.0 0.0 ) ;
  x3do:transparency 0.5 .
:ImageTexture_2_18_8_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_18_8_1 ;
  x3do:url '"ladrshad.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/ladrshad.png"' .
:IndexedFaceSet_2_18_8_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_18_8 ;
  x3do:hasTexCoord :TextureCoordinate_2_18_8_2_1 ;
  x3do:hasCoord :Coordinate_2_18_8_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:TextureCoordinate_2_18_8_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_18_8_2 ;
  x3do:point ( 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0 ) .
:Coordinate_2_18_8_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_18_8_2 ;
  x3do:point ( -0.3 0.02 2.8 0.3 0.02 2.8 0.3 0.02 0.0 -0.3 0.02 0.0 ) .
