@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@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 tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/24009> foaf:primaryTopic <album/24009#subject> .

<artist/29507#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shiho Aiyoshi"@en,
        "相吉志保"@ja ;
    foaf:made <album/24009#lyrics>,
        <album/24009#subject> ;
    foaf:name "Shiho Aiyoshi"@en,
        "相吉志保"@ja .

<artist/456#subject> a schema:Person,
        foaf:Person ;
    schema:name "Isao Sasaki"@en,
        "ささきいさお"@ja ;
    foaf:made <album/24009#subject>,
        <album/24009#vocals> ;
    foaf:name "Isao Sasaki"@en,
        "ささきいさお"@ja .

<artist/14892#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24009#subject> ;
    schema:name "Ken Sato"@en ;
    foaf:made <album/24009#composition>,
        <album/24009#subject> ;
    foaf:name "Ken Sato"@en .

<artist/7003#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24009#subject> ;
    schema:name "Hideaki Takatori"@en,
        "高取ヒデアキ"@ja ;
    foaf:made <album/24009#composition>,
        <album/24009#lyrics>,
        <album/24009#subject> ;
    foaf:name "Hideaki Takatori"@en,
        "高取ヒデアキ"@ja .

<artist/8360#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24009#subject> ;
    schema:name "Nozomi Aoki"@en,
        "青木望"@ja ;
    foaf:made <album/24009#composition>,
        <album/24009#subject> ;
    foaf:name "Nozomi Aoki"@en,
        "青木望"@ja .

<product/1229#subject> a schema:CreativeWork ;
    schema:name "The Galaxy Railways"@en,
        "銀河鉄道物語"@ja,
        "Ginga Tetsudou Monogatari"@ja-latn ;
    foaf:name "The Galaxy Railways"@en,
        "銀河鉄道物語"@ja,
        "Ginga Tetsudou Monogatari"@ja-latn .

<album/24009#musicalexpression> a mo:Signal ;
    mo:published_as <album/24009#subject> ;
    mo:records <album/24009#performance> .

<album/24009#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn ;
    mo:performance_of <album/24009#musicalwork> ;
    mo:recorded_as <album/24009#musicalexpression> ;
    schema:name "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn ;
    schema:workPerformed <album/24009#musicalwork> .

<album/24009#vocals> a mo:Singer .

<org/2193#subject> schema:name "Columbia Music Entertainment"@en,
        "Columbia Music Entertainment"@ja,
        "Columbia Music Entertainment"@ja-latn ;
    foaf:name "Columbia Music Entertainment"@en,
        "Columbia Music Entertainment"@ja,
        "Columbia Music Entertainment"@ja-latn .

<https://media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/24009#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> ;
    foaf:depicts <album/24009#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> .

<https://medium-media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> a schema:ImageObject,
        foaf:Image .

<album/24009#lyrics> a mo:Lyrics .

<album/24009#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/24009#composition> ;
    mo:lyrics <album/24009#lyrics> ;
    mo:performed_in <album/24009#performance> ;
    mo:singer <album/24009#vocals> .

<album/24009#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn ;
    mo:composer <artist/14892#subject>,
        <artist/7003#subject>,
        <artist/8360#subject> ;
    mo:produced_work <album/24009#musicalwork> ;
    schema:name "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn .

<album/24009#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-11-19"^^xsd:date ;
    dcterms:title "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn ;
    mo:catalogue_number "COCX-32477" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24009#musicalexpression> ;
    mo:publisher <org/2193#subject> ;
    mo:record _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    mo:record_count 1 ;
    schema:about <product/1229#subject> ;
    schema:datePublished "2003-11-19"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> ;
    schema:name "SYMPHONIC POEM \"THE GALAXY RAILWAYS\""@en,
        "交響詩 銀河鉄道物語"@ja,
        "Koukyoushi Ginga Tetsudou Monogatari"@ja-latn ;
    schema:publisher <org/2193#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/24009/24009-aad7b50b807d.jpg> .

_:N04c9be91acf24fc4977e969b3c9c3a1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プロローグ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "プロローグ"@ja .

_:N05dd62ef39ee4ab9b303f164e1524dea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学のテーマ 孤独"@ja ;
    mo:track_number 10 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "学のテーマ 孤独"@ja .

_:N0ef643ea4e8946d8bca440782a57280e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "壮大なる銀河"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "壮大なる銀河"@ja .

_:N10738d3d449748b5892f0be186a7a36d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "巨悪出現"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "巨悪出現"@ja .

_:N116cd9ccb0914faf8aa79b3582e5682d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不安感"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "不安感"@ja .

_:N1705f22ad27841a5914cfc27ef9ff967 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "事件発生、発進!!"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "事件発生、発進!!"@ja .

_:N1bcd7fd960464c0d81e5b44ee1b7e9ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星々のテーマ 死の街"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "星々のテーマ 死の街"@ja .

_:N2d378b7c4bd946f5922fc6d1cfb0aeab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "軽やかに"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "軽やかに"@ja .

