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

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

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

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

<event/29> a mo:Release ;
    schema:name "Released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@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/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<album/9472#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/9472#musicalwork> ;
    schema:name "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/27/9472/9472-1216096762.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/9472#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn ;
    mo:performance_of <album/9472#musicalwork> ;
    mo:performer <artist/2519#subject> ;
    mo:recorded_as <album/9472#musicalexpression> ;
    schema:byArtist <artist/2519#subject> ;
    schema:name "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn ;
    schema:workPerformed <album/9472#musicalwork> .

<artist/2519#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9472#performance> ;
    schema:name "Miyu"@en,
        "みゆ"@ja ;
    foaf:name "Miyu"@en,
        "みゆ"@ja .

<album/9472#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-16"^^xsd:date ;
    dcterms:title "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn ;
    mo:catalogue_number "RCCP-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9472#musicalexpression> ;
    mo:publisher _:Nef5aae7fe6104e9d8d4a46af1e8750a2 ;
    mo:record _:N67755fdb321a486489fd529bb4900d6e ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about <product/18#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:byArtist <artist/2519#subject> ;
    schema:datePublished "2008-08-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/27/9472/9472-1216096762.jpg> ;
    schema:name "Gensou Maji Karu☆"@en,
        "幻想マジかるっ☆"@ja,
        "Gensou Maji Karu☆"@ja-latn ;
    schema:publisher _:Nef5aae7fe6104e9d8d4a46af1e8750a2 ;
    foaf:depiction <https://media.vgm.io/albums/27/9472/9472-1216096762.jpg> .

_:N061aa60759864a8292c2da71780561f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Big Phantom"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "Big Phantom"@ja .

_:N0902019e16c342978a77ad36544efd95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson Cryolite"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "Crimson Cryolite"@ja .

_:N0c7bc3f3320643e1ab4a742d0f3ab09d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "てゐキャロットへようこそ！！"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "てゐキャロットへようこそ！！"@ja .

_:N0e5ccfba867c40b488a8d1d2ec22baba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想マジかるっ☆"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "幻想マジかるっ☆"@ja .

_:N26cb37ee07ee45319025afb023738af3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Technolo幻想郷"@ja ;
    mo:track_number 11 ;
    schema:duration "PT6:11"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "Technolo幻想郷"@ja .

_:N4311b510d8e6467d9cb79195cf4fe6e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "瑠璃光への一雫"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "瑠璃光への一雫"@ja .

_:N5bb68ab2e5d04de488a2d5a04d82ea22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "燐燁雪霞 ～Snowly Feast"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "燐燁雪霞 ～Snowly Feast"@ja .

_:N5f70fc900289403491fbf131ed597e0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GhostlyNights(eyes_mix)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "GhostlyNights(eyes_mix)"@ja .

_:N91bec5c7e08349ba9706d62d5802bcd0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ディスコファンタジア (EXC's Nan-Chatte Flavour)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:43"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "ディスコファンタジア (EXC's Nan-Chatte Flavour)"@ja .

_:N9dac4f7c67d64541a8da8ec74d74e451 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Locked Girl - acoustic remix"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "Locked Girl - acoustic remix"@ja .

_:Nb7f9c871b6fc4e4cbcb630568079918e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IZAYOI-0792"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "IZAYOI-0792"@ja .

_:Nce171494c38f4f3f8a0281573e08c414 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蒼と碧と千年桜"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:13"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "蒼と碧と千年桜"@ja .

_:Ncedd17b49d0a43f19203c066328752f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The splendid fox"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "The splendid fox"@ja .

_:Nd8b14a26abdd42209ebf6c9334c710ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "重戦車リグル"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N67755fdb321a486489fd529bb4900d6e ;
    schema:name "重戦車リグル"@ja .

_:Nef5aae7fe6104e9d8d4a46af1e8750a2 schema:name "Re:cy:cle"@en,
        "Re:cy:cle"@ja,
        "Re:cy:cle"@ja-latn ;
    foaf:name "Re:cy:cle"@en,
        "Re:cy:cle"@ja,
        "Re:cy:cle"@ja-latn .

_:N67755fdb321a486489fd529bb4900d6e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N061aa60759864a8292c2da71780561f8,
        _:N0902019e16c342978a77ad36544efd95,
        _:N0c7bc3f3320643e1ab4a742d0f3ab09d,
        _:N0e5ccfba867c40b488a8d1d2ec22baba,
        _:N26cb37ee07ee45319025afb023738af3,
        _:N4311b510d8e6467d9cb79195cf4fe6e5,
        _:N5bb68ab2e5d04de488a2d5a04d82ea22,
        _:N5f70fc900289403491fbf131ed597e0b,
        _:N91bec5c7e08349ba9706d62d5802bcd0,
        _:N9dac4f7c67d64541a8da8ec74d74e451,
        _:Nb7f9c871b6fc4e4cbcb630568079918e,
        _:Nce171494c38f4f3f8a0281573e08c414,
        _:Ncedd17b49d0a43f19203c066328752f1,
        _:Nd8b14a26abdd42209ebf6c9334c710ef ;
    mo:track_count 14 ;
    schema:duration "PT69:00"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N061aa60759864a8292c2da71780561f8,
        _:N0902019e16c342978a77ad36544efd95,
        _:N0c7bc3f3320643e1ab4a742d0f3ab09d,
        _:N0e5ccfba867c40b488a8d1d2ec22baba,
        _:N26cb37ee07ee45319025afb023738af3,
        _:N4311b510d8e6467d9cb79195cf4fe6e5,
        _:N5bb68ab2e5d04de488a2d5a04d82ea22,
        _:N5f70fc900289403491fbf131ed597e0b,
        _:N91bec5c7e08349ba9706d62d5802bcd0,
        _:N9dac4f7c67d64541a8da8ec74d74e451,
        _:Nb7f9c871b6fc4e4cbcb630568079918e,
        _:Nce171494c38f4f3f8a0281573e08c414,
        _:Ncedd17b49d0a43f19203c066328752f1,
        _:Nd8b14a26abdd42209ebf6c9334c710ef .

