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

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

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

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

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

<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/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

<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/31578#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "sui"@en,
        "翠"@ja,
        "sui"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/31578#musicalwork> ;
    schema:name "sui"@en,
        "翠"@ja,
        "sui"@ja-latn .

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

<org/581#subject> schema:name "Byou no Hito"@en,
        "鋲の人"@ja,
        "Byou no Hito"@ja-latn ;
    foaf:name "Byou no Hito"@en,
        "鋲の人"@ja,
        "Byou no Hito"@ja-latn .

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

<https://medium-media.vgm.io/albums/87/31578/31578-1329108426.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31578#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "sui"@en,
        "翠"@ja,
        "sui"@ja-latn ;
    mo:performance_of <album/31578#musicalwork> ;
    mo:performer <artist/6958#subject> ;
    mo:recorded_as <album/31578#musicalexpression> ;
    schema:byArtist <artist/6958#subject> ;
    schema:name "sui"@en,
        "翠"@ja,
        "sui"@ja-latn ;
    schema:workPerformed <album/31578#musicalwork> .

<artist/6958#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31578#performance> ;
    schema:name "Alice Yukiduki"@en,
        "雪月ありす"@ja ;
    foaf:name "Alice Yukiduki"@en,
        "雪月ありす"@ja .

<album/31578#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-08-13"^^xsd:date ;
    dcterms:title "sui"@en,
        "翠"@ja,
        "sui"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31578#musicalexpression> ;
    mo:publisher <org/581#subject> ;
    mo:record _:N80a55292624d4412afcfba8e55b846c3 ;
    mo:record_count 1 ;
    mo:release <event/5> ;
    schema:about <product/16#subject>,
        <product/18#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:byArtist <artist/6958#subject> ;
    schema:datePublished "2006-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/87/31578/31578-1329108426.jpg> ;
    schema:name "sui"@en,
        "翠"@ja,
        "sui"@ja-latn ;
    schema:publisher <org/581#subject> ;
    foaf:depiction <https://media.vgm.io/albums/87/31578/31578-1329108426.jpg> .

_:N407f96c9d74d46658000b5e4a0ed6618 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "手が狂ったわ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "手が狂ったわ"@ja .

_:N49f076f8deb04548bde675e4b914ab4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "魔法の森のカラクリ屋敷"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:05"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "魔法の森のカラクリ屋敷"@ja .

_:N4b7da4d245724922b262326a00f092a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜の下で"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "夜の下で"@ja .

_:N519263cd53824eb2a4be2643918bf9c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "余りにも永すぎる廊下"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "余りにも永すぎる廊下"@ja .

_:N5a9415f2280543758c78fa38be66ad9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "また会ったね？"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "また会ったね？"@ja .

_:N8270736abda04fd79a19f77e5df5fde7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "彼の姫諸共この身まで！"@ja ;
    mo:track_number 15 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "彼の姫諸共この身まで！"@ja .

_:N84430450a3004b92abcdd277ffaefa0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢を追う"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "夢を追う"@ja .

_:N8a4c0014a0d04ffca896d827d94e3335 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "人間と魔女の舞曲"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "人間と魔女の舞曲"@ja .

_:N9d2ca207127b4d0981808139f51a7e73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "朝月の光、深遠の森"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "朝月の光、深遠の森"@ja .

_:Naf12fe2bfc124ede81910eb36166b4a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢を見るのは自由"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "夢を見るのは自由"@ja .

_:Nd6119bf51c594722b0be899e7138f584 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "年4回の別れ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "年4回の別れ"@ja .

_:Nd736683bdf374a8496da4eca73e449e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "素直なチルノ"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "素直なチルノ"@ja .

_:Nd889ba9e15084cb1b98f432b6e7ee884 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ツインバードストライク"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "ツインバードストライク"@ja .

_:Ndab0c8ef1a614a93b86b8b9157bca636 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "これぞやられ役ぅぅ!!"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "これぞやられ役ぅぅ!!"@ja .

_:Ne59cafadc6224ef38623ba73aa851e32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "馬鹿の日常"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N80a55292624d4412afcfba8e55b846c3 ;
    schema:name "馬鹿の日常"@ja .

_:N80a55292624d4412afcfba8e55b846c3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N407f96c9d74d46658000b5e4a0ed6618,
        _:N49f076f8deb04548bde675e4b914ab4e,
        _:N4b7da4d245724922b262326a00f092a9,
        _:N519263cd53824eb2a4be2643918bf9c7,
        _:N5a9415f2280543758c78fa38be66ad9c,
        _:N8270736abda04fd79a19f77e5df5fde7,
        _:N84430450a3004b92abcdd277ffaefa0e,
        _:N8a4c0014a0d04ffca896d827d94e3335,
        _:N9d2ca207127b4d0981808139f51a7e73,
        _:Naf12fe2bfc124ede81910eb36166b4a8,
        _:Nd6119bf51c594722b0be899e7138f584,
        _:Nd736683bdf374a8496da4eca73e449e3,
        _:Nd889ba9e15084cb1b98f432b6e7ee884,
        _:Ndab0c8ef1a614a93b86b8b9157bca636,
        _:Ne59cafadc6224ef38623ba73aa851e32 ;
    mo:track_count 15 ;
    schema:duration "PT56:45"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N407f96c9d74d46658000b5e4a0ed6618,
        _:N49f076f8deb04548bde675e4b914ab4e,
        _:N4b7da4d245724922b262326a00f092a9,
        _:N519263cd53824eb2a4be2643918bf9c7,
        _:N5a9415f2280543758c78fa38be66ad9c,
        _:N8270736abda04fd79a19f77e5df5fde7,
        _:N84430450a3004b92abcdd277ffaefa0e,
        _:N8a4c0014a0d04ffca896d827d94e3335,
        _:N9d2ca207127b4d0981808139f51a7e73,
        _:Naf12fe2bfc124ede81910eb36166b4a8,
        _:Nd6119bf51c594722b0be899e7138f584,
        _:Nd736683bdf374a8496da4eca73e449e3,
        _:Nd889ba9e15084cb1b98f432b6e7ee884,
        _:Ndab0c8ef1a614a93b86b8b9157bca636,
        _:Ne59cafadc6224ef38623ba73aa851e32 .

