@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/CornFlag.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 'CornFlag.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Corn Flag' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LT Christos Kalogrias - Hellenic Navy' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '12 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 'https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/CornFlag.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 "CornFlag.x3d" .
:meta dcterms:description "Corn Flag" .
:meta dcterms:creator "LT Christos Kalogrias - Hellenic Navy" .
:meta dcterms:created "12 November 2003" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/CornFlag.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, :CornFlag1 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'CornFlag.x3d' .
:CornFlag1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_2_1 ;
  x3do:DEF 'CornFlag1' .
:Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CornFlag1 ;
  x3do:hasChildren :Group_2_2_1_1 ;
  x3do:hasROUTE :ROUTE_2_2_1_2, :ROUTE_2_2_1_3 ;
  x3do:scale ( 1.333 2 1 ) ;
  x3do:translation ( 0 1 0 ) .
:Group_2_2_1_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasChildren :Transform_2_2_1_1_1 .
:Transform_2_2_1_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_1_1_1_1, :timer, :MoveFlag .
:Shape_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1_1 ;
  x3do:hasGeometry :Flag ;
  x3do:hasAppearance :Appearance_2_2_1_1_1_1_2 .
:Flag a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_1_1_1 ;
  x3do:hasCoord :FlagCoor ;
  x3do:DEF 'Flag' ;
  x3do:convex false ;
  x3do:coordIndex ( 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 0 ) ;
  x3do:solid false .
:FlagCoor a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :Flag ;
  x3do:DEF 'FlagCoor' ;
  x3do:point ( 0.0 0.0 0.0 0.5 0.0 0.0 1.0 0.0 0.0 1.5 0.0 0.0 2.0 0.0 0.0 2.5 0.0 0.0 3.0 0.0 0.0 3.5 0.0 0.0 4.0 0.0 0.0 4.5 0.0 0.0 5.0 0.0 0.0 5.5 0.0 0.0 6.0 0.0 0.0 6.5 0.0 0.0 7.0 0.0 0.0 7.5 0.0 0.0 7.5 0.5 0.0 7.5 1.0 0.0 7.5 1.5 0.0 7.5 2.0 0.0 7.5 2.5 0.0 7.5 3.0 0.0 7.5 3.5 0.0 7.5 4.0 0.0 7.5 4.5 0.0 7.5 5.0 0.0 7.0 5.0 0.0 6.5 5.0 0.0 6.0 5.0 0.0 5.5 5.0 0.0 5.0 5.0 0.0 4.5 5.0 0.0 4.0 5.0 0.0 3.5 5.0 0.0 3.0 5.0 0.0 2.5 5.0 0.0 2.0 5.0 0.0 1.5 5.0 0.0 1.0 5.0 0.0 0.5 5.0 0.0 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 ) .
:Appearance_2_2_1_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1_1_2_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_1_1_1_2_2 ;
  x3do:hasTextureTransform :TextureTransform_2_2_1_1_1_1_2_3 .
:Material_2_2_1_1_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1_1_2 ;
  x3do:diffuseColor ( 0.8 0.2 0.2 ) ;
  x3do:shininess 0.8 .
:ImageTexture_2_2_1_1_1_1_2_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_1_1_1_2 ;
  x3do:url '"./aek6.jpg" "https://www.web3d.org/x3d/content/examples/Savage/Buildings/SoccerStadium/aek6.jpgwrl"' .
:TextureTransform_2_2_1_1_1_1_2_3 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_2_1_1_1_1_2 ;
  x3do:translation ( 0.0 0.01 ) .
:timer a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Transform_2_2_1_1_1 ;
  x3do:DEF 'timer' ;
  x3do:cycleInterval '4.0' ;
  x3do:loop true .
