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

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

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

<artist/2144#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3700#subject> ;
    schema:name "Masaaki Kawai"@en,
        "川合将明"@ja ;
    foaf:made <album/3700#composition>,
        <album/3700#subject> ;
    foaf:name "Masaaki Kawai"@en,
        "川合将明"@ja .

<artist/293#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3700#subject> ;
    schema:name "Falcom Sound Team J.D.K."@en ;
    foaf:made <album/3700#composition>,
        <album/3700#subject> ;
    foaf:name "Falcom Sound Team J.D.K."@en .

<artist/700#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3700#subject> ;
    schema:name "Mieko Ishikawa"@en,
        "石川三恵子"@ja ;
    foaf:made <album/3700#composition>,
        <album/3700#subject> ;
    foaf:name "Mieko Ishikawa"@en,
        "石川三恵子"@ja .

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

<org/1943#subject> schema:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn ;
    foaf:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn .

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

<https://medium-media.vgm.io/albums/00/3700/3700-1191620295.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/3700#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn ;
    mo:performance_of <album/3700#musicalwork> ;
    mo:performer <artist/2079#subject> ;
    mo:recorded_as <album/3700#musicalexpression> ;
    schema:byArtist <artist/2079#subject> ;
    schema:name "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn ;
    schema:workPerformed <album/3700#musicalwork> .

<artist/2079#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/3700#performance> ;
    schema:name "J.D.K. ELECTRIC ORCHESTRA"@en ;
    foaf:name "J.D.K. ELECTRIC ORCHESTRA"@en .

<album/3700#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn ;
    mo:composer <artist/2144#subject>,
        <artist/293#subject>,
        <artist/700#subject> ;
    mo:produced_work <album/3700#musicalwork> ;
    schema:name "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn .

<album/3700#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-10-21"^^xsd:date ;
    dcterms:title "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn ;
    mo:catalogue_number "KICA-1113" ;
    mo:media_type "CD" ;
    mo:publication_of <album/3700#musicalexpression> ;
    mo:publisher <org/1943#subject> ;
    mo:record _:N6d428f1c24da48ac8b0fced15b49bcec ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Dragon Slayer: The Legend of Heroes Ouji no Tabidachi"@en ;
            foaf:name "Dragon Slayer: The Legend of Heroes Ouji no Tabidachi"@en ] ;
    schema:byArtist <artist/2079#subject> ;
    schema:datePublished "1992-10-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/00/3700/3700-1191620295.jpg> ;
    schema:name "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@en,
        "交響詩ドラゴンスレイヤー ～英雄伝説～ Vol.2"@ja,
        "Symphonic Poem Dragon Slayer ~The Legend of Heroes~ Vol.2"@ja-latn ;
    schema:publisher <org/1943#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/3700/3700-1191620295.jpg> .

_:N088f62063e18483eba0cd59a9d82d61f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Execution of the Queen"@en,
        "磔台上の王妃"@ja ;
    mo:track_number 16 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Execution of the Queen"@en,
        "磔台上の王妃"@ja .

_:N0bd8891bd9a54a73b83a1706975c728a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle with Zanji"@en,
        "ザンジとの闘い"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Battle with Zanji"@en,
        "ザンジとの闘い"@ja .

_:N1025fea0a74e491e87d39fe963672f09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Triumphant Return and Departure ～ End Credits"@en,
        "凱旋そして旅立ち～エンドクレジット"@ja ;
    mo:track_number 20 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Triumphant Return and Departure ～ End Credits"@en,
        "凱旋そして旅立ち～エンドクレジット"@ja .

_:N1d46660a09e34abeb1b8f3f29a5730ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Selios' Theme"@en,
        "セリオスのテーマ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Selios' Theme"@en,
        "セリオスのテーマ"@ja .

_:N257d3c3189ee4146871941e7c6ded23f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonia's Decision"@en,
        "ソニアの決意"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Sonia's Decision"@en,
        "ソニアの決意"@ja .

_:N2ba97da5ce674aa08e2992ade301fc6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue"@en,
        "序章"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Prologue"@en,
        "序章"@ja .

_:N35d9b6dbffa8418cab9f545d1bd1640c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King Asel's Death"@en,
        "アスエル王の死"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "King Asel's Death"@en,
        "アスエル王の死"@ja .

_:N523d542ed74642d0832c5b56db81251f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Selios is Captured"@en,
        "捕われたセリオス"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Selios is Captured"@en,
        "捕われたセリオス"@ja .

_:N57829dcc96374c4e8f4b5f949062bf1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rias' Last Breath"@en,
        "ライアスの最期"@ja ;
    mo:track_number 9 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Rias' Last Breath"@en,
        "ライアスの最期"@ja .

_:N75d7897790974e72be945ebb038e3421 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Resistance Force Headquarters"@en,
        "レジスタンス軍本部"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Resistance Force Headquarters"@en,
        "レジスタンス軍本部"@ja .

