@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/GolfRange.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 'Interchange' ;
  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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'GolfRange.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Display two practice ranges for golf' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Ms Ng, Hwee Ping' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '6 September 2004' ;
  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/Buildings/ZenCondominium/GolfRange.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 '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "GolfRange.x3d" .
:meta dcterms:description "Display two practice ranges for golf" .
:meta dcterms:creator "Ms Ng, Hwee Ping" .
:meta dcterms:created "6 September 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/GolfRange.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, 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, :Range, :Transform_2_3, :Viewpoint_2_4 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'GolfRange.x3d' .
:Range a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_2_1, :Transform_2_2_2, :Transform_2_2_3, :Transform_2_2_4, :Transform_2_2_5 ;
  x3do:DEF 'Range' .
:Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Range ;
  x3do:hasChildren :Shape_2_2_1_1 ;
  x3do:translation ( 0 0 -10 ) .
:Shape_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasGeometry :Box_2_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_2 .
:Box_2_2_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:size ( 10 0.1 8 ) .
:Appearance_2_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_2_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_1_2_2 .
:Material_2_2_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_2 ;
  x3do:diffuseColor ( 0.6 0 0 ) ;
  x3do:transparency 0.1 .
:ImageTexture_2_2_1_1_2_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_1_2 ;
  x3do:url '"grass_1.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/grass_1.jpg"' .
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Range ;
  x3do:hasChildren :Golf_Gate_Breadth ;
  x3do:translation ( 0 3 -6 ) .
:Golf_Gate_Breadth a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2 ;
  x3do:hasChildren :Shape_2_2_2_1_1, :Post, :Transform_2_2_2_1_3, :Transform_2_2_2_1_4 ;
  x3do:DEF 'Golf_Gate_Breadth' .
:Shape_2_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Golf_Gate_Breadth ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_2_1_1_2 .
:Appearance_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1 ;
  x3do:hasTexture :Grill_Material ;
  x3do:hasTextureTransform :TextureTransform_2_2_2_1_1_1_2 .
:Grill_Material a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_1_1 ;
  x3do:DEF 'Grill_Material' ;
  x3do:url '"grill.png" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/ZenCondominium/grill.png"' .
:TextureTransform_2_2_2_1_1_1_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_2_1_1_1 ;
  x3do:center ( 0.5 0.5 ) ;
  x3do:rotation 0.785 ;
  x3do:scale ( 32 8 ) .
:IndexedFaceSet_2_2_2_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_2_1_1 ;
  x3do:hasCoord :Coordinate_2_2_2_1_1_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_2_2_1_1_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_2_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_2 ;
  x3do:point ( -5 -3 0.1 5 -3 0.1 5 3 0.1 -5 3 0.1 ) .
:TextureCoordinate_2_2_2_1_1_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_2_1_1_2 ;
  x3do:point ( 0 0 1 0 1 1 0 1 ) .
:Post a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Golf_Gate_Breadth ;
  x3do:hasGeometry :Cylinder_2_2_2_1_2_1 ;
  x3do:DEF 'Post' .
:Cylinder_2_2_2_1_2_1 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Post ;
  x3do:height 6 ;
  x3do:radius 0.1 .
:Transform_2_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Breadth ;
  x3do:hasChildren :Post-USE-1 ;
  x3do:translation ( -5 0 0 ) .
:Post-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_3 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Breadth ;
  x3do:hasChildren :Post-USE-2 ;
  x3do:translation ( 5 0 0 ) .
:Post-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Range ;
  x3do:hasChildren :Golf_Gate_Breadth-USE-1 ;
  x3do:translation ( 0 3 -14 ) .
:Golf_Gate_Breadth-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_3 ;
  owl:sameAs :Golf_Gate_Breadth . # DEF matching this USE
:Transform_2_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Range ;
  x3do:hasChildren :Golf_Gate_Length ;
  x3do:rotation ( 0 1 0 -1.57 ) ;
  x3do:translation ( -5 3 -10 ) .
:Golf_Gate_Length a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_4 ;
  x3do:hasChildren :Shape_2_2_4_1_1, :Transform_2_2_4_1_2, :Transform_2_2_4_1_3, :Transform_2_2_4_1_4, :Transform_2_2_4_1_5 ;
  x3do:DEF 'Golf_Gate_Length' .
