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

<album/14110> a mo:Release ;
    mo:catalogue_number "GM-212" .

<album/14321> a mo:Release ;
    mo:catalogue_number "GAME-004" .

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

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

<album/3394> a mo:Release ;
    mo:catalogue_number "NTCP-5013" .

<album/4013> a mo:Release ;
    mo:catalogue_number "PSCN-5013" .

<album/99281> a mo:Release ;
    mo:catalogue_number "FF-23" .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/27#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/27#composition>,
        <album/27#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<release/86#subject> a schema:CreativeWork ;
    schema:name "Final Fantasy III"@en,
        "ファイナルファンタジーIII"@ja,
        "Final Fantasy III"@ja-latn ;
    foaf:name "Final Fantasy III"@en,
        "ファイナルファンタジーIII"@ja,
        "Final Fantasy III"@ja-latn .

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

<album/27#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn ;
    mo:performance_of <album/27#musicalwork> ;
    mo:recorded_as <album/27#musicalexpression> ;
    schema:name "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn ;
    schema:workPerformed <album/27#musicalwork> .

<org/2844#subject> schema:name "SQUARE BRAND"@en,
        "SQUARE BRAND"@ja,
        "SQUARE BRAND"@ja-latn ;
    foaf:name "SQUARE BRAND"@en,
        "SQUARE BRAND"@ja,
        "SQUARE BRAND"@ja-latn .

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

<https://medium-media.vgm.io/albums/72/27/27-1166286827.jpg> a schema:ImageObject,
        foaf:Image .

<album/27#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(SQUARE"@en ;
            foaf:made <album/27#composition> ;
            foaf:name "(SQUARE"@en ],
        <artist/77#subject> ;
    mo:produced_work <album/27#musicalwork> ;
    schema:name "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn .

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

<album/27#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-07-15"^^xsd:date ;
    dcterms:title "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn ;
    mo:catalogue_number "N23D-002" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/14110>,
        <album/14321>,
        <album/3394>,
        <album/4013>,
        <album/99281> ;
    mo:publication_of <album/27#musicalexpression> ;
    mo:publisher <org/2844#subject> ;
    mo:record _:Nea084fdabcc042bebc3d48751fb17a83 ;
    mo:record_count 1 ;
    schema:about <release/86#subject> ;
    schema:datePublished "1991-07-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/72/27/27-1166286827.jpg> ;
    schema:name "FINAL FANTASY III ORIGINAL SOUND VERSION"@en,
        "ファイナルファンタジー III オリジナル・サウンド・ヴァージョン"@ja,
        "FINAL FANTASY III ORIGINAL SOUND VERSION"@ja-latn ;
    schema:publisher <org/2844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/72/27/27-1166286827.jpg> .

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

_:N0f366c6575924b78a73960cd2684e6a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Big Chocobo!"@en,
        "でぶチョコボあらわる"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:29"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Big Chocobo!"@en,
        "でぶチョコボあらわる"@ja .

_:N1248b5cc4fe04bb6a886f13c2ecebc03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Invincible"@en,
        "巨大戦艦インビンシブル"@ja ;
    mo:track_number 39 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Invincible"@en,
        "巨大戦艦インビンシブル"@ja .

_:N15fb80a5d7914294b9cc459681675273 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle 1 ~ Fanfare"@en,
        "バトル１～ファンファーレ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Battle 1 ~ Fanfare"@en,
        "バトル１～ファンファーレ"@ja .

_:N193cb2bd2f1b4fc9ac75b000a629d3d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Go above the Clouds!"@en,
        "エンタープライズ空を飛ぶ"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Go above the Clouds!"@en,
        "エンタープライズ空を飛ぶ"@ja .

_:N1a939908bc264477b5ef723935a8ac1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Covert Town"@en,
        "隠れ村ファルガバード"@ja ;
    mo:track_number 32 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "In the Covert Town"@en,
        "隠れ村ファルガバード"@ja .

_:N1e63a005ab4143a3b346e5e81319cf99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Swift Twist"@en,
        "スイフト・ツイスト"@ja ;
    mo:track_number 30 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Swift Twist"@en,
        "スイフト・ツイスト"@ja .

_:N2b2a48ad74584bc4ac692e696bd8ffc6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beneath the Horizon"@en,
        "海底神殿"@ja ;
    mo:track_number 35 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Beneath the Horizon"@en,
        "海底神殿"@ja .

_:N2ec2551a0c8f4b539e72d346de260985 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cute Little Tozas"@en,
        "小人の村トーザス"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Cute Little Tozas"@en,
        "小人の村トーザス"@ja .