_:N312f24d50c2e4ec292d61b07113de246 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "旅立ち、希望と不安"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:00"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "旅立ち、希望と不安"@ja .

_:N33019ef127f04a04b5e2eda8504b963b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "勇壮、訓練"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "勇壮、訓練"@ja .

_:N35baef87f48b4077825e79f2045b5eed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "静かな緊張感"@ja ;
    mo:track_number 30 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "静かな緊張感"@ja .

_:N363b2a165d3c47d99a0c0308f011ccd0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "緊迫"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "緊迫"@ja .

_:N44b80b9e5e2647a2952f4c675e56472e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星々のテーマ おだやかに美しく"@ja ;
    mo:track_number 34 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "星々のテーマ おだやかに美しく"@ja .

_:N474947cbf6274742a33c1d1a85b412cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学のテーマ アクション"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:21"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "学のテーマ アクション"@ja .

_:N483f8acd1e8f453aa379c1d9d0c0753b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "嵐の前の静けさ～異変～緊迫"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "嵐の前の静けさ～異変～緊迫"@ja .

_:N58c1044c040746638fa8f621651b219b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学のテーマ 勇気"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "学のテーマ 勇気"@ja .

_:N5a49c68d49f042fbae9609b2774f3f32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "追跡"@ja ;
    mo:track_number 29 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "追跡"@ja .

_:N5bca8695bae0462c9be7c499daddf5f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀河鉄道は遥かなり"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "銀河鉄道は遥かなり"@ja .

_:N6207ade88b1043f3bdb9e0177e9d9083 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "事件!"@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:16"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "事件!"@ja .

_:N6876af1b2b11490f8ddb43eb3a5a945e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シュラへの変貌"@ja ;
    mo:track_number 37 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "シュラへの変貌"@ja .

_:N81f8a5f0a7f240d89a5b4559d9b0abe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学のテーマ 優気"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "学のテーマ 優気"@ja .

_:N853c98a40ca44ed7babd064e224d2c06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悩み、苦しみ"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "悩み、苦しみ"@ja .

_:N8a769b79610143b88de75842fe0b2e98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "華麗なる戦い"@ja ;
    mo:track_number 33 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "華麗なる戦い"@ja .

_:N946e5c5a0eb840d28ae1c6a7f3276af8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "凛とした強さ"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "凛とした強さ"@ja .

_:N9f1a6b10e01449dbaf25277336d92b14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ロマンチック"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "ロマンチック"@ja .

_:Na1fe01b69a3c467c8df607161f9ce184 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "平和な日々"@ja ;
    mo:track_number 22 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "平和な日々"@ja .

_:Nb9899cc81903461cba98c38c9c424d5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スピカ隊"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "スピカ隊"@ja .

_:Nc85e73251178491fb43ff059491b4c36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星々のテーマ 荒涼"@ja ;
    mo:track_number 35 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "星々のテーマ 荒涼"@ja .

_:Nd51ff5f01b1b4bef8717c7ab76acbf03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宿命"@ja ;
    mo:track_number 32 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "宿命"@ja .

_:Nd86becf27ca646d8aef2df6cce9cfcae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "決意、そして出動"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "決意、そして出動"@ja .

_:Nda40cb916f4043c2bcd73da387f530a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "予告用"@ja ;
    mo:track_number 19 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "予告用"@ja .

_:Ndb5e4772b97648e8aa8e2cd4951dae1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "軽やかな走り"@ja ;
    mo:track_number 31 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "軽やかな走り"@ja .

_:Ndc0ac28d176443ed8375ad0596409feb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀河の煌(ひかり)"@ja ;
    mo:track_number 38 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "銀河の煌(ひかり)"@ja .

_:Ne298ac28402446af80b5e7acebc81da9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "危機～苦戦"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:00"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "危機～苦戦"@ja .

_:Ne56d68064e334095ab6fe5c6b990a16c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悩み、苦しみ～決意、闘志"@ja ;
    mo:track_number 36 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "悩み、苦しみ～決意、闘志"@ja .

_:Ne5a2bdbabd164ba5b57747ae874747b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悲しい出来事"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "悲しい出来事"@ja .

_:Ne6ff26c223884c2188468f6fef78c9d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "運命に逆らえないはがゆさ"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "運命に逆らえないはがゆさ"@ja .

_:Nea9f9db5c5694c23b40b4c78fb08db8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学のテーマ 怒り"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N1c6eda7ece164b6c91f43e64e7517a97 ;
    schema:name "学のテーマ 怒り"@ja .

