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

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

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

<artist/1572#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/645#subject> ;
    schema:name "Data East Sound Team"@en ;
    foaf:made <album/645#composition>,
        <album/645#subject> ;
    foaf:name "Data East Sound Team"@en .

<artist/1940#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/645#subject> ;
    schema:name "Tatsuya Kiuchi"@en,
        "木内達也"@ja ;
    foaf:made <album/645#composition>,
        <album/645#subject> ;
    foaf:name "Tatsuya Kiuchi"@en,
        "木内達也"@ja .

<artist/4619#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/645#subject> ;
    schema:name "Kenji Mori"@en,
        "森憲治"@ja ;
    foaf:made <album/645#composition>,
        <album/645#subject> ;
    foaf:name "Kenji Mori"@en,
        "森憲治"@ja .

<artist/51142#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/645#subject> ;
    schema:name "MARO"@en ;
    foaf:made <album/645#composition>,
        <album/645#subject> ;
    foaf:name "MARO"@en .

<product/11705#subject> a schema:CreativeWork ;
    schema:name "Gate of Doom"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    foaf:name "Gate of Doom"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn .

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

<album/645#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    mo:performance_of <album/645#musicalwork> ;
    mo:recorded_as <album/645#musicalexpression> ;
    schema:name "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    schema:workPerformed <album/645#musicalwork> .

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/54/645/645-1246739441.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/645#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    mo:composer <artist/1572#subject>,
        <artist/1940#subject>,
        <artist/4619#subject>,
        <artist/51142#subject> ;
    mo:produced_work <album/645#musicalwork> ;
    schema:name "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn .

<album/645#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1990-12-15"^^xsd:date ;
    dcterms:title "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    mo:catalogue_number "PCCB-00048" ;
    mo:media_type "CD" ;
    mo:publication_of <album/645#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:Ne7694dc566494d6686932d184947200c ;
    mo:record_count 1 ;
    schema:about <product/11705#subject> ;
    schema:datePublished "1990-12-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/645/645-1246739441.jpg> ;
    schema:name "Dark Seal"@en,
        "ダークシール"@ja,
        "Dark Seal"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/645/645-1246739441.jpg> .

_:N02e4c35311624fe49db19b7bf7e5714b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"The Legend\" (Opening)"@en,
        "\"伝説\"(オープニング)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:26"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"The Legend\" (Opening)"@en,
        "\"伝説\"(オープニング)"@ja .

_:N04fd894eec0b4b5d822ebba67efc0bba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Fierce Battle\" (Boss 1 \"Wyvern\", Boss 3 \"Beholder\")"@en,
        "\"激闘\"(ボス1\"ワイバーン\", ボス3\"ビホールダー\")"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Fierce Battle\" (Boss 1 \"Wyvern\", Boss 3 \"Beholder\")"@en,
        "\"激闘\"(ボス1\"ワイバーン\", ボス3\"ビホールダー\")"@ja .

_:N11a5470483b045d7816215921a121fcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Rise and Fall, Light and Dark\" (Theme) (Stage 1, 3)"@en,
        "\"興亡・光と闇\"(テーマ)(ステージ1,3)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Rise and Fall, Light and Dark\" (Theme) (Stage 1, 3)"@en,
        "\"興亡・光と闇\"(テーマ)(ステージ1,3)"@ja .

_:N1a8edac83c24460987fce0d2a25aef78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Decisive Battle\" (Stage 5)"@en,
        "\"決戦\"(ステージ5)"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Decisive Battle\" (Stage 5)"@en,
        "\"決戦\"(ステージ5)"@ja .

_:N3274865c51734980a3ec15bb430eb85f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"The Seal · The New Journey\" (Ending)"@en,
        "\"封印・新たなる旅立ち\"(エンディング)"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"The Seal · The New Journey\" (Ending)"@en,
        "\"封印・新たなる旅立ち\"(エンディング)"@ja .

_:N34e87778d967482b9a1a5e58c63dd1ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sword of Delight (Arrange Version)"@en,
        "The Sword of Delight (Arrange Version)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "The Sword of Delight (Arrange Version)"@en,
        "The Sword of Delight (Arrange Version)"@ja .

_:N512c9a4ff58740c5a92eb6c76c9fb5ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"The Audience with the King\" (King's Message)"@en,
        "\"王の謁見\"(王様のメッセージ)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"The Audience with the King\" (King's Message)"@en,
        "\"王の謁見\"(王様のメッセージ)"@ja .

_:N62f8073bc7b146dc8e4a3ae42f6d6710 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"The Return of the Heroes\" (Character Select)"@en,
        "\"勇者再臨\"(キャラクターセレクト)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"The Return of the Heroes\" (Character Select)"@en,
        "\"勇者再臨\"(キャラクターセレクト)"@ja .

