@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 _:N7dcef73dc4aa45c59b202b1d6d981bf3 ;
    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> .

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

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

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

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

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

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

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

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

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

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

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

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

_:N7dcef73dc4aa45c59b202b1d6d981bf3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N06a5c89c6af346f49b255cafd31e6ba7,
        _:N1351a4e2ce6b435fb238bf1d449dd41f,
        _:N1dbe0d9b51754d088b37217211dea4c9,
        _:N2f3a71e2096c4fe48dbe9d9dabac57ae,
        _:N33605810a0ff44eeb3496a534b8123df,
        _:N54e5f7d1b8aa40b281ef77ea3841f556,
        _:N5d83321597924aefb034c276e7f76d11,
        _:N986987e709d24a81a2d433be26e7f1fc,
        _:Nc0dbe0dbe6884f249906e769ad08eaf8,
        _:Nd877f6ba231147b6b80d6524f2e5a334,
        _:Ndb91717d6d664822b5db81eea1cb6537,
        _:Nfac9bfd9a39f49eea293549d295ea0b9 ;
    mo:track_count 12 ;
    schema:duration "PT73:38"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N06a5c89c6af346f49b255cafd31e6ba7,
        _:N1351a4e2ce6b435fb238bf1d449dd41f,
        _:N1dbe0d9b51754d088b37217211dea4c9,
        _:N2f3a71e2096c4fe48dbe9d9dabac57ae,
        _:N33605810a0ff44eeb3496a534b8123df,
        _:N54e5f7d1b8aa40b281ef77ea3841f556,
        _:N5d83321597924aefb034c276e7f76d11,
        _:N986987e709d24a81a2d433be26e7f1fc,
        _:Nc0dbe0dbe6884f249906e769ad08eaf8,
        _:Nd877f6ba231147b6b80d6524f2e5a334,
        _:Ndb91717d6d664822b5db81eea1cb6537,
        _:Nfac9bfd9a39f49eea293549d295ea0b9 .