_:N1c6eda7ece164b6c91f43e64e7517a97 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04c9be91acf24fc4977e969b3c9c3a1f,
        _:N05dd62ef39ee4ab9b303f164e1524dea,
        _:N0ef643ea4e8946d8bca440782a57280e,
        _:N10738d3d449748b5892f0be186a7a36d,
        _:N116cd9ccb0914faf8aa79b3582e5682d,
        _:N1705f22ad27841a5914cfc27ef9ff967,
        _:N1bcd7fd960464c0d81e5b44ee1b7e9ba,
        _:N2d378b7c4bd946f5922fc6d1cfb0aeab,
        _:N312f24d50c2e4ec292d61b07113de246,
        _:N33019ef127f04a04b5e2eda8504b963b,
        _:N35baef87f48b4077825e79f2045b5eed,
        _:N363b2a165d3c47d99a0c0308f011ccd0,
        _:N44b80b9e5e2647a2952f4c675e56472e,
        _:N474947cbf6274742a33c1d1a85b412cd,
        _:N483f8acd1e8f453aa379c1d9d0c0753b,
        _:N58c1044c040746638fa8f621651b219b,
        _:N5a49c68d49f042fbae9609b2774f3f32,
        _:N5bca8695bae0462c9be7c499daddf5f8,
        _:N6207ade88b1043f3bdb9e0177e9d9083,
        _:N6876af1b2b11490f8ddb43eb3a5a945e,
        _:N81f8a5f0a7f240d89a5b4559d9b0abe6,
        _:N853c98a40ca44ed7babd064e224d2c06,
        _:N8a769b79610143b88de75842fe0b2e98,
        _:N946e5c5a0eb840d28ae1c6a7f3276af8,
        _:N9f1a6b10e01449dbaf25277336d92b14,
        _:Na1fe01b69a3c467c8df607161f9ce184,
        _:Nb9899cc81903461cba98c38c9c424d5b,
        _:Nc85e73251178491fb43ff059491b4c36,
        _:Nd51ff5f01b1b4bef8717c7ab76acbf03,
        _:Nd86becf27ca646d8aef2df6cce9cfcae,
        _:Nda40cb916f4043c2bcd73da387f530a6,
        _:Ndb5e4772b97648e8aa8e2cd4951dae1f,
        _:Ndc0ac28d176443ed8375ad0596409feb,
        _:Ne298ac28402446af80b5e7acebc81da9,
        _:Ne56d68064e334095ab6fe5c6b990a16c,
        _:Ne5a2bdbabd164ba5b57747ae874747b4,
        _:Ne6ff26c223884c2188468f6fef78c9d6,
        _:Nea9f9db5c5694c23b40b4c78fb08db8c ;
    mo:track_count 38 ;
    schema:duration "PT50:24"^^xsd:interval ;
    schema:numTracks 38 ;
    schema:track _:N04c9be91acf24fc4977e969b3c9c3a1f,
        _:N05dd62ef39ee4ab9b303f164e1524dea,
        _:N0ef643ea4e8946d8bca440782a57280e,
        _:N10738d3d449748b5892f0be186a7a36d,
        _:N116cd9ccb0914faf8aa79b3582e5682d,
        _:N1705f22ad27841a5914cfc27ef9ff967,
        _:N1bcd7fd960464c0d81e5b44ee1b7e9ba,
        _:N2d378b7c4bd946f5922fc6d1cfb0aeab,
        _:N312f24d50c2e4ec292d61b07113de246,
        _:N33019ef127f04a04b5e2eda8504b963b,
        _:N35baef87f48b4077825e79f2045b5eed,
        _:N363b2a165d3c47d99a0c0308f011ccd0,
        _:N44b80b9e5e2647a2952f4c675e56472e,
        _:N474947cbf6274742a33c1d1a85b412cd,
        _:N483f8acd1e8f453aa379c1d9d0c0753b,
        _:N58c1044c040746638fa8f621651b219b,
        _:N5a49c68d49f042fbae9609b2774f3f32,
        _:N5bca8695bae0462c9be7c499daddf5f8,
        _:N6207ade88b1043f3bdb9e0177e9d9083,
        _:N6876af1b2b11490f8ddb43eb3a5a945e,
        _:N81f8a5f0a7f240d89a5b4559d9b0abe6,
        _:N853c98a40ca44ed7babd064e224d2c06,
        _:N8a769b79610143b88de75842fe0b2e98,
        _:N946e5c5a0eb840d28ae1c6a7f3276af8,
        _:N9f1a6b10e01449dbaf25277336d92b14,
        _:Na1fe01b69a3c467c8df607161f9ce184,
        _:Nb9899cc81903461cba98c38c9c424d5b,
        _:Nc85e73251178491fb43ff059491b4c36,
        _:Nd51ff5f01b1b4bef8717c7ab76acbf03,
        _:Nd86becf27ca646d8aef2df6cce9cfcae,
        _:Nda40cb916f4043c2bcd73da387f530a6,
        _:Ndb5e4772b97648e8aa8e2cd4951dae1f,
        _:Ndc0ac28d176443ed8375ad0596409feb,
        _:Ne298ac28402446af80b5e7acebc81da9,
        _:Ne56d68064e334095ab6fe5c6b990a16c,
        _:Ne5a2bdbabd164ba5b57747ae874747b4,
        _:Ne6ff26c223884c2188468f6fef78c9d6,
        _:Nea9f9db5c5694c23b40b4c78fb08db8c .

