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

<artist/52486#subject> a schema:Person,
        foaf:Person ;
    schema:name "cwakdesigns"@en ;
    foaf:made <album/122385#subject>,
        <album/122385#vocals> ;
    foaf:name "cwakdesigns"@en .

<album/122385#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Time will reveal..."@en,
        "Time will reveal..."@ja,
        "Time will reveal..."@ja-latn ;
    mo:produced_work <album/122385#musicalwork> ;
    schema:name "Time will reveal..."@en,
        "Time will reveal..."@ja,
        "Time will reveal..."@ja-latn .

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

<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/3430#subject> a schema:CreativeWork ;
    schema:name "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@en,
        "東方紺珠伝　～ Legacy of Lunatic Kingdom."@ja,
        "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@ja-latn ;
    foaf:name "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@en,
        "東方紺珠伝　～ Legacy of Lunatic Kingdom."@ja,
        "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@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 .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

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

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

<https://media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/122385#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> ;
    foaf:depicts <album/122385#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> .

<https://medium-media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> a schema:ImageObject,
        foaf:Image .

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

<album/122385#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-08-08"^^xsd:date ;
    dcterms:title "Time will reveal..."@en,
        "Time will reveal..."@ja,
        "Time will reveal..."@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/122385#musicalexpression> ;
    mo:publisher _:N4f39d06416a84cbf8c6a8d97ca6dcdaa ;
    mo:record _:Nd8087c1cd21d46ac904036332ba94768 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/3430#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:datePublished "2022-08-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> ;
    schema:name "Time will reveal..."@en,
        "Time will reveal..."@ja,
        "Time will reveal..."@ja-latn ;
    schema:publisher _:N4f39d06416a84cbf8c6a8d97ca6dcdaa ;
    foaf:depiction <https://media.vgm.io/albums/58/122385/122385-1e4dc6a68e84.png> .

_:N160efb2bda6b404a867503530f24c028 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pure lunar wind"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Pure lunar wind"@en .

_:N2fd0d44f0c2d4675b28440d268d73430 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson moon, unholy night"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Crimson moon, unholy night"@en .

_:N40cc7d7e400b4c3890bbcc8d40f78243 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time will reveal... [Instrumental]"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Time will reveal... [Instrumental]"@en .

_:N4f39d06416a84cbf8c6a8d97ca6dcdaa schema:name "yunum"@en,
        "yunum"@ja,
        "yunum"@ja-latn ;
    foaf:name "yunum"@en,
        "yunum"@ja,
        "yunum"@ja-latn .

_:N7a905783efd647048029b959a3993831 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Extraction point"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Extraction point"@en .

_:Nb836a4eec93c4cf588c4cc31b4cf4d04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time will reveal..."@en ;
    mo:track_number 1 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Time will reveal..."@en .

_:Ne0c852367d1c4d699dff211211a26dc9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rainy summer sky"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Nd8087c1cd21d46ac904036332ba94768 ;
    schema:name "Rainy summer sky"@en .

_:Nd8087c1cd21d46ac904036332ba94768 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N160efb2bda6b404a867503530f24c028,
        _:N2fd0d44f0c2d4675b28440d268d73430,
        _:N40cc7d7e400b4c3890bbcc8d40f78243,
        _:N7a905783efd647048029b959a3993831,
        _:Nb836a4eec93c4cf588c4cc31b4cf4d04,
        _:Ne0c852367d1c4d699dff211211a26dc9 ;
    mo:track_count 6 ;
    schema:duration "PT26:10"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N160efb2bda6b404a867503530f24c028,
        _:N2fd0d44f0c2d4675b28440d268d73430,
        _:N40cc7d7e400b4c3890bbcc8d40f78243,
        _:N7a905783efd647048029b959a3993831,
        _:Nb836a4eec93c4cf588c4cc31b4cf4d04,
        _:Ne0c852367d1c4d699dff211211a26dc9 .

