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

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

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

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3111#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/3111#composition>,
        <album/3111#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<artist/167#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3111#subject> ;
    schema:name "Yoshitaka Hirota"@en,
        "弘田佳孝"@ja ;
    foaf:made <album/3111#composition>,
        <album/3111#subject> ;
    foaf:name "Yoshitaka Hirota"@en,
        "弘田佳孝"@ja .

<artist/39743#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3111#subject> ;
    schema:name "Capcom Sound Team"@en,
        "カプコン・サウンドチーム"@ja ;
    foaf:made <album/3111#composition>,
        <album/3111#subject> ;
    foaf:name "Capcom Sound Team"@en,
        "カプコン・サウンドチーム"@ja .

<product/630#subject> a schema:CreativeWork ;
    schema:name "Resident Evil 2"@en,
        "バイオハザード2"@ja,
        "Biohazard 2"@ja-latn ;
    foaf:name "Resident Evil 2"@en,
        "バイオハザード2"@ja,
        "Biohazard 2"@ja-latn .

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

<album/3111#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn ;
    mo:performance_of <album/3111#musicalwork> ;
    mo:recorded_as <album/3111#musicalexpression> ;
    schema:name "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn ;
    schema:workPerformed <album/3111#musicalwork> .

<org/36#subject> schema:name "SULEPUTER"@en,
        "セルピュータ"@ja,
        "SULEPUTER"@ja-latn ;
    foaf:name "SULEPUTER"@en,
        "セルピュータ"@ja,
        "SULEPUTER"@ja-latn .

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

<https://medium-media.vgm.io/albums/11/3111/3111-1211899579.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/3111#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Procyon Studio)"@en ;
            foaf:made <album/3111#composition> ;
            foaf:name "(Procyon Studio)"@en ],
        <artist/146#subject>,
        <artist/167#subject>,
        <artist/39743#subject> ;
    mo:produced_work <album/3111#musicalwork> ;
    schema:name "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn .

<album/3111#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-04-21"^^xsd:date ;
    dcterms:title "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn ;
    mo:catalogue_number "CPCA-1025" ;
    mo:media_type "CD" ;
    mo:publication_of <album/3111#musicalexpression> ;
    mo:publisher <org/36#subject> ;
    mo:record _:N8717c29a7cde4b5f88c4d15f871e2369 ;
    mo:record_count 1 ;
    schema:about <product/630#subject> ;
    schema:datePublished "1999-04-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/11/3111/3111-1211899579.jpg> ;
    schema:name "BIOHAZARD 2 Drama Album ~Ada the Spy is Alive~"@en,
        "BIOHAZARD 2 ドラマアルバム 〜生きていた女スパイ・エイダ〜"@ja,
        "BIOHAZARD 2 Drama Album ~Ikiteita Onna Spy, Ada~"@ja-latn ;
    schema:publisher <org/36#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/3111/3111-1211899579.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3111#subject> ;
    schema:name "(Procyon Studio)"@en ;
    foaf:made <album/3111#subject> ;
    foaf:name "(Procyon Studio)"@en .

_:N7acade2d4540499c8a8f7d1df08f9174 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The First Night \"The French Force Dispatch\""@en,
        "第一夜「フランス軍出動」"@ja ;
    mo:track_number 1 ;
    schema:duration "PT12:09"^^xsd:interval ;
    schema:inPlaylist _:N8717c29a7cde4b5f88c4d15f871e2369 ;
    schema:name "The First Night \"The French Force Dispatch\""@en,
        "第一夜「フランス軍出動」"@ja .

_:N7b1dbe5d6b6147ccb53a8684cffbf6b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Second Night \"The Old Castle of Nightmares\""@en,
        "第二夜「悪夢の古城」"@ja ;
    mo:track_number 2 ;
    schema:duration "PT11:15"^^xsd:interval ;
    schema:inPlaylist _:N8717c29a7cde4b5f88c4d15f871e2369 ;
    schema:name "The Second Night \"The Old Castle of Nightmares\""@en,
        "第二夜「悪夢の古城」"@ja .

_:N9c93be8573a7428eb6cc90ece92e1bf5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Fourth Night \"Come Back to Life, Ada!\""@en,
        "第四夜「よみがえれ、エイダ！」"@ja ;
    mo:track_number 4 ;
    schema:duration "PT11:03"^^xsd:interval ;
    schema:inPlaylist _:N8717c29a7cde4b5f88c4d15f871e2369 ;
    schema:name "The Fourth Night \"Come Back to Life, Ada!\""@en,
        "第四夜「よみがえれ、エイダ！」"@ja .

_:Nd317b0f9c0c249378f22f51073b0c860 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Third Night \"Leon...\""@en,
        "第三夜「レオン…。」"@ja ;
    mo:track_number 3 ;
    schema:duration "PT10:48"^^xsd:interval ;
    schema:inPlaylist _:N8717c29a7cde4b5f88c4d15f871e2369 ;
    schema:name "The Third Night \"Leon...\""@en,
        "第三夜「レオン…。」"@ja .

_:N8717c29a7cde4b5f88c4d15f871e2369 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7acade2d4540499c8a8f7d1df08f9174,
        _:N7b1dbe5d6b6147ccb53a8684cffbf6b6,
        _:N9c93be8573a7428eb6cc90ece92e1bf5,
        _:Nd317b0f9c0c249378f22f51073b0c860 ;
    mo:track_count 4 ;
    schema:duration "PT45:15"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N7acade2d4540499c8a8f7d1df08f9174,
        _:N7b1dbe5d6b6147ccb53a8684cffbf6b6,
        _:N9c93be8573a7428eb6cc90ece92e1bf5,
        _:Nd317b0f9c0c249378f22f51073b0c860 .