:Shape_2_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Golf_Gate_Length ;
  x3do:hasAppearance :Appearance_2_2_4_1_1_1 ;
  x3do:hasGeometry :Screen .
:Appearance_2_2_4_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_4_1_1 ;
  x3do:hasTexture :Grill_Material-USE-1 ;
  x3do:hasTextureTransform :TextureTransform_2_2_4_1_1_1_2 .
:Grill_Material-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_4_1_1_1 ;
  owl:sameAs :Grill_Material . # DEF matching this USE
:TextureTransform_2_2_4_1_1_1_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_4_1_1_1 ;
  x3do:center ( 0.5 0.5 ) ;
  x3do:rotation 0.785 ;
  x3do:scale ( 32 8 ) .
:Screen a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_4_1_1 ;
  x3do:hasCoord :Coordinate_2_2_4_1_1_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_2_4_1_1_2_2 ;
  x3do:DEF 'Screen' ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_4_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :Screen ;
  x3do:point ( -4 -3 0.1 4 -3 0.1 4 3 0.1 -4 3 0.1 ) .
:TextureCoordinate_2_2_4_1_1_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :Screen ;
  x3do:point ( 0 0 1 0 1 1 0 1 ) .
:Transform_2_2_4_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Length ;
  x3do:hasChildren :Post-USE-3 ;
  x3do:translation ( -4 0 0 ) .
:Post-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_4_1_2 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_4_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Length ;
  x3do:hasChildren :Post-USE-4 ;
  x3do:translation ( 4 0 0 ) .
:Post-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_4_1_3 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_4_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Length ;
  x3do:hasChildren :Post-USE-5 ;
  x3do:translation ( -2.5 0 0 ) .
:Post-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_4_1_4 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_4_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Golf_Gate_Length ;
  x3do:hasChildren :Post-USE-6 ;
  x3do:translation ( 2.5 0 0 ) .
:Post-USE-6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_4_1_5 ;
  owl:sameAs :Post . # DEF matching this USE
:Transform_2_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Range ;
  x3do:hasChildren :Golf_Gate_Top ;
  x3do:rotation ( 1 0 0 1.57 ) ;
  x3do:translation ( 0 6 -10 ) .
:Golf_Gate_Top a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_5 ;
  x3do:hasChildren :Shape_2_2_5_1_1 ;
  x3do:DEF 'Golf_Gate_Top' .
:Shape_2_2_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Golf_Gate_Top ;
  x3do:hasAppearance :Appearance_2_2_5_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_5_1_1_2 .
:Appearance_2_2_5_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_5_1_1 ;
  x3do:hasTexture :Grill_Material-USE-2 ;
  x3do:hasTextureTransform :TextureTransform_2_2_5_1_1_1_2 .
:Grill_Material-USE-2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_5_1_1_1 ;
  owl:sameAs :Grill_Material . # DEF matching this USE
:TextureTransform_2_2_5_1_1_1_2 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_5_1_1_1 ;
  x3do:center ( 0.5 0.5 ) ;
  x3do:rotation 0.785 ;
  x3do:scale ( 32 8 ) .
:IndexedFaceSet_2_2_5_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_5_1_1 ;
  x3do:hasCoord :Coordinate_2_2_5_1_1_2_1 ;
  x3do:hasTexCoord :TextureCoordinate_2_2_5_1_1_2_2 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 ) .
:Coordinate_2_2_5_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_5_1_1_2 ;
  x3do:point ( -5 -4 0.1 5 -4 0.1 5 4 0.1 -5 4 0.1 ) .
:TextureCoordinate_2_2_5_1_1_2_2 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_5_1_1_2 ;
  x3do:point ( 0 0 1 0 1 1 0 1 ) .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Range-USE-1 ;
  x3do:translation ( 0 0 7 ) .
:Range-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_3 ;
  owl:sameAs :Range . # DEF matching this USE
:Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Mini Golf Range' ;
  x3do:orientation ( -0.154 0.966 0.207 1.9863 ) ;
  x3do:position ( 29.3 15.4 -16.6 ) .
