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

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

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

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

<event/42> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 6 (Mar 08, 2009)" .

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

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

<product/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

<album/12462#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/12462#musicalwork> ;
    schema:name "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/26/12462/12462-1236271310.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/1006#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12462#performance> ;
    schema:name "TAM"@en ;
    foaf:name "TAM"@en .

<artist/822#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12462#performance> ;
    schema:name "Ravy"@en ;
    foaf:name "Ravy"@en .

<album/12462#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn ;
    mo:performance_of <album/12462#musicalwork> ;
    mo:performer <artist/1006#subject>,
        <artist/822#subject> ;
    mo:recorded_as <album/12462#musicalexpression> ;
    schema:byArtist <artist/1006#subject>,
        <artist/822#subject> ;
    schema:name "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn ;
    schema:workPerformed <album/12462#musicalwork> .

<album/12462#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-08"^^xsd:date ;
    dcterms:title "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn ;
    mo:catalogue_number "SORR-00054" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12462#musicalexpression> ;
    mo:publisher _:Ne0c62d2d90f84698a352b41ace6ecbdf ;
    mo:record _:N3d65d02cc27f499ba3ce93043795d53e ;
    mo:record_count 1 ;
    mo:release <event/42> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:byArtist <artist/1006#subject>,
        <artist/822#subject> ;
    schema:datePublished "2009-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/12462/12462-1236271310.jpg> ;
    schema:name "Toho Gensoroku 4"@en,
        "東方幻奏録４"@ja,
        "Toho Gensoroku 4"@ja-latn ;
    schema:publisher _:Ne0c62d2d90f84698a352b41ace6ecbdf ;
    foaf:depiction <https://media.vgm.io/albums/26/12462/12462-1236271310.jpg> .

_:N10008907b5c549c49c50fa33d7a36c84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black Stained a Light Crimson"@en,
        "薄紅に染まる黒"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Black Stained a Light Crimson"@en,
        "薄紅に染まる黒"@ja .

_:N22c3111370b34912977f948efd9282a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson Time"@en,
        "紅の刻"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Crimson Time"@en,
        "紅の刻"@ja .

_:N2e6301b9b6b740dfbe57b871d816c098 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wings of Rebirth"@en,
        "輪廻の翼"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Wings of Rebirth"@en,
        "輪廻の翼"@ja .

_:N4378101aaa06434795c6b08a5d0f1358 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prank"@en,
        "悪戯"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Prank"@en,
        "悪戯"@ja .

_:N4e1292767aae417d9a70a314e77f66d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Very End"@en,
        "最果て"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "The Very End"@en,
        "最果て"@ja .

_:N5b330acbfeb2446c94ae996fe2fe4b6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elegant Wind"@en,
        "雅風"@ja ;
    mo:track_number 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Elegant Wind"@en,
        "雅風"@ja .

_:Naa4103c1ccf74ff1afb182ae9b59fff1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream of Paradise"@en,
        "桃源郷の夢"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Dream of Paradise"@en,
        "桃源郷の夢"@ja .

_:Naadf5048f17b4b838a8fe460aad84d84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drizzle"@en,
        "時雨"@ja ;
    mo:track_number 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Drizzle"@en,
        "時雨"@ja .

_:Nc4507b752fe0496785c45be10408629e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cradle of the Dark Night"@en,
        "闇夜のゆりかご"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Cradle of the Dark Night"@en,
        "闇夜のゆりかご"@ja .

_:Nc9df7a818f7f44fc8b74ec85ff2ea14f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Wind of Fluttering Cherry Blossoms"@en,
        "桜舞う風の中で"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "In the Wind of Fluttering Cherry Blossoms"@en,
        "桜舞う風の中で"@ja .

_:Ncf48055f291e4e9e9751d31e89c7c0e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silhouette"@en,
        "影法師"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Silhouette"@en,
        "影法師"@ja .

_:Nda7aec90d0054191b1498d8fe800a1e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tag"@en,
        "鬼ごっこ"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Tag"@en,
        "鬼ごっこ"@ja .

_:Ne0c62d2d90f84698a352b41ace6ecbdf schema:name "project-Delta (TAMUSIC × Re:Volte)"@en ;
    foaf:name "project-Delta (TAMUSIC × Re:Volte)"@en .

_:Nf4dda06a992e4e389e3233feed648dfb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Petals"@en,
        "花びら"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3d65d02cc27f499ba3ce93043795d53e ;
    schema:name "Petals"@en,
        "花びら"@ja .

_:N3d65d02cc27f499ba3ce93043795d53e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10008907b5c549c49c50fa33d7a36c84,
        _:N22c3111370b34912977f948efd9282a1,
        _:N2e6301b9b6b740dfbe57b871d816c098,
        _:N4378101aaa06434795c6b08a5d0f1358,
        _:N4e1292767aae417d9a70a314e77f66d8,
        _:N5b330acbfeb2446c94ae996fe2fe4b6c,
        _:Naa4103c1ccf74ff1afb182ae9b59fff1,
        _:Naadf5048f17b4b838a8fe460aad84d84,
        _:Nc4507b752fe0496785c45be10408629e,
        _:Nc9df7a818f7f44fc8b74ec85ff2ea14f,
        _:Ncf48055f291e4e9e9751d31e89c7c0e9,
        _:Nda7aec90d0054191b1498d8fe800a1e4,
        _:Nf4dda06a992e4e389e3233feed648dfb ;
    mo:track_count 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N10008907b5c549c49c50fa33d7a36c84,
        _:N22c3111370b34912977f948efd9282a1,
        _:N2e6301b9b6b740dfbe57b871d816c098,
        _:N4378101aaa06434795c6b08a5d0f1358,
        _:N4e1292767aae417d9a70a314e77f66d8,
        _:N5b330acbfeb2446c94ae996fe2fe4b6c,
        _:Naa4103c1ccf74ff1afb182ae9b59fff1,
        _:Naadf5048f17b4b838a8fe460aad84d84,
        _:Nc4507b752fe0496785c45be10408629e,
        _:Nc9df7a818f7f44fc8b74ec85ff2ea14f,
        _:Ncf48055f291e4e9e9751d31e89c7c0e9,
        _:Nda7aec90d0054191b1498d8fe800a1e4,
        _:Nf4dda06a992e4e389e3233feed648dfb .