_:N77dc455c5379429ca79a11768e528c57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Study of the Sword"@en,
        "剣の修行"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Study of the Sword"@en,
        "剣の修行"@ja .

_:N7e571d2d729d48d7b46f1af1542a49df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonia's Care"@en,
        "ソニアの介抱"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Sonia's Care"@en,
        "ソニアの介抱"@ja .

_:Na597b1038f674e289107c60318637d1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hard Fight"@en,
        "苦戦"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Hard Fight"@en,
        "苦戦"@ja .

_:Na95b1333510b42a48e7704d8d57126ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Wrath of Akdam"@en,
        "アクダムの怒り"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "The Wrath of Akdam"@en,
        "アクダムの怒り"@ja .

_:Nba7395bb3f1442de864351e11c7b17c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Selios Rides Sonia's Dragon"@en,
        "ソニアドラゴンに乗ったセリオス"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Selios Rides Sonia's Dragon"@en,
        "ソニアドラゴンに乗ったセリオス"@ja .

_:Ncea6ba7473914d778b34f411a4c4fc28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Villager's Counterattack"@en,
        "村人の反撃"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "The Villager's Counterattack"@en,
        "村人の反撃"@ja .

_:Nda63438afe8b442da1932a8356a86401 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At Play"@en,
        "戯れ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "At Play"@en,
        "戯れ"@ja .

_:Nee48d4c2eece41e69212e58dc3f1d2de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Villager's Death"@en,
        "村人の死"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "A Villager's Death"@en,
        "村人の死"@ja .

_:Nf674a96fbb6b4f588ad6c0bd17bb412e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Victory at Sunrise"@en,
        "朝焼けの勝利"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Victory at Sunrise"@en,
        "朝焼けの勝利"@ja .

_:Nf7d2a39b82f042dcac8cdc0370cc26fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reminiscence"@en,
        "回想"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N6d428f1c24da48ac8b0fced15b49bcec ;
    schema:name "Reminiscence"@en,
        "回想"@ja .

_:N6d428f1c24da48ac8b0fced15b49bcec a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N088f62063e18483eba0cd59a9d82d61f,
        _:N0bd8891bd9a54a73b83a1706975c728a,
        _:N1025fea0a74e491e87d39fe963672f09,
        _:N1d46660a09e34abeb1b8f3f29a5730ec,
        _:N257d3c3189ee4146871941e7c6ded23f,
        _:N2ba97da5ce674aa08e2992ade301fc6e,
        _:N35d9b6dbffa8418cab9f545d1bd1640c,
        _:N523d542ed74642d0832c5b56db81251f,
        _:N57829dcc96374c4e8f4b5f949062bf1c,
        _:N75d7897790974e72be945ebb038e3421,
        _:N77dc455c5379429ca79a11768e528c57,
        _:N7e571d2d729d48d7b46f1af1542a49df,
        _:Na597b1038f674e289107c60318637d1a,
        _:Na95b1333510b42a48e7704d8d57126ee,
        _:Nba7395bb3f1442de864351e11c7b17c9,
        _:Ncea6ba7473914d778b34f411a4c4fc28,
        _:Nda63438afe8b442da1932a8356a86401,
        _:Nee48d4c2eece41e69212e58dc3f1d2de,
        _:Nf674a96fbb6b4f588ad6c0bd17bb412e,
        _:Nf7d2a39b82f042dcac8cdc0370cc26fc ;
    mo:track_count 20 ;
    schema:duration "PT33:13"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N088f62063e18483eba0cd59a9d82d61f,
        _:N0bd8891bd9a54a73b83a1706975c728a,
        _:N1025fea0a74e491e87d39fe963672f09,
        _:N1d46660a09e34abeb1b8f3f29a5730ec,
        _:N257d3c3189ee4146871941e7c6ded23f,
        _:N2ba97da5ce674aa08e2992ade301fc6e,
        _:N35d9b6dbffa8418cab9f545d1bd1640c,
        _:N523d542ed74642d0832c5b56db81251f,
        _:N57829dcc96374c4e8f4b5f949062bf1c,
        _:N75d7897790974e72be945ebb038e3421,
        _:N77dc455c5379429ca79a11768e528c57,
        _:N7e571d2d729d48d7b46f1af1542a49df,
        _:Na597b1038f674e289107c60318637d1a,
        _:Na95b1333510b42a48e7704d8d57126ee,
        _:Nba7395bb3f1442de864351e11c7b17c9,
        _:Ncea6ba7473914d778b34f411a4c4fc28,
        _:Nda63438afe8b442da1932a8356a86401,
        _:Nee48d4c2eece41e69212e58dc3f1d2de,
        _:Nf674a96fbb6b4f588ad6c0bd17bb412e,
        _:Nf7d2a39b82f042dcac8cdc0370cc26fc .

