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

<album/121540> a mo:Release ;
    mo:catalogue_number "GM-572" .

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

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

<album/20135> a mo:Release ;
    mo:catalogue_number "MICA-0175" .

<artist/10073#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1226#subject> ;
    schema:name "Hiroshi Yasukawa"@en,
        "安川宙志"@ja ;
    foaf:made <album/1226#composition>,
        <album/1226#subject> ;
    foaf:name "Hiroshi Yasukawa"@en,
        "安川宙志"@ja .

<artist/11#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1226#subject> ;
    schema:name "Masami Ueda"@en,
        "上田雅美"@ja ;
    foaf:made <album/1226#composition>,
        <album/1226#subject> ;
    foaf:name "Masami Ueda"@en,
        "上田雅美"@ja .

<artist/1381#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1226#subject> ;
    schema:name "Kazunori Miyake"@en,
        "三宅一徳"@ja ;
    foaf:made <album/1226#composition>,
        <album/1226#subject> ;
    foaf:name "Kazunori Miyake"@en,
        "三宅一徳"@ja .

<artist/4914#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1226#subject> ;
    schema:name "Saori Maeda"@en,
        "前田早織"@ja ;
    foaf:made <album/1226#composition>,
        <album/1226#subject> ;
    foaf:name "Saori Maeda"@en,
        "前田早織"@ja .

<artist/769#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1226#subject> ;
    schema:name "Makoto Tomozawa"@en,
        "友澤眞"@ja ;
    foaf:made <album/1226#composition>,
        <album/1226#subject> ;
    foaf:name "Makoto Tomozawa"@en,
        "友澤眞"@ja .

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

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

<product/631#subject> a schema:CreativeWork ;
    schema:name "Resident Evil 3: Nemesis"@en,
        "バイオハザード3 ラストエスケープ"@ja,
        "Resident Evil 3: Nemesis"@ja-latn ;
    foaf:name "Resident Evil 3: Nemesis"@en,
        "バイオハザード3 ラストエスケープ"@ja,
        "Resident Evil 3: Nemesis"@ja-latn .

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

<album/1226#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn ;
    mo:performance_of <album/1226#musicalwork> ;
    mo:recorded_as <album/1226#musicalexpression> ;
    schema:name "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn ;
    schema:workPerformed <album/1226#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/62/1226/1226-1278440526.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/1226#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/62/1226/1226-1278440526.png> ;
    foaf:depicts <album/1226#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/62/1226/1226-1278440526.png> .

<https://medium-media.vgm.io/albums/62/1226/1226-1278440526.png> a schema:ImageObject,
        foaf:Image .

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

<album/1226#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Capcom)"@en ;
            foaf:made <album/1226#composition> ;
            foaf:name "(Capcom)"@en ],
        <artist/10073#subject>,
        <artist/11#subject>,
        <artist/1381#subject>,
        <artist/4914#subject>,
        <artist/769#subject> ;
    mo:produced_work <album/1226#musicalwork> ;
    schema:name "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn .

<album/1226#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-10-21"^^xsd:date ;
    dcterms:title "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn ;
    mo:catalogue_number "CPCA-1034" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/121540>,
        <album/20135> ;
    mo:publication_of <album/1226#musicalexpression> ;
    mo:publisher <org/36#subject> ;
    mo:record _:N674ebc08d2e7417e9fec4156240b8cff ;
    mo:record_count 1 ;
    schema:about <product/628#subject>,
        <product/630#subject>,
        <product/631#subject> ;
    schema:datePublished "1999-10-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/62/1226/1226-1278440526.png> ;
    schema:name "BIO HAZARD ORCHESTRA ALBUM"@en,
        "バイオハザード オーケストラアルバム"@ja,
        "BIO HAZARD ORCHESTRA ALBUM"@ja-latn ;
    schema:publisher <org/36#subject> ;
    foaf:depiction <https://media.vgm.io/albums/62/1226/1226-1278440526.png> .

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

_:N057e74855e124331a6f7d1546b05a393 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"The ultimate bio-weapon\" Medley"@en,
        "\"The ultimate bio-weapon\" Medley"@ja,
        "\"The ultimate bio-weapon\" Medley"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT9:42"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "\"The ultimate bio-weapon\" Medley"@en,
        "\"The ultimate bio-weapon\" Medley"@ja,
        "\"The ultimate bio-weapon\" Medley"@ja-latn .

_:N184768f9e99a4c13a3019a0bf4812b21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "III:Secure place"@en,
        "III:Secure place"@ja,
        "III:Secure place"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "III:Secure place"@en,
        "III:Secure place"@ja,
        "III:Secure place"@ja-latn .

