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

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

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

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5089#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/5089#composition>,
        <album/5089#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<artist/225#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5089#subject> ;
    schema:name "Noriko Matsueda"@en,
        "松枝賀子"@ja ;
    foaf:made <album/5089#composition>,
        <album/5089#subject> ;
    foaf:name "Noriko Matsueda"@en,
        "松枝賀子"@ja .

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

<event/1> a mo:Release ;
    schema:name "Released at Comic Market 72 (Aug 17, 2007 to Aug 19, 2007)" .

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

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

<album/5089#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn ;
    mo:performance_of <album/5089#musicalwork> ;
    mo:recorded_as <album/5089#musicalexpression> ;
    schema:name "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn ;
    schema:workPerformed <album/5089#musicalwork> .

<org/300#subject> schema:name "PHOENIX Project"@en,
        "PHOENIX Project"@ja,
        "PHOENIX Project"@ja-latn ;
    foaf:name "PHOENIX Project"@en,
        "PHOENIX Project"@ja,
        "PHOENIX Project"@ja-latn .

<https://media.vgm.io/albums/98/5089/5089-f30520c41036.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/5089#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/98/5089/5089-f30520c41036.png> ;
    foaf:depicts <album/5089#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/98/5089/5089-f30520c41036.png> .

<https://medium-media.vgm.io/albums/98/5089/5089-f30520c41036.png> a schema:ImageObject,
        foaf:Image .

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

<album/5089#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn ;
    mo:composer <artist/146#subject>,
        <artist/225#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/5089#musicalwork> ;
    schema:name "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn .

<album/5089#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-08-17"^^xsd:date ;
    dcterms:title "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn ;
    mo:catalogue_number "PPCD-0701" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/5089#musicalexpression> ;
    mo:publisher <org/300#subject> ;
    mo:record _:N32ede8403b774751bf30e839d42dfd69 ;
    mo:record_count 1 ;
    mo:release <event/1> ;
    schema:about <product/194#subject> ;
    schema:datePublished "2007-08-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/98/5089/5089-f30520c41036.png> ;
    schema:name "Resolution Trigger"@en,
        "Resolution Trigger"@ja,
        "Resolution Trigger"@ja-latn ;
    schema:publisher <org/300#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/5089/5089-f30520c41036.png> .

_:N082c10746a424b3eac65a2ad382699d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle / Battle"@en,
        "Battle | 戦い"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Battle / Battle"@en,
        "Battle | 戦い"@ja .

_:N459b0726fb884da7a992ce1e16cf3b7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yearnings of the Wind / Yearnings of the Wind"@en,
        "Yearnings of the Wind | 風の憧憬"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Yearnings of the Wind / Yearnings of the Wind"@en,
        "Yearnings of the Wind | 風の憧憬"@ja .

_:N47afeace389b4ae184fe9aa3755d835b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intro - \"sunlight\" / Morning Glow"@en,
        "intro - \"sunlight\" | 朝の日ざし"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "intro - \"sunlight\" / Morning Glow"@en,
        "intro - \"sunlight\" | 朝の日ざし"@ja .

_:N7b5d24485fba4f70a3041ba70c9b556a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corridor of Time / Corridor of Time"@en,
        "Corridor of Time | 時の回廊"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Corridor of Time / Corridor of Time"@en,
        "Corridor of Time | 時の回廊"@ja .

_:N7cdfaa6b21f6419182afde8f973131e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KAERU / Frog's Theme"@en,
        "KAERU | カエルのテーマ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "KAERU / Frog's Theme"@en,
        "KAERU | カエルのテーマ"@ja .

_:N8c35526871184a3e916d49bb8c043e42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Giant nail / Tyranno Lair"@en,
        "Giant nail | ティラン城"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Giant nail / Tyranno Lair"@en,
        "Giant nail | ティラン城"@ja .

_:N8d1561e3f400455db8231a40333c03bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Motorcycle chase / Bike Chase"@en,
        "Motorcycle chase | バイクチェイス"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Motorcycle chase / Bike Chase"@en,
        "Motorcycle chase | バイクチェイス"@ja .

_:N9c692b5f22dd46268b1ad9afe40d498c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono Trigger / Chrono Trigger"@en,
        "Chrono Trigger | クロノ・トリガー"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Chrono Trigger / Chrono Trigger"@en,
        "Chrono Trigger | クロノ・トリガー"@ja .

_:Na078dd204cd34b27815191d254a6f383 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "interlude - \"Rhythm\" / Rhythm of Earth, Wind, and Sky"@en,
        "interlude - \"Rhythm\" | 風と空と大地のリズム"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "interlude - \"Rhythm\" / Rhythm of Earth, Wind, and Sky"@en,
        "interlude - \"Rhythm\" | 風と空と大地のリズム"@ja .

