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

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

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

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

<event/289> a mo:Release ;
    schema:name "Released at M3-2023 Spring (Apr 30, 2023)" .

<event/291> a mo:Release ;
    schema:name "Resold at Hakurei Shrine Reitaisai 20 (May 07, 2023)" .

<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 .

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

<album/129992#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn ;
    mo:performance_of <album/129992#musicalwork> ;
    mo:recorded_as <album/129992#musicalexpression> ;
    schema:name "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn ;
    schema:workPerformed <album/129992#musicalwork> .

<org/3762#subject> schema:name "ACCORD ON CODES"@en,
        "ACCORD ON CODES"@ja,
        "ACCORD ON CODES"@ja-latn ;
    foaf:name "ACCORD ON CODES"@en,
        "ACCORD ON CODES"@ja,
        "ACCORD ON CODES"@ja-latn .

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

<https://medium-media.vgm.io/albums/29/129992/129992-f4b688a42e7b.jpg> a schema:ImageObject,
        foaf:Image .

<album/129992#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "in Team Shanghai Alice"@en ;
            foaf:made <album/129992#composition> ;
            foaf:name "in Team Shanghai Alice"@en ],
        <artist/1#subject> ;
    mo:produced_work <album/129992#musicalwork> ;
    schema:name "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn .

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

<album/129992#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-04-30"^^xsd:date ;
    dcterms:title "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/129992#musicalexpression> ;
    mo:publisher <org/3762#subject> ;
    mo:record _:Nb139b7e2d8c54b7882aefe49c97b3630 ;
    mo:record_count 1 ;
    mo:release <event/289>,
        <event/291> ;
    schema:about <product/20#subject> ;
    schema:datePublished "2023-04-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/129992/129992-f4b688a42e7b.jpg> ;
    schema:name "Midnight Quietness - EXtended Play Vol.03"@en,
        "Midnight Quietness - EXtended Play Vol.03"@ja,
        "Midnight Quietness - EXtended Play Vol.03"@ja-latn ;
    schema:publisher <org/3762#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/129992/129992-f4b688a42e7b.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129992#subject> ;
    schema:name "in Team Shanghai Alice"@en ;
    foaf:made <album/129992#subject> ;
    foaf:name "in Team Shanghai Alice"@en .

_:N326fe14d68834213a8453f7ed1cb4698 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Four chords"@en ;
    mo:track_number 4 ;
    schema:duration "PT7:04"^^xsd:interval ;
    schema:inPlaylist _:Nb139b7e2d8c54b7882aefe49c97b3630 ;
    schema:name "Four chords"@en .

_:N5040eb7a6dbe476cba763b48413b76bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midnight quietness"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:41"^^xsd:interval ;
    schema:inPlaylist _:Nb139b7e2d8c54b7882aefe49c97b3630 ;
    schema:name "Midnight quietness"@en .

_:Nd26bedad68334e33998ca4ba88f977c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cold beauty"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:43"^^xsd:interval ;
    schema:inPlaylist _:Nb139b7e2d8c54b7882aefe49c97b3630 ;
    schema:name "Cold beauty"@en .

_:Nd978d7aeb6b8443a8fcf5d723b73b585 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The greatest library"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:21"^^xsd:interval ;
    schema:inPlaylist _:Nb139b7e2d8c54b7882aefe49c97b3630 ;
    schema:name "The greatest library"@en .

_:Nb139b7e2d8c54b7882aefe49c97b3630 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N326fe14d68834213a8453f7ed1cb4698,
        _:N5040eb7a6dbe476cba763b48413b76bd,
        _:Nd26bedad68334e33998ca4ba88f977c8,
        _:Nd978d7aeb6b8443a8fcf5d723b73b585 ;
    mo:track_count 4 ;
    schema:duration "PT27:49"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N326fe14d68834213a8453f7ed1cb4698,
        _:N5040eb7a6dbe476cba763b48413b76bd,
        _:Nd26bedad68334e33998ca4ba88f977c8,
        _:Nd978d7aeb6b8443a8fcf5d723b73b585 .

