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

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

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

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

<event/11> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 2 (May 04, 2005)" .

<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/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@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 .

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

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

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

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

<https://vgmdb.net/db/img/album-nsfw-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/13942#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    foaf:depicts <album/13942#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

<album/13942#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-05-04"^^xsd:date ;
    dcterms:title "Reverie"@en,
        "Reverie"@ja,
        "Reverie"@ja-latn ;
    mo:catalogue_number "EFCD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/13942#musicalexpression> ;
    mo:publisher _:N81bac4f1821c46d58d9a41a24d7a1e2a ;
    mo:record _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    mo:record_count 1 ;
    mo:release <event/11> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2005-05-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    schema:name "Reverie"@en,
        "Reverie"@ja,
        "Reverie"@ja-latn ;
    schema:publisher _:N81bac4f1821c46d58d9a41a24d7a1e2a ;
    foaf:depiction <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

_:N05302d1fce474039bf2c5ccc9ea37966 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "即興曲"@ja ;
    mo:track_number 11 ;
    schema:duration "PT9:52"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "即興曲"@ja .

_:N0c6351aca26443ceb0add555efb08885 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "前奏曲「東方妖々夢」"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "前奏曲「東方妖々夢」"@ja .

_:N1b5c42d79a4c42dd9f2c2e16865fbc5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyage into a cage...."@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "Voyage into a cage...."@ja .

_:N1ee225f519394c068f90353cef3e62fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "千年の孤独"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "千年の孤独"@ja .

_:N7cc3bf27264246f5a639c7873df66e93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "美鈴のためのトッカータ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "美鈴のためのトッカータ"@ja .

_:N7d5556e43856401c94a3d2cd2674dd20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Tears Night"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:01"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "Blue Tears Night"@ja .

_:N81bac4f1821c46d58d9a41a24d7a1e2a schema:name "Everfades"@en ;
    foaf:name "Everfades"@en .

_:N95e76eeefefc4b90bbba94afa2ecf0a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永遠亭の主題によるカプリス"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "永遠亭の主題によるカプリス"@ja .

_:Nbea016d954ff47a69e1af0c2daeb5254 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天空の悲恋歌"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:30"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "天空の悲恋歌"@ja .

_:Nd55d4c8276914c2aa0788f7e54c2158c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永き夜の変奏曲"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "永き夜の変奏曲"@ja .

_:Ndbf717618ec64885873b873bdc410791 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春の訪れは御札とともに"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "春の訪れは御札とともに"@ja .

_:Ne49689fe2b2346d19038f5159b0098c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜明けの空、小さな願い"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:11"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "夜明けの空、小さな願い"@ja .

_:Ne699068ec29045f181819721b79cb719 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅魔最終楽章独奏"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:42"^^xsd:interval ;
    schema:inPlaylist _:N0c2e7bfda99648fa8982aff0a2c8c67c ;
    schema:name "紅魔最終楽章独奏"@ja .

_:N0c2e7bfda99648fa8982aff0a2c8c67c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05302d1fce474039bf2c5ccc9ea37966,
        _:N0c6351aca26443ceb0add555efb08885,
        _:N1b5c42d79a4c42dd9f2c2e16865fbc5a,
        _:N1ee225f519394c068f90353cef3e62fd,
        _:N7cc3bf27264246f5a639c7873df66e93,
        _:N7d5556e43856401c94a3d2cd2674dd20,
        _:N95e76eeefefc4b90bbba94afa2ecf0a2,
        _:Nbea016d954ff47a69e1af0c2daeb5254,
        _:Nd55d4c8276914c2aa0788f7e54c2158c,
        _:Ndbf717618ec64885873b873bdc410791,
        _:Ne49689fe2b2346d19038f5159b0098c2,
        _:Ne699068ec29045f181819721b79cb719 ;
    mo:track_count 12 ;
    schema:duration "PT61:09"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N05302d1fce474039bf2c5ccc9ea37966,
        _:N0c6351aca26443ceb0add555efb08885,
        _:N1b5c42d79a4c42dd9f2c2e16865fbc5a,
        _:N1ee225f519394c068f90353cef3e62fd,
        _:N7cc3bf27264246f5a639c7873df66e93,
        _:N7d5556e43856401c94a3d2cd2674dd20,
        _:N95e76eeefefc4b90bbba94afa2ecf0a2,
        _:Nbea016d954ff47a69e1af0c2daeb5254,
        _:Nd55d4c8276914c2aa0788f7e54c2158c,
        _:Ndbf717618ec64885873b873bdc410791,
        _:Ne49689fe2b2346d19038f5159b0098c2,
        _:Ne699068ec29045f181819721b79cb719 .

