@prefix :        <https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/rccart2.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 'Interactive' ;
  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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'rccart2.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'fix naming, cartilage?' ;
  x3do:name 'TODO' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'cartilage model, TODO finish' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Joe Williams, John Carlson, Damon Hernandez, Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '5 December 2013' ;
  x3do:name 'created' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '5 March 2026' ;
  x3do:name 'translated' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '16 March 2026' ;
  x3do:name 'modified' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/rccart2.x3d' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://en.wikipedia.org/wiki/List_of_bones_of_the_human_skeleton' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'usage examples https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical' ;
  x3do:name 'reference' .
:meta_1_12 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_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D Tidy, https://www.web3d.org/x3d/stylesheets/X3dTidy.html' ;
  x3do:name 'generator' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/rccart2.x3d' ;
  x3do:name 'identifier' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "rccart2.x3d" .
:meta dcterms:description "cartilage model, TODO finish" .
:meta dcterms:creator "Joe Williams, John Carlson, Damon Hernandez, Don Brutzman" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "5 December 2013" .
:meta dcterms:translated "5 March 2026" .
:meta dcterms:modified "16 March 2026" .
:meta dcterms:reference "originals/rccart2.x3d" .
:meta dcterms:reference "https://en.wikipedia.org/wiki/List_of_bones_of_the_human_skeleton" .
:meta dcterms:reference "usage examples https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:generator "X3D Tidy, https://www.web3d.org/x3d/stylesheets/X3dTidy.html" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/rccart2.x3d" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :UserTouchSensor, :rccart2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title '*TODO_add_title*' .
:UserTouchSensor a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'UserTouchSensor' ;
  x3do:description 'cartilage rccart2' .
:rccart2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :HiddenViewpoint, :HiddenLight, :Shape_2_3_5 ;
  x3do:hasROUTE :ROUTE_2_3_2, :ROUTE_2_3_4 ;
  x3do:DEF 'rccart2' ;
  x3do:translation ( -0.0326 1.4158 0.0413 ) .
:HiddenViewpoint a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :rccart2 ;
  x3do:hasNavigationInfo :NavigationInfo_2_3_1_1 ;
  x3do:DEF 'HiddenViewpoint' ;
  x3do:nearDistance 0.001 ;
  x3do:position ( 0 0 0.3 ) ;
  x3do:retainUserOffsets true .
:NavigationInfo_2_3_1_1 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :HiddenViewpoint ;
  x3do:transitionType '"ANIMATE"' ;
  x3do:type '"EXAMINE"' .
:ROUTE_2_3_2 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :rccart2 ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'UserTouchSensor' ;
  x3do:toField 'set_bind' ;
  x3do:toNode 'HiddenViewpoint' .
:HiddenLight a owl:NamedIndividual, x3do:DirectionalLight ;
  x3do:hasParent :rccart2 ;
  x3do:DEF 'HiddenLight' ;
  x3do:ambientIntensity 1 ;
  x3do:color ( 0.1 0.1 1 ) ;
  x3do:on false .
:ROUTE_2_3_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :rccart2 ;
  x3do:fromField 'isOver' ;
  x3do:fromNode 'UserTouchSensor' ;
  x3do:toField 'on' ;
  x3do:toNode 'HiddenLight' .
:Shape_2_3_5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :rccart2 ;
  x3do:hasAppearance :Appearance_2_3_5_1 ;
  x3do:hasGeometry :rccart2_geometry .
:Appearance_2_3_5_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_5 ;
  x3do:hasMaterial :CartilageMaterial .
:CartilageMaterial a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_5_1 ;
  x3do:DEF 'CartilageMaterial' ;
  x3do:ambientIntensity 0.965 ;
  x3do:diffuseColor ( 0.9843 0.949 0.7843 ) ;
  x3do:shininess 0.05 ;
  x3do:specularColor ( 0.9647 0.949 0.9098 ) .