_:Na211867aa22a4394b81cc09fdbc1b5a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "World Revolution / World Revolution"@en,
        "World Revolution | 世界変革の時"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "World Revolution / World Revolution"@en,
        "World Revolution | 世界変革の時"@ja .

_:Nabbe60244e254a879107b294ae298dc8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lavos / The Final Battle"@en,
        "Lavos | ラストバトル"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Lavos / The Final Battle"@en,
        "Lavos | ラストバトル"@ja .

_:Nc184253c5f0c44e5bb5745189efba3f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "memory of verdure / Green Memories"@en,
        "memory of verdure | みどりの思い出"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "memory of verdure / Green Memories"@en,
        "memory of verdure | みどりの思い出"@ja .

_:Nc288e0f0226f4647b62ad14d598f24a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the furthest place / At the End of Time"@en,
        "the furthest place | 時の最果て"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "the furthest place / At the End of Time"@en,
        "the furthest place | 時の最果て"@ja .

_:Ncf58f4ca6dcf477dbe8880335239f842 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Showdown with Magus / Magus Confronted"@en,
        "Showdown with Magus | 魔王決戦"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Showdown with Magus / Magus Confronted"@en,
        "Showdown with Magus | 魔王決戦"@ja .

_:Ndb91fdd558c749389e373a698e18c20f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "interlude - \"Premonition\" / A Premonition"@en,
        "interlude - \"Premonition\" | 予感"@ja ;
    mo:track_number 16 ;
    schema:duration "PT0:44"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "interlude - \"Premonition\" / A Premonition"@en,
        "interlude - \"Premonition\" | 予感"@ja .

_:Nf55ca3bf69c643ee9e4cba7fc1d37ebb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The end of the world / The Last Day of the World"@en,
        "The end of the world | 世界最期の日"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "The end of the world / The Last Day of the World"@en,
        "The end of the world | 世界最期の日"@ja .

_:Nfb7a04b6bcc344fea9371acf36cd5749 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Desperate Struggle / Boss Battle 1"@en,
        "Desperate Struggle | ボス･バトル１"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N32ede8403b774751bf30e839d42dfd69 ;
    schema:name "Desperate Struggle / Boss Battle 1"@en,
        "Desperate Struggle | ボス･バトル１"@ja .

_:N32ede8403b774751bf30e839d42dfd69 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N082c10746a424b3eac65a2ad382699d9,
        _:N459b0726fb884da7a992ce1e16cf3b7c,
        _:N47afeace389b4ae184fe9aa3755d835b,
        _:N7b5d24485fba4f70a3041ba70c9b556a,
        _:N7cdfaa6b21f6419182afde8f973131e0,
        _:N8c35526871184a3e916d49bb8c043e42,
        _:N8d1561e3f400455db8231a40333c03bf,
        _:N9c692b5f22dd46268b1ad9afe40d498c,
        _:Na078dd204cd34b27815191d254a6f383,
        _:Na211867aa22a4394b81cc09fdbc1b5a1,
        _:Nabbe60244e254a879107b294ae298dc8,
        _:Nc184253c5f0c44e5bb5745189efba3f6,
        _:Nc288e0f0226f4647b62ad14d598f24a6,
        _:Ncf58f4ca6dcf477dbe8880335239f842,
        _:Ndb91fdd558c749389e373a698e18c20f,
        _:Nf55ca3bf69c643ee9e4cba7fc1d37ebb,
        _:Nfb7a04b6bcc344fea9371acf36cd5749 ;
    mo:track_count 17 ;
    schema:duration "PT51:04"^^xsd:interval ;
    schema:numTracks 17 ;
    schema:track _:N082c10746a424b3eac65a2ad382699d9,
        _:N459b0726fb884da7a992ce1e16cf3b7c,
        _:N47afeace389b4ae184fe9aa3755d835b,
        _:N7b5d24485fba4f70a3041ba70c9b556a,
        _:N7cdfaa6b21f6419182afde8f973131e0,
        _:N8c35526871184a3e916d49bb8c043e42,
        _:N8d1561e3f400455db8231a40333c03bf,
        _:N9c692b5f22dd46268b1ad9afe40d498c,
        _:Na078dd204cd34b27815191d254a6f383,
        _:Na211867aa22a4394b81cc09fdbc1b5a1,
        _:Nabbe60244e254a879107b294ae298dc8,
        _:Nc184253c5f0c44e5bb5745189efba3f6,
        _:Nc288e0f0226f4647b62ad14d598f24a6,
        _:Ncf58f4ca6dcf477dbe8880335239f842,
        _:Ndb91fdd558c749389e373a698e18c20f,
        _:Nf55ca3bf69c643ee9e4cba7fc1d37ebb,
        _:Nfb7a04b6bcc344fea9371acf36cd5749 .

