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

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

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

<artist/997#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/984#subject> ;
    schema:name "Kojiro Nakashima"@en,
        "中嶋康二郎"@ja ;
    foaf:made <album/984#composition>,
        <album/984#subject> ;
    foaf:name "Kojiro Nakashima"@en,
        "中嶋康二郎"@ja .

<artist/998#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/984#subject> ;
    schema:name "Kouta Kato"@en,
        "加藤恒太"@ja ;
    foaf:made <album/984#composition>,
        <album/984#subject> ;
    foaf:name "Kouta Kato"@en,
        "加藤恒太"@ja .

<product/308#subject> a schema:CreativeWork ;
    schema:name "Kamaitachi no Yoru"@en,
        "かまいたちの夜"@ja,
        "Kamaitachi no Yoru"@ja-latn ;
    foaf:name "Kamaitachi no Yoru"@en,
        "かまいたちの夜"@ja,
        "Kamaitachi no Yoru"@ja-latn .

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

<album/984#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn ;
    mo:performance_of <album/984#musicalwork> ;
    mo:recorded_as <album/984#musicalexpression> ;
    schema:name "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn ;
    schema:workPerformed <album/984#musicalwork> .

<org/2432#subject> schema:name "Kitty RECORDS"@en,
        "Kitty RECORDS"@ja,
        "Kitty RECORDS"@ja-latn ;
    foaf:name "Kitty RECORDS"@en,
        "Kitty RECORDS"@ja,
        "Kitty RECORDS"@ja-latn .

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

<https://medium-media.vgm.io/albums/48/984/984-1277056619.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/984#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(CHUN SOFT"@en ;
            foaf:made <album/984#composition> ;
            foaf:name "(CHUN SOFT"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(CHUN SOFT)"@en ;
            foaf:made <album/984#composition> ;
            foaf:name "(CHUN SOFT)"@en ],
        <artist/997#subject>,
        <artist/998#subject> ;
    mo:produced_work <album/984#musicalwork> ;
    schema:name "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn .

<album/984#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1994-12-01"^^xsd:date ;
    dcterms:title "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn ;
    mo:catalogue_number "KTCR-1293" ;
    mo:media_type "CD" ;
    mo:publication_of <album/984#musicalexpression> ;
    mo:publisher <org/2432#subject> ;
    mo:record _:Ndf75b377881c4d6394272218d3938c82 ;
    mo:record_count 1 ;
    schema:about <product/308#subject> ;
    schema:datePublished "1994-12-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/984/984-1277056619.jpg> ;
    schema:name "Kamaitachi no Yoru Soundtrack"@en,
        "かまいたちの夜 サウンドトラック"@ja,
        "Kamaitachi no Yoru Soundtrack"@ja-latn ;
    schema:publisher <org/2432#subject> ;
    foaf:depiction <https://media.vgm.io/albums/48/984/984-1277056619.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/984#subject> ;
    schema:name "(CHUN SOFT)"@en ;
    foaf:made <album/984#subject> ;
    foaf:name "(CHUN SOFT)"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/984#subject> ;
    schema:name "(CHUN SOFT"@en ;
    foaf:made <album/984#subject> ;
    foaf:name "(CHUN SOFT"@en .

_:N131d3237f7d741b1bcdd51ba7abaa3a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pursuit In the Snow"@en,
        "雪の中の追路"@ja ;
    mo:track_number 31 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Pursuit In the Snow"@en,
        "雪の中の追路"@ja .

_:N2beee6769450409884497a21637d8fde a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Homicidal Maniac"@en,
        "殺人鬼"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Homicidal Maniac"@en,
        "殺人鬼"@ja .

_:N2f72f9bab78c4df2801b4f95a4e5d8f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fight"@en,
        "闘い"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Fight"@en,
        "闘い"@ja .

_:N31ec8beae85643db8ce99b2bbc60ac3b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unexpected End"@en,
        "意外な結末"@ja ;
    mo:track_number 22 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Unexpected End"@en,
        "意外な結末"@ja .

_:N323f5a4d062f4687b26d16f8ed5491f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The French Intelligence Services SDECE"@en,
        "フランス情報部 SDECE"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "The French Intelligence Services SDECE"@en,
        "フランス情報部 SDECE"@ja .

