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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24032#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/24032#composition>,
        <album/24032#subject> ;
    foaf:name "ZUN"@en .

<event/98> a mo:Release ;
    schema:name "Released at Comic Market 79 (Dec 29, 2010 to Dec 31, 2010)" .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn .

<product/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn .

<product/45#subject> a schema:CreativeWork ;
    schema:name "Touhou Sangetsusei ~ Strange and Bright Nature Deity"@en,
        "東方三月精　〜 Strange and Bright Nature Deity"@ja,
        "Touhou Sangetsusei ~ Strange and Bright Nature Deity"@ja-latn ;
    foaf:name "Touhou Sangetsusei ~ Strange and Bright Nature Deity"@en,
        "東方三月精　〜 Strange and Bright Nature Deity"@ja,
        "Touhou Sangetsusei ~ Strange and Bright Nature Deity"@ja-latn .

<product/497#subject> a schema:CreativeWork ;
    schema:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn ;
    foaf:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn .

<album/24032#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/24032#musicalwork> ;
    schema:name "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn .

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

<album/24032#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn ;
    mo:performance_of <album/24032#musicalwork> ;
    mo:recorded_as <album/24032#musicalexpression> ;
    schema:name "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn ;
    schema:workPerformed <album/24032#musicalwork> .

<org/232#subject> schema:name "AramiTama"@en,
        "荒御霊"@ja,
        "AramiTama"@ja-latn ;
    foaf:name "AramiTama"@en,
        "荒御霊"@ja,
        "AramiTama"@ja-latn .

<https://media.vgm.io/albums/23/24032/24032-1298060729.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/24032#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/23/24032/24032-1298060729.png> ;
    foaf:depicts <album/24032#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/23/24032/24032-1298060729.png> .

<https://medium-media.vgm.io/albums/23/24032/24032-1298060729.png> a schema:ImageObject,
        foaf:Image .

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

<album/24032#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-30"^^xsd:date ;
    dcterms:title "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn ;
    mo:catalogue_number "ARAM-0016~7" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/24032#musicalexpression> ;
    mo:publisher <org/232#subject> ;
    mo:record _:N9b124c30e232443e88f0721d6c8456da,
        _:Naf9ef45f605a4af8b39601759b22968d ;
    mo:record_count 2 ;
    mo:release <event/98> ;
    schema:about <product/16#subject>,
        <product/25#subject>,
        <product/45#subject>,
        <product/497#subject> ;
    schema:datePublished "2010-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/23/24032/24032-1298060729.png> ;
    schema:name "Hard Tech Spell"@en,
        "Hard Tech Spell"@ja,
        "Hard Tech Spell"@ja-latn ;
    schema:publisher <org/232#subject> ;
    foaf:depiction <https://media.vgm.io/albums/23/24032/24032-1298060729.png> .

_:N0b3191f0fb4240318c2752b1138d8e98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天と地を分かつ最初のバケモノ SpaceHard Remix"@ja ;
    mo:track_number 9 ;
    schema:duration "PT7:21"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "天と地を分かつ最初のバケモノ SpaceHard Remix"@ja .

_:N26c1ff7fc0474e08b97fb4c334f0a75b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "破滅アイロニー"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:02"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "破滅アイロニー"@ja .

_:N39a2b6d3cef448009f4c69432ed84894 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "偽りなく強く"@ja ;
    mo:track_number 8 ;
    schema:duration "PT7:52"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "偽りなく強く"@ja .

_:N3e0ffcb8e587462fa7787042bc203298 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スペルコアオブハクレイ Groovetune's the Attitude Mix"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:54"^^xsd:interval ;
    schema:inPlaylist _:N9b124c30e232443e88f0721d6c8456da ;
    schema:name "スペルコアオブハクレイ Groovetune's the Attitude Mix"@ja .

_:N4c3a383a15184df6b71e7e01ba9ce02f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハイデイライト・ウォー"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:43"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "ハイデイライト・ウォー"@ja .

_:N67ffe8e6557f4bab8c058d64d608fd24 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "その絆の名は PurpleHard Remix"@ja ;
    mo:track_number 4 ;
    schema:duration "PT7:09"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "その絆の名は PurpleHard Remix"@ja .

_:N816960330a414fe3af43859a6b91bdb8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レッド・スカー"@ja ;
    mo:track_number 2 ;
    schema:duration "PT7:29"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "レッド・スカー"@ja .

_:N8dd37704e91d4bd0baa4602057ee3ad7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "これより先、航海禁止時空 MachinegunHard Remix"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:00"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "これより先、航海禁止時空 MachinegunHard Remix"@ja .

_:Naf59c71afb93471f82c5a8b1ed58fee2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ファースト\"テロリスト\"レディ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT7:26"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "ファースト\"テロリスト\"レディ"@ja .

_:Nbfd35450aeb441e497d734dafc4c8e4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ブリューナク"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:52"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "ブリューナク"@ja .

_:Nc36cb7e377b7413aa328016e79713ed9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "nonstop PhantasmaHardMIX"@ja ;
    mo:track_number 1 ;
    schema:duration "PT52:32"^^xsd:interval ;
    schema:inPlaylist _:N9b124c30e232443e88f0721d6c8456da ;
    schema:name "nonstop PhantasmaHardMIX"@ja .

_:Nee183a34592742f0b283a302c6081709 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "常闇の戦争"@ja ;
    mo:track_number 10 ;
    schema:duration "PT7:50"^^xsd:interval ;
    schema:inPlaylist _:Naf9ef45f605a4af8b39601759b22968d ;
    schema:name "常闇の戦争"@ja .

_:N9b124c30e232443e88f0721d6c8456da a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N3e0ffcb8e587462fa7787042bc203298,
        _:Nc36cb7e377b7413aa328016e79713ed9 ;
    mo:track_count 2 ;
    schema:duration "PT59:26"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3e0ffcb8e587462fa7787042bc203298,
        _:Nc36cb7e377b7413aa328016e79713ed9 .

_:Naf9ef45f605a4af8b39601759b22968d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b3191f0fb4240318c2752b1138d8e98,
        _:N26c1ff7fc0474e08b97fb4c334f0a75b,
        _:N39a2b6d3cef448009f4c69432ed84894,
        _:N4c3a383a15184df6b71e7e01ba9ce02f,
        _:N67ffe8e6557f4bab8c058d64d608fd24,
        _:N816960330a414fe3af43859a6b91bdb8,
        _:N8dd37704e91d4bd0baa4602057ee3ad7,
        _:Naf59c71afb93471f82c5a8b1ed58fee2,
        _:Nbfd35450aeb441e497d734dafc4c8e4d,
        _:Nee183a34592742f0b283a302c6081709 ;
    mo:track_count 10 ;
    schema:duration "PT73:44"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0b3191f0fb4240318c2752b1138d8e98,
        _:N26c1ff7fc0474e08b97fb4c334f0a75b,
        _:N39a2b6d3cef448009f4c69432ed84894,
        _:N4c3a383a15184df6b71e7e01ba9ce02f,
        _:N67ffe8e6557f4bab8c058d64d608fd24,
        _:N816960330a414fe3af43859a6b91bdb8,
        _:N8dd37704e91d4bd0baa4602057ee3ad7,
        _:Naf59c71afb93471f82c5a8b1ed58fee2,
        _:Nbfd35450aeb441e497d734dafc4c8e4d,
        _:Nee183a34592742f0b283a302c6081709 .

