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

<album/17851> a mo:Release ;
    mo:catalogue_number "KCS-022" .

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

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

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

<artist/627#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3079#subject> ;
    schema:name "Minoru Mukaiya"@en,
        "向谷実"@ja ;
    foaf:made <album/3079#composition>,
        <album/3079#subject> ;
    foaf:name "Minoru Mukaiya"@en,
        "向谷実"@ja .

<product/2297#subject> a schema:CreativeWork ;
    schema:name "Nobunaga no Yabou: Zenkokuban"@en,
        "信長の野望・全国版"@ja,
        "Nobunaga no Yabou: Zenkokuban"@ja-latn ;
    foaf:name "Nobunaga no Yabou: Zenkokuban"@en,
        "信長の野望・全国版"@ja,
        "Nobunaga no Yabou: Zenkokuban"@ja-latn .

<product/2312#subject> a schema:CreativeWork ;
    schema:name "Romance of the Three Kingdoms"@en,
        "三國志"@ja,
        "Sangokushi"@ja-latn ;
    foaf:name "Romance of the Three Kingdoms"@en,
        "三國志"@ja,
        "Sangokushi"@ja-latn .

<product/2313#subject> a schema:CreativeWork ;
    schema:name "Romance of the Three Kingdoms II"@en,
        "三國志II"@ja,
        "Sangokushi II"@ja-latn ;
    foaf:name "Romance of the Three Kingdoms II"@en,
        "三國志II"@ja,
        "Sangokushi II"@ja-latn .

<product/2314#subject> a schema:CreativeWork ;
    schema:name "Romance of the Three Kingdoms III: Dragon of Destiny"@en,
        "三國志III"@ja,
        "Sangokushi III"@ja-latn ;
    foaf:name "Romance of the Three Kingdoms III: Dragon of Destiny"@en,
        "三國志III"@ja,
        "Sangokushi III"@ja-latn .

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

<album/3079#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn ;
    mo:performance_of <album/3079#musicalwork> ;
    mo:recorded_as <album/3079#musicalexpression> ;
    schema:name "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn ;
    schema:workPerformed <album/3079#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/97/3079/3079-58f1c4f51f4f.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/3079#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/3079/3079-58f1c4f51f4f.jpg> ;
    foaf:depicts <album/3079#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/3079/3079-58f1c4f51f4f.jpg> .

<https://medium-media.vgm.io/albums/97/3079/3079-58f1c4f51f4f.jpg> a schema:ImageObject,
        foaf:Image .

<album/3079#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn ;
    mo:composer <artist/319#subject>,
        <artist/627#subject> ;
    mo:produced_work <album/3079#musicalwork> ;
    schema:name "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn .

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

<album/3079#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1993-04-25"^^xsd:date ;
    dcterms:title "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn ;
    mo:catalogue_number "KECH-1039" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/17851> ;
    mo:publication_of <album/3079#musicalexpression> ;
    mo:publisher <org/32#subject> ;
    mo:record _:N579bbe975548440d81cd85727abc2923 ;
    mo:record_count 1 ;
    schema:about <product/2297#subject>,
        <product/2312#subject>,
        <product/2313#subject>,
        <product/2314#subject> ;
    schema:datePublished "1993-04-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/3079/3079-58f1c4f51f4f.jpg> ;
    schema:name "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@en,
        "光栄ベスト・オブ・ベスト 三國志・究極音盤"@ja,
        "KOEI Best of Best: Sangokushi Kyuukyoku Onban"@ja-latn ;
    schema:publisher <org/32#subject> ;
    foaf:depiction <https://media.vgm.io/albums/97/3079/3079-58f1c4f51f4f.jpg> .

_:N2b9be32b54674f959f270a0f3723a2de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Sky, Yellow Earth"@en,
        "蒼天黄土"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Blue Sky, Yellow Earth"@en,
        "蒼天黄土"@ja .

_:N348eeb5841554278afe797608b246c33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Offense and Defense on the Surging Sea"@en,
        "波濤の攻防"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Offense and Defense on the Surging Sea"@en,
        "波濤の攻防"@ja .

_:N4844fb54e0d04c8aa324d6ba601bdafd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of the Kingdom of Wu"@en,
        "呉のテーマ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Theme of the Kingdom of Wu"@en,
        "呉のテーマ"@ja .

_:N4dbdaa68d7764c65b0dc335db6af6f77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Demise of our Native Land"@en,
        "故国の終焉"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "The Demise of our Native Land"@en,
        "故国の終焉"@ja .

_:N70dfdebdb4c449e2b8c2726e9f2f0ea9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "War Relations"@en,
        "干戈の交わり"@ja ;
    mo:track_number 17 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "War Relations"@en,
        "干戈の交わり"@ja .

_:N75384df5d80b4921b55226347b9ac701 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening ~Daybreak~"@en,
        "オープニング－黎明－"@ja ;
    mo:track_number 19 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Opening ~Daybreak~"@en,
        "オープニング－黎明－"@ja .

_:N7f9eb1660e1441379abe6dd12ba81fc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oath of the Peach Garden"@en,
        "桃園の誓い"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Oath of the Peach Garden"@en,
        "桃園の誓い"@ja .