_:N464a508f01824f6fb80869f10145795b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let Me Know the Truth"@en,
        "ドーガとウネの館"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Let Me Know the Truth"@en,
        "ドーガとウネの館"@ja .

_:N502bf5559c8f4f1884fe56c0611e9001 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tower of Owen"@en,
        "オーエンの塔"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Tower of Owen"@en,
        "オーエンの塔"@ja .

_:N53d576eaf74842eb9c98597e4c6a5069 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Dungeon"@en,
        "ダンジョン"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Dungeon"@en,
        "ダンジョン"@ja .

_:N57bf97a8e7d341a0ab3e40a4c3090924 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shrine of Nept"@en,
        "ネプト神殿"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Shrine of Nept"@en,
        "ネプト神殿"@ja .

_:N5a65a86826c045bf9ebf1b2a85394d15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep under the Water"@en,
        "潜水艇ノーチラス"@ja ;
    mo:track_number 34 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Deep under the Water"@en,
        "潜水艇ノーチラス"@ja .

_:N5eff1f7917bd467689d4b17cc2fb0ab0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good Ol' Fellows"@en,
        "４人組じいさんのテーマ"@ja ;
    mo:track_number 31 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Good Ol' Fellows"@en,
        "４人組じいさんのテーマ"@ja .

_:N68eaa8ea5a3e400b88fc0427b1222f11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let's Play Piano!"@en,
        "ピアノのおけいこ１"@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Let's Play Piano!"@en,
        "ピアノのおけいこ１"@ja .

_:N6a3159acd8c74bd381a74f4ce18a1a8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vegies of Geasal"@en,
        "ギサールの野菜"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Vegies of Geasal"@en,
        "ギサールの野菜"@ja .

_:N6bcd390419d84d9f986b21798282e152 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sailing Enterprise"@en,
        "エンタープライズ海を行く"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Sailing Enterprise"@en,
        "エンタープライズ海を行く"@ja .

_:N6d5069b37f3b4f62aee9315668117d08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Boundless Ocean"@en,
        "果てしなき大海原"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Boundless Ocean"@en,
        "果てしなき大海原"@ja .

_:N71b2e44b86324ca9ab94aca3d93457e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Requiem"@en,
        "レクイエム"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Requiem"@en,
        "レクイエム"@ja .

_:N747395950d04462bab0354ad830bb97f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forbidden Land"@en,
        "禁断の地エウレカ"@ja ;
    mo:track_number 40 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Forbidden Land"@en,
        "禁断の地エウレカ"@ja .

_:N79c356395970496a88213f8bf08f0d0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Home Town"@en,
        "故郷の街ウル"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "My Home Town"@en,
        "故郷の街ウル"@ja .

_:N7bcf31fe83cb4ccc88aa950656ce0c92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Prelude"@en,
        "プレリュード"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Prelude"@en,
        "プレリュード"@ja .

_:N7e289b13dbc94ab793d93c47a1ef5733 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternal Wind"@en,
        "悠久の風"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Eternal Wind"@en,
        "悠久の風"@ja .

_:N8021e2af9cbe4cc993c9aa998fa97d3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "This is the Last Battle"@en,
        "最後の死闘"@ja ;
    mo:track_number 43 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "This is the Last Battle"@en,
        "最後の死闘"@ja .

_:N866f6d99a05446df89cfd7fd113e6b34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening Theme"@en,
        "オープニング・テーマ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Opening Theme"@en,
        "オープニング・テーマ"@ja .

_:N8ea9b0b4ee674cb59a4f09ccff4e6d1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle 2"@en,
        "バトル２"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Battle 2"@en,
        "バトル２"@ja .

_:N9b8e58cae1ff4caf8ea8c9332341b775 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Dark Crystals"@en,
        "闇のクリスタル"@ja ;
    mo:track_number 42 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Dark Crystals"@en,
        "闇のクリスタル"@ja .

_:Nb576d9f8860f4cb1afc77ca39ab888ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Crystal Tower"@en,
        "クリスタルタワー"@ja ;
    mo:track_number 41 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Crystal Tower"@en,
        "クリスタルタワー"@ja .

_:Nb8a7638b125744baa535ec2f1b6cc7b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Remains"@en,
        "古代人の村"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Time Remains"@en,
        "古代人の村"@ja .

_:Nc943aacad0c24d87b38be8754f9d85df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lute of Noah"@en,
        "ノアのリュート"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:21"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Lute of Noah"@en,
        "ノアのリュート"@ja .

_:Ncd5f908020de466c827998e820ceab88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castle of Hain"@en,
        "ハインの城"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Castle of Hain"@en,
        "ハインの城"@ja .

