@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Scenarios/TankManeuver/Smoke.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.1.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.1#> .

: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_9 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Smoke' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Animated smoke' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Michael Martin' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '10 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 'smoke' ;
  x3do:name 'subject' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Scenarios/TankManeuver/Smoke.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 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_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "Smoke" .
:meta dcterms:description "Animated smoke" .
:meta dcterms:creator "Michael Martin" .
:meta dcterms:created "10 September 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:subject "smoke" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Scenarios/TankManeuver/Smoke.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, :smokeClock, :Transform_2_3, :Transform_2_4, :Transform_2_5, :Transform_2_6 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'Smoke' .
:smokeClock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'smokeClock' ;
  x3do:cycleInterval '3' ;
  x3do:loop true .
:Transform_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :smokePos, :smokeScale, :smokeTrans, :SmokeBall ;
  x3do:hasROUTE :ROUTE_2_3_5, :ROUTE_2_3_6, :ROUTE_2_3_7, :ROUTE_2_3_8, :ROUTE_2_3_9, :ROUTE_2_3_10 ;
  x3do:translation ( .1 0 .1 ) .
:smokePos a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_3 ;
  x3do:DEF 'smokePos' ;
  x3do:key ( 0 .99 ) ;
  x3do:keyValue ( 0 0 0 0 2 0 ) .
:smokeScale a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_3 ;
  x3do:DEF 'smokeScale' ;
  x3do:key ( 0 .99 ) ;
  x3do:keyValue ( 1 1 1 2 2 2 ) .
:smokeTrans a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :Transform_2_3 ;
  x3do:DEF 'smokeTrans' ;
  x3do:key ( 0 .99 ) ;
  x3do:keyValue ( 0 1 ) .
:SmokeBall a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_3 ;
  x3do:hasChildren :Shape_2_3_4_1 ;
  x3do:DEF 'SmokeBall' .
:Shape_2_3_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmokeBall ;
  x3do:hasAppearance :Appearance_2_3_4_1_1 ;
  x3do:hasGeometry :Sphere_2_3_4_1_2 .
:Appearance_2_3_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_4_1 ;
  x3do:hasMaterial :SmokeMat .
:SmokeMat a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_4_1_1 ;
  x3do:DEF 'SmokeMat' ;
  x3do:diffuseColor ( 0 0 0 ) .
:Sphere_2_3_4_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_3_4_1 ;
  x3do:radius .5 .
:ROUTE_2_3_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokePos' .
:ROUTE_2_3_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokePos' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'SmokeBall' .
:ROUTE_2_3_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeTrans' .
:ROUTE_2_3_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeTrans' ;
  x3do:toField 'set_transparency' ;
  x3do:toNode 'SmokeMat' .
:ROUTE_2_3_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeScale' .
:ROUTE_2_3_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_3 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeScale' ;
  x3do:toField 'set_scale' ;
  x3do:toNode 'SmokeBall' .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :smokePos2, :smokeScale2, :smokeTrans2, :SmokeBall2 ;
  x3do:hasROUTE :ROUTE_2_4_5, :ROUTE_2_4_6, :ROUTE_2_4_7, :ROUTE_2_4_8, :ROUTE_2_4_9, :ROUTE_2_4_10 ;
  x3do:translation ( -0.1 0 .1 ) .
:smokePos2 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_4 ;
  x3do:DEF 'smokePos2' ;
  x3do:key ( 0 .5 .5 .99 ) ;
  x3do:keyValue ( 0 1 0 0 2 0 0 0 0 0 1 0 ) .
:smokeScale2 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_4 ;
  x3do:DEF 'smokeScale2' ;
  x3do:key ( 0 .5 .5 .99 ) ;
  x3do:keyValue ( 1.5 1.5 1.5 2 2 2 1 1 1 1.5 1.5 1.5 ) .
:smokeTrans2 a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :Transform_2_4 ;
  x3do:DEF 'smokeTrans2' ;
  x3do:key ( 0 .5 .5 .99 ) ;
  x3do:keyValue ( .5 1.0 0 .5 ) .
:SmokeBall2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasChildren :Shape_2_4_4_1 ;
  x3do:DEF 'SmokeBall2' .
:Shape_2_4_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmokeBall2 ;
  x3do:hasAppearance :Appearance_2_4_4_1_1 ;
  x3do:hasGeometry :Sphere_2_4_4_1_2 .
:Appearance_2_4_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_4_1 ;
  x3do:hasMaterial :SmokeMat2 .
:SmokeMat2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_4_1_1 ;
  x3do:DEF 'SmokeMat2' ;
  x3do:diffuseColor ( 0 0 0 ) .
:Sphere_2_4_4_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_4_4_1 ;
  x3do:radius .5 .
:ROUTE_2_4_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokePos2' .
:ROUTE_2_4_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokePos2' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'SmokeBall2' .
:ROUTE_2_4_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeTrans2' .
:ROUTE_2_4_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeTrans2' ;
  x3do:toField 'set_transparency' ;
  x3do:toNode 'SmokeMat2' .