_:N70981fc28c1240c3af1f825b9ffd069b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Invasion of the Dark Forces\" (Stage 2)"@en,
        "\"魔軍侵攻\"(ステージ2)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Invasion of the Dark Forces\" (Stage 2)"@en,
        "\"魔軍侵攻\"(ステージ2)"@ja .

_:N73463fd55e8a44a2891cc2a7bfe806e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Between Life and Death\" (Boss 2 \"Zeller\", Boss 4 \"Faires\")"@en,
        "\"死線\"(ボス2\"ゼラー\", ボス4\"ファイレス\")"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Between Life and Death\" (Boss 2 \"Zeller\", Boss 4 \"Faires\")"@en,
        "\"死線\"(ボス2\"ゼラー\", ボス4\"ファイレス\")"@ja .

_:N833f2d7696fa4cc09c90590809aaac19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overcome Your Despairs (Arrange Version)"@en,
        "Overcome Your Despairs (Arrange Version)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "Overcome Your Despairs (Arrange Version)"@en,
        "Overcome Your Despairs (Arrange Version)"@ja .

_:N83eb4a8827424ad5a05003a48adc9362 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Threat from the Darkness\" (Stage 4)"@en,
        "\"闇の脅威\"(ステージ4)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Threat from the Darkness\" (Stage 4)"@en,
        "\"闇の脅威\"(ステージ4)"@ja .

_:N8ef3544d50e540b0b739eb8d6115ff1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Ambition\" (The Dark Knight's Theme)"@en,
        "\"野望\"(ダークナイトのテーマ)"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Ambition\" (The Dark Knight's Theme)"@en,
        "\"野望\"(ダークナイトのテーマ)"@ja .

_:Nbb2091e644534d98b6dea37a3b63205a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Success\" (Stage Clear)"@en,
        "\"完遂\"(ステージクリア)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Success\" (Stage Clear)"@en,
        "\"完遂\"(ステージクリア)"@ja .

_:Nc8c0a4556d7b467b9d6e3dd6dca52380 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Mystery\" (Transform · Treasure Box)"@en,
        "\"神秘\"(変身・宝箱)"@ja ;
    mo:track_number 12 ;
    schema:duration "PT0:28"^^xsd:interval ;
    schema:inPlaylist _:Ne7694dc566494d6686932d184947200c ;
    schema:name "\"Mystery\" (Transform · Treasure Box)"@en,
        "\"神秘\"(変身・宝箱)"@ja .

_:Ne7694dc566494d6686932d184947200c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02e4c35311624fe49db19b7bf7e5714b,
        _:N04fd894eec0b4b5d822ebba67efc0bba,
        _:N11a5470483b045d7816215921a121fcd,
        _:N1a8edac83c24460987fce0d2a25aef78,
        _:N3274865c51734980a3ec15bb430eb85f,
        _:N34e87778d967482b9a1a5e58c63dd1ad,
        _:N512c9a4ff58740c5a92eb6c76c9fb5ca,
        _:N62f8073bc7b146dc8e4a3ae42f6d6710,
        _:N70981fc28c1240c3af1f825b9ffd069b,
        _:N73463fd55e8a44a2891cc2a7bfe806e5,
        _:N833f2d7696fa4cc09c90590809aaac19,
        _:N83eb4a8827424ad5a05003a48adc9362,
        _:N8ef3544d50e540b0b739eb8d6115ff1b,
        _:Nbb2091e644534d98b6dea37a3b63205a,
        _:Nc8c0a4556d7b467b9d6e3dd6dca52380 ;
    mo:track_count 15 ;
    schema:duration "PT26:28"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N02e4c35311624fe49db19b7bf7e5714b,
        _:N04fd894eec0b4b5d822ebba67efc0bba,
        _:N11a5470483b045d7816215921a121fcd,
        _:N1a8edac83c24460987fce0d2a25aef78,
        _:N3274865c51734980a3ec15bb430eb85f,
        _:N34e87778d967482b9a1a5e58c63dd1ad,
        _:N512c9a4ff58740c5a92eb6c76c9fb5ca,
        _:N62f8073bc7b146dc8e4a3ae42f6d6710,
        _:N70981fc28c1240c3af1f825b9ffd069b,
        _:N73463fd55e8a44a2891cc2a7bfe806e5,
        _:N833f2d7696fa4cc09c90590809aaac19,
        _:N83eb4a8827424ad5a05003a48adc9362,
        _:N8ef3544d50e540b0b739eb8d6115ff1b,
        _:Nbb2091e644534d98b6dea37a3b63205a,
        _:Nc8c0a4556d7b467b9d6e3dd6dca52380 .

