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

<artist/10054#subject> a schema:Person,
        foaf:Person ;
    schema:name "Koichiro Maeda"@en,
        "前田耕一郎"@ja ;
    foaf:made <album/2370#lyrics>,
        <album/2370#subject> ;
    foaf:name "Koichiro Maeda"@en,
        "前田耕一郎"@ja .

<artist/3263#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masami Suzuki"@en,
        "鈴木真仁"@ja ;
    foaf:made <album/2370#subject>,
        <album/2370#vocals> ;
    foaf:name "Masami Suzuki"@en,
        "鈴木真仁"@ja .

<artist/3677#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tomokazu Seki"@en,
        "関智一"@ja ;
    foaf:made <album/2370#subject>,
        <album/2370#vocals> ;
    foaf:name "Tomokazu Seki"@en,
        "関智一"@ja .

<artist/8382#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroshi Yamaguchi"@en,
        "山口宏"@ja ;
    foaf:made <album/2370#lyrics>,
        <album/2370#subject> ;
    foaf:name "Hiroshi Yamaguchi"@en,
        "山口宏"@ja .

<artist/322#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2370#subject> ;
    schema:name "Kohei Tanaka"@en,
        "田中公平"@ja ;
    foaf:made <album/2370#composition>,
        <album/2370#subject> ;
    foaf:name "Kohei Tanaka"@en,
        "田中公平"@ja .

<product/11240#subject> a schema:CreativeWork ;
    schema:name "Bounty Sword"@en,
        "バウンティソード"@ja,
        "Bounty Sword"@ja-latn ;
    foaf:name "Bounty Sword"@en,
        "バウンティソード"@ja,
        "Bounty Sword"@ja-latn .

<album/2370#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn ;
    mo:composer <artist/322#subject> ;
    mo:produced_work <album/2370#musicalwork> ;
    schema:name "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn .

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

<album/2370#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn ;
    mo:performance_of <album/2370#musicalwork> ;
    mo:recorded_as <album/2370#musicalexpression> ;
    schema:name "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn ;
    schema:workPerformed <album/2370#musicalwork> .

<org/2823#subject> schema:name "Pioneer"@en,
        "Pioneer"@ja,
        "Pioneer"@ja-latn ;
    foaf:name "Pioneer"@en,
        "Pioneer"@ja,
        "Pioneer"@ja-latn .

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

<https://medium-media.vgm.io/albums/07/2370/2370-1278819384.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/2370#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1995-09-21"^^xsd:date ;
    dcterms:title "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn ;
    mo:catalogue_number "PICA-2004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2370#musicalexpression> ;
    mo:publisher <org/2823#subject> ;
    mo:record _:N9801b486ba6e43849ae4916a123b8948 ;
    mo:record_count 1 ;
    schema:about <product/11240#subject> ;
    schema:datePublished "1995-09-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/2370/2370-1278819384.jpg> ;
    schema:name "Bounty Sword Gaiden -The Steel Dragon-"@en,
        "バウンティ・ソード外伝 —鋼鉄の龍—"@ja,
        "Bounty Sword Gaiden -The Steel Dragon-"@ja-latn ;
    schema:publisher <org/2823#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/2370/2370-1278819384.jpg> .

_:N0f796c18ff1149e9ba28b8a2a8aecd11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Three Announcement"@en,
        "章の三予告"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Three Announcement"@en,
        "章の三予告"@ja .

_:N178dd34b30c04c4fac92dd35357f28ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Six Announcement"@en,
        "章の六予告"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Six Announcement"@en,
        "章の六予告"@ja .

_:N2192dbfba64746679ce6a1106b2aaa6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Two Announcement"@en,
        "章のニ予告"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Two Announcement"@en,
        "章のニ予告"@ja .

_:N661bf7d48a4642e5bd1fca55130856d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Five"@en,
        "章の五"@ja ;
    mo:track_number 12 ;
    schema:duration "PT7:58"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Five"@en,
        "章の五"@ja .

_:N6b06c29662a546cfb04cf2ce44d194ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Five Announcement"@en,
        "章の五予告"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Five Announcement"@en,
        "章の五予告"@ja .

_:N6c87711e72724397a94e190b3c92b006 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter One"@en,
        "章の一"@ja ;
    mo:track_number 4 ;
    schema:duration "PT8:10"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter One"@en,
        "章の一"@ja .