_:N378be9da723347ea8036ef7abe7adc60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Message Written In Blood"@en,
        "血のついたメッセージ"@ja ;
    mo:track_number 37 ;
    schema:duration "PT1:00"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "A Message Written In Blood"@en,
        "血のついたメッセージ"@ja .

_:N3ed4629700064dda8d20ff3d6eb278ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lovers on the Ski Slopes"@en,
        "ゲレンデの恋人たち"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Lovers on the Ski Slopes"@en,
        "ゲレンデの恋人たち"@ja .

_:N3fc1e0366e054b9e8afc20c76e01f248 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evil Spirit"@en,
        "悪霊"@ja ;
    mo:track_number 35 ;
    schema:duration "PT0:46"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Evil Spirit"@en,
        "悪霊"@ja .

_:N4378c757c7394d499129ca4f227b9cde a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comedy of O"@en,
        "Oの喜劇"@ja ;
    mo:track_number 36 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Comedy of O"@en,
        "Oの喜劇"@ja .

_:N55431f0ee84d401a99aef210c8276535 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction"@en,
        "Introduction"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Introduction"@en,
        "Introduction"@ja .

_:N612cf2962c4c462f842656cf8777dae4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Recollection"@en,
        "追憶"@ja ;
    mo:track_number 34 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Recollection"@en,
        "追憶"@ja .

_:N63e43e99358d445da9f037dca52f9216 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Amber Crescent Moon"@en,
        "琥珀色の三日月"@ja ;
    mo:track_number 25 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Amber Crescent Moon"@en,
        "琥珀色の三日月"@ja .

_:N6845b845c2d64b28b3c38ae6eae4abb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suspicion Begets Suspicion"@en,
        "疑心暗鬼"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Suspicion Begets Suspicion"@en,
        "疑心暗鬼"@ja .

_:N76890689cd8c4728972da2a0435a2e3b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Flower Office Ladies Trio"@en,
        "花のOL三人組"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "The Flower Office Ladies Trio"@en,
        "花のOL三人組"@ja .

_:N7940798690c14adfada62df8694f8d86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Visions of a Distant Day"@en,
        "遠い日の幻影"@ja ;
    mo:track_number 24 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Visions of a Distant Day"@en,
        "遠い日の幻影"@ja .

_:N7cb58b812ca2424bb2d9b0d8c99382f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'm Kayama! ~A Man's Great Demise~"@en,
        "わしが香山や!～男の大往生～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "I'm Kayama! ~A Man's Great Demise~"@en,
        "わしが香山や!～男の大往生～"@ja .

_:N7e1091ec19a74f77a676f9ce6b00799e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVER"@en,
        "LOVER"@ja ;
    mo:track_number 32 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "LOVER"@en,
        "LOVER"@ja .

_:N8023ae0637bd404d82e8b236770867e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legendary Spy"@en,
        "伝説のスパイ"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Legendary Spy"@en,
        "伝説のスパイ"@ja .

_:N8187f8aa9ecf4141b3d3d515e0bbb46e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chaos"@en,
        "混乱"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Chaos"@en,
        "混乱"@ja .

_:N8acad2d01b3042df849332f9b487077b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Requiem"@en,
        "レクイエム"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Requiem"@en,
        "レクイエム"@ja .

_:N903e82ce15e54995958506fd62d0318f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "That Nostalgic Scenery"@en,
        "懐かしいあの風景"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "That Nostalgic Scenery"@en,
        "懐かしいあの風景"@ja .

_:N961a3a19460743ed9efb8fe91c32b345 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Beginning of a Long Night"@en,
        "長い夜の始まり"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "The Beginning of a Long Night"@en,
        "長い夜の始まり"@ja .

_:Na6598686d8ae41898fbd97770878b25d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pursuit"@en,
        "追跡"@ja ;
    mo:track_number 29 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Pursuit"@en,
        "追跡"@ja .

_:Na7f0267f7a9f435da55796be0673bf3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nostalgia"@en,
        "ノスタルジア"@ja ;
    mo:track_number 33 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Nostalgia"@en,
        "ノスタルジア"@ja .

