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

<artist/6444#subject> a schema:Person,
        foaf:Person ;
    schema:name "Natsumi Watanabe"@en,
        "渡辺なつみ"@ja ;
    foaf:made <album/3031#lyrics>,
        <album/3031#subject> ;
    foaf:name "Natsumi Watanabe"@en,
        "渡辺なつみ"@ja .

<album/14127> a mo:Release ;
    mo:catalogue_number "APTG-4016" .

<artist/15321#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3031#subject> ;
    schema:name "Haward Killy"@en ;
    foaf:made <album/3031#composition>,
        <album/3031#subject> ;
    foaf:name "Haward Killy"@en .

<artist/15322#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3031#subject> ;
    schema:name "Katsuya Sato"@en,
        "佐藤克也"@ja ;
    foaf:made <album/3031#composition>,
        <album/3031#subject> ;
    foaf:name "Katsuya Sato"@en,
        "佐藤克也"@ja .

<artist/4576#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3031#subject> ;
    schema:name "Michihiko Ohta"@en,
        "太田美知彦"@ja ;
    foaf:made <album/3031#composition>,
        <album/3031#subject> ;
    foaf:name "Michihiko Ohta"@en,
        "太田美知彦"@ja .

<product/13550#subject> a schema:CreativeWork ;
    schema:name "Wizardry: Proving Grounds of the Mad Overlord"@en,
        "ウィザードリィ Proving Grounds of the Mad Overlord"@ja,
        "Wizardry: Proving Grounds of the Mad Overlord"@ja-latn ;
    foaf:name "Wizardry: Proving Grounds of the Mad Overlord"@en,
        "ウィザードリィ Proving Grounds of the Mad Overlord"@ja,
        "Wizardry: Proving Grounds of the Mad Overlord"@ja-latn .

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

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

<album/3031#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn ;
    mo:performance_of <album/3031#musicalwork> ;
    mo:recorded_as <album/3031#musicalexpression> ;
    schema:name "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn ;
    schema:workPerformed <album/3031#musicalwork> .

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

<org/5261#subject> schema:name "Apollon"@en,
        "アポロン"@ja,
        "Apollon"@ja-latn ;
    foaf:name "Apollon"@en,
        "アポロン"@ja,
        "Apollon"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/3031/3031-1191883686.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/3031#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn ;
    mo:composer <artist/15321#subject>,
        <artist/15322#subject>,
        <artist/4576#subject> ;
    mo:produced_work <album/3031#musicalwork> ;
    schema:name "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn .

<album/3031#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-11-05"^^xsd:date ;
    dcterms:title "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn ;
    mo:catalogue_number "APCG-4016" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/14127> ;
    mo:publication_of <album/3031#musicalexpression> ;
    mo:publisher <org/5261#subject> ;
    mo:record _:N0e6b177d58384f21a3085dd8889bad37 ;
    mo:record_count 1 ;
    schema:about <product/13550#subject> ;
    schema:datePublished "1991-11-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/3031/3031-1191883686.jpg> ;
    schema:name "WIZARDRY CD DRAMA I ~QUEST FOR HRATHNIR~"@en,
        "ウィザードリィCDドラマI ～ハースニール異聞～"@ja,
        "Wizardry CD Drama I ~Hrathnir Ibun~"@ja-latn ;
    schema:publisher <org/5261#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/3031/3031-1191883686.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "川崎みゆき"@en ;
    foaf:made <album/3031#subject> ;
    foaf:name "川崎みゆき"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "川崎みゆき"@en ;
    foaf:made <album/3031#vocals> ;
    foaf:name "川崎みゆき"@en .

_:N1369d05b4e06486b9b1ce99fdfbd7d5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Labyrinth, The Bottom Floor"@en,
        "迷宮最下層"@ja ;
    mo:track_number 4 ;
    schema:duration "PT17:08"^^xsd:interval ;
    schema:inPlaylist _:N0e6b177d58384f21a3085dd8889bad37 ;
    schema:name "Labyrinth, The Bottom Floor"@en,
        "迷宮最下層"@ja .

_:N494b3dad4f2c4c4b9fc224aedc2fc8bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fortress City"@en,
        "城塞都市"@ja ;
    mo:track_number 2 ;
    schema:duration "PT12:32"^^xsd:interval ;
    schema:inPlaylist _:N0e6b177d58384f21a3085dd8889bad37 ;
    schema:name "Fortress City"@en,
        "城塞都市"@ja .

_:N55a3d4f1b4e941ac8e158019c848f33d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue"@en,
        "エピローグ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N0e6b177d58384f21a3085dd8889bad37 ;
    schema:name "Epilogue"@en,
        "エピローグ"@ja .

_:Naddbb4ae1d6d4246b2073cc319a93bb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Monster Allocation Center"@en,
        "モンスター・アロケーション・センター"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N0e6b177d58384f21a3085dd8889bad37 ;
    schema:name "Monster Allocation Center"@en,
        "モンスター・アロケーション・センター"@ja .

_:Nd6ea55487d3b4682918c4df8867ae36a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Basement 4th To 9th"@en,
        "地下4F~9F"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:inPlaylist _:N0e6b177d58384f21a3085dd8889bad37 ;
    schema:name "Basement 4th To 9th"@en,
        "地下4F~9F"@ja .

_:N0e6b177d58384f21a3085dd8889bad37 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1369d05b4e06486b9b1ce99fdfbd7d5d,
        _:N494b3dad4f2c4c4b9fc224aedc2fc8bb,
        _:N55a3d4f1b4e941ac8e158019c848f33d,
        _:Naddbb4ae1d6d4246b2073cc319a93bb6,
        _:Nd6ea55487d3b4682918c4df8867ae36a ;
    mo:track_count 5 ;
    schema:duration "PT44:36"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1369d05b4e06486b9b1ce99fdfbd7d5d,
        _:N494b3dad4f2c4c4b9fc224aedc2fc8bb,
        _:N55a3d4f1b4e941ac8e158019c848f33d,
        _:Naddbb4ae1d6d4246b2073cc319a93bb6,
        _:Nd6ea55487d3b4682918c4df8867ae36a .

