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

<artist/14596#subject> a schema:Person,
        foaf:Person ;
    schema:name "Stack"@en ;
    foaf:made <album/113458#subject>,
        <album/113458#vocals> ;
    foaf:name "Stack"@en .

<album/113458#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn ;
    mo:produced_work <album/113458#musicalwork> ;
    schema:name "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn .

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

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@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 .

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

<album/113458#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn ;
    mo:performance_of <album/113458#musicalwork> ;
    mo:recorded_as <album/113458#musicalexpression> ;
    schema:name "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn ;
    schema:workPerformed <album/113458#musicalwork> .

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

<org/1207#subject> schema:name "Akatsuki Records"@en,
        "暁Records"@ja,
        "Akatsuki Records"@ja-latn ;
    foaf:name "Akatsuki Records"@en,
        "暁Records"@ja,
        "Akatsuki Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/85/113458/113458-cf4f5f88549b.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/113458#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-08-09"^^xsd:date ;
    dcterms:title "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn ;
    mo:catalogue_number "DRCD-0068" ;
    mo:media_type "CD" ;
    mo:publication_of <album/113458#musicalexpression> ;
    mo:publisher <org/1207#subject> ;
    mo:record _:Na39ea56e656246ae85f74149e28b1164 ;
    mo:record_count 1 ;
    schema:about <product/14#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2021-08-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/113458/113458-cf4f5f88549b.jpg> ;
    schema:name "Akatsuki Records Summer 2021 Limited Edition Bonus CD"@en,
        "2021夏限定おまけCD"@ja,
        "Summer 2021 Gentei Omake CD"@ja-latn ;
    schema:publisher <org/1207#subject> ;
    foaf:depiction <https://media.vgm.io/albums/85/113458/113458-cf4f5f88549b.jpg> .

_:N0add7067ecf9489f80da7e27c2329620 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女救世論 (Acoustic Ver.)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:Na39ea56e656246ae85f74149e28b1164 ;
    schema:name "少女救世論 (Acoustic Ver.)"@ja .

_:N498b2c64a415417fbf255d2ce0d9c7e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "KARMANATIONS (Acoustic Ver.)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Na39ea56e656246ae85f74149e28b1164 ;
    schema:name "KARMANATIONS (Acoustic Ver.)"@ja .

_:Na39ea56e656246ae85f74149e28b1164 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0add7067ecf9489f80da7e27c2329620,
        _:N498b2c64a415417fbf255d2ce0d9c7e2 ;
    mo:track_count 2 ;
    schema:duration "PT7:56"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N0add7067ecf9489f80da7e27c2329620,
        _:N498b2c64a415417fbf255d2ce0d9c7e2 .

