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

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

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

<event/96> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 6 (Oct 11, 2010)" .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@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/276#subject> a schema:CreativeWork ;
    schema:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn ;
    foaf:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn .

<product/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@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/21382#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/21382#musicalwork> ;
    schema:name "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn .

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

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

<org/976#subject> schema:name "5150"@en,
        "5150"@ja,
        "5150"@ja-latn ;
    foaf:name "5150"@en,
        "5150"@ja,
        "5150"@ja-latn .

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

<https://medium-media.vgm.io/albums/28/21382/21382-1286094618.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/11514#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21382#performance> ;
    schema:name "Murasaki"@en,
        "紫"@ja ;
    foaf:name "Murasaki"@en,
        "紫"@ja .

<artist/7333#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21382#performance> ;
    schema:name "ryu-5150"@en,
        "龍5150"@ja ;
    foaf:made <album/21382#lyrics>,
        <album/21382#subject> ;
    foaf:name "ryu-5150"@en,
        "龍5150"@ja .

<album/21382#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn ;
    mo:performance_of <album/21382#musicalwork> ;
    mo:performer _:N0128cc2dd0e94640ab54ed6e8c11de67,
        <artist/11514#subject>,
        <artist/7333#subject> ;
    mo:recorded_as <album/21382#musicalexpression> ;
    schema:byArtist _:N0128cc2dd0e94640ab54ed6e8c11de67,
        <artist/11514#subject>,
        <artist/7333#subject> ;
    schema:name "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn ;
    schema:workPerformed <album/21382#musicalwork> .

<album/21382#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-11"^^xsd:date ;
    dcterms:title "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21382#musicalexpression> ;
    mo:publisher <org/976#subject> ;
    mo:record _:Nbc88ee6a02bb48e69a0b7390dae8c327 ;
    mo:record_count 1 ;
    mo:release <event/96> ;
    schema:about <product/14#subject>,
        <product/16#subject>,
        <product/27#subject>,
        <product/276#subject>,
        <product/35#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Asuka"@en ;
            foaf:name "Asuka"@en ],
        <artist/11514#subject>,
        <artist/7333#subject> ;
    schema:datePublished "2010-10-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/21382/21382-1286094618.jpg> ;
    schema:name "Touhou Gattai Gensouoh 1.5"@en,
        "東方合体ゲンソウオー１．５式"@ja,
        "Touhou Gattai Gensouoh 1.5"@ja-latn ;
    schema:publisher <org/976#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/21382/21382-1286094618.jpg> .

_:N0128cc2dd0e94640ab54ed6e8c11de67 a schema:Person,
        foaf:Person ;
    mo:performed <album/21382#performance> ;
    schema:name "Asuka"@en ;
    foaf:name "Asuka"@en .

_:N2c96b2383eff4a50b136ad1424cd701d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "限界突破（Off Vo）"@ja,
        "Genkai Toppa （Off Vo）"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nbc88ee6a02bb48e69a0b7390dae8c327 ;
    schema:name "限界突破（Off Vo）"@ja,
        "Genkai Toppa （Off Vo）"@ja-latn .

_:Ncd8b681ad8374fdfa7932a0e0dd1ecbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle Burning（Off Vo）"@ja,
        "Battle Burning（Off Vo）"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Nbc88ee6a02bb48e69a0b7390dae8c327 ;
    schema:name "Battle Burning（Off Vo）"@ja,
        "Battle Burning（Off Vo）"@ja-latn .

_:Ne47e654ae8e5409c87b0da135910fb71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "烏天狗の歌"@ja,
        "Karasutengu no Uta"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:Nbc88ee6a02bb48e69a0b7390dae8c327 ;
    schema:name "烏天狗の歌"@ja,
        "Karasutengu no Uta"@ja-latn .

_:Nfc5787353ea74ccba7bc476c90a9d198 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shining Starlight"@ja,
        "Shining Starlight"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Nbc88ee6a02bb48e69a0b7390dae8c327 ;
    schema:name "Shining Starlight"@ja,
        "Shining Starlight"@ja-latn .

_:Nbc88ee6a02bb48e69a0b7390dae8c327 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2c96b2383eff4a50b136ad1424cd701d,
        _:Ncd8b681ad8374fdfa7932a0e0dd1ecbc,
        _:Ne47e654ae8e5409c87b0da135910fb71,
        _:Nfc5787353ea74ccba7bc476c90a9d198 ;
    mo:track_count 4 ;
    schema:duration "PT20:03"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N2c96b2383eff4a50b136ad1424cd701d,
        _:Ncd8b681ad8374fdfa7932a0e0dd1ecbc,
        _:Ne47e654ae8e5409c87b0da135910fb71,
        _:Nfc5787353ea74ccba7bc476c90a9d198 .

