@prefix :        <https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TexturePlane.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.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_14, :meta_1_15, :meta_1_16, :meta_1_17, :meta_1_18, :meta_1_19 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TexturePlane.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Animating textured plane: this world illustrates the use of the TexturePlane prototype node defined in an external file. That node creates a textured square whose texture changes based upon an input fraction. This world animates that fraction to cause the texture to animate.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'David R. Nadeau' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 July 1998' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '2 February 2014' ;
  x3do:name 'translated' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '7 December 2024' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TexturePlane.png' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TexturePlaneAnimation.mp4' ;
  x3do:name 'MovingImage' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/texplane.wrl' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.siggraph.org/s98' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.siggraph.org/s98/conference/courses/18.html' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0497.htm' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TexturePlane.x3d' ;
  x3do:name 'identifier' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html' ;
  x3do:name 'generator' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TexturePlane.x3d" .
:meta dcterms:description "Animating textured plane: this world illustrates the use of the TexturePlane prototype node defined in an external file. That node creates a textured square whose texture changes based upon an input fraction. This world animates that fraction to cause the texture to animate." .
:meta dcterms:creator "David R. Nadeau" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "1 July 1998" .
:meta dcterms:translated "2 February 2014" .
:meta dcterms:modified "7 December 2024" .
:meta dcterms:Image "TexturePlane.png" .
:meta dcterms:MovingImage "TexturePlaneAnimation.mp4" .
:meta dcterms:reference "originals/texplane.wrl" .
:meta dcterms:reference "http://www.siggraph.org/s98" .
:meta dcterms:reference "http://www.siggraph.org/s98/conference/courses/18.html" .
:meta dcterms:reference "http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0497.htm" .
:meta dcterms:reference "http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TexturePlane.x3d" .
:meta dcterms:generator "Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html" .
:meta dcterms:generator "X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasExternProtoDeclare :ExternProtoDeclare_2_1 ;
  x3do:hasChildren :WorldInfo_2_2, :Viewpoint_2_3, :NavigationInfo_2_4, :Background_2_5, :Shape_2_6, :Plane, :Clock ;
  x3do:hasROUTE :ROUTE_2_9 .
:ExternProtoDeclare_2_1 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_1_1, :field_2_1_2 ;
  x3do:name 'TexturePlane' ;
  x3do:url '"Cut.x3d#TexturePlane" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Cut.x3d#TexturePlane" "Cut.wrl#TexturePlane" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Cut.wrl#TexturePlane"' .
:field_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'textures' ;
  x3do:type 'MFNode' .
:field_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_fraction' ;
  x3do:type 'SFFloat' .
:WorldInfo_2_2 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"Copyright (c) 1997, David R. Nadeau"' ;
  x3do:title 'Animating textured plane' .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Entry view' ;
  x3do:position ( 0.0 0.0 3.0 ) .
:NavigationInfo_2_4 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene .
:Background_2_5 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyAngle ( 1.57 1.87 ) ;
  x3do:skyColor ( 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.1 0.3 ) .
:Shape_2_6 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasAppearance :Appearance_2_6_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_6_2 .
:Appearance_2_6_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6 ;
  x3do:hasTextureTransform :TextureTransform_2_6_1_1 ;
  x3do:hasTexture :ImageTexture_2_6_1_2 .
:TextureTransform_2_6_1_1 a owl:NamedIndividual, x3do:TextureTransform ;
  x3do:hasParent :Appearance_2_6_1 ;
  x3do:translation ( 0.5 0.5 ) .
:ImageTexture_2_6_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_6_1 ;
  x3do:url '"grill.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/grill.png"' .
:IndexedFaceSet_2_6_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_6 ;
  x3do:hasTexCoord :TextureCoordinate_2_6_2_1 ;
  x3do:hasCoord :Coordinate_2_6_2_2 ;
  x3do:coordIndex ( 0 1 2 3 -1 ) ;
  x3do:solid false ;
  x3do:texCoordIndex ( 0 1 2 3 -1 ) .
:TextureCoordinate_2_6_2_1 a owl:NamedIndividual, x3do:TextureCoordinate ;
  x3do:hasParent :IndexedFaceSet_2_6_2 ;
  x3do:point ( 0.0 0.0 4.0 0.0 4.0 4.0 0.0 4.0 ) .
:Coordinate_2_6_2_2 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_6_2 ;
  x3do:point ( -1.0 -1.0 -0.05 1.0 -1.0 -0.05 1.0 1.0 -0.05 -1.0 1.0 -0.05 ) .
:Plane a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_7_1 ;
  x3do:DEF 'Plane' ;
  x3do:name 'TexturePlane' .
:fieldValue_2_7_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :Plane ;
  x3do:hasTexture :ImageTexture_2_7_1_1, :ImageTexture_2_7_1_2, :ImageTexture_2_7_1_3, :ImageTexture_2_7_1_4, :ImageTexture_2_7_1_5, :ImageTexture_2_7_1_6, :ImageTexture_2_7_1_7, :ImageTexture_2_7_1_8, :ImageTexture_2_7_1_9, :ImageTexture_2_7_1_10 ;
  x3do:name 'textures' .
:ImageTexture_2_7_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp1.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp1.png"' .
:ImageTexture_2_7_1_2 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp2.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp2.png"' .
:ImageTexture_2_7_1_3 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp3.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp3.png"' .
:ImageTexture_2_7_1_4 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp4.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp4.png"' .
:ImageTexture_2_7_1_5 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp5.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp5.png"' .
:ImageTexture_2_7_1_6 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp6.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp6.png"' .
:ImageTexture_2_7_1_7 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp7.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp7.png"' .
:ImageTexture_2_7_1_8 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp8.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp8.png"' .
:ImageTexture_2_7_1_9 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp9.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp9.png"' .
:ImageTexture_2_7_1_10 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :fieldValue_2_7_1 ;
  x3do:url '"cp10.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/cp10.png"' .
:Clock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Clock' ;
  x3do:cycleInterval '3.0' ;
  x3do:loop true ;
  x3do:startTime '1.0' .
:ROUTE_2_9 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'Clock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'Plane' .
