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

<artist/47309#subject> a schema:Person,
        foaf:Person ;
    schema:name "TETSU"@en ;
    foaf:made <album/2581#lyrics>,
        <album/2581#subject>,
        <album/2581#vocals> ;
    foaf:name "TETSU"@en .

<artist/887#subject> a schema:Person,
        foaf:Person ;
    schema:name "Eri Morishita"@en,
        "森下恵理"@ja ;
    foaf:made <album/2581#subject>,
        <album/2581#vocals> ;
    foaf:name "Eri Morishita"@en,
        "森下恵理"@ja .

<artist/319#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2581#subject> ;
    schema:name "Yoko Kanno"@en,
        "菅野よう子"@ja ;
    foaf:made <album/2581#composition>,
        <album/2581#subject> ;
    foaf:name "Yoko Kanno"@en,
        "菅野よう子"@ja .

<artist/878#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2581#subject> ;
    schema:name "Akira Ishiguro"@en,
        "石黒彰"@ja ;
    foaf:made <album/2581#composition>,
        <album/2581#subject> ;
    foaf:name "Akira Ishiguro"@en,
        "石黒彰"@ja .

<artist/882#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2581#subject> ;
    schema:name "Fiori Wakakuwa"@en,
        "若桑比織"@ja ;
    foaf:made <album/2581#composition>,
        <album/2581#subject> ;
    foaf:name "Fiori Wakakuwa"@en,
        "若桑比織"@ja .

<artist/8857#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2581#subject> ;
    schema:name "midori"@en ;
    foaf:made <album/2581#composition>,
        <album/2581#subject> ;
    foaf:name "midori"@en .

<product/2300#subject> a schema:CreativeWork ;
    schema:name "Nobunaga no Yabou: Bushou Fuuunroku"@en,
        "信長の野望・武将風雲録"@ja,
        "Nobunaga no Yabou: Bushou Fuuunroku"@ja-latn ;
    foaf:name "Nobunaga no Yabou: Bushou Fuuunroku"@en,
        "信長の野望・武将風雲録"@ja,
        "Nobunaga no Yabou: Bushou Fuuunroku"@ja-latn .

<product/3636#subject> a schema:CreativeWork ;
    schema:name "Inindo: Way of the Ninja"@en,
        "伊忍道 打倒信長"@ja,
        "Inindou: Datou Nobunaga"@ja-latn ;
    foaf:name "Inindo: Way of the Ninja"@en,
        "伊忍道 打倒信長"@ja,
        "Inindou: Datou Nobunaga"@ja-latn .

<product/3644#subject> a schema:CreativeWork ;
    schema:name "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    foaf:name "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn .

<product/3648#subject> a schema:CreativeWork ;
    schema:name "Gemfire"@en,
        "ロイヤルブラッド"@ja,
        "Royal Blood"@ja-latn ;
    foaf:name "Gemfire"@en,
        "ロイヤルブラッド"@ja,
        "Royal Blood"@ja-latn .

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

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

<album/2581#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn ;
    mo:performance_of <album/2581#musicalwork> ;
    mo:recorded_as <album/2581#musicalexpression> ;
    schema:name "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn ;
    schema:workPerformed <album/2581#musicalwork> .

<org/32#subject> schema:name "KOEI Co., Ltd."@en,
        "株式会社コーエー"@ja,
        "KOEI Co., Ltd."@ja-latn ;
    foaf:name "KOEI Co., Ltd."@en,
        "株式会社コーエー"@ja,
        "KOEI Co., Ltd."@ja-latn .

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

<https://medium-media.vgm.io/albums/18/2581/2581-1161655456.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/2581#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn ;
    mo:composer <artist/319#subject>,
        <artist/878#subject>,
        <artist/882#subject>,
        <artist/8857#subject> ;
    mo:produced_work <album/2581#musicalwork> ;
    schema:name "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn .

