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

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

<album/17849> a mo:Release ;
    mo:catalogue_number "KCS-008" .

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

<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 .

<album/904#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    mo:composer <artist/878#subject> ;
    mo:produced_work <album/904#musicalwork> ;
    schema:name "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn .

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

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

<album/904#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    mo:performance_of <album/904#musicalwork> ;
    mo:recorded_as <album/904#musicalexpression> ;
    schema:name "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    schema:workPerformed <album/904#musicalwork> .

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

<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/40/904/904-1209079728.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/904#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/40/904/904-1209079728.jpg> ;
    foaf:depicts <album/904#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/40/904/904-1209079728.jpg> .

<https://medium-media.vgm.io/albums/40/904/904-1209079728.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/904#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1990-07-25"^^xsd:date ;
    dcterms:title "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    mo:catalogue_number "KECH-1004" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/17849> ;
    mo:publication_of <album/904#musicalexpression> ;
    mo:publisher <org/32#subject> ;
    mo:record _:N02c782de405648f88f4cb06556f3061b ;
    mo:record_count 1 ;
    schema:about <product/3644#subject> ;
    schema:datePublished "1990-07-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/904/904-1209079728.jpg> ;
    schema:name "L'Empereur"@en,
        "ランペルール"@ja,
        "L'Empereur"@ja-latn ;
    schema:publisher <org/32#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/904/904-1209079728.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Kumiko Midorikawa"@en ;
    foaf:made <album/904#lyrics> ;
    foaf:name "Kumiko Midorikawa"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Kumiko Midorikawa"@en ;
    foaf:made <album/904#subject> ;
    foaf:name "Kumiko Midorikawa"@en .

_:N132ed55ffb3d4de0a580254f43703e38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fierce Battle ~Whereabouts of Males and Females~"@en,
        "激戦～雌雄の行方～"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Fierce Battle ~Whereabouts of Males and Females~"@en,
        "激戦～雌雄の行方～"@ja .

_:N1c92527752814b048e9629dc723f5298 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cossack Banquet -Russia-"@en,
        "コサック達の宴－ロシア－"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Cossack Banquet -Russia-"@en,
        "コサック達の宴－ロシア－"@ja .

_:N34579bfff0a54614b7b472d1ed60f2cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Noble Kingdom -Prussia-"@en,
        "気高き王国－プロイセン－"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "A Noble Kingdom -Prussia-"@en,
        "気高き王国－プロイセン－"@ja .

_:N3547fc9dde8747e9a879709654dc2e34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demise ~The Crushing Defeat at Waterloo~"@en,
        "終焉～ワーテルローの大敗～"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Demise ~The Crushing Defeat at Waterloo~"@en,
        "終焉～ワーテルローの大敗～"@ja .

_:N35ed9db9ee084bee8560ee761807bbce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening ~The Birth of a Hero~"@en,
        "オープニング～英雄の誕生～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Opening ~The Birth of a Hero~"@en,
        "オープニング～英雄の誕生～"@ja .

_:N3c0c2bbc59e746c0b49727ce7541386f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Plight ~Battle of Trafalgar~"@en,
        "窮地～トラファルガー海戦～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Plight ~Battle of Trafalgar~"@en,
        "窮地～トラファルガー海戦～"@ja .

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

_:N6681d6ed5dd749a89dfbb646530aaf1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Advance ~Crossing the Great St. Bernard Pass~"@en,
        "進撃～サン＝ベルナールを越えて～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Advance ~Crossing the Great St. Bernard Pass~"@en,
        "進撃～サン＝ベルナールを越えて～"@ja .

_:N7aadf12676d6405bb8dd510001176d97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Official Announcement of Strict Orders"@en,
        "厳命発令"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Official Announcement of Strict Orders"@en,
        "厳命発令"@ja .

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

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

_:Na9ddb33b46c944f88317e0207182469d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morning Haze on the Thames -Britain-"@en,
        "朝もやのテムズ川－イギリス－"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Morning Haze on the Thames -Britain-"@en,
        "朝もやのテムズ川－イギリス－"@ja .

_:Nac47c91b580743db91aa66c3f569ee9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "L'Empereur Love Theme / BELIEVE IN YOUR LOVE"@en,
        "ランペルール　愛のテーマ／BELIEVE IN YOUR LOVE"@ja ;
    mo:track_number 14 ;
    schema:duration "PT5:53"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "L'Empereur Love Theme / BELIEVE IN YOUR LOVE"@en,
        "ランペルール　愛のテーマ／BELIEVE IN YOUR LOVE"@ja .

_:Nd91ca201909a4c5fb045282a69953bad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Iberian Twilight -Spain-"@en,
        "イベリアの夕暮れ－スペイン－"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N02c782de405648f88f4cb06556f3061b ;
    schema:name "Iberian Twilight -Spain-"@en,
        "イベリアの夕暮れ－スペイン－"@ja .

_:N02c782de405648f88f4cb06556f3061b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N132ed55ffb3d4de0a580254f43703e38,
        _:N1c92527752814b048e9629dc723f5298,
        _:N34579bfff0a54614b7b472d1ed60f2cb,
        _:N3547fc9dde8747e9a879709654dc2e34,
        _:N35ed9db9ee084bee8560ee761807bbce,
        _:N3c0c2bbc59e746c0b49727ce7541386f,
        _:N470e8846de12414eb58f322f1eff40a8,
        _:N6681d6ed5dd749a89dfbb646530aaf1e,
        _:N7aadf12676d6405bb8dd510001176d97,
        _:N88c7b091b9c848df9ae7ff90331e975d,
        _:N8da940bd30ab48648c1ee59a7a71ec67,
        _:Na9ddb33b46c944f88317e0207182469d,
        _:Nac47c91b580743db91aa66c3f569ee9e,
        _:Nd91ca201909a4c5fb045282a69953bad ;
    mo:track_count 14 ;
    schema:duration "PT50:10"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N132ed55ffb3d4de0a580254f43703e38,
        _:N1c92527752814b048e9629dc723f5298,
        _:N34579bfff0a54614b7b472d1ed60f2cb,
        _:N3547fc9dde8747e9a879709654dc2e34,
        _:N35ed9db9ee084bee8560ee761807bbce,
        _:N3c0c2bbc59e746c0b49727ce7541386f,
        _:N470e8846de12414eb58f322f1eff40a8,
        _:N6681d6ed5dd749a89dfbb646530aaf1e,
        _:N7aadf12676d6405bb8dd510001176d97,
        _:N88c7b091b9c848df9ae7ff90331e975d,
        _:N8da940bd30ab48648c1ee59a7a71ec67,
        _:Na9ddb33b46c944f88317e0207182469d,
        _:Nac47c91b580743db91aa66c3f569ee9e,
        _:Nd91ca201909a4c5fb045282a69953bad .