_:Nd03de64f6e234164a3bfcab4bc0d603f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Living Forest"@en,
        "生きている森"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:44"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Living Forest"@en,
        "生きている森"@ja .

_:Nd2b110c31c914274aa695ef0f45dc356 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal Cave"@en,
        "クリスタルのある洞窟"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Crystal Cave"@en,
        "クリスタルのある洞窟"@ja .

_:Nd3ccaca67b514546b76ceccb008b9275 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Way to the Top"@en,
        "山頂への道"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Way to the Top"@en,
        "山頂への道"@ja .

_:Ndbf372ec383d49d1a8c925c77998a93e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chocobos!"@en,
        "チョコボのテーマ"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Chocobos!"@en,
        "チョコボのテーマ"@ja .

_:Ndd8957908f5147cba5e8ad748e8198fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elia, the Maiden of Water"@en,
        "水の巫女エリア"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Elia, the Maiden of Water"@en,
        "水の巫女エリア"@ja .

_:Ndddd97029e13433385687a710e0c8fcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Town of Water"@en,
        "アムルの街"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Town of Water"@en,
        "アムルの街"@ja .

_:Ndf2a839dde53466d88fb669cb8737f49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Everlasting World"@en,
        "エンディング・テーマ"@ja ;
    mo:track_number 44 ;
    schema:duration "PT6:45"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "The Everlasting World"@en,
        "エンディング・テーマ"@ja .

_:Ndf8e7374e3ff4d2ebef0be533c733ac9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jinn, the Fire"@en,
        "ジンの呪い"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Jinn, the Fire"@en,
        "ジンの呪い"@ja .

_:Nf1114785c5ee4646819802404650318e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal Room"@en,
        "クリスタルルーム"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:29"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Crystal Room"@en,
        "クリスタルルーム"@ja .

_:Nf1ec654330764f38b58cc5e66368f404 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Salonia"@en,
        "巨大都市サロニア"@ja ;
    mo:track_number 33 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Salonia"@en,
        "巨大都市サロニア"@ja .

_:Nf20c7e7b3aaa44f286f82f5d5a4acb56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good Morning!"@en,
        "ウネの体操"@ja ;
    mo:track_number 38 ;
    schema:duration "PT0:31"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Good Morning!"@en,
        "ウネの体操"@ja .

_:Nf6715a02dafc4fcb9af9338b439464f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Return of the Warrior"@en,
        "勇者の帰還"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Return of the Warrior"@en,
        "勇者の帰還"@ja .

_:Nf69ed3bf01fb42c9a2fdf7b999a70491 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let's Play Piano Again!"@en,
        "ピアノのおけいこ２"@ja ;
    mo:track_number 29 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:Nea084fdabcc042bebc3d48751fb17a83 ;
    schema:name "Let's Play Piano Again!"@en,
        "ピアノのおけいこ２"@ja .

