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

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

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

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

<event/302> a mo:Release ;
    schema:name "Released at Comic Market 104 (Aug 11, 2024 to Aug 12, 2024)" .

<product/10012#subject> a schema:CreativeWork ;
    schema:name "Touhou Kouryuudou ~ Unconnected Marketeers."@en,
        "東方虹龍洞　〜 Unconnected Marketeers."@ja,
        "Touhou Kouryuudou ~ Unconnected Marketeers."@ja-latn ;
    foaf:name "Touhou Kouryuudou ~ Unconnected Marketeers."@en,
        "東方虹龍洞　〜 Unconnected Marketeers."@ja,
        "Touhou Kouryuudou ~ Unconnected Marketeers."@ja-latn .

<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/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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

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

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

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

<org/212#subject> schema:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn ;
    foaf:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/141731/141731-e997bd05f615.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141731#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-08-12"^^xsd:date ;
    dcterms:title "Alternative Activation"@en,
        "Alternative Activation"@ja,
        "Alternative Activation"@ja-latn ;
    mo:catalogue_number "ARCD0086" ;
    mo:media_type "CD" ;
    mo:publication_of <album/141731#musicalexpression> ;
    mo:publisher <org/212#subject> ;
    mo:record _:N053d6963771f4e79a347b661642765d5 ;
    mo:record_count 1 ;
    mo:release <event/302> ;
    schema:about <product/10012#subject>,
        <product/16#subject>,
        <product/20#subject>,
        <product/27#subject>,
        <product/37#subject> ;
    schema:datePublished "2024-08-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/141731/141731-e997bd05f615.jpg> ;
    schema:name "Alternative Activation"@en,
        "Alternative Activation"@ja,
        "Alternative Activation"@ja-latn ;
    schema:publisher <org/212#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/141731/141731-e997bd05f615.jpg> .

_:N3fc08c759a9d4cf6af68127d4e398d75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Neongrow (Instrumental)"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Neongrow (Instrumental)"@en .

_:N71863987f3c740268a835c3f7ba0b131 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Neongrow"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Neongrow"@en .

_:N72647a316547475e850ecf704e4aded9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Indicator (Instrumental)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Indicator (Instrumental)"@en .

_:N780b6a24b73c477b926634850e0a6ece a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deserted Hell (EPIC)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Deserted Hell (EPIC)"@en .

_:Na2c2bd83f2414e1b945235aca4c1692f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Torch"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Torch"@en .

_:Ndb03c1773221467485cc1242a5389180 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bad Apple!! feat. nomico (kors k Remix)"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Bad Apple!! feat. nomico (kors k Remix)"@en .

_:Ne89d2d6beb7a48b8ba4183730417ea70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Indicator"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N053d6963771f4e79a347b661642765d5 ;
    schema:name "Indicator"@en .

_:N053d6963771f4e79a347b661642765d5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3fc08c759a9d4cf6af68127d4e398d75,
        _:N71863987f3c740268a835c3f7ba0b131,
        _:N72647a316547475e850ecf704e4aded9,
        _:N780b6a24b73c477b926634850e0a6ece,
        _:Na2c2bd83f2414e1b945235aca4c1692f,
        _:Ndb03c1773221467485cc1242a5389180,
        _:Ne89d2d6beb7a48b8ba4183730417ea70 ;
    mo:track_count 7 ;
    schema:duration "PT27:09"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N3fc08c759a9d4cf6af68127d4e398d75,
        _:N71863987f3c740268a835c3f7ba0b131,
        _:N72647a316547475e850ecf704e4aded9,
        _:N780b6a24b73c477b926634850e0a6ece,
        _:Na2c2bd83f2414e1b945235aca4c1692f,
        _:Ndb03c1773221467485cc1242a5389180,
        _:Ne89d2d6beb7a48b8ba4183730417ea70 .

