@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 _:N8fc1ba572b5d494db6066969737d8959,
        <artist/45796#subject>,
        <artist/49526#subject> ;
    mo:recorded_as <album/57421#musicalexpression> ;
    schema:byArtist _:N8fc1ba572b5d494db6066969737d8959,
        <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 _:N1dacac8310b4439f845d01774861415f ;
    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#subject> ;
    foaf:name "サカツ"@en .

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

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

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

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

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

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

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

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

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

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

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

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

_:N1dacac8310b4439f845d01774861415f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N274e89746d9a4d13b48a14dfe86d1543,
        _:N3a49d06043e24c8e88419e4a7f49e745,
        _:N3ddb51c457104c4bb95606d10d0fe71d,
        _:N49554bf4a4684e4ba26d960f9cca54c0,
        _:N4d432f1f66d54c4ab1173717880f572f,
        _:N638649b5f1734e21b4f72b9918452f90,
        _:N7d2acbd9afbf4d26b6c9166e2ee3857d,
        _:N809ddf7429e24f14b549d5b4cd42ea87,
        _:Na744b33d53764af5a06354c8534f56a4,
        _:Nc327f115bf9c4592ac36bee44d75ea46 ;
    mo:track_count 10 ;
    schema:duration "PT42:46"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N274e89746d9a4d13b48a14dfe86d1543,
        _:N3a49d06043e24c8e88419e4a7f49e745,
        _:N3ddb51c457104c4bb95606d10d0fe71d,
        _:N49554bf4a4684e4ba26d960f9cca54c0,
        _:N4d432f1f66d54c4ab1173717880f572f,
        _:N638649b5f1734e21b4f72b9918452f90,
        _:N7d2acbd9afbf4d26b6c9166e2ee3857d,
        _:N809ddf7429e24f14b549d5b4cd42ea87,
        _:Na744b33d53764af5a06354c8534f56a4,
        _:Nc327f115bf9c4592ac36bee44d75ea46 .