<album/2581#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1992-07-25"^^xsd:date ;
    dcterms:title "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn ;
    mo:catalogue_number "KECH-1030" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2581#musicalexpression> ;
    mo:publisher <org/32#subject> ;
    mo:record _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    mo:record_count 1 ;
    schema:about <product/2300#subject>,
        <product/3636#subject>,
        <product/3644#subject>,
        <product/3648#subject> ;
    schema:datePublished "1992-07-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/18/2581/2581-1161655456.jpg> ;
    schema:name "THE BEST OF KOEI Vol.3"@en,
        "ザ・ベスト・オブ・光栄 Vol.3"@ja,
        "THE BEST OF KOEI Vol.3"@ja-latn ;
    schema:publisher <org/32#subject> ;
    foaf:depiction <https://media.vgm.io/albums/18/2581/2581-1161655456.jpg> .

_:N16654dbb78764b2b84e88836b00e3859 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flame"@en,
        "FLAME"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Flame"@en,
        "FLAME"@ja .

_:N20c0adb4bed74a27b56fedc52cb7cb2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heat Haze"@en,
        "陽炎"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Heat Haze"@en,
        "陽炎"@ja .

_:N234f86c3186d40089892edeb93ecdbba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fierce Battle! Killing Force"@en,
        "激闘！キリング・フォース"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Fierce Battle! Killing Force"@en,
        "激闘！キリング・フォース"@ja .

_:N3a4cca8ee34947d98666de4223712980 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Tiger of Kai Last Chapter"@en,
        "甲斐の虎 下の巻"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "The Tiger of Kai Last Chapter"@en,
        "甲斐の虎 下の巻"@ja .

_:N3b00ed244e19480fac8c636efc829331 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crime of Victory"@en,
        "クライム・オブ・ヴィクトリー"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Crime of Victory"@en,
        "クライム・オブ・ヴィクトリー"@ja .

_:N3e5072f8389d4b45b71d2c19e53f7f4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening -Elan's theme"@en,
        "OPENING -Elan's theme"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Opening -Elan's theme"@en,
        "OPENING -Elan's theme"@ja .

_:N44fddd29305246ed98c6f96f9f143893 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Distant Mountains and Rivers"@en,
        "遙かなる山河"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Distant Mountains and Rivers"@en,
        "遙かなる山河"@ja .

_:N4578e29b05dd483ca078c49f4ba42849 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Inindo ~Midareba~"@en,
        "伊忍道のテーマ～乱刃～"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Theme of Inindo ~Midareba~"@en,
        "伊忍道のテーマ～乱刃～"@ja .

_:N49ea39937a2a4073a61b53029cc7df09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "L'Empereur Theme of Love BELIEVE IN YOUR LOVE"@en,
        "ランペルール 愛のテーマ BELIEVE IN YOUR LOVE"@ja ;
    mo:track_number 20 ;
    schema:duration "PT5:54"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "L'Empereur Theme of Love BELIEVE IN YOUR LOVE"@en,
        "ランペルール 愛のテーマ BELIEVE IN YOUR LOVE"@ja .

_:N576dc217c5ca4fd58b00deb5c2ac37e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "As Eternal as Heaven and Earth"@en,
        "天壌無窮"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "As Eternal as Heaven and Earth"@en,
        "天壌無窮"@ja .

_:N6418275b800d48649ca7a4293b0ba97e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red"@en,
        "RED"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Red"@en,
        "RED"@ja .

_:N75ae1fb4c81a47a6887517dd2e9ff10b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gloomy Seine -France-"@en,
        "セーヌの愁い －フランス－"@ja ;
    mo:track_number 18 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "The Gloomy Seine -France-"@en,
        "セーヌの愁い －フランス－"@ja .

_:N7eac6cc205c34a0395029cab1b0a2ad0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "An Unmarked Road"@en,
        "標のない道"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "An Unmarked Road"@en,
        "標のない道"@ja .

_:N82a2e58c66314f7ca0aa895259327b41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride Like the Wind"@en,
        "ライド・ライク・ザ・ウインド"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Ride Like the Wind"@en,
        "ライド・ライク・ザ・ウインド"@ja .

_:Nae2224814cec4b9b94fd11302ded39a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending ~The Emperor's Crown~"@en,
        "エンディング～皇帝の冠～"@ja ;
    mo:track_number 19 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Ending ~The Emperor's Crown~"@en,
        "エンディング～皇帝の冠～"@ja .

