@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.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 '4.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-4.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_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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ClaudeCodeSimpleModel.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Model generated by Claude Code, with small cleanups: Orbiting Primitives with no textures, showing four colored 3D primitives — sphere, box, cone, cylinder — orbiting on an animated platform.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Claude (Anthropic)' ;
  x3do:name 'author' .
: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 '27 February 2026' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 February 2026' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ClaudeCodeExampleChatLog.pdf' ;
  x3do:name 'documentation' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'original model produced by LLM, careful review and precautions are warranted' ;
  x3do:name 'warning' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Claude Sonnet 4.6' ;
  x3do:name 'generator' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://claude.ai/new' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3DOM version originals/x3d_scene.html' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ClaudeCodeSimpleModelHtmlX3DOM.png' ;
  x3do:name 'Image' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ClaudeCodeSimpleModelScreenshots.png' ;
  x3do:name 'Image' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ClaudeCodeSimpleModelScreenshotCastle.png' ;
  x3do:name 'Image' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'History of initial changes at https://sourceforge.net/p/x3d/code/38626/log/?path=/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LLM' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.x3d' ;
  x3do:name 'identifier' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://creativecommons.org/licenses/by/4.0/' ;
  x3do:name 'license' .
:meta dcterms:title "ClaudeCodeSimpleModel.x3d" .
:meta dcterms:description "Model generated by Claude Code, with small cleanups: Orbiting Primitives with no textures, showing four colored 3D primitives — sphere, box, cone, cylinder — orbiting on an animated platform." .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "27 February 2026" .
:meta dcterms:modified "28 February 2026" .
:meta dcterms:warning "original model produced by LLM, careful review and precautions are warranted" .
:meta dcterms:generator "Claude Sonnet 4.6" .
:meta dcterms:reference "https://claude.ai/new" .
:meta dcterms:reference "X3DOM version originals/x3d_scene.html" .
:meta dcterms:Image "ClaudeCodeSimpleModelHtmlX3DOM.png" .
:meta dcterms:Image "ClaudeCodeSimpleModelScreenshots.png" .
:meta dcterms:Image "ClaudeCodeSimpleModelScreenshotCastle.png" .
:meta dcterms:reference "History of initial changes at https://sourceforge.net/p/x3d/code/38626/log/?path=/www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LLM" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/LargeLanguageModels/ClaudeCodeSimpleModel.x3d" .
:meta dcterms:license "https://creativecommons.org/licenses/by/4.0/" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :Background_2_1, :NavigationInfo_2_2, :Viewpoint_2_3, :DirectionalLight_2_4, :PointLight_2_5, :ORBIT_GROUP, :Transform_2_7 .
:Background_2_1 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.05 0.05 0.1 ) .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Default' ;
  x3do:orientation ( 1 0 0 -0.22 ) ;
  x3do:position ( 0 2 9 ) .
:DirectionalLight_2_4 a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :Scene ;
  x3do:color ( 0.8 0.85 1.0 ) ;
  x3do:direction ( -1 -2 -1 ) ;
  x3do:intensity 0.8 .
:PointLight_2_5 a owl:NamedIndividual, x3do:PointLight ;
  x3do:hasParent :Scene ;
  x3do:attenuation ( 0 0 0.1 ) ;
  x3do:color ( 0.5 0.6 1.0 ) ;
  x3do:intensity 1.5 ;
  x3do:location ( 3 5 3 ) ;
  x3do:radius 25 .
:ORBIT_GROUP a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TIMER, :SPINNER, :Transform_2_6_5, :Transform_2_6_6, :Transform_2_6_7, :Transform_2_6_8 ;
  x3do:hasROUTE :ROUTE_2_6_3, :ROUTE_2_6_4 ;
  x3do:DEF 'ORBIT_GROUP' .
:TIMER a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:DEF 'TIMER' ;
  x3do:cycleInterval '7' ;
  x3do:loop true .
:SPINNER a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:DEF 'SPINNER' ;
  x3do:key ( 0 0.5 1 ) ;
  x3do:keyValue ( 0 1 0 0 0 1 0 3.14159 0 1 0 6.28318 ) .
:ROUTE_2_6_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'TIMER' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'SPINNER' .
:ROUTE_2_6_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'SPINNER' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'ORBIT_GROUP' .
:Transform_2_6_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:hasChildren :Shape_2_6_5_1 .
:Shape_2_6_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_5 ;
  x3do:hasAppearance :Appearance_2_6_5_1_1 ;
  x3do:hasGeometry :Sphere_2_6_5_1_2 .
