@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/87744> foaf:primaryTopic <album/87744#subject> .

<artist/7274#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka Togawa"@en,
        "東川遥"@ja ;
    foaf:made <album/87744#lyrics>,
        <album/87744#subject> ;
    foaf:name "Haruka Togawa"@en,
        "東川遥"@ja .

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

<artist/6503#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87744#subject> ;
    schema:name "Kazuya Nishioka"@en,
        "西岡和哉"@ja ;
    foaf:made <album/87744#composition>,
        <album/87744#subject> ;
    foaf:name "Kazuya Nishioka"@en,
        "西岡和哉"@ja .

<artist/768#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87744#subject> ;
    schema:name "Shinichi Itakura"@en,
        "板倉真一"@ja ;
    foaf:made <album/87744#composition>,
        <album/87744#subject> ;
    foaf:name "Shinichi Itakura"@en,
        "板倉真一"@ja .

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

<org/1368#subject> schema:name "M:X"@en,
        "M:X"@ja,
        "M:X"@ja-latn ;
    foaf:name "M:X"@en,
        "M:X"@ja,
        "M:X"@ja-latn .

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

<https://medium-media.vgm.io/albums/44/87744/87744-1560570250.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/12745#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/87744#performance> ;
    schema:name "YAMOTO"@en ;
    foaf:name "YAMOTO"@en .

<artist/5381#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/87744#performance> ;
    schema:name "Jun Fukuyama"@en,
        "福山潤"@ja ;
    foaf:name "Jun Fukuyama"@en,
        "福山潤"@ja .

<album/87744#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Masaaki Fujioka"@en ;
            foaf:made <album/87744#composition> ;
            foaf:name "Masaaki Fujioka"@en ],
        <artist/6503#subject>,
        <artist/768#subject> ;
    mo:produced_work <album/87744#musicalwork> ;
    schema:name "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn .

<album/87744#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn ;
    mo:performance_of <album/87744#musicalwork> ;
    mo:performer _:N7bdcd58eaab94e99b1791b3f9c47a05c,
        <artist/12745#subject>,
        <artist/5381#subject> ;
    mo:recorded_as <album/87744#musicalexpression> ;
    schema:byArtist _:N7bdcd58eaab94e99b1791b3f9c47a05c,
        <artist/12745#subject>,
        <artist/5381#subject> ;
    schema:name "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn ;
    schema:workPerformed <album/87744#musicalwork> .

<album/87744#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-07-21"^^xsd:date ;
    dcterms:title "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn ;
    mo:catalogue_number "FCCM-0140" ;
    mo:media_type "CD" ;
    mo:publication_of <album/87744#musicalexpression> ;
    mo:publisher <org/1368#subject> ;
    mo:record _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Gakuen Heaven"@en ;
            foaf:name "Gakuen Heaven"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Masaaki Fujioka"@en ;
            foaf:name "Masaaki Fujioka"@en ],
        <artist/12745#subject>,
        <artist/5381#subject> ;
    schema:datePublished "2006-07-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/44/87744/87744-1560570250.jpg> ;
    schema:name "TV Animation Gakuen Heaven Sound File"@en,
        "TVアニメーション 学園ヘヴン サウンドファイル"@ja,
        "TV Animation Gakuen Heaven Sound File"@ja-latn ;
    schema:publisher <org/1368#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/87744/87744-1560570250.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Masaaki Fujioka"@en ;
    foaf:made <album/87744#lyrics> ;
    foaf:name "Masaaki Fujioka"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Masaaki Fujioka"@en ;
    foaf:made <album/87744#subject> ;
    foaf:name "Masaaki Fujioka"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87744#subject> ;
    schema:name "Masaaki Fujioka"@en ;
    foaf:made <album/87744#subject> ;
    foaf:name "Masaaki Fujioka"@en .

_:N0ac2407b4e764cc4b735ec5fa0d00422 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "それでも、俺は"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "それでも、俺は"@ja .

_:N0f68bdf1fce54211b4c3a9f6b005e016 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "駆け抜けろ!"@ja ;
    mo:track_number 31 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "駆け抜けろ!"@ja .

_:N186b42eb8cbe47e8ad21ae6c2b21cb7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "school boys -short ver.-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "school boys -short ver.-"@ja .

_:N196b2bdcb6b8417989f73770043885ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "school boys -ラグタイム ver.-"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "school boys -ラグタイム ver.-"@ja .

_:N1a78877aab8f422f86735d3ef9638e49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "胸騒ぎ"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "胸騒ぎ"@ja .

_:N24686682c0d04a65b8a53d9434f502a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学園生活"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "学園生活"@ja .

_:N2f3bc15b08a84fc0ac10a61eddd3e293 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "両雄、並び立たず!?"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "両雄、並び立たず!?"@ja .

_:N33333b1f850e490ba21d1b6547922307 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "これが、トノサマだ!"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "これが、トノサマだ!"@ja .

_:N36ae157b863d4bcea114994daf48d175 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "緩やかなココロ -帰り道ホッと ver.-"@ja ;
    mo:track_number 36 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "緩やかなココロ -帰り道ホッと ver.-"@ja .