_:N6d289cc56cea4f52928ac9695f60554a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Distant Memories"@en,
        "遠い記憶"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Distant Memories"@en,
        "遠い記憶"@ja .

_:N7c9ab1179113404fa3ecd3e2fd628f13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Four"@en,
        "章の四"@ja ;
    mo:track_number 10 ;
    schema:duration "PT8:03"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Four"@en,
        "章の四"@ja .

_:N95aa7bd210954b3996c2bec8e936c441 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Six"@en,
        "章の六"@ja ;
    mo:track_number 14 ;
    schema:duration "PT12:50"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Six"@en,
        "章の六"@ja .

_:N9ab014a0e819425198b2605bd75af61c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE WIND ~Wind Blown On A Man~"@en,
        "BATTLE WIND～男に吹く風～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "BATTLE WIND ~Wind Blown On A Man~"@en,
        "BATTLE WIND～男に吹く風～"@ja .

_:Nae74bcf2a1e9409a915377bb1d663f4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Two"@en,
        "章のニ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT8:01"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Two"@en,
        "章のニ"@ja .

_:Nc14e203b622b4aa39a9f98af04559d71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Four Announcement"@en,
        "章の四予告"@ja ;
    mo:track_number 9 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Four Announcement"@en,
        "章の四予告"@ja .

_:Nd1c1a081deec4f6fa031e2a04d749048 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue II"@en,
        "プロローグII"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Prologue II"@en,
        "プロローグII"@ja .

_:Ned1de24dc15f407e968f565ec00cc26d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue I"@en,
        "プロローグI"@ja ;
    mo:track_number 1 ;
    schema:duration "PT8:48"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Prologue I"@en,
        "プロローグI"@ja .

_:Nf16c7db5f86f4efe9bd3399fb4130bcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chapter Three"@en,
        "章の三"@ja ;
    mo:track_number 8 ;
    schema:duration "PT8:32"^^xsd:interval ;
    schema:inPlaylist _:N9801b486ba6e43849ae4916a123b8948 ;
    schema:name "Chapter Three"@en,
        "章の三"@ja .

_:N9801b486ba6e43849ae4916a123b8948 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f796c18ff1149e9ba28b8a2a8aecd11,
        _:N178dd34b30c04c4fac92dd35357f28ca,
        _:N2192dbfba64746679ce6a1106b2aaa6d,
        _:N661bf7d48a4642e5bd1fca55130856d4,
        _:N6b06c29662a546cfb04cf2ce44d194ee,
        _:N6c87711e72724397a94e190b3c92b006,
        _:N6d289cc56cea4f52928ac9695f60554a,
        _:N7c9ab1179113404fa3ecd3e2fd628f13,
        _:N95aa7bd210954b3996c2bec8e936c441,
        _:N9ab014a0e819425198b2605bd75af61c,
        _:Nae74bcf2a1e9409a915377bb1d663f4d,
        _:Nc14e203b622b4aa39a9f98af04559d71,
        _:Nd1c1a081deec4f6fa031e2a04d749048,
        _:Ned1de24dc15f407e968f565ec00cc26d,
        _:Nf16c7db5f86f4efe9bd3399fb4130bcd ;
    mo:track_count 15 ;
    schema:duration "PT70:20"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N0f796c18ff1149e9ba28b8a2a8aecd11,
        _:N178dd34b30c04c4fac92dd35357f28ca,
        _:N2192dbfba64746679ce6a1106b2aaa6d,
        _:N661bf7d48a4642e5bd1fca55130856d4,
        _:N6b06c29662a546cfb04cf2ce44d194ee,
        _:N6c87711e72724397a94e190b3c92b006,
        _:N6d289cc56cea4f52928ac9695f60554a,
        _:N7c9ab1179113404fa3ecd3e2fd628f13,
        _:N95aa7bd210954b3996c2bec8e936c441,
        _:N9ab014a0e819425198b2605bd75af61c,
        _:Nae74bcf2a1e9409a915377bb1d663f4d,
        _:Nc14e203b622b4aa39a9f98af04559d71,
        _:Nd1c1a081deec4f6fa031e2a04d749048,
        _:Ned1de24dc15f407e968f565ec00cc26d,
        _:Nf16c7db5f86f4efe9bd3399fb4130bcd .