:ROUTE_2_4_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeScale2' .
:ROUTE_2_4_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_4 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeScale2' ;
  x3do:toField 'set_scale' ;
  x3do:toNode 'SmokeBall2' .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :smokePos3, :smokeScale3, :smokeTrans3, :SmokeBall3 ;
  x3do:hasROUTE :ROUTE_2_5_5, :ROUTE_2_5_6, :ROUTE_2_5_7, :ROUTE_2_5_8, :ROUTE_2_5_9, :ROUTE_2_5_10 ;
  x3do:translation ( -0.1 0 -0.1 ) .
:smokePos3 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_5 ;
  x3do:DEF 'smokePos3' ;
  x3do:key ( 0 .25 .25 .99 ) ;
  x3do:keyValue ( 0 1.5 0 0 2 0 0 0 0 0 1.5 0 ) .
:smokeScale3 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_5 ;
  x3do:DEF 'smokeScale3' ;
  x3do:key ( 0 .25 .25 .99 ) ;
  x3do:keyValue ( 1.75 1.75 1.75 2 2 2 1 1 1 1.75 1.75 1.75 ) .
:smokeTrans3 a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :Transform_2_5 ;
  x3do:DEF 'smokeTrans3' ;
  x3do:key ( 0 .25 .25 .99 ) ;
  x3do:keyValue ( .75 1.0 0 .75 ) .
:SmokeBall3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :Shape_2_5_4_1 ;
  x3do:DEF 'SmokeBall3' .
:Shape_2_5_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmokeBall3 ;
  x3do:hasAppearance :Appearance_2_5_4_1_1 ;
  x3do:hasGeometry :Sphere_2_5_4_1_2 .
:Appearance_2_5_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_4_1 ;
  x3do:hasMaterial :SmokeMat3 .
:SmokeMat3 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_4_1_1 ;
  x3do:DEF 'SmokeMat3' ;
  x3do:diffuseColor ( 0 0 0 ) .
:Sphere_2_5_4_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_5_4_1 ;
  x3do:radius .5 .
:ROUTE_2_5_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokePos3' .
:ROUTE_2_5_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokePos3' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'SmokeBall3' .
:ROUTE_2_5_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeTrans3' .
:ROUTE_2_5_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeTrans3' ;
  x3do:toField 'set_transparency' ;
  x3do:toNode 'SmokeMat3' .
:ROUTE_2_5_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeScale3' .
:ROUTE_2_5_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_5 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeScale3' ;
  x3do:toField 'set_scale' ;
  x3do:toNode 'SmokeBall3' .
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :smokePos4, :smokeScale4, :smokeTrans4, :SmokeBall4 ;
  x3do:hasROUTE :ROUTE_2_6_5, :ROUTE_2_6_6, :ROUTE_2_6_7, :ROUTE_2_6_8, :ROUTE_2_6_9, :ROUTE_2_6_10 ;
  x3do:translation ( .1 0 -0.1 ) .
:smokePos4 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_6 ;
  x3do:DEF 'smokePos4' ;
  x3do:key ( 0 .75 .75 .99 ) ;
  x3do:keyValue ( 0 .5 0 0 2 0 0 0 0 0 .5 0 ) .
:smokeScale4 a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Transform_2_6 ;
  x3do:DEF 'smokeScale4' ;
  x3do:key ( 0 .75 .75 .99 ) ;
  x3do:keyValue ( 1.25 1.25 1.25 2 2 2 1 1 1 1.25 1.25 1.25 ) .
:smokeTrans4 a owl:NamedIndividual, x3do:ScalarInterpolator ;
  x3do:hasParent :Transform_2_6 ;
  x3do:DEF 'smokeTrans4' ;
  x3do:key ( 0 .75 .75 .99 ) ;
  x3do:keyValue ( .25 1.0 0 .25 ) .
:SmokeBall4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasChildren :Shape_2_6_4_1 ;
  x3do:DEF 'SmokeBall4' .
:Shape_2_6_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SmokeBall4 ;
  x3do:hasAppearance :Appearance_2_6_4_1_1 ;
  x3do:hasGeometry :Sphere_2_6_4_1_2 .
:Appearance_2_6_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:hasMaterial :SmokeMat4 .
:SmokeMat4 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_4_1_1 ;
  x3do:DEF 'SmokeMat4' ;
  x3do:diffuseColor ( 0 0 0 ) .
:Sphere_2_6_4_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_6_4_1 ;
  x3do:radius .5 .
:ROUTE_2_6_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokePos4' .
:ROUTE_2_6_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokePos4' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'SmokeBall4' .
:ROUTE_2_6_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeTrans4' .
:ROUTE_2_6_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeTrans4' ;
  x3do:toField 'set_transparency' ;
  x3do:toNode 'SmokeMat4' .
:ROUTE_2_6_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'smokeClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'smokeScale4' .
:ROUTE_2_6_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Transform_2_6 ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'smokeScale4' ;
  x3do:toField 'set_scale' ;
  x3do:toNode 'SmokeBall4' .