_:Nea084fdabcc042bebc3d48751fb17a83 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f366c6575924b78a73960cd2684e6a8,
        _:N1248b5cc4fe04bb6a886f13c2ecebc03,
        _:N15fb80a5d7914294b9cc459681675273,
        _:N193cb2bd2f1b4fc9ac75b000a629d3d2,
        _:N1a939908bc264477b5ef723935a8ac1d,
        _:N1e63a005ab4143a3b346e5e81319cf99,
        _:N2b2a48ad74584bc4ac692e696bd8ffc6,
        _:N2ec2551a0c8f4b539e72d346de260985,
        _:N464a508f01824f6fb80869f10145795b,
        _:N502bf5559c8f4f1884fe56c0611e9001,
        _:N53d576eaf74842eb9c98597e4c6a5069,
        _:N57bf97a8e7d341a0ab3e40a4c3090924,
        _:N5a65a86826c045bf9ebf1b2a85394d15,
        _:N5eff1f7917bd467689d4b17cc2fb0ab0,
        _:N68eaa8ea5a3e400b88fc0427b1222f11,
        _:N6a3159acd8c74bd381a74f4ce18a1a8f,
        _:N6bcd390419d84d9f986b21798282e152,
        _:N6d5069b37f3b4f62aee9315668117d08,
        _:N71b2e44b86324ca9ab94aca3d93457e4,
        _:N747395950d04462bab0354ad830bb97f,
        _:N79c356395970496a88213f8bf08f0d0f,
        _:N7bcf31fe83cb4ccc88aa950656ce0c92,
        _:N7e289b13dbc94ab793d93c47a1ef5733,
        _:N8021e2af9cbe4cc993c9aa998fa97d3e,
        _:N866f6d99a05446df89cfd7fd113e6b34,
        _:N8ea9b0b4ee674cb59a4f09ccff4e6d1f,
        _:N9b8e58cae1ff4caf8ea8c9332341b775,
        _:Nb576d9f8860f4cb1afc77ca39ab888ec,
        _:Nb8a7638b125744baa535ec2f1b6cc7b4,
        _:Nc943aacad0c24d87b38be8754f9d85df,
        _:Ncd5f908020de466c827998e820ceab88,
        _:Nd03de64f6e234164a3bfcab4bc0d603f,
        _:Nd2b110c31c914274aa695ef0f45dc356,
        _:Nd3ccaca67b514546b76ceccb008b9275,
        _:Ndbf372ec383d49d1a8c925c77998a93e,
        _:Ndd8957908f5147cba5e8ad748e8198fe,
        _:Ndddd97029e13433385687a710e0c8fcd,
        _:Ndf2a839dde53466d88fb669cb8737f49,
        _:Ndf8e7374e3ff4d2ebef0be533c733ac9,
        _:Nf1114785c5ee4646819802404650318e,
        _:Nf1ec654330764f38b58cc5e66368f404,
        _:Nf20c7e7b3aaa44f286f82f5d5a4acb56,
        _:Nf6715a02dafc4fcb9af9338b439464f3,
        _:Nf69ed3bf01fb42c9a2fdf7b999a70491 ;
    mo:track_count 44 ;
    schema:duration "PT54:44"^^xsd:interval ;
    schema:numTracks 44 ;
    schema:track _:N0f366c6575924b78a73960cd2684e6a8,
        _:N1248b5cc4fe04bb6a886f13c2ecebc03,
        _:N15fb80a5d7914294b9cc459681675273,
        _:N193cb2bd2f1b4fc9ac75b000a629d3d2,
        _:N1a939908bc264477b5ef723935a8ac1d,
        _:N1e63a005ab4143a3b346e5e81319cf99,
        _:N2b2a48ad74584bc4ac692e696bd8ffc6,
        _:N2ec2551a0c8f4b539e72d346de260985,
        _:N464a508f01824f6fb80869f10145795b,
        _:N502bf5559c8f4f1884fe56c0611e9001,
        _:N53d576eaf74842eb9c98597e4c6a5069,
        _:N57bf97a8e7d341a0ab3e40a4c3090924,
        _:N5a65a86826c045bf9ebf1b2a85394d15,
        _:N5eff1f7917bd467689d4b17cc2fb0ab0,
        _:N68eaa8ea5a3e400b88fc0427b1222f11,
        _:N6a3159acd8c74bd381a74f4ce18a1a8f,
        _:N6bcd390419d84d9f986b21798282e152,
        _:N6d5069b37f3b4f62aee9315668117d08,
        _:N71b2e44b86324ca9ab94aca3d93457e4,
        _:N747395950d04462bab0354ad830bb97f,
        _:N79c356395970496a88213f8bf08f0d0f,
        _:N7bcf31fe83cb4ccc88aa950656ce0c92,
        _:N7e289b13dbc94ab793d93c47a1ef5733,
        _:N8021e2af9cbe4cc993c9aa998fa97d3e,
        _:N866f6d99a05446df89cfd7fd113e6b34,
        _:N8ea9b0b4ee674cb59a4f09ccff4e6d1f,
        _:N9b8e58cae1ff4caf8ea8c9332341b775,
        _:Nb576d9f8860f4cb1afc77ca39ab888ec,
        _:Nb8a7638b125744baa535ec2f1b6cc7b4,
        _:Nc943aacad0c24d87b38be8754f9d85df,
        _:Ncd5f908020de466c827998e820ceab88,
        _:Nd03de64f6e234164a3bfcab4bc0d603f,
        _:Nd2b110c31c914274aa695ef0f45dc356,
        _:Nd3ccaca67b514546b76ceccb008b9275,
        _:Ndbf372ec383d49d1a8c925c77998a93e,
        _:Ndd8957908f5147cba5e8ad748e8198fe,
        _:Ndddd97029e13433385687a710e0c8fcd,
        _:Ndf2a839dde53466d88fb669cb8737f49,
        _:Ndf8e7374e3ff4d2ebef0be533c733ac9,
        _:Nf1114785c5ee4646819802404650318e,
        _:Nf1ec654330764f38b58cc5e66368f404,
        _:Nf20c7e7b3aaa44f286f82f5d5a4acb56,
        _:Nf6715a02dafc4fcb9af9338b439464f3,
        _:Nf69ed3bf01fb42c9a2fdf7b999a70491 .

