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

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

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

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

<event/29> a mo:Release ;
    schema:name "Released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

<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/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

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

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

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

<org/288#subject> schema:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn ;
    foaf:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn .

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

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

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

<album/9778#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-16"^^xsd:date ;
    dcterms:title "Synchrotronic Rezonator"@en,
        "Synchrotronic Rezonator"@ja,
        "Synchrotronic Rezonator"@ja-latn ;
    mo:catalogue_number "UI-0012" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9778#musicalexpression> ;
    mo:publisher <org/288#subject> ;
    mo:record _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:datePublished "2008-08-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/87/9778/9778-1219163028.jpg> ;
    schema:name "Synchrotronic Rezonator"@en,
        "Synchrotronic Rezonator"@ja,
        "Synchrotronic Rezonator"@ja-latn ;
    schema:publisher <org/288#subject> ;
    foaf:depiction <https://media.vgm.io/albums/87/9778/9778-1219163028.jpg> .

_:N3b517a627ecf4b45a80ff12186438f86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Primal Scene of Japan the Girl Saw"@en,
        "少女が見た日本の原風景"@ja,
        "Shoujo ga Mita Nihon no Genfukei"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "The Primal Scene of Japan the Girl Saw"@en,
        "少女が見た日本の原風景"@ja,
        "Shoujo ga Mita Nihon no Genfukei"@ja-latn .

_:N444a00ae9ac14b3493b83577833755e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction/Maintheme"@en,
        "Introduction/Maintheme"@ja,
        "Introduction/Maintheme"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT6:06"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Introduction/Maintheme"@en,
        "Introduction/Maintheme"@ja,
        "Introduction/Maintheme"@ja-latn .

_:N4b83d1019fd849938437133fd50c0c4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gensokyo the Gods Loved"@en,
        "神々が恋した幻想郷"@ja,
        "Kamigami ga Koi Shita Gensoukyou"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "The Gensokyo the Gods Loved"@en,
        "神々が恋した幻想郷"@ja,
        "Kamigami ga Koi Shita Gensoukyou"@ja-latn .

_:N712c35f10f4348ee9bc3f30499feba15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eastern Judgement in the Sixtieth Year ~ Fate of Sixty Years"@en,
        "六十年目の東方裁判 ～ Fate of Sixty Years"@ja,
        "Gonen Me no Touhou Saiban ~ Fate of Sixty Years"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT7:55"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Eastern Judgement in the Sixtieth Year ~ Fate of Sixty Years"@en,
        "六十年目の東方裁判 ～ Fate of Sixty Years"@ja,
        "Gonen Me no Touhou Saiban ~ Fate of Sixty Years"@ja-latn .

_:Nadec0058cfec453881b3387a093b6785 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Player's Score"@en,
        "プレイヤーズスコア"@ja,
        "Player's Score"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Player's Score"@en,
        "プレイヤーズスコア"@ja,
        "Player's Score"@ja-latn .

_:Nb1737810cef54c7cb3355544fdfc1989 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja,
        "Shanghai Koucha Kan ~ Chinese Tea"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT6:58"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja,
        "Shanghai Koucha Kan ~ Chinese Tea"@ja-latn .

_:Nbf2d537b004a447389d2f53bfdcb0257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hiroari Shoots a Strange Bird ~ Till When?"@en,
        "広有射怪鳥事 ～ Tillwhen?"@ja,
        "Kouyuushakaichouji ~ Tillwhen?"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Hiroari Shoots a Strange Bird ~ Till When?"@en,
        "広有射怪鳥事 ～ Tillwhen?"@ja,
        "Kouyuushakaichouji ~ Tillwhen?"@ja-latn .

_:Nec4b136bcdfb44ffba28a45c9acd89f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voile, the Magic Library"@en,
        "ヴワル魔法図書館"@ja,
        "Voile Mahou Toshokan"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT6:11"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Voile, the Magic Library"@en,
        "ヴワル魔法図書館"@ja,
        "Voile Mahou Toshokan"@ja-latn .

_:Nee2749ab7fed4c78996a0bc547853e69 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Primrose (UI-70 remix)"@en,
        "月見草(UI-70 remix)"@ja,
        "Tsukimisou (UI-70 remix)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nb9fa04cb1e0d4eaf87787767b0a9f615 ;
    schema:name "Evening Primrose (UI-70 remix)"@en,
        "月見草(UI-70 remix)"@ja,
        "Tsukimisou (UI-70 remix)"@ja-latn .

_:Nb9fa04cb1e0d4eaf87787767b0a9f615 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3b517a627ecf4b45a80ff12186438f86,
        _:N444a00ae9ac14b3493b83577833755e8,
        _:N4b83d1019fd849938437133fd50c0c4d,
        _:N712c35f10f4348ee9bc3f30499feba15,
        _:Nadec0058cfec453881b3387a093b6785,
        _:Nb1737810cef54c7cb3355544fdfc1989,
        _:Nbf2d537b004a447389d2f53bfdcb0257,
        _:Nec4b136bcdfb44ffba28a45c9acd89f9,
        _:Nee2749ab7fed4c78996a0bc547853e69 ;
    mo:track_count 9 ;
    schema:duration "PT51:20"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N3b517a627ecf4b45a80ff12186438f86,
        _:N444a00ae9ac14b3493b83577833755e8,
        _:N4b83d1019fd849938437133fd50c0c4d,
        _:N712c35f10f4348ee9bc3f30499feba15,
        _:Nadec0058cfec453881b3387a093b6785,
        _:Nb1737810cef54c7cb3355544fdfc1989,
        _:Nbf2d537b004a447389d2f53bfdcb0257,
        _:Nec4b136bcdfb44ffba28a45c9acd89f9,
        _:Nee2749ab7fed4c78996a0bc547853e69 .

