@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/LoadSensorExample.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.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 'LoadSensorExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LoadSensor test: default initial view means no functionality, active view means load in progress, final view means LoadSensor (and loading) success.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '16 August 2002' ;
  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, Alan Hudson' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LoadSensor only supported by X3D-compliant browsers. LoadSensor is not implemented in VRML 97.' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/LoadSensorExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_8 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_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "LoadSensorExample.x3d" .
:meta dcterms:description "LoadSensor test: default initial view means no functionality, active view means load in progress, final view means LoadSensor (and loading) success." .
:meta dcterms:created "16 August 2002" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:creator "Don Brutzman, Alan Hudson" .
:meta dcterms:warning "LoadSensor only supported by X3D-compliant browsers. LoadSensor is not implemented in VRML 97." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/LoadSensorExample.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, 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, :Group_2_3 ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'LoadSensorExample.x3d' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4, :field_2_2_5, :field_2_2_6, :field_2_2_7, :field_2_2_8, :field_2_2_9 ;
  x3do:appinfo 'LoadSensor monitors the progress and success of downloading URL elements over a network. Only nodes that contain a valid URL field (i.e. descendants of X3DUrlObject) may be specified as watchList children. Multiple nodes may be watched with a single LoadSensor.' ;
  x3do:documentation 'https://www.web3d.org/specifications/ISO-IEC-19775/Part01/components/networking.html#LoadSensor' ;
  x3do:name 'LoadSensor' ;
  x3do:url '"LoadSensorPrototype.wrl#LoadSensor" "https://www.web3d.org/x3d/content/examples/Basic/development/LoadSensorPrototype.wrl#LoadSensor" "LoadSensorPrototype.x3d#LoadSensor" "https://www.web3d.org/x3d/content/examples/Basic/development/LoadSensorPrototype.x3d#LoadSensor"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'enabled' ;
  x3do:type 'SFBool' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'timeOut' ;
  x3do:type 'SFTime' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'watchList' ;
  x3do:type 'MFNode' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_watchList' ;
  x3do:type 'MFNode' .
:field_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isActive' ;
  x3do:type 'SFBool' .
:field_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'isLoaded' ;
  x3do:type 'SFBool' .
:field_2_2_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'loadTime' ;
  x3do:type 'SFTime' .
:field_2_2_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'progress' ;
  x3do:type 'SFFloat' .
:field_2_2_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:Group_2_3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :NotLoadedView, :ActiveView, :LoadedView, :Group_2_3_4, :Loader, :Transform_2_3_8, :Transform_2_3_9 ;
  x3do:hasROUTE :ROUTE_2_3_6, :ROUTE_2_3_7 .
:NotLoadedView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:DEF 'NotLoadedView' ;
  x3do:description 'Not loaded texture' ;
  x3do:position ( 0 0 6 ) .
:ActiveView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:DEF 'ActiveView' ;
  x3do:description 'Loading textures' .
:LoadedView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_3 ;
  x3do:DEF 'LoadedView' ;
  x3do:description 'Texture loading complete' ;
  x3do:orientation ( 0 1 0 3.14159 ) ;
  x3do:position ( 0 0 -10 ) .
:Group_2_3_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasChildren :Transform_2_3_4_1, :Transform_2_3_4_2 .
:Transform_2_3_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_4 ;
  x3do:hasChildren :Shape_2_3_4_1_1 ;
  x3do:translation ( -1 0 0 ) .
:Shape_2_3_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4_1 ;
  x3do:hasGeometry :Sphere_2_3_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_4_1_1_2 .
:Sphere_2_3_4_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_3_4_1_1 .
:Appearance_2_3_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_4_1_1 ;
  x3do:hasTexture :EarthImage .
:EarthImage a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_4_1_1_2 ;
  x3do:DEF 'EarthImage' ;
  x3do:url '"earth-topo.png" "earth-topo-small.gif" "https://www.web3d.org/x3d/content/examples/Basic/earth-topo.png" "https://www.web3d.org/x3d/content/examples/Basic/earth-topo-small.gif"' .
:Transform_2_3_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3_4 ;
  x3do:hasChildren :Shape_2_3_4_2_1 ;
  x3do:translation ( 1 0 0 ) .
:Shape_2_3_4_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_4_2 ;
  x3do:hasGeometry :Box_2_3_4_2_1_1 ;
  x3do:hasAppearance :Appearance_2_3_4_2_1_2 .
:Box_2_3_4_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_3_4_2_1 .
:Appearance_2_3_4_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_4_2_1 ;
  x3do:hasTexture :JavaBoardImage .
:JavaBoardImage a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_3_4_2_1_2 ;
  x3do:DEF 'JavaBoardImage' ;
  x3do:url '"JavaBoardSmileForTheCamera.jpg" "https://www.web3d.org/x3d/content/examples/Basic/development/JavaBoardSmileForTheCamera.jpg"' .
:Loader a owl:NamedIndividual, x3do:LoadSensor ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasWatchList :EarthImage-USE-1, :JavaBoardImage-USE-1 ;
  x3do:DEF 'Loader' ;
  x3do:timeOut '4' .
:EarthImage-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Loader ;
  owl:sameAs :EarthImage . # DEF matching this USE
:JavaBoardImage-USE-1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Loader ;
  owl:sameAs :JavaBoardImage . # DEF matching this USE
:ROUTE_2_3_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_3 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'Loader' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'ActiveView' .
:ROUTE_2_3_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Group_2_3 ;
  x3do:fromField 'isLoaded' ;
  x3do:fromNode 'Loader' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'LoadedView' .
:Transform_2_3_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasChildren :Shape_2_3_8_1 ;
  x3do:translation ( 0 0 7 ) .
:Shape_2_3_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_8 ;
  x3do:hasGeometry :Text_2_3_8_1_1 ;
  x3do:hasAppearance :Appearance_2_3_8_1_2 .
:Text_2_3_8_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_8_1 ;
  x3do:hasFontStyle :Font ;
  x3do:string '"LoadSensor active"' .
:Font a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_8_1_1 ;
  x3do:DEF 'Font' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.5 .
:Appearance_2_3_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_8_1 ;
  x3do:hasMaterial :Material_2_3_8_1_2_1 .
:Material_2_3_8_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_8_1_2 ;
  x3do:diffuseColor ( 0.8 0.5 0.1 ) .
:Transform_2_3_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_3 ;
  x3do:hasChildren :Shape_2_3_9_1 ;
  x3do:rotation ( 0 1 0 3.14159 ) ;
  x3do:translation ( 0 0 -7 ) .
:Shape_2_3_9_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_9 ;
  x3do:hasGeometry :Text_2_3_9_1_1 ;
  x3do:hasAppearance :Appearance_2_3_9_1_2 .
:Text_2_3_9_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_9_1 ;
  x3do:hasFontStyle :Font-USE-1 ;
  x3do:string '"LoadSensor success"' .
:Font-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_9_1_1 ;
  owl:sameAs :Font . # DEF matching this USE
:Appearance_2_3_9_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_9_1 ;
  x3do:hasMaterial :Material_2_3_9_1_2_1 .
:Material_2_3_9_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_9_1_2 ;
  x3do:diffuseColor ( 0.1 0.5 0.1 ) .