_:N83a2adc048ca4bb9a0a25b8a1b9dd415 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Numerical Disadvantage"@en,
        "劣勢"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "A Numerical Disadvantage"@en,
        "劣勢"@ja .

_:N8956e4867ece4604ad74c2f4c49516be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yellow River ~ Yangtze River"@en,
        "黄河～揚子江"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Yellow River ~ Yangtze River"@en,
        "黄河～揚子江"@ja .

_:N9f76ea3772a449b79e302204d9c8dd86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "With Lightning Speed"@en,
        "疾風迅雷"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "With Lightning Speed"@en,
        "疾風迅雷"@ja .

_:Na8c8e31b894748bb99d179ecc5d9b2d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wandering"@en,
        "彷徨"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Wandering"@en,
        "彷徨"@ja .

_:Nab8413a5cb3247058fcd577e83e45297 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of the Kingdom of Shu"@en,
        "蜀のテーマ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Theme of the Kingdom of Shu"@en,
        "蜀のテーマ"@ja .

_:Nafab8ac62e8d4745a0a4f0d2c3e05f71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance of Diaochan"@en,
        "貂蝉の舞"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Dance of Diaochan"@en,
        "貂蝉の舞"@ja .

_:Nbc80358a19d9435988aee8b190276acb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Between the Banner and Drums"@en,
        "旗鼓の間"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Between the Banner and Drums"@en,
        "旗鼓の間"@ja .

_:Nc9bb717306ea4a23b764fbfe4fe96e99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Ruler's Death in Battle"@en,
        "君主陣没"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "The Ruler's Death in Battle"@en,
        "君主陣没"@ja .

_:Nd234f824ff7846a8bd1b84ff8675fdf2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rampart of Flame"@en,
        "焔の城壁"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Rampart of Flame"@en,
        "焔の城壁"@ja .

_:Nda906f9f58b2481fb2a9f9a9751cee80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "North China States"@en,
        "華北諸国"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "North China States"@en,
        "華北諸国"@ja .

_:Nec61f1f066ef4f35a37fec2abd372666 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beautiful Maiden"@en,
        "傾国の美姫"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Beautiful Maiden"@en,
        "傾国の美姫"@ja .

_:Nef6625ddf55a4374a59440a817a63997 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Banquet at the Imperial Palace"@en,
        "皇宮の宴"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N579bbe975548440d81cd85727abc2923 ;
    schema:name "Banquet at the Imperial Palace"@en,
        "皇宮の宴"@ja .

_:N579bbe975548440d81cd85727abc2923 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b9be32b54674f959f270a0f3723a2de,
        _:N348eeb5841554278afe797608b246c33,
        _:N4844fb54e0d04c8aa324d6ba601bdafd,
        _:N4dbdaa68d7764c65b0dc335db6af6f77,
        _:N70dfdebdb4c449e2b8c2726e9f2f0ea9,
        _:N75384df5d80b4921b55226347b9ac701,
        _:N7f9eb1660e1441379abe6dd12ba81fc5,
        _:N83a2adc048ca4bb9a0a25b8a1b9dd415,
        _:N8956e4867ece4604ad74c2f4c49516be,
        _:N9f76ea3772a449b79e302204d9c8dd86,
        _:Na8c8e31b894748bb99d179ecc5d9b2d8,
        _:Nab8413a5cb3247058fcd577e83e45297,
        _:Nafab8ac62e8d4745a0a4f0d2c3e05f71,
        _:Nbc80358a19d9435988aee8b190276acb,
        _:Nc9bb717306ea4a23b764fbfe4fe96e99,
        _:Nd234f824ff7846a8bd1b84ff8675fdf2,
        _:Nda906f9f58b2481fb2a9f9a9751cee80,
        _:Nec61f1f066ef4f35a37fec2abd372666,
        _:Nef6625ddf55a4374a59440a817a63997 ;
    mo:track_count 19 ;
    schema:duration "PT55:53"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N2b9be32b54674f959f270a0f3723a2de,
        _:N348eeb5841554278afe797608b246c33,
        _:N4844fb54e0d04c8aa324d6ba601bdafd,
        _:N4dbdaa68d7764c65b0dc335db6af6f77,
        _:N70dfdebdb4c449e2b8c2726e9f2f0ea9,
        _:N75384df5d80b4921b55226347b9ac701,
        _:N7f9eb1660e1441379abe6dd12ba81fc5,
        _:N83a2adc048ca4bb9a0a25b8a1b9dd415,
        _:N8956e4867ece4604ad74c2f4c49516be,
        _:N9f76ea3772a449b79e302204d9c8dd86,
        _:Na8c8e31b894748bb99d179ecc5d9b2d8,
        _:Nab8413a5cb3247058fcd577e83e45297,
        _:Nafab8ac62e8d4745a0a4f0d2c3e05f71,
        _:Nbc80358a19d9435988aee8b190276acb,
        _:Nc9bb717306ea4a23b764fbfe4fe96e99,
        _:Nd234f824ff7846a8bd1b84ff8675fdf2,
        _:Nda906f9f58b2481fb2a9f9a9751cee80,
        _:Nec61f1f066ef4f35a37fec2abd372666,
        _:Nef6625ddf55a4374a59440a817a63997 .