_:N3e57eceec2ca46eb91e8eb89161f39ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その7"@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:24"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その7"@ja .

_:N4411d194d3ff4107bcdbe4fedc16e70c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その1"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その1"@ja .

_:N58bf964bbd4a48b2a7f6ffe02dc15df9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その8"@ja ;
    mo:track_number 33 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その8"@ja .

_:N5ee5a9ea656440febf2664c5a84d9c5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "繊細なやさしさ"@ja ;
    mo:track_number 29 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "繊細なやさしさ"@ja .

_:N6899afac95714d538cbd66b7fa972378 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その4"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その4"@ja .

_:N68bbfa99be1c432cb2f0bdeb052fd9c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛されキャラ!"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "愛されキャラ!"@ja .

_:N6eabd2650f77423497987ea18cda86a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その5"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その5"@ja .

_:N7947bb62057c4e94a7164eaf15969e0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その3"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その3"@ja .

_:N7bdcd58eaab94e99b1791b3f9c47a05c a schema:Person,
        foaf:Person ;
    mo:performed <album/87744#performance> ;
    schema:name "Masaaki Fujioka"@en ;
    foaf:name "Masaaki Fujioka"@en .

_:N82f102fadb744b09aee8e28e3f8a1e0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぎ憂鬱の調べ"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "ぎ憂鬱の調べ"@ja .

_:N8d36af727b9f492ca1b67a92c0014496 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゲンキ者!"@ja ;
    mo:track_number 30 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "ゲンキ者!"@ja .

_:N91becc4cf8844e1ab3336a469204fa2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幼き頃の記憶"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "幼き頃の記憶"@ja .

_:N94651ab16bcb4ce2a9bc8df2f6b9e1e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "出逢えたこと"@ja ;
    mo:track_number 34 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "出逢えたこと"@ja .

_:N96c74db790d94e24b660791cb012b9cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パノラマ -short ver.-"@ja ;
    mo:track_number 39 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "パノラマ -short ver.-"@ja .

_:N9ac4a38139784f6ab444d665eb6671da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その9"@ja ;
    mo:track_number 38 ;
    schema:duration "PT0:18"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その9"@ja .

_:Naf44da30ad364b4fa03aec0e198bf9a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いわゆるジェントルマン?"@ja ;
    mo:track_number 35 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "いわゆるジェントルマン?"@ja .

_:Nb5be623a3b454bc59732de4681dce804 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛しの..."@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "愛しの..."@ja .

_:Nb5df115ffe91408cab2ff0c383fcde1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "学園の朝"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "学園の朝"@ja .

_:Nb9c216fbf290430192d4c1ee622d87fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あたたかな想い出"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "あたたかな想い出"@ja .

_:Nca93058357d5474eb1fe19f7c2d13720 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シェイク!"@ja ;
    mo:track_number 32 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "シェイク!"@ja .

_:Ncd57e67e9de24e3ba58c9754a57802c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オトナの薫り"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "オトナの薫り"@ja .

_:Nd4f0e80539e34edcb611440f8d87fd42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その2"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その2"@ja .

_:Ndfa8bd147e18497892dcb46f4b2c7fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "仲間たち"@ja ;
    mo:track_number 37 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "仲間たち"@ja .

_:Ne6d70a07a64644438b4b6ada0188091a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "爽やかな風に"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "爽やかな風に"@ja .

_:Ne7da7423533845f2b0b6925c18948586 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キケンな兆し"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "キケンな兆し"@ja .

_:Ne820d3e4a5ad4584a51dc83c38e54fba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ホンワカ陽だまり"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "ホンワカ陽だまり"@ja .

_:Ne8ee14c4d7d04a8d89f33cfe6ba4ec52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "棘"@ja ;
    mo:track_number 25 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "棘"@ja .

_:Nf703c6633e3e4cdf82435e7e9d8a024f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "啓太のDJトーク その6"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "啓太のDJトーク その6"@ja .

_:Nfa85bbc4128a40c39e9ec1da502ae25d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悲しみの疑問符"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "悲しみの疑問符"@ja .

_:Nfabd912c1b5945048d9075e33f07503c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キミを守る"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "キミを守る"@ja .

_:Nfb18c87baf42483e942aeae19d5bfe83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "優雅な午後"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N36f5770c74a746afb22e5e4ebdac0bcc ;
    schema:name "優雅な午後"@ja .