:MoveFlag a owl:NamedIndividual, x3do:CoordinateInterpolator ;
  x3do:hasParent :Transform_2_2_1_1_1 ;
  x3do:DEF 'MoveFlag' ;
  x3do:key ( 0.0 0.25 0.5 0.75 1.0 ) ;
  x3do:keyValue ( 0.0 0.0 0.00 0.5 0.0 0.087 1.0 0.0 .100 1.5 0.0 0.087 2.0 0.0 0.00 2.5 0.0 -0.087 3.0 0.0 -0.100 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 -0.087 1.0 0.0 -0.10 1.5 0.0 -0.087 2.0 0.0 0.0 2.5 0.0 0.087 3.0 0.0 .10 3.5 0.0 0.087 4.0 0.0 0.0 4.5 0.0 -0.087 5.0 0.0 -0.10 5.5 0.0 -0.087 6.0 0.0 0.0 6.5 0.0 0.087 7.0 0.0 .10 7.5 0.0 0.087 7.5 0.5 0.087 7.5 1.0 0.087 7.5 1.5 0.087 7.5 2.0 0.087 7.5 2.5 0.087 7.5 3.0 0.087 7.5 3.5 0.087 7.5 4.0 0.087 7.5 4.5 0.087 7.5 5.0 0.087 7.0 5.0 .10 6.5 5.0 0.087 6.0 5.0 0.0 5.5 5.0 -0.087 5.0 5.0 -0.10 4.5 5.0 -0.087 4.0 5.0 0.0 3.5 5.0 0.087 3.0 5.0 .10 2.5 5.0 0.087 2.0 5.0 0.0 1.5 5.0 -0.087 1.0 5.0 -0.10 0.5 5.0 -0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 0.087 1.0 0.0 .10 1.5 0.0 0.087 2.0 0.0 0.0 2.5 0.0 -0.087 3.0 0.0 -0.10 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 -0.087 1.0 0.0 -0.10 1.5 0.0 -0.087 2.0 0.0 0.0 2.5 0.0 0.087 3.0 0.0 .10 3.5 0.0 0.087 4.0 0.0 0.0 4.5 0.0 -0.087 5.0 0.0 -0.10 5.5 0.0 -0.087 6.0 0.0 0.0 6.5 0.0 0.087 7.0 0.0 .10 7.5 0.0 0.087 7.5 0.5 0.087 7.5 1.0 0.087 7.5 1.5 0.087 7.5 2.0 0.087 7.5 2.5 0.087 7.5 3.0 0.087 7.5 3.5 0.087 7.5 4.0 0.087 7.5 4.5 0.087 7.5 5.0 0.087 7.0 5.0 .10 6.5 5.0 0.087 6.0 5.0 0.0 5.5 5.0 -0.087 5.0 5.0 -0.10 4.5 5.0 -0.087 4.0 5.0 0.0 3.5 5.0 0.087 3.0 5.0 .10 2.5 5.0 0.087 2.0 5.0 0.0 1.5 5.0 -0.087 1.0 5.0 -1.0 0.5 5.0 -0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.5 0.0 0.087 1.0 0.0 .10 1.5 0.0 0.087 2.0 0.0 0.0 2.5 0.0 -0.087 3.0 0.0 -0.10 3.5 0.0 -0.087 4.0 0.0 0.0 4.5 0.0 0.087 5.0 0.0 .10 5.5 0.0 0.087 6.0 0.0 0.0 6.5 0.0 -0.087 7.0 0.0 -0.10 7.5 0.0 -0.087 7.5 0.5 -0.087 7.5 1.0 -0.087 7.5 1.5 -0.087 7.5 2.0 -0.087 7.5 2.5 -0.087 7.5 3.0 -0.087 7.5 3.5 -0.087 7.5 4.0 -0.087 7.5 4.5 -0.087 7.5 5.0 -0.087 7.0 5.0 -0.10 6.5 5.0 -0.087 6.0 5.0 0.0 5.5 5.0 0.087 5.0 5.0 .10 4.5 5.0 0.087 4.0 5.0 0.0 3.5 5.0 -0.087 3.0 5.0 -0.10 2.5 5.0 -0.087 2.0 5.0 0.0 1.5 5.0 0.087 1.0 5.0 .10 0.5 5.0 0.087 0.0 5.0 0.0 0.0 4.5 0.0 0.0 4.0 0.0 0.0 3.5 0.0 0.0 3.0 0.0 0.0 2.5 0.0 0.0 2.0 0.0 0.0 1.5 0.0 0.0 1.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 ) .
:ROUTE_2_2_1_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'timer' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'MoveFlag' .
:ROUTE_2_2_1_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'MoveFlag' ;
  x3do:toField 'set_point' ;
  x3do:toNode 'FlagCoor' .