_:Nb11813f9b27642b080028738b30c0909 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Signal Fire"@en,
        "狼煙"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Signal Fire"@en,
        "狼煙"@ja .

_:Nb5629c9b1f7a4c50a5dc86ab839f7392 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Coronation ~A New Regime~"@en,
        "戴冠～新たなる治世～"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Coronation ~A New Regime~"@en,
        "戴冠～新たなる治世～"@ja .

_:Nddfc8bbf51004774923bd7391499669d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demon King of the Sixth Heaven Last Chapter"@en,
        "天魔鬼神 下の巻"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Demon King of the Sixth Heaven Last Chapter"@en,
        "天魔鬼神 下の巻"@ja .

_:Nec503f667e1f4ceab5932dbe3f98c1e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Tiger of Kai First Chapter"@en,
        "甲斐の虎 上の巻"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "The Tiger of Kai First Chapter"@en,
        "甲斐の虎 上の巻"@ja .

_:Nff69427391ca4d4d97852fbe3ce2e428 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending -Ishmelia"@en,
        "ENDING -Ishmelia"@ja ;
    mo:track_number 16 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Ncd0fc6ba6f6a42eea9b68280910d8d28 ;
    schema:name "Ending -Ishmelia"@en,
        "ENDING -Ishmelia"@ja .

_:Ncd0fc6ba6f6a42eea9b68280910d8d28 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N16654dbb78764b2b84e88836b00e3859,
        _:N20c0adb4bed74a27b56fedc52cb7cb2e,
        _:N234f86c3186d40089892edeb93ecdbba,
        _:N3a4cca8ee34947d98666de4223712980,
        _:N3b00ed244e19480fac8c636efc829331,
        _:N3e5072f8389d4b45b71d2c19e53f7f4f,
        _:N44fddd29305246ed98c6f96f9f143893,
        _:N4578e29b05dd483ca078c49f4ba42849,
        _:N49ea39937a2a4073a61b53029cc7df09,
        _:N576dc217c5ca4fd58b00deb5c2ac37e0,
        _:N6418275b800d48649ca7a4293b0ba97e,
        _:N75ae1fb4c81a47a6887517dd2e9ff10b,
        _:N7eac6cc205c34a0395029cab1b0a2ad0,
        _:N82a2e58c66314f7ca0aa895259327b41,
        _:Nae2224814cec4b9b94fd11302ded39a0,
        _:Nb11813f9b27642b080028738b30c0909,
        _:Nb5629c9b1f7a4c50a5dc86ab839f7392,
        _:Nddfc8bbf51004774923bd7391499669d,
        _:Nec503f667e1f4ceab5932dbe3f98c1e9,
        _:Nff69427391ca4d4d97852fbe3ce2e428 ;
    mo:track_count 20 ;
    schema:duration "PT71:18"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N16654dbb78764b2b84e88836b00e3859,
        _:N20c0adb4bed74a27b56fedc52cb7cb2e,
        _:N234f86c3186d40089892edeb93ecdbba,
        _:N3a4cca8ee34947d98666de4223712980,
        _:N3b00ed244e19480fac8c636efc829331,
        _:N3e5072f8389d4b45b71d2c19e53f7f4f,
        _:N44fddd29305246ed98c6f96f9f143893,
        _:N4578e29b05dd483ca078c49f4ba42849,
        _:N49ea39937a2a4073a61b53029cc7df09,
        _:N576dc217c5ca4fd58b00deb5c2ac37e0,
        _:N6418275b800d48649ca7a4293b0ba97e,
        _:N75ae1fb4c81a47a6887517dd2e9ff10b,
        _:N7eac6cc205c34a0395029cab1b0a2ad0,
        _:N82a2e58c66314f7ca0aa895259327b41,
        _:Nae2224814cec4b9b94fd11302ded39a0,
        _:Nb11813f9b27642b080028738b30c0909,
        _:Nb5629c9b1f7a4c50a5dc86ab839f7392,
        _:Nddfc8bbf51004774923bd7391499669d,
        _:Nec503f667e1f4ceab5932dbe3f98c1e9,
        _:Nff69427391ca4d4d97852fbe3ce2e428 .

