XML

天体の種類 - XML

天体の種類は、宇宙空間に存在する自然天体をその性質や特徴に基づいて分類したものです。恒星、惑星、矮惑星、衛星、彗星、小惑星、流星などが主要な分類として知られており、それぞれが異なる物理的特性と形成過程を持っています。国際天文学連合(IAU)による定義に基づき、太陽系内の天体は惑星、矮惑星、小太陽系天体の3つに大別されます。これらの分類は天文学研究や宇宙探査において基礎的な知識となっています。

天文学 天体 恒星 惑星 衛星 彗星 小惑星 流星 宇宙 太陽系
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>star</slug>
    <name>恒星</name>
    <description>核融合反応により自ら光と熱を発する巨大なガス状の天体です。</description>
    <category>恒星</category>
    <examples>[&quot;太陽&quot;,&quot;シリウス&quot;,&quot;ベテルギウス&quot;,&quot;プロキシマ・ケンタウリ&quot;]</examples>
  </item>
  <item>
    <code>02</code>
    <slug>planet</slug>
    <name>惑星</name>
    <description>恒星の周りを公転し、自ら光を発しないほぼ球形の天体です。</description>
    <category>惑星</category>
    <examples>[&quot;地球&quot;,&quot;火星&quot;,&quot;木星&quot;,&quot;土星&quot;]</examples>
  </item>
  <item>
    <code>03</code>
    <slug>dwarf-planet</slug>
    <name>矮惑星</name>
    <description>惑星と同様に恒星を公転するが、軌道近傍の天体を除去していない球形の天体です。</description>
    <category>矮惑星</category>
    <examples>[&quot;冥王星&quot;,&quot;ケレス&quot;,&quot;エリス&quot;,&quot;ハウメア&quot;,&quot;マケマケ&quot;]</examples>
  </item>
  <item>
    <code>04</code>
    <slug>satellite</slug>
    <name>衛星</name>
    <description>惑星や矮惑星の周りを公転する天体です。</description>
    <category>衛星</category>
    <examples>[&quot;月&quot;,&quot;イオ&quot;,&quot;エウロパ&quot;,&quot;タイタン&quot;]</examples>
  </item>
  <item>
    <code>05</code>
    <slug>comet</slug>
    <name>彗星</name>
    <description>氷や塵で構成され、恒星に近づくと尾を引く天体です。</description>
    <category>小太陽系天体</category>
    <examples>[&quot;ハレー彗星&quot;,&quot;ヘール・ボップ彗星&quot;,&quot;チュリュモフ・ゲラシメンコ彗星&quot;]</examples>
  </item>
  <item>
    <code>06</code>
    <slug>asteroid</slug>
    <name>小惑星</name>
    <description>岩石や金属で構成され、惑星より小さい太陽系内の天体です。</description>
    <category>小太陽系天体</category>
    <examples>[&quot;ベスタ&quot;,&quot;パラス&quot;,&quot;イトカワ&quot;,&quot;リュウグウ&quot;]</examples>
  </item>
  <item>
    <code>07</code>
    <slug>meteor</slug>
    <name>流星</name>
    <description>大気圏に突入して光を放つ流星体の現象、またはその天体です。</description>
    <category>小太陽系天体</category>
    <examples>[&quot;ペルセウス座流星群&quot;,&quot;ふたご座流星群&quot;,&quot;アリゾナ隕石坑&quot;]</examples>
  </item>
  <item>
    <code>08</code>
    <slug>meteor-shower</slug>
    <name>流星群</name>
    <description>同じ軌道を回る流星体が地球に接近し、多数の流星が観測される現象です。</description>
    <category>小太陽系天体</category>
    <examples>[&quot;ペルセウス座流星群&quot;,&quot;ふたご座流星群&quot;,&quot;しし座流星群&quot;]</examples>
  </item>
</items>