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

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

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

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

<artist/1845#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9094#subject> ;
    schema:name "dai"@en ;
    foaf:made <album/9094#composition>,
        <album/9094#subject> ;
    foaf:name "dai"@en .

<artist/2486#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9094#subject> ;
    schema:name "NYO"@en ;
    foaf:made <album/9094#composition>,
        <album/9094#subject> ;
    foaf:name "NYO"@en .

<event/5> a mo:Release ;
    schema:name "Released at Comic Market 70 (Aug 10, 2006 to Aug 13, 2006)" .

<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/9094#musicalexpression> a mo:Signal ;
    mo:published_as <album/9094#subject> ;
    mo:records <album/9094#performance> .

<org/102#subject> schema:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn ;
    foaf:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn .

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

<https://medium-media.vgm.io/albums/49/9094/9094-1214157793.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/9094#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn ;
    mo:performance_of <album/9094#musicalwork> ;
    mo:performer <artist/4704#subject> ;
    mo:recorded_as <album/9094#musicalexpression> ;
    schema:byArtist <artist/4704#subject> ;
    schema:name "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn ;
    schema:workPerformed <album/9094#musicalwork> .

<artist/4704#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9094#performance> ;
    schema:name "Aki"@en,
        "アキ"@ja ;
    foaf:name "Aki"@en,
        "アキ"@ja .

<album/9094#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/1845#subject>,
        <artist/2486#subject> ;
    mo:produced_work <album/9094#musicalwork> ;
    schema:name "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn .

<album/9094#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-08-13"^^xsd:date ;
    dcterms:title "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn ;
    mo:catalogue_number "SFNC-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9094#musicalexpression> ;
    mo:publisher <org/102#subject> ;
    mo:record _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    mo:record_count 1 ;
    mo:release <event/5> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:byArtist <artist/4704#subject> ;
    schema:datePublished "2006-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/49/9094/9094-1214157793.jpg> ;
    schema:name "Touhou Enbukyoku"@en,
        "東方円舞曲"@ja,
        "Touhou Enbukyoku"@ja-latn ;
    schema:publisher <org/102#subject> ;
    foaf:depiction <https://media.vgm.io/albums/49/9094/9094-1214157793.jpg> .

_:N2b17f9b94528441bb758b56160e89c7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "クリスタライズシルバー"@ja,
        "Crystallized Silver"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "クリスタライズシルバー"@ja,
        "Crystallized Silver"@ja-latn .

_:N4fe401a3eff347ff96745f97cd286d96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U.N.オーエンは彼女なのか？"@ja,
        "U.N. Owen wa Kanojo na no ka?"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "U.N.オーエンは彼女なのか？"@ja,
        "U.N. Owen wa Kanojo na no ka?"@ja-latn .

_:N662b36ba273c4638a129b8c89e472ced a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋色マスタースパーク Reharmonized remix"@ja,
        "Koi-iro Master Spark (Reharmonized remix)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "恋色マスタースパーク Reharmonized remix"@ja,
        "Koi-iro Master Spark (Reharmonized remix)"@ja-latn .

_:N6f0a07e62fce422d8f32af50f636eabe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prayer"@ja,
        "Prayer"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "Prayer"@ja,
        "Prayer"@ja-latn .

_:Naef3d0723cbd44d9a53d59e90f56b016 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方がなく頃に"@ja,
        "Touhou ga Naku Koro ni"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "東方がなく頃に"@ja,
        "Touhou ga Naku Koro ni"@ja-latn .

_:Nb884b9f85b0945d591f9d82a2c93a9ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "童祭　～ Innocent Treasures"@ja,
        "Warabe Matsuri ~ Innocent Treasures"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "童祭　～ Innocent Treasures"@ja,
        "Warabe Matsuri ~ Innocent Treasures"@ja-latn .

_:Nbcfe881051714c4da33c96c0c8fd5244 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女幻葬　～ Necro-Fantasy Simple Rock ver."@ja,
        "Shoujo Gensou ~ Necro-Fantasy (Simple Rock ver.)"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N2b2dad9207ca48638a491dd622a2c4e0 ;
    schema:name "少女幻葬　～ Necro-Fantasy Simple Rock ver."@ja,
        "Shoujo Gensou ~ Necro-Fantasy (Simple Rock ver.)"@ja-latn .

_:N2b2dad9207ca48638a491dd622a2c4e0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b17f9b94528441bb758b56160e89c7e,
        _:N4fe401a3eff347ff96745f97cd286d96,
        _:N662b36ba273c4638a129b8c89e472ced,
        _:N6f0a07e62fce422d8f32af50f636eabe,
        _:Naef3d0723cbd44d9a53d59e90f56b016,
        _:Nb884b9f85b0945d591f9d82a2c93a9ed,
        _:Nbcfe881051714c4da33c96c0c8fd5244 ;
    mo:track_count 7 ;
    schema:duration "PT21:18"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N2b17f9b94528441bb758b56160e89c7e,
        _:N4fe401a3eff347ff96745f97cd286d96,
        _:N662b36ba273c4638a129b8c89e472ced,
        _:N6f0a07e62fce422d8f32af50f636eabe,
        _:Naef3d0723cbd44d9a53d59e90f56b016,
        _:Nb884b9f85b0945d591f9d82a2c93a9ed,
        _:Nbcfe881051714c4da33c96c0c8fd5244 .