_:N36f5770c74a746afb22e5e4ebdac0bcc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ac2407b4e764cc4b735ec5fa0d00422,
        _:N0f68bdf1fce54211b4c3a9f6b005e016,
        _:N186b42eb8cbe47e8ad21ae6c2b21cb7b,
        _:N196b2bdcb6b8417989f73770043885ce,
        _:N1a78877aab8f422f86735d3ef9638e49,
        _:N24686682c0d04a65b8a53d9434f502a1,
        _:N2f3bc15b08a84fc0ac10a61eddd3e293,
        _:N33333b1f850e490ba21d1b6547922307,
        _:N36ae157b863d4bcea114994daf48d175,
        _:N3e57eceec2ca46eb91e8eb89161f39ca,
        _:N4411d194d3ff4107bcdbe4fedc16e70c,
        _:N58bf964bbd4a48b2a7f6ffe02dc15df9,
        _:N5ee5a9ea656440febf2664c5a84d9c5e,
        _:N6899afac95714d538cbd66b7fa972378,
        _:N68bbfa99be1c432cb2f0bdeb052fd9c2,
        _:N6eabd2650f77423497987ea18cda86a3,
        _:N7947bb62057c4e94a7164eaf15969e0f,
        _:N82f102fadb744b09aee8e28e3f8a1e0e,
        _:N8d36af727b9f492ca1b67a92c0014496,
        _:N91becc4cf8844e1ab3336a469204fa2c,
        _:N94651ab16bcb4ce2a9bc8df2f6b9e1e1,
        _:N96c74db790d94e24b660791cb012b9cb,
        _:N9ac4a38139784f6ab444d665eb6671da,
        _:Naf44da30ad364b4fa03aec0e198bf9a6,
        _:Nb5be623a3b454bc59732de4681dce804,
        _:Nb5df115ffe91408cab2ff0c383fcde1b,
        _:Nb9c216fbf290430192d4c1ee622d87fd,
        _:Nca93058357d5474eb1fe19f7c2d13720,
        _:Ncd57e67e9de24e3ba58c9754a57802c7,
        _:Nd4f0e80539e34edcb611440f8d87fd42,
        _:Ndfa8bd147e18497892dcb46f4b2c7fcf,
        _:Ne6d70a07a64644438b4b6ada0188091a,
        _:Ne7da7423533845f2b0b6925c18948586,
        _:Ne820d3e4a5ad4584a51dc83c38e54fba,
        _:Ne8ee14c4d7d04a8d89f33cfe6ba4ec52,
        _:Nf703c6633e3e4cdf82435e7e9d8a024f,
        _:Nfa85bbc4128a40c39e9ec1da502ae25d,
        _:Nfabd912c1b5945048d9075e33f07503c,
        _:Nfb18c87baf42483e942aeae19d5bfe83 ;
    mo:track_count 39 ;
    schema:duration "PT67:23"^^xsd:interval ;
    schema:numTracks 39 ;
    schema:track _:N0ac2407b4e764cc4b735ec5fa0d00422,
        _:N0f68bdf1fce54211b4c3a9f6b005e016,
        _:N186b42eb8cbe47e8ad21ae6c2b21cb7b,
        _:N196b2bdcb6b8417989f73770043885ce,
        _:N1a78877aab8f422f86735d3ef9638e49,
        _:N24686682c0d04a65b8a53d9434f502a1,
        _:N2f3bc15b08a84fc0ac10a61eddd3e293,
        _:N33333b1f850e490ba21d1b6547922307,
        _:N36ae157b863d4bcea114994daf48d175,
        _:N3e57eceec2ca46eb91e8eb89161f39ca,
        _:N4411d194d3ff4107bcdbe4fedc16e70c,
        _:N58bf964bbd4a48b2a7f6ffe02dc15df9,
        _:N5ee5a9ea656440febf2664c5a84d9c5e,
        _:N6899afac95714d538cbd66b7fa972378,
        _:N68bbfa99be1c432cb2f0bdeb052fd9c2,
        _:N6eabd2650f77423497987ea18cda86a3,
        _:N7947bb62057c4e94a7164eaf15969e0f,
        _:N82f102fadb744b09aee8e28e3f8a1e0e,
        _:N8d36af727b9f492ca1b67a92c0014496,
        _:N91becc4cf8844e1ab3336a469204fa2c,
        _:N94651ab16bcb4ce2a9bc8df2f6b9e1e1,
        _:N96c74db790d94e24b660791cb012b9cb,
        _:N9ac4a38139784f6ab444d665eb6671da,
        _:Naf44da30ad364b4fa03aec0e198bf9a6,
        _:Nb5be623a3b454bc59732de4681dce804,
        _:Nb5df115ffe91408cab2ff0c383fcde1b,
        _:Nb9c216fbf290430192d4c1ee622d87fd,
        _:Nca93058357d5474eb1fe19f7c2d13720,
        _:Ncd57e67e9de24e3ba58c9754a57802c7,
        _:Nd4f0e80539e34edcb611440f8d87fd42,
        _:Ndfa8bd147e18497892dcb46f4b2c7fcf,
        _:Ne6d70a07a64644438b4b6ada0188091a,
        _:Ne7da7423533845f2b0b6925c18948586,
        _:Ne820d3e4a5ad4584a51dc83c38e54fba,
        _:Ne8ee14c4d7d04a8d89f33cfe6ba4ec52,
        _:Nf703c6633e3e4cdf82435e7e9d8a024f,
        _:Nfa85bbc4128a40c39e9ec1da502ae25d,
        _:Nfabd912c1b5945048d9075e33f07503c,
        _:Nfb18c87baf42483e942aeae19d5bfe83 .