:rccart2_geometry a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_3_5 ;
  x3do:hasCoord :rccart2_coordinate ;
  x3do:DEF 'rccart2_geometry' ;
  x3do:coordIndex ( 0 1 2 -1 2 3 0 -1 4 5 6 -1 7 8 9 -1 10 11 12 -1 10 13 11 -1 13 14 11 -1 12 15 10 -1 2 16 17 -1 9 18 19 -1 9 20 18 -1 21 22 23 -1 23 24 21 -1 25 26 27 -1 25 28 26 -1 11 14 29 -1 30 31 32 -1 31 33 32 -1 34 35 36 -1 36 37 34 -1 38 39 40 -1 41 42 34 -1 43 44 45 -1 45 46 43 -1 12 39 15 -1 47 48 49 -1 49 50 47 -1 51 52 53 -1 53 54 51 -1 40 55 56 -1 57 47 50 -1 50 58 57 -1 6 59 60 -1 59 61 60 -1 17 62 5 -1 17 63 62 -1 64 65 66 -1 64 67 65 -1 49 48 68 -1 68 69 49 -1 53 52 70 -1 52 71 70 -1 35 72 73 -1 40 39 74 -1 67 45 75 -1 45 76 75 -1 41 34 37 -1 37 77 41 -1 54 53 57 -1 57 78 54 -1 79 60 61 -1 79 80 60 -1 81 0 82 -1 31 83 10 -1 10 33 31 -1 24 81 82 -1 24 23 81 -1 84 22 21 -1 84 85 22 -1 8 86 20 -1 20 9 8 -1 10 83 13 -1 83 87 13 -1 16 2 1 -1 49 88 25 -1 25 50 49 -1 33 10 15 -1 15 89 33 -1 11 8 7 -1 7 12 11 -1 3 82 0 -1 17 4 2 -1 17 5 4 -1 84 43 90 -1 43 84 44 -1 19 7 9 -1 19 91 7 -1 33 92 32 -1 92 33 89 -1 58 25 27 -1 50 25 58 -1 80 49 69 -1 80 88 49 -1 3 24 82 -1 93 24 3 -1 35 42 72 -1 42 35 34 -1 51 40 56 -1 54 40 51 -1 38 15 39 -1 15 38 89 -1 29 8 11 -1 29 86 8 -1 90 85 84 -1 90 94 85 -1 28 80 79 -1 80 28 88 -1 53 47 57 -1 53 70 47 -1 95 48 96 -1 48 95 68 -1 97 41 77 -1 97 98 41 -1 76 73 75 -1 99 73 76 -1 64 45 67 -1 64 46 45 -1 100 40 74 -1 100 55 40 -1 72 75 73 -1 72 101 75 -1 98 102 103 -1 95 102 98 -1 96 71 104 -1 70 71 96 -1 91 74 7 -1 74 91 100 -1 78 58 92 -1 78 57 58 -1 56 64 66 -1 56 55 64 -1 105 99 76 -1 105 93 99 -1 4 97 77 -1 4 106 97 -1 29 13 87 -1 29 14 13 -1 63 16 107 -1 63 17 16 -1 1 107 16 -1 107 1 108 -1 108 0 81 -1 108 1 0 -1 106 68 97 -1 69 68 106 -1 2 77 37 -1 2 4 77 -1 3 37 36 -1 2 37 3 -1 36 93 3 -1 99 93 36 -1 65 75 101 -1 75 65 67 -1 78 89 38 -1 78 92 89 -1 39 7 74 -1 39 12 7 -1 100 43 46 -1 100 91 43 -1 102 96 104 -1 96 102 95 -1 41 103 42 -1 98 103 41 -1 44 76 45 -1 44 105 76 -1 46 55 100 -1 55 46 64 -1 35 99 36 -1 35 73 99 -1 98 68 95 -1 68 98 97 -1 48 70 96 -1 47 70 48 -1 32 26 30 -1 27 26 32 -1 94 19 18 -1 19 94 90 -1 40 78 38 -1 40 54 78 -1 93 21 24 -1 105 21 93 -1 69 60 80 -1 106 60 69 -1 58 32 92 -1 58 27 32 -1 90 91 19 -1 91 90 43 -1 105 84 21 -1 44 84 105 -1 59 5 62 -1 5 59 6 -1 106 6 60 -1 6 106 4 -1 ) ;
  x3do:creaseAngle 1.571 .
