@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Visualization/BackgroundCollection.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.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BackgroundCollection.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Collection of example Background nodes for author reuse, browse by selecting corresponding viewpoints.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 December 2014' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/tooltips/X3dTooltips.html#Background' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/enveffects.html#Background' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/enveffects.html#Concepts' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://x3dgraphics.com/slidesets/X3dForWebAuthors/Chapter11-LightingEnvironment.pdf' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Visualization/BackgroundCollection.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/license.html' ;
  x3do:name 'license' .
: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 dcterms:title "BackgroundCollection.x3d" .
:meta dcterms:description "Collection of example Background nodes for author reuse, browse by selecting corresponding viewpoints." .
:meta dcterms:created "28 December 2014" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/Basic/UniversalMediaPanoramas" .
:meta dcterms:reference "https://www.web3d.org/x3d/tooltips/X3dTooltips.html#Background" .
:meta dcterms:reference "https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/enveffects.html#Background" .
:meta dcterms:reference "https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/enveffects.html#Concepts" .
:meta dcterms:reference "https://x3dgraphics.com/slidesets/X3dForWebAuthors/Chapter11-LightingEnvironment.pdf" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Visualization/BackgroundCollection.x3d" .
:meta dcterms:license "https://www.web3d.org/x3d/content/examples/license.html" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :AllLandBackgrounds, :AllSeaBackgrounds, :AllSkyBackgrounds, :AllVarietyBackgrounds, :UnboundViewpoints .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'BackgroundCollection.x3d' .
:AllLandBackgrounds a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BlueSkyWhiteHorizonBrownLand, :BlueSkyWhiteHorizonBrownLandViewpoint ;
  x3do:hasROUTE :ROUTE_2_2_3 ;
  x3do:DEF 'AllLandBackgrounds' .
:BlueSkyWhiteHorizonBrownLand a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllLandBackgrounds ;
  x3do:DEF 'BlueSkyWhiteHorizonBrownLand' ;
  x3do:groundAngle ( 1.309 1.5708 ) ;
  x3do:groundColor ( 0.5 0.3 0.3 0.5 0.3 0.3 0.5 0.4 0.4 ) ;
  x3do:skyAngle ( 1.309 1.572 ) ;
  x3do:skyColor ( 0 0.2 0.7 0 0.5 1 1 1 1 ) .
:BlueSkyWhiteHorizonBrownLandViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllLandBackgrounds ;
  x3do:DEF 'BlueSkyWhiteHorizonBrownLandViewpoint' ;
  x3do:description 'Blue Sky White Horizon Brown Land' .
:ROUTE_2_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllLandBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'BlueSkyWhiteHorizonBrownLandViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BlueSkyWhiteHorizonBrownLand' .
:AllSeaBackgrounds a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BlueOceanWhiteHorizon, :BlueOceanWhiteHorizonViewpoint, :OvercastSkyBlueOcean, :OvercastSkyBlueOceanViewpoint, :BlueSkyBlueOcean, :BlueSkyBlueOceanViewpoint ;
  x3do:hasROUTE :ROUTE_2_3_3, :ROUTE_2_3_6, :ROUTE_2_3_9 ;
  x3do:DEF 'AllSeaBackgrounds' .
:BlueOceanWhiteHorizon a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'BlueOceanWhiteHorizon' ;
  x3do:groundAngle ( 1.309 1.570796 ) ;
  x3do:groundColor ( 0 0.3 .7 0 0.35 0.75 0 0.4 0.8 ) ;
  x3do:skyAngle ( 1.309 1.571 ) ;
  x3do:skyColor ( 0 0.3 0.8 0 0.5 1 1 1 1 ) .
:BlueOceanWhiteHorizonViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'BlueOceanWhiteHorizonViewpoint' ;
  x3do:description 'Blue Ocean White Horizon' .
:ROUTE_2_3_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'BlueOceanWhiteHorizonViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BlueOceanWhiteHorizon' .
:OvercastSkyBlueOcean a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'OvercastSkyBlueOcean' ;
  x3do:groundAngle ( 0.1 1.5 1.56 1.570796 ) ;
  x3do:groundColor ( 0 0 0 0 0.1 0.2 0 0.1 0.2 0 0.15 0.3 0.1 0.1 0.1 ) ;
  x3do:skyAngle ( 0.1 1.4 1.5 1.565 1.57079 ) ;
  x3do:skyColor ( 0.1 0.1 0.1 0.2 0.2 0.2 0.2 0.2 0.2 0 0.3804 0.4784 0 0.2 0.4 0.4 0.4 0.4 ) .
:OvercastSkyBlueOceanViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'OvercastSkyBlueOceanViewpoint' ;
  x3do:description 'Overcast Sky Blue Ocean' .
:ROUTE_2_3_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'OvercastSkyBlueOceanViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'OvercastSkyBlueOcean' .
:BlueSkyBlueOcean a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'BlueSkyBlueOcean' ;
  x3do:groundAngle ( 1.57079 ) ;
  x3do:groundColor ( 0 0.15 0.25 0 0.15 0.25 ) ;
  x3do:skyColor ( 0 0.3 0.5 ) .
:BlueSkyBlueOceanViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:DEF 'BlueSkyBlueOceanViewpoint' ;
  x3do:description 'Blue Sky Blue Ocean' .
:ROUTE_2_3_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSeaBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'BlueSkyBlueOceanViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BlueSkyBlueOcean' .
:AllSkyBackgrounds a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :SimplyWhite, :SimplyWhiteViewpoint, :SimplyGrey, :SimplyGreyViewpoint, :SimplyDarkGrey, :SimplyDarkGreyViewpoint, :SimplyBlack, :SimplyBlackViewpoint ;
  x3do:hasROUTE :ROUTE_2_4_3, :ROUTE_2_4_6, :ROUTE_2_4_9, :ROUTE_2_4_12 ;
  x3do:DEF 'AllSkyBackgrounds' .
:SimplyWhite a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyWhite' ;
  x3do:skyColor ( 1 1 1 ) .
:SimplyWhiteViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyWhiteViewpoint' ;
  x3do:description 'Simply White' .
:ROUTE_2_4_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'SimplyWhiteViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'SimplyWhite' .
:SimplyGrey a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyGrey' ;
  x3do:skyColor ( 0.8 0.8 0.8 ) .
:SimplyGreyViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyGreyViewpoint' ;
  x3do:description 'Simply Grey' .
:ROUTE_2_4_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'SimplyGreyViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'SimplyGrey' .
:SimplyDarkGrey a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyDarkGrey' ;
  x3do:skyColor ( 0.4 0.4 0.4 ) .
:SimplyDarkGreyViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyDarkGreyViewpoint' ;
  x3do:description 'Simply Dark Grey' .
:ROUTE_2_4_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'SimplyDarkGreyViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'SimplyDarkGrey' .
:SimplyBlack a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyBlack' .
:SimplyBlackViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:DEF 'SimplyBlackViewpoint' ;
  x3do:description 'Simply Black' .
:ROUTE_2_4_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllSkyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'SimplyBlackViewpoint' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'SimplyBlack' .
:AllVarietyBackgrounds a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BackgroundTest1, :BackgroundTest2, :BackgroundTest3, :BackgroundTest4, :ViewpointTest1, :ViewpointTest2, :ViewpointTest3, :ViewpointTest4 ;
  x3do:hasROUTE :ROUTE_2_5_6, :ROUTE_2_5_8, :ROUTE_2_5_10, :ROUTE_2_5_12 ;
  x3do:DEF 'AllVarietyBackgrounds' .
:BackgroundTest1 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'BackgroundTest1' ;
  x3do:groundAngle ( 1 1.4 1.5 ) ;
  x3do:groundColor ( 0 0 0 0.2157 1 0.1216 0.5 0.5 0.5 1 1 1 ) ;
  x3do:skyAngle ( 1 1.309 1.57079 ) ;
  x3do:skyColor ( 0 0 0 0.1647 0.0588 1 0.5 0.5 0.5 1 1 1 ) .
:BackgroundTest2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'BackgroundTest2' ;
  x3do:groundAngle ( 1 1.309 ) ;
  x3do:groundColor ( 0 0.3 .7 0 0.35 0.75 0 0.4 0.8 ) ;
  x3do:skyAngle ( 1.309 1.57079 ) ;
  x3do:skyColor ( 0 0.3 0.8 0 0.5 1 1 1 1 ) .
:BackgroundTest3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'BackgroundTest3' ;
  x3do:groundAngle ( 1.57079 ) ;
  x3do:groundColor ( 0 0.15 0.25 0 0.15 0.25 ) ;
  x3do:skyColor ( 0 0.3 0.5 ) .
:BackgroundTest4 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'BackgroundTest4' ;
  x3do:groundAngle ( 1.57079 ) ;
  x3do:groundColor ( 0 0.15 0.25 0 0.15 0.25 ) ;
  x3do:skyColor ( 0 0.3 0.5 ) .
:ViewpointTest1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'ViewpointTest1' ;
  x3do:description 'Test1' .
:ROUTE_2_5_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ViewpointTest1' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BackgroundTest1' .
:ViewpointTest2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'ViewpointTest2' ;
  x3do:description 'Test2' .
:ROUTE_2_5_8 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ViewpointTest2' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BackgroundTest2' .
:ViewpointTest3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'ViewpointTest3' ;
  x3do:description 'Test3' .
:ROUTE_2_5_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ViewpointTest3' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BackgroundTest3' .
:ViewpointTest4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:DEF 'ViewpointTest4' ;
  x3do:description 'Test4' .
:ROUTE_2_5_12 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :AllVarietyBackgrounds ;
  x3do:fromField 'isBound' ;
  x3do:fromNode 'ViewpointTest4' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'BackgroundTest4' .
:UnboundViewpoints a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_6_1, :Viewpoint_2_6_2 ;
  x3do:DEF 'UnboundViewpoints' .
:Viewpoint_2_6_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :UnboundViewpoints ;
  x3do:description 'Looking up at current Background zenith' ;
  x3do:orientation ( 1 0 0 1.570796 ) .
:Viewpoint_2_6_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :UnboundViewpoints ;
  x3do:description 'Looking down at current Background nadir' ;
  x3do:orientation ( 1 0 0 -1.570796 ) .