:Appearance_2_6_5_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:hasMaterial :Material_2_6_5_1_1_1 .
:Material_2_6_5_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_5_1_1 ;
  x3do:diffuseColor ( 0.2 0.4 0.9 ) ;
  x3do:emissiveColor ( 0.02 0.05 0.2 ) ;
  x3do:shininess 0.85 ;
  x3do:specularColor ( 0.7 0.8 1.0 ) .
:Sphere_2_6_5_1_2 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_6_5_1 ;
  x3do:radius 0.85 .
:Transform_2_6_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:hasChildren :Shape_2_6_6_1 ;
  x3do:translation ( 2.4 0 0 ) .
:Shape_2_6_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_6 ;
  x3do:hasAppearance :Appearance_2_6_6_1_1 ;
  x3do:hasGeometry :Box_2_6_6_1_2 .
:Appearance_2_6_6_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_6_1 ;
  x3do:hasMaterial :Material_2_6_6_1_1_1 .
:Material_2_6_6_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_6_1_1 ;
  x3do:diffuseColor ( 0.9 0.2 0.35 ) ;
  x3do:emissiveColor ( 0.15 0.01 0.04 ) ;
  x3do:shininess 0.75 ;
  x3do:specularColor ( 1.0 0.6 0.7 ) .
:Box_2_6_6_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_6_6_1 ;
  x3do:size ( 0.6 0.6 0.6 ) .
:Transform_2_6_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:hasChildren :Shape_2_6_7_1 ;
  x3do:translation ( -2.4 0 0 ) .
:Shape_2_6_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_7 ;
  x3do:hasAppearance :Appearance_2_6_7_1_1 ;
  x3do:hasGeometry :Cone_2_6_7_1_2 .
:Appearance_2_6_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_7_1 ;
  x3do:hasMaterial :Material_2_6_7_1_1_1 .
:Material_2_6_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_7_1_1 ;
  x3do:diffuseColor ( 0.15 0.85 0.5 ) ;
  x3do:emissiveColor ( 0.01 0.12 0.04 ) ;
  x3do:shininess 0.7 ;
  x3do:specularColor ( 0.5 1.0 0.7 ) .
:Cone_2_6_7_1_2 a owl:NamedIndividual, x3do:Cone ;
  x3do:hasParent :Shape_2_6_7_1 ;
  x3do:bottomRadius 0.45 ;
  x3do:height 1.0 .
:Transform_2_6_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ORBIT_GROUP ;
  x3do:hasChildren :Shape_2_6_8_1 ;
  x3do:translation ( 0 0 2.4 ) .
:Shape_2_6_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_6_8 ;
  x3do:hasAppearance :Appearance_2_6_8_1_1 ;
  x3do:hasGeometry :Cylinder_2_6_8_1_2 .
:Appearance_2_6_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_8_1 ;
  x3do:hasMaterial :Material_2_6_8_1_1_1 .
:Material_2_6_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_8_1_1 ;
  x3do:diffuseColor ( 1.0 0.75 0.1 ) ;
  x3do:emissiveColor ( 0.15 0.1 0.0 ) ;
  x3do:shininess 0.8 ;
  x3do:specularColor ( 1.0 0.95 0.6 ) .
:Cylinder_2_6_8_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_6_8_1 ;
  x3do:height 0.75 ;
  x3do:radius 0.3 .
:Transform_2_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_7_1 ;
  x3do:translation ( 0 -1.4 0 ) .
:Shape_2_7_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7 ;
  x3do:hasAppearance :Appearance_2_7_1_1 ;
  x3do:hasGeometry :Cylinder_2_7_1_2 .
:Appearance_2_7_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:hasMaterial :Material_2_7_1_1_1 .
:Material_2_7_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_7_1_1 ;
  x3do:diffuseColor ( 0.1 0.15 0.45 ) ;
  x3do:shininess 0.5 ;
  x3do:specularColor ( 0.3 0.4 0.8 ) ;
  x3do:transparency 0.35 .
:Cylinder_2_7_1_2 a owl:NamedIndividual, x3do:Cylinder ;
  x3do:hasParent :Shape_2_7_1 ;
  x3do:height 0.05 ;
  x3do:radius 3.5 .