:rccart2_coordinate a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :rccart2_geometry ;
  x3do:DEF 'rccart2_coordinate' ;
  x3do:point ( 0.0178 0.0024 0.0036 0.0177 0.0025 0.0035 0.0128 0.0004 0.0041 0.0130 -0.0006 0.0049 0.0123 0.0021 0.0026 0.0172 0.0036 0.0024 0.0172 0.0037 0.0023 0.0144 -0.0017 -0.0014 0.0193 0.0029 -0.0051 0.0194 0.0024 -0.0050 0.0190 0.0037 -0.0055 0.0197 0.0037 -0.0052 0.0145 -0.0000 -0.0023 0.0199 0.0038 -0.0053 0.0199 0.0038 -0.0053 0.0143 0.0009 -0.0028 0.0174 0.0026 0.0032 0.0174 0.0027 0.0031 0.0202 -0.0044 -0.0010 0.0202 -0.0045 -0.0011 0.0193 0.0025 -0.0049 0.0164 -0.0104 0.0087 0.0166 -0.0103 0.0085 0.0180 -0.0053 0.0075 0.0179 -0.0052 0.0077 0.0130 0.0119 -0.0079 0.0144 0.0115 -0.0085 0.0143 0.0115 -0.0087 0.0135 0.0117 -0.0080 0.0196 0.0037 -0.0052 0.0161 0.0097 -0.0080 0.0191 0.0041 -0.0058 0.0159 0.0098 -0.0082 0.0190 0.0040 -0.0058 -0.0051 -0.0023 0.0049 -0.0052 -0.0040 0.0057 0.0087 -0.0025 0.0055 0.0088 -0.0013 0.0047 0.0099 -0.0012 -0.0011 0.0099 -0.0016 -0.0009 -0.0039 -0.0038 0.0000 -0.0055 -0.0011 0.0042 -0.0186 -0.0020 0.0035 0.0129 -0.0089 0.0035 0.0118 -0.0103 0.0060 0.0068 -0.0101 0.0060 0.0079 -0.0093 0.0036 0.0074 0.0050 -0.0025 0.0074 0.0051 -0.0024 0.0104 0.0076 -0.0040 0.0105 0.0077 -0.0047 -0.0145 0.0011 -0.0028 -0.0148 0.0022 -0.0025 -0.0058 0.0024 -0.0015 -0.0049 0.0011 -0.0015 -0.0041 -0.0062 0.0011 -0.0153 -0.0050 -0.0012 0.0079 0.0046 -0.0029 0.0112 0.0070 -0.0049 0.0172 0.0036 0.0022 0.0147 0.0086 -0.0027 0.0149 0.0084 -0.0028 0.0173 0.0034 0.0023 0.0175 0.0027 0.0029 -0.0054 -0.0094 0.0035 -0.0198 -0.0085 0.0043 -0.0174 -0.0081 0.0016 -0.0068 -0.0103 0.0061 0.0074 0.0044 -0.0011 0.0107 0.0066 -0.0024 -0.0062 0.0030 -0.0010 -0.0154 0.0030 -0.0015 -0.0197 -0.0054 0.0048 -0.0055 -0.0065 0.0066 0.0098 -0.0020 -0.0007 -0.0067 -0.0092 0.0069 0.0072 -0.0093 0.0073 0.0082 0.0005 0.0032 0.0086 0.0034 -0.0027 0.0140 0.0107 -0.0059 0.0137 0.0109 -0.0059 0.0178 0.0022 0.0035 0.0176 0.0019 0.0039 0.0190 0.0037 -0.0055 0.0150 -0.0118 0.0064 0.0153 -0.0115 0.0063 0.0193 0.0028 -0.0051 0.0196 0.0038 -0.0052 0.0131 0.0119 -0.0080 0.0137 0.0023 -0.0034 0.0185 -0.0100 0.0023 0.0140 -0.0054 0.0008 0.0124 0.0051 -0.0044 0.0126 -0.0059 0.0072 0.0185 -0.0099 0.0024 -0.0062 0.0029 0.0002 -0.0064 0.0032 -0.0005 0.0077 0.0028 0.0011 -0.0057 0.0016 0.0021 0.0083 -0.0063 0.0072 0.0095 -0.0058 0.0013 -0.0202 -0.0077 0.0048 -0.0159 0.0032 -0.0006 -0.0170 0.0017 0.0012 -0.0159 0.0032 -0.0007 0.0119 -0.0092 0.0075 0.0114 0.0046 0.0000 0.0175 0.0025 0.0031 0.0178 0.0023 0.0034 ) .
