@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/StairStepPrototype.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'StairStepPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Build one or more stair steps, in a straight line' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman, Michele Foti, Chad Hutchins' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '25 January 2012' ;
  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 'under development' ;
  x3do:name 'warning' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/StairStepPrototype.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 "StairStepPrototype.x3d" .
:meta dcterms:description "Build one or more stair steps, in a straight line" .
:meta dcterms:creator "Don Brutzman, Michele Foti, Chad Hutchins" .
:meta dcterms:created "25 January 2012" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:warning "under development" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/StairStepPrototype.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, :Viewpoint_2_2, :Background_2_3, :stairs, :CoordinateAxes ;
  x3do:hasProtoDeclare :ProtoDeclare_2_4 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'StairStepPrototype.x3d' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'hey step' ;
  x3do:orientation ( -0.59028 0.76927 0.2445 0.98786 ) ;
  x3do:position ( 2 2 2 ) .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 1 1 1 ) .
:ProtoDeclare_2_4 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_4_1 ;
  x3do:hasProtoBody :ProtoBody_2_4_2 ;
  x3do:appinfo 'Generate multiple stair steps, bottom left-hand corner at origin, going up along X axis' ;
  x3do:name 'StairSteps' .
:ProtoInterface_2_4_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasField :field_2_4_1_1, :field_2_4_1_2, :field_2_4_1_3, :field_2_4_1_4 .
:field_2_4_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default value 0.8 0.8 0.6' ;
  x3do:name 'diffuseColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0.8 0.8 0.6 ) .
:field_2_4_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'size of step, default' ;
  x3do:name 'scale' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 1 0.2 0.3 ) .
:field_2_4_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'TODO' ;
  x3do:name 'numberOfSteps' ;
  x3do:type 'SFInt32' ;
  x3do:value 1 .
:field_2_4_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_4_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'debug trace to Browser output console' ;
  x3do:name 'traceEnabled' ;
  x3do:type 'SFBool' ;
  x3do:value true .
:ProtoBody_2_4_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_4 ;
  x3do:hasChildren :TransformXdepthYheightZwidth, :StairStepPrototypeScript ;
  x3do:hasROUTE :ROUTE_2_4_2_3, :ROUTE_2_4_2_4 .
:TransformXdepthYheightZwidth a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:hasIS :IS_2_4_2_1_1 ;
  x3do:hasChildren :SingleStepShape ;
  x3do:DEF 'TransformXdepthYheightZwidth' .
:IS_2_4_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :TransformXdepthYheightZwidth ;
  x3do:hasConnect :connect_2_4_2_1_1_1 .
:connect_2_4_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_1_1 ;
  x3do:nodeField 'scale' ;
  x3do:protoField 'scale' .
:SingleStepShape a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TransformXdepthYheightZwidth ;
  x3do:hasGeometry :StepIFS ;
  x3do:hasAppearance :Appearance_2_4_2_1_2_2 ;
  x3do:DEF 'SingleStepShape' .
:StepIFS a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :SingleStepShape ;
  x3do:hasCoord :StepCoordinate ;
  x3do:DEF 'StepIFS' ;
  x3do:coordIndex ( 0 1 2 3 -1 4 5 6 7 -1 0 1 5 4 -1 1 2 6 5 -1 0 3 7 4 -1 3 2 6 7 -1 ) ;
  x3do:solid false .
:StepCoordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :StepIFS ;
  x3do:DEF 'StepCoordinate' ;
  x3do:point ( 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 ) .
:Appearance_2_4_2_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SingleStepShape ;
  x3do:hasMaterial :Material_2_4_2_1_2_2_1 .
:Material_2_4_2_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_1_2_2 ;
  x3do:hasIS :IS_2_4_2_1_2_2_1_1 .
:IS_2_4_2_1_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Material_2_4_2_1_2_2_1 ;
  x3do:hasConnect :connect_2_4_2_1_2_2_1_1_1 .
:connect_2_4_2_1_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_1_2_2_1_1 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'diffuseColor' .
:StairStepPrototypeScript a owl:NamedIndividual, x3do:Script ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:hasField :field_2_4_2_2_1, :field_2_4_2_2_2, :field_2_4_2_2_3, :field_2_4_2_2_4, :field_2_4_2_2_5, :field_2_4_2_2_6 ;
  x3do:hasIS :IS_2_4_2_2_7 ;
  x3do:DEF 'StairStepPrototypeScript' ;
  x3do:directOutput true ;
  x3do:url '"StairStepPrototypeScript.js" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/StairStepPrototypeScript.js"' .
:field_2_4_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default value 0.8 0.8 0.6' ;
  x3do:name 'diffuseColor' ;
  x3do:type 'SFColor' .
:field_2_4_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'size of step' ;
  x3do:name 'scale' ;
  x3do:type 'SFVec3f' .
:field_2_4_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'TODO' ;
  x3do:name 'numberOfSteps' ;
  x3do:type 'SFInt32' .
:field_2_4_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'debug trace to Browser output console' ;
  x3do:name 'traceEnabled' ;
  x3do:type 'SFBool' .
:field_2_4_2_2_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'computedPoints' ;
  x3do:type 'MFVec3f' .
:field_2_4_2_2_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:accessType 'outputOnly' ;
  x3do:name 'computedCoordIndex' ;
  x3do:type 'MFInt32' .
:IS_2_4_2_2_7 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :StairStepPrototypeScript ;
  x3do:hasConnect :connect_2_4_2_2_7_1, :connect_2_4_2_2_7_2, :connect_2_4_2_2_7_3, :connect_2_4_2_2_7_4 .
:connect_2_4_2_2_7_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_7 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'diffuseColor' .
:connect_2_4_2_2_7_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_7 ;
  x3do:nodeField 'scale' ;
  x3do:protoField 'scale' .
:connect_2_4_2_2_7_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_7 ;
  x3do:nodeField 'numberOfSteps' ;
  x3do:protoField 'numberOfSteps' .
:connect_2_4_2_2_7_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_4_2_2_7 ;
  x3do:nodeField 'traceEnabled' ;
  x3do:protoField 'traceEnabled' .
:ROUTE_2_4_2_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'computedCoordIndex' ;
  x3do:fromNode 'StairStepPrototypeScript' ;
  x3do:toField 'set_coordIndex' ;
  x3do:toNode 'StepIFS' .
:ROUTE_2_4_2_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ProtoBody_2_4_2 ;
  x3do:fromField 'computedPoints' ;
  x3do:fromNode 'StairStepPrototypeScript' ;
  x3do:toField 'point' ;
  x3do:toNode 'StepCoordinate' .
:stairs a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_5_1, :fieldValue_2_5_2, :fieldValue_2_5_3 ;
  x3do:DEF 'stairs' ;
  x3do:name 'StairSteps' .
:fieldValue_2_5_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :stairs ;
  x3do:name 'diffuseColor' ;
  x3do:value ( 0.0 0.3 0.6 ) .
:fieldValue_2_5_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :stairs ;
  x3do:name 'numberOfSteps' ;
  x3do:value 7 .
:fieldValue_2_5_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :stairs ;
  x3do:name 'scale' ;
  x3do:value ( 1.0 0.2 0.3 ) .
:CoordinateAxes a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'CoordinateAxes' ;
  x3do:url '"../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "../../../Savage/Tools/Authoring/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "../../../Savage/Tools/Authoring/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.wrl"' .