_:Nad9767ec91514557bb2a5ae5953fa0cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pension Spur"@en,
        "ペンション・シュプール"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Pension Spur"@en,
        "ペンション・シュプール"@ja .

_:Nb6f586daf1d946a49ddec230a5413cbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "What Was Lost......"@en,
        "失くしたものは……"@ja ;
    mo:track_number 30 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "What Was Lost......"@en,
        "失くしたものは……"@ja .

_:Nba8a60e5fd8d4c41bda6b67b09ef4001 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nightmare"@en,
        "悪夢"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Nightmare"@en,
        "悪夢"@ja .

_:Nc41daeac7157425ea155c3c3a474231e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Looming Terror"@en,
        "せまりくる恐怖"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Looming Terror"@en,
        "せまりくる恐怖"@ja .

_:Nd9232ea401ea40c4a4c502006bebf79b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prowling Murderer"@en,
        "うろつく殺人犯"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Prowling Murderer"@en,
        "うろつく殺人犯"@ja .

_:Ndd4b7b29f3ab43ad8b77528085cdbb4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Strange Scene"@en,
        "変な場面"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "A Strange Scene"@en,
        "変な場面"@ja .

_:Ndfec9c35ed6549349dfad66998e01c32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Wonderful Treasure"@en,
        "すてきな宝物"@ja ;
    mo:track_number 38 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "A Wonderful Treasure"@en,
        "すてきな宝物"@ja .

_:Ne4c62d71830d4594a22e5f48b34f1bae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Toshio's Anger"@en,
        "俊夫の怒り"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Toshio's Anger"@en,
        "俊夫の怒り"@ja .

_:Ne6cadd913b87430a94cdd35b9c8312bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unpleasantness"@en,
        "不快"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:25"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Unpleasantness"@en,
        "不快"@ja .

_:Ne86420e825ce4eda84f76520d05602c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Resolution"@en,
        "解決"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Resolution"@en,
        "解決"@ja .

_:Nea5063aab68a44648835de36dade6e1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mission"@en,
        "mission"@ja ;
    mo:track_number 28 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "mission"@en,
        "mission"@ja .

_:Nebae489037934cc8b41c9624c490ffb0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Honored Guest Mikimoto"@en,
        "遅れてきた客 美樹本"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Honored Guest Mikimoto"@en,
        "遅れてきた客 美樹本"@ja .

_:Necc3c4eda1c7489d804fe11d583e2c1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Single Reason"@en,
        "ひとつの推理"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "A Single Reason"@en,
        "ひとつの推理"@ja .

_:Nf28feaf837ee43e48754277bbde820f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night of the Kamaitachi"@en,
        "かまいたちの夜"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Ndf75b377881c4d6394272218d3938c82 ;
    schema:name "Night of the Kamaitachi"@en,
        "かまいたちの夜"@ja .