_:N229bd13b33e34e6ca515249263b0bd6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "III:Save room ~ reprise"@en,
        "III:Save room ~ reprise"@ja,
        "III:Save room ~ reprise"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "III:Save room ~ reprise"@en,
        "III:Save room ~ reprise"@ja,
        "III:Save room ~ reprise"@ja-latn .

_:N2aec34d8e25f4df29eb1371e092cbcb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The beginning of the story"@en,
        "The beginning of the story"@ja,
        "The beginning of the story"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "The beginning of the story"@en,
        "The beginning of the story"@ja,
        "The beginning of the story"@ja-latn .

_:N3e5508ed503f4ebf87d476ba304abdd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "II:The Opening"@en,
        "II:The Opening"@ja,
        "II:The Opening"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "II:The Opening"@en,
        "II:The Opening"@ja,
        "II:The Opening"@ja-latn .

_:N5826007fe920475a8afaebc32ee29b5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Land of confusion"@en,
        "Land of confusion"@ja,
        "Land of confusion"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "Land of confusion"@en,
        "Land of confusion"@ja,
        "Land of confusion"@ja-latn .

_:N70545e1ca6034c1da83b577455fdd4c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I:Peace of Mind"@en,
        "I:Peace of Mind"@ja,
        "I:Peace of Mind"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "I:Peace of Mind"@en,
        "I:Peace of Mind"@ja,
        "I:Peace of Mind"@ja-latn .

_:Na5b3bb144d9f4051bd7652e413960863 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I won't let this end as a dream (Orchestra version)"@en,
        "夢で終わらせない (Orchestra version)"@ja,
        "Yume de owarasenai (Orchestra version)"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT8:53"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "I won't let this end as a dream (Orchestra version)"@en,
        "夢で終わらせない (Orchestra version)"@ja,
        "Yume de owarasenai (Orchestra version)"@ja-latn .

_:Nebc34107c41d4a0abe7d5f29d5eb02e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Special end title"@en,
        "Special end title"@ja,
        "Special end title"@ja-latn ;
    mo:track_number 12 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "Special end title"@en,
        "Special end title"@ja,
        "Special end title"@ja-latn .

_:Nf15435136c4b444e80f948174d4a22cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I:The 1st stage"@en,
        "I:The 1st stage"@ja,
        "I:The 1st stage"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "I:The 1st stage"@en,
        "I:The 1st stage"@ja,
        "I:The 1st stage"@ja-latn .

_:Nf7ecf86110ac44ea87663116b0666bac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue (Pipe organ solo)"@en,
        "Prologue (Pipe organ solo)"@ja,
        "Prologue (Pipe organ solo)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "Prologue (Pipe organ solo)"@en,
        "Prologue (Pipe organ solo)"@ja,
        "Prologue (Pipe organ solo)"@ja-latn .

_:Nf93854c00eac402682c9514c21626bab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "II:Fearful is no word for it"@en,
        "II:Fearful is no word for it"@ja,
        "II:Fearful is no word for it"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N674ebc08d2e7417e9fec4156240b8cff ;
    schema:name "II:Fearful is no word for it"@en,
        "II:Fearful is no word for it"@ja,
        "II:Fearful is no word for it"@ja-latn .

_:N674ebc08d2e7417e9fec4156240b8cff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N057e74855e124331a6f7d1546b05a393,
        _:N184768f9e99a4c13a3019a0bf4812b21,
        _:N229bd13b33e34e6ca515249263b0bd6d,
        _:N2aec34d8e25f4df29eb1371e092cbcb4,
        _:N3e5508ed503f4ebf87d476ba304abdd9,
        _:N5826007fe920475a8afaebc32ee29b5d,
        _:N70545e1ca6034c1da83b577455fdd4c9,
        _:Na5b3bb144d9f4051bd7652e413960863,
        _:Nebc34107c41d4a0abe7d5f29d5eb02e2,
        _:Nf15435136c4b444e80f948174d4a22cc,
        _:Nf7ecf86110ac44ea87663116b0666bac,
        _:Nf93854c00eac402682c9514c21626bab ;
    mo:track_count 12 ;
    schema:duration "PT54:42"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N057e74855e124331a6f7d1546b05a393,
        _:N184768f9e99a4c13a3019a0bf4812b21,
        _:N229bd13b33e34e6ca515249263b0bd6d,
        _:N2aec34d8e25f4df29eb1371e092cbcb4,
        _:N3e5508ed503f4ebf87d476ba304abdd9,
        _:N5826007fe920475a8afaebc32ee29b5d,
        _:N70545e1ca6034c1da83b577455fdd4c9,
        _:Na5b3bb144d9f4051bd7652e413960863,
        _:Nebc34107c41d4a0abe7d5f29d5eb02e2,
        _:Nf15435136c4b444e80f948174d4a22cc,
        _:Nf7ecf86110ac44ea87663116b0666bac,
        _:Nf93854c00eac402682c9514c21626bab .

