@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SeaStarPrototype.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SeaStarPrototype.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototype of a simple SeaStar. Zoom in to inspect.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Karl Tenney' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Scott Tufts' ;
  x3do:name 'translator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '17 December 2001' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '13 December 2001' ;
  x3do:name 'translated' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SeaStarPrototype.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 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_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SeaStarPrototype.x3d" .
:meta dcterms:description "Prototype of a simple SeaStar. Zoom in to inspect." .
:meta dcterms:creator "Karl Tenney" .
:meta dcterms:translator "Scott Tufts" .
:meta dcterms:created "17 December 2001" .
:meta dcterms:translated "13 December 2001" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/SeaStarPrototype.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, :ProtoInstance_2_3 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'SeaStarPrototype.x3d' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'SeaStar' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6, :field_2_2_1_7, :field_2_2_1_8, :field_2_2_1_9 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinDiffuseColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0.8 0.8 0.8 ) .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinSpecularColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0 0 0 ) .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinEmissiveColor' ;
  x3do:type 'SFColor' ;
  x3do:value ( 0 0 0 ) .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinShininess' ;
  x3do:type 'SFFloat' ;
  x3do:value 0.2 .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinTransparency' ;
  x3do:type 'SFFloat' ;
  x3do:value 0 .
:field_2_2_1_6 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'skinTextureUrl' ;
  x3do:type 'MFString' .
:field_2_2_1_7 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'translation' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0.00319815 0.00994461 0.0067411 ) .
:field_2_2_1_8 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'rotation' ;
  x3do:type 'SFRotation' ;
  x3do:value ( -0.32376 -0.32376 0.889021 1.68816 ) .
:field_2_2_1_9 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'scale' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0.659575 0.659575 0.659575 ) .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :SeaStarLocation .
:SeaStarLocation a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasIS :IS_2_2_2_1_1 ;
  x3do:hasChildren :Transform_2_2_2_1_2, :Transform_2_2_2_1_3, :Transform_2_2_2_1_4, :Transform_2_2_2_1_5, :Transform_2_2_2_1_6, :Transform_2_2_2_1_7 ;
  x3do:DEF 'SeaStarLocation' .
:IS_2_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasConnect :connect_2_2_2_1_1_1, :connect_2_2_2_1_1_2, :connect_2_2_2_1_1_3 .
:connect_2_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'translation' .
:connect_2_2_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'rotation' ;
  x3do:protoField 'rotation' .
:connect_2_2_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'scale' ;
  x3do:protoField 'scale' .
:Transform_2_2_2_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg ;
  x3do:rotation ( 1.14191e-007 -1 -5.32201e-006 0.814114 ) ;
  x3do:scale ( 0.0276058 0.0102856 0.0774523 ) ;
  x3do:translation ( -0.0454274 0.0102855 0.0416858 ) .
:SeaStarLeg a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_2 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2_1_1 ;
  x3do:hasGeometry :Sphere_2_2_2_1_2_1_2 ;
  x3do:DEF 'SeaStarLeg' .
:Appearance_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :SeaStarLeg ;
  x3do:hasMaterial :skinColor ;
  x3do:hasTexture :skinTexture .
:skinColor a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2_1_1 ;
  x3do:hasIS :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:DEF 'skinColor' .
:IS_2_2_2_1_2_1_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :skinColor ;
  x3do:hasConnect :connect_2_2_2_1_2_1_1_1_1_1, :connect_2_2_2_1_2_1_1_1_1_2, :connect_2_2_2_1_2_1_1_1_1_3, :connect_2_2_2_1_2_1_1_1_1_4, :connect_2_2_2_1_2_1_1_1_1_5 .
:connect_2_2_2_1_2_1_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:nodeField 'diffuseColor' ;
  x3do:protoField 'skinDiffuseColor' .
:connect_2_2_2_1_2_1_1_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:nodeField 'specularColor' ;
  x3do:protoField 'skinSpecularColor' .
:connect_2_2_2_1_2_1_1_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:nodeField 'emissiveColor' ;
  x3do:protoField 'skinEmissiveColor' .
:connect_2_2_2_1_2_1_1_1_1_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:nodeField 'shininess' ;
  x3do:protoField 'skinShininess' .
:connect_2_2_2_1_2_1_1_1_1_5 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_1_1 ;
  x3do:nodeField 'transparency' ;
  x3do:protoField 'skinTransparency' .
:skinTexture a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_2_1_2_1_1 ;
  x3do:hasIS :IS_2_2_2_1_2_1_1_2_1 ;
  x3do:DEF 'skinTexture' .
:IS_2_2_2_1_2_1_1_2_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :skinTexture ;
  x3do:hasConnect :connect_2_2_2_1_2_1_1_2_1_1 .
:connect_2_2_2_1_2_1_1_2_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_2_1_1_2_1 ;
  x3do:nodeField 'url' ;
  x3do:protoField 'skinTextureUrl' .
:Sphere_2_2_2_1_2_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :SeaStarLeg .
:Transform_2_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg-USE-1 ;
  x3do:rotation ( 1.6646e-007 1 6.79179e-007 0.915243 ) ;
  x3do:scale ( 0.0276058 0.0102856 0.118301 ) ;
  x3do:translation ( -0.0731081 0.0102856 -0.047631 ) .
:SeaStarLeg-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_3 ;
  owl:sameAs :SeaStarLeg . # DEF matching this USE
:Transform_2_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg-USE-2 ;
  x3do:scale ( 0.0276058 0.0102856 0.118301 ) ;
  x3do:translation ( -1.21519e-009 0.0102856 -0.086997 ) .
:SeaStarLeg-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_4 ;
  owl:sameAs :SeaStarLeg . # DEF matching this USE
:Transform_2_2_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg-USE-3 ;
  x3do:rotation ( 7.02699e-008 1 -9.67549e-009 4.71239 ) ;
  x3do:scale ( 0.0276058 0.0102856 0.118301 ) ;
  x3do:translation ( 0.0943676 0.0102856 -9.2235e-010 ) .
:SeaStarLeg-USE-3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_5 ;
  owl:sameAs :SeaStarLeg . # DEF matching this USE
:Transform_2_2_2_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg-USE-4 ;
  x3do:rotation ( -2.28035e-007 1 -1.9708e-007 0.399743 ) ;
  x3do:scale ( 0.0276058 0.0102856 0.118301 ) ;
  x3do:translation ( 0.0273156 0.0102856 0.0869062 ) .
:SeaStarLeg-USE-4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_6 ;
  owl:sameAs :SeaStarLeg . # DEF matching this USE
:Transform_2_2_2_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :SeaStarLocation ;
  x3do:hasChildren :SeaStarLeg-USE-5 ;
  x3do:rotation ( 1.74007e-006 -1 -1.7261e-007 0.240595 ) ;
  x3do:scale ( 0.0564878 0.00994367 0.0245735 ) ;
  x3do:translation ( -0.12392 0.00994368 0.0707975 ) .
:SeaStarLeg-USE-5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2_1_7 ;
  owl:sameAs :SeaStarLeg . # DEF matching this USE
:ProtoInstance_2_3 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_3_1 ;
  x3do:name 'SeaStar' .
:fieldValue_2_3_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_3 ;
  x3do:name 'rotation' ;
  x3do:value ( 0 1 0 0 ) .
