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

<artist/36879#subject> a schema:Person,
        foaf:Person ;
    schema:name "mark yataka"@en,
        "谷高マーク"@ja ;
    foaf:made <album/57421#lyrics>,
        <album/57421#subject> ;
    foaf:name "mark yataka"@en,
        "谷高マーク"@ja .

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

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

<event/167> a mo:Release ;
    schema:name "Released at Comic Market 85 (Dec 29, 2013 to Dec 31, 2013)" .

<product/1948#subject> a schema:CreativeWork ;
    schema:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@ja-latn ;
    foaf:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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/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 .

<product/882#subject> a schema:CreativeWork ;
    schema:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn ;
    foaf:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn .

<album/57421#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/57421#musicalwork> ;
    schema:name "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn .

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

<org/3272#subject> schema:name "Fuling Cat Mark"@en,
        "フーリンキャットマーク"@ja,
        "Fuling Cat Mark"@ja-latn ;
    foaf:name "Fuling Cat Mark"@en,
        "フーリンキャットマーク"@ja,
        "Fuling Cat Mark"@ja-latn .

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

<https://medium-media.vgm.io/albums/12/57421/57421-1456805035.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/45796#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57421#performance> ;
    schema:name "Kaguya Amakawa"@en,
        "天川かぐや"@ja ;
    foaf:name "Kaguya Amakawa"@en,
        "天川かぐや"@ja .

<artist/49526#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57421#performance> ;
    schema:name "Choko"@en,
        "ちょこ"@ja ;
    foaf:name "Choko"@en,
        "ちょこ"@ja .

<album/57421#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn ;
    mo:performance_of <album/57421#musicalwork> ;
    mo:performer _:N4dcd81cbfb71434bb02abb16618b639c,
        <artist/45796#subject>,
        <artist/49526#subject> ;
    mo:recorded_as <album/57421#musicalexpression> ;
    schema:byArtist _:N4dcd81cbfb71434bb02abb16618b639c,
        <artist/45796#subject>,
        <artist/49526#subject> ;
    schema:name "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn ;
    schema:workPerformed <album/57421#musicalwork> .

<album/57421#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-30"^^xsd:date ;
    dcterms:title "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/57421#musicalexpression> ;
    mo:publisher <org/3272#subject> ;
    mo:record _:Nc618e59704bd4e8d984055e536b29951 ;
    mo:record_count 1 ;
    mo:release <event/167> ;
    schema:about <product/1948#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/882#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "きゃらめる"@en ;
            foaf:name "きゃらめる"@en ],
        <artist/45796#subject>,
        <artist/49526#subject> ;
    schema:datePublished "2013-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/57421/57421-1456805035.jpg> ;
    schema:name "Cute Beat Symphony"@en,
        "キュートビートシンフォニー"@ja,
        "Cute Beat Symphony"@ja-latn ;
    schema:publisher <org/3272#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/57421/57421-1456805035.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "サカツ"@en ;
    foaf:made <album/57421#lyrics> ;
    foaf:name "サカツ"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "サカツ"@en ;
    foaf:made <album/57421#subject> ;
    foaf:name "サカツ"@en .

_:N178b4b58184a4ed8b26598f64a5e4ee7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冥界ランデブー～2013Ver～"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "冥界ランデブー～2013Ver～"@ja .

_:N1cb7bfcd66cb44e79b8ab65c4e357c1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight World"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "Twilight World"@ja .

_:N1f870e1ee03b4ce68e42455c2007d519 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女アリスの憂鬱"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "少女アリスの憂鬱"@ja .

_:N4dcd81cbfb71434bb02abb16618b639c a schema:Person,
        foaf:Person ;
    mo:performed <album/57421#performance> ;
    schema:name "きゃらめる"@en ;
    foaf:name "きゃらめる"@en .

_:N61d5ebaa8a644456816b791c8c32a7a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方少女渋谷に降り立つ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "東方少女渋谷に降り立つ"@ja .

_:N77853d3cd58045e4bf14d13c501da8fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Forest"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "Blue Forest"@ja .

_:N91f97fe0d9794ea8bdbd1c881f493052 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋のトライアングル"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "恋のトライアングル"@ja .

_:Na45a30be741043d5b54d1dba5e818693 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "moon light magic"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "moon light magic"@ja .

_:Nad6bcecaea604c528cc6e296627ec3b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "prism days(inst)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "prism days(inst)"@ja .

_:Nb1cb6057f23a4c98be407a08e9930397 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Travel (inst)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "Time Travel (inst)"@ja .

_:Nc15bbb1b778e4ac0b2a12a4545caa254 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パラレルユニヴァース"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nc618e59704bd4e8d984055e536b29951 ;
    schema:name "パラレルユニヴァース"@ja .

_:Nc618e59704bd4e8d984055e536b29951 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N178b4b58184a4ed8b26598f64a5e4ee7,
        _:N1cb7bfcd66cb44e79b8ab65c4e357c1b,
        _:N1f870e1ee03b4ce68e42455c2007d519,
        _:N61d5ebaa8a644456816b791c8c32a7a9,
        _:N77853d3cd58045e4bf14d13c501da8fb,
        _:N91f97fe0d9794ea8bdbd1c881f493052,
        _:Na45a30be741043d5b54d1dba5e818693,
        _:Nad6bcecaea604c528cc6e296627ec3b1,
        _:Nb1cb6057f23a4c98be407a08e9930397,
        _:Nc15bbb1b778e4ac0b2a12a4545caa254 ;
    mo:track_count 10 ;
    schema:duration "PT42:46"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N178b4b58184a4ed8b26598f64a5e4ee7,
        _:N1cb7bfcd66cb44e79b8ab65c4e357c1b,
        _:N1f870e1ee03b4ce68e42455c2007d519,
        _:N61d5ebaa8a644456816b791c8c32a7a9,
        _:N77853d3cd58045e4bf14d13c501da8fb,
        _:N91f97fe0d9794ea8bdbd1c881f493052,
        _:Na45a30be741043d5b54d1dba5e818693,
        _:Nad6bcecaea604c528cc6e296627ec3b1,
        _:Nb1cb6057f23a4c98be407a08e9930397,
        _:Nc15bbb1b778e4ac0b2a12a4545caa254 .

