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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9672#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/9672#composition>,
        <album/9672#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/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/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/9672#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SubZero"@en,
        "SubZero"@ja,
        "SubZero"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/9672#musicalwork> ;
    schema:name "SubZero"@en,
        "SubZero"@ja,
        "SubZero"@ja-latn .

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

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

<org/378#subject> schema:name "Levo Lution"@en,
        "Levo Lution"@ja,
        "Levo Lution"@ja-latn ;
    foaf:name "Levo Lution"@en,
        "Levo Lution"@ja,
        "Levo Lution"@ja-latn .

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

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

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

<album/9672#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-16"^^xsd:date ;
    dcterms:title "SubZero"@en,
        "SubZero"@ja,
        "SubZero"@ja-latn ;
    mo:catalogue_number "Lvlt-0010" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9672#musicalexpression> ;
    mo:publisher <org/378#subject> ;
    mo:record _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:datePublished "2008-08-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/27/9672/9672-1216892381.jpg> ;
    schema:name "SubZero"@en,
        "SubZero"@ja,
        "SubZero"@ja-latn ;
    schema:publisher <org/378#subject> ;
    foaf:depiction <https://media.vgm.io/albums/27/9672/9672-1216892381.jpg> .

_:N0980a1feb53747c8a600c7700109f7bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Far East Floor"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Far East Floor"@en .

_:N0a3134d83d554cfd8566b296380ef8bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SubZero"@en ;
    mo:track_number 7 ;
    schema:duration "PT6:47"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "SubZero"@en .

_:N19511096f2744fe1bd0163c9f8c5e950 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midnight Sniping ]i["@en ;
    mo:track_number 5 ;
    schema:duration "PT7:45"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Midnight Sniping ]i["@en .

_:N311635dc613840dd9cff52d3134c8202 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Foregone Explosion"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Foregone Explosion"@en .

_:N3b17142131e74df89b788d836d4bd1e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Masterspark High Voltage"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Masterspark High Voltage"@en .

_:N3b2086fbaf8f456a88f468658024e5fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering, Flowering"@en ;
    mo:track_number 11 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Flowering, Flowering"@en .

_:N7d3b063b5a5d433fb4c2a29cc772a640 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Fluter"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Night Fluter"@en .

_:N8a3c369300a1488e806334adaa7f64f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electro Magnetic Pulse"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Electro Magnetic Pulse"@en .

_:Na7c4fca5b2db47fd9a6e78dcbc0d1eec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I.F.S."@en ;
    mo:track_number 9 ;
    schema:duration "PT7:10"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "I.F.S."@en .

_:Nb4cbe71c19454e2282fe859f80fd553c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Extreme Grazing"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:16"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Extreme Grazing"@en .

_:Nde13183440c34e6e96b641683514b645 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Definite Chance"@en ;
    mo:track_number 4 ;
    schema:duration "PT9:34"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Definite Chance"@en .

_:Nebc847d6871d436e888a4594e526cbec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Descendant of P.P."@en ;
    mo:track_number 6 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N6c62b6260b1c4b6e80d42381aa54e6a7 ;
    schema:name "Descendant of P.P."@en .

_:N6c62b6260b1c4b6e80d42381aa54e6a7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0980a1feb53747c8a600c7700109f7bb,
        _:N0a3134d83d554cfd8566b296380ef8bc,
        _:N19511096f2744fe1bd0163c9f8c5e950,
        _:N311635dc613840dd9cff52d3134c8202,
        _:N3b17142131e74df89b788d836d4bd1e8,
        _:N3b2086fbaf8f456a88f468658024e5fe,
        _:N7d3b063b5a5d433fb4c2a29cc772a640,
        _:N8a3c369300a1488e806334adaa7f64f7,
        _:Na7c4fca5b2db47fd9a6e78dcbc0d1eec,
        _:Nb4cbe71c19454e2282fe859f80fd553c,
        _:Nde13183440c34e6e96b641683514b645,
        _:Nebc847d6871d436e888a4594e526cbec ;
    mo:track_count 12 ;
    schema:duration "PT73:38"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0980a1feb53747c8a600c7700109f7bb,
        _:N0a3134d83d554cfd8566b296380ef8bc,
        _:N19511096f2744fe1bd0163c9f8c5e950,
        _:N311635dc613840dd9cff52d3134c8202,
        _:N3b17142131e74df89b788d836d4bd1e8,
        _:N3b2086fbaf8f456a88f468658024e5fe,
        _:N7d3b063b5a5d433fb4c2a29cc772a640,
        _:N8a3c369300a1488e806334adaa7f64f7,
        _:Na7c4fca5b2db47fd9a6e78dcbc0d1eec,
        _:Nb4cbe71c19454e2282fe859f80fd553c,
        _:Nde13183440c34e6e96b641683514b645,
        _:Nebc847d6871d436e888a4594e526cbec .