_:Ndf75b377881c4d6394272218d3938c82 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N131d3237f7d741b1bcdd51ba7abaa3a6,
        _:N2beee6769450409884497a21637d8fde,
        _:N2f72f9bab78c4df2801b4f95a4e5d8f0,
        _:N31ec8beae85643db8ce99b2bbc60ac3b,
        _:N323f5a4d062f4687b26d16f8ed5491f8,
        _:N378be9da723347ea8036ef7abe7adc60,
        _:N3ed4629700064dda8d20ff3d6eb278ad,
        _:N3fc1e0366e054b9e8afc20c76e01f248,
        _:N4378c757c7394d499129ca4f227b9cde,
        _:N55431f0ee84d401a99aef210c8276535,
        _:N612cf2962c4c462f842656cf8777dae4,
        _:N63e43e99358d445da9f037dca52f9216,
        _:N6845b845c2d64b28b3c38ae6eae4abb1,
        _:N76890689cd8c4728972da2a0435a2e3b,
        _:N7940798690c14adfada62df8694f8d86,
        _:N7cb58b812ca2424bb2d9b0d8c99382f5,
        _:N7e1091ec19a74f77a676f9ce6b00799e,
        _:N8023ae0637bd404d82e8b236770867e7,
        _:N8187f8aa9ecf4141b3d3d515e0bbb46e,
        _:N8acad2d01b3042df849332f9b487077b,
        _:N903e82ce15e54995958506fd62d0318f,
        _:N961a3a19460743ed9efb8fe91c32b345,
        _:Na6598686d8ae41898fbd97770878b25d,
        _:Na7f0267f7a9f435da55796be0673bf3d,
        _:Nad9767ec91514557bb2a5ae5953fa0cf,
        _:Nb6f586daf1d946a49ddec230a5413cbc,
        _:Nba8a60e5fd8d4c41bda6b67b09ef4001,
        _:Nc41daeac7157425ea155c3c3a474231e,
        _:Nd9232ea401ea40c4a4c502006bebf79b,
        _:Ndd4b7b29f3ab43ad8b77528085cdbb4d,
        _:Ndfec9c35ed6549349dfad66998e01c32,
        _:Ne4c62d71830d4594a22e5f48b34f1bae,
        _:Ne6cadd913b87430a94cdd35b9c8312bb,
        _:Ne86420e825ce4eda84f76520d05602c1,
        _:Nea5063aab68a44648835de36dade6e1b,
        _:Nebae489037934cc8b41c9624c490ffb0,
        _:Necc3c4eda1c7489d804fe11d583e2c1e,
        _:Nf28feaf837ee43e48754277bbde820f3 ;
    mo:track_count 38 ;
    schema:duration "PT73:27"^^xsd:interval ;
    schema:numTracks 38 ;
    schema:track _:N131d3237f7d741b1bcdd51ba7abaa3a6,
        _:N2beee6769450409884497a21637d8fde,
        _:N2f72f9bab78c4df2801b4f95a4e5d8f0,
        _:N31ec8beae85643db8ce99b2bbc60ac3b,
        _:N323f5a4d062f4687b26d16f8ed5491f8,
        _:N378be9da723347ea8036ef7abe7adc60,
        _:N3ed4629700064dda8d20ff3d6eb278ad,
        _:N3fc1e0366e054b9e8afc20c76e01f248,
        _:N4378c757c7394d499129ca4f227b9cde,
        _:N55431f0ee84d401a99aef210c8276535,
        _:N612cf2962c4c462f842656cf8777dae4,
        _:N63e43e99358d445da9f037dca52f9216,
        _:N6845b845c2d64b28b3c38ae6eae4abb1,
        _:N76890689cd8c4728972da2a0435a2e3b,
        _:N7940798690c14adfada62df8694f8d86,
        _:N7cb58b812ca2424bb2d9b0d8c99382f5,
        _:N7e1091ec19a74f77a676f9ce6b00799e,
        _:N8023ae0637bd404d82e8b236770867e7,
        _:N8187f8aa9ecf4141b3d3d515e0bbb46e,
        _:N8acad2d01b3042df849332f9b487077b,
        _:N903e82ce15e54995958506fd62d0318f,
        _:N961a3a19460743ed9efb8fe91c32b345,
        _:Na6598686d8ae41898fbd97770878b25d,
        _:Na7f0267f7a9f435da55796be0673bf3d,
        _:Nad9767ec91514557bb2a5ae5953fa0cf,
        _:Nb6f586daf1d946a49ddec230a5413cbc,
        _:Nba8a60e5fd8d4c41bda6b67b09ef4001,
        _:Nc41daeac7157425ea155c3c3a474231e,
        _:Nd9232ea401ea40c4a4c502006bebf79b,
        _:Ndd4b7b29f3ab43ad8b77528085cdbb4d,
        _:Ndfec9c35ed6549349dfad66998e01c32,
        _:Ne4c62d71830d4594a22e5f48b34f1bae,
        _:Ne6cadd913b87430a94cdd35b9c8312bb,
        _:Ne86420e825ce4eda84f76520d05602c1,
        _:Nea5063aab68a44648835de36dade6e1b,
        _:Nebae489037934cc8b41c9624c490ffb0,
        _:Necc3c4eda1c7489d804fe11d583e2c1e,
        _:Nf28feaf837ee43e48754277bbde820f3 .

