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

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

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

<artist/2486#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86942#subject> ;
    schema:name "NYO"@en ;
    foaf:made <album/86942#composition>,
        <album/86942#subject> ;
    foaf:name "NYO"@en .

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

<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/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/2491#subject> a schema:CreativeWork ;
    schema:name "Danmaku Amanojaku ~ Impossible Spell Card."@en,
        "弾幕アマノジャク　～ Impossible Spell Card."@ja,
        "Danmaku Amanojaku ~ Impossible Spell Card."@ja-latn ;
    foaf:name "Danmaku Amanojaku ~ Impossible Spell Card."@en,
        "弾幕アマノジャク　～ Impossible Spell Card."@ja,
        "Danmaku Amanojaku ~ Impossible Spell Card."@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/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/86942#musicalexpression> a mo:Signal ;
    mo:published_as <album/86942#subject> ;
    mo:records <album/86942#performance> .

<org/102#subject> schema:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn ;
    foaf:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn .

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

<https://medium-media.vgm.io/albums/24/86942/86942-1558597487.jpg> a schema:ImageObject,
        foaf:Image .

<album/86942#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/2486#subject> ;
    mo:produced_work <album/86942#musicalwork> ;
    schema:name "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn .

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

<artist/13430#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "Sariyajin"@en,
        "サリヤ人"@ja ;
    foaf:name "Sariyajin"@en,
        "サリヤ人"@ja .

<artist/4704#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "Aki"@en,
        "アキ"@ja ;
    foaf:made <album/86942#lyrics>,
        <album/86942#subject> ;
    foaf:name "Aki"@en,
        "アキ"@ja .

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

<album/86942#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn ;
    mo:performance_of <album/86942#musicalwork> ;
    mo:performer _:N1186d24b0a324ad4ba0404425ab6ea30,
        _:N6b7f1ebf9c6a45128143ce74d507d298,
        _:N7382909954014d4cbea7ba06441a0394,
        _:Nb24b7e19481f4cd7ab6bcd45efa0533a,
        _:Nbfcc727ec65042d5b229862a72ddbd28,
        _:Ne09c24e9aa92482baddcf8f0d0ed20aa,
        <artist/13430#subject>,
        <artist/4704#subject> ;
    mo:recorded_as <album/86942#musicalexpression> ;
    schema:byArtist _:N1186d24b0a324ad4ba0404425ab6ea30,
        _:N6b7f1ebf9c6a45128143ce74d507d298,
        _:N7382909954014d4cbea7ba06441a0394,
        _:Nb24b7e19481f4cd7ab6bcd45efa0533a,
        _:Nbfcc727ec65042d5b229862a72ddbd28,
        _:Ne09c24e9aa92482baddcf8f0d0ed20aa,
        <artist/13430#subject>,
        <artist/4704#subject> ;
    schema:name "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn ;
    schema:workPerformed <album/86942#musicalwork> .

<album/86942#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-08-16"^^xsd:date ;
    dcterms:title "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn ;
    mo:catalogue_number "SFNC-0043" ;
    mo:media_type "CD" ;
    mo:publication_of <album/86942#musicalexpression> ;
    mo:publisher <org/102#subject> ;
    mo:record _:Neda94804efd84da38c1d0cf5531ec690 ;
    mo:record_count 1 ;
    mo:release <event/171> ;
    schema:about <product/1948#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/2491#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "SAYA"@en ;
            foaf:name "SAYA"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Miriru"@en ;
            foaf:name "Miriru"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "maicoro-phone"@en ;
            foaf:name "maicoro-phone"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "SARA"@en ;
            foaf:name "SARA"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sakichi"@en ;
            foaf:name "Sakichi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Hikaru"@en ;
            foaf:name "Hikaru"@en ],
        <artist/13430#subject>,
        <artist/4704#subject> ;
    schema:datePublished "2014-08-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/24/86942/86942-1558597487.jpg> ;
    schema:name "Kanjou Execution"@en,
        "感情エグゼキュージョン"@ja,
        "Kanjou Execution"@ja-latn ;
    schema:publisher <org/102#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/86942/86942-1558597487.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "maicoro-phone"@en ;
    foaf:made <album/86942#subject> ;
    foaf:name "maicoro-phone"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "maicoro-phone"@en ;
    foaf:made <album/86942#lyrics> ;
    foaf:name "maicoro-phone"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Shibainu-P ▽・×・▽"@en ;
    foaf:made <album/86942#lyrics> ;
    foaf:name "Shibainu-P ▽・×・▽"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Shibainu-P ▽・×・▽"@en ;
    foaf:made <album/86942#subject> ;
    foaf:name "Shibainu-P ▽・×・▽"@en .

_:N0bcc88d31fa6471da8ac24d1f035a612 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "感情エグゼキュージョン"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "感情エグゼキュージョン"@ja .

_:N1186d24b0a324ad4ba0404425ab6ea30 a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "Hikaru"@en ;
    foaf:name "Hikaru"@en .

_:N2823bf29d1254b0a93c354acdc28ad14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "輝いた月の彼方に"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "輝いた月の彼方に"@ja .

_:N2ab698dbb7f9425385a520ec4e14d543 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dimension Dive"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "Dimension Dive"@ja .

_:N6a4070104404424a841a52cca8f91945 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢幻の蒼空"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "夢幻の蒼空"@ja .

_:N6b7f1ebf9c6a45128143ce74d507d298 a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "Miriru"@en ;
    foaf:name "Miriru"@en .

_:N7382909954014d4cbea7ba06441a0394 a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "SARA"@en ;
    foaf:name "SARA"@en .

_:N7c601ad730014c4ebafa9fbebc1625a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memorial for you"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "Memorial for you"@ja .

_:N7f14b7b5e01f476295cd4089c9914436 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red end"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "Red end"@ja .

_:Na87f0de40b3d4ac8abf34bda5cc8a51c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Keep My Wish"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "Keep My Wish"@ja .

_:Nb24b7e19481f4cd7ab6bcd45efa0533a a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "maicoro-phone"@en ;
    foaf:name "maicoro-phone"@en .

_:Nbfcc727ec65042d5b229862a72ddbd28 a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "Sakichi"@en ;
    foaf:name "Sakichi"@en .

_:Nd569765a642e48e3840e2b27b5dffd0d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summer halation"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "Summer halation"@ja .

_:Ne09c24e9aa92482baddcf8f0d0ed20aa a schema:Person,
        foaf:Person ;
    mo:performed <album/86942#performance> ;
    schema:name "SAYA"@en ;
    foaf:name "SAYA"@en .

_:Necd002a6565844328c5f89cee69863e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sky"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Neda94804efd84da38c1d0cf5531ec690 ;
    schema:name "sky"@ja .

_:Neda94804efd84da38c1d0cf5531ec690 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0bcc88d31fa6471da8ac24d1f035a612,
        _:N2823bf29d1254b0a93c354acdc28ad14,
        _:N2ab698dbb7f9425385a520ec4e14d543,
        _:N6a4070104404424a841a52cca8f91945,
        _:N7c601ad730014c4ebafa9fbebc1625a4,
        _:N7f14b7b5e01f476295cd4089c9914436,
        _:Na87f0de40b3d4ac8abf34bda5cc8a51c,
        _:Nd569765a642e48e3840e2b27b5dffd0d,
        _:Necd002a6565844328c5f89cee69863e3 ;
    mo:track_count 9 ;
    schema:duration "PT33:55"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0bcc88d31fa6471da8ac24d1f035a612,
        _:N2823bf29d1254b0a93c354acdc28ad14,
        _:N2ab698dbb7f9425385a520ec4e14d543,
        _:N6a4070104404424a841a52cca8f91945,
        _:N7c601ad730014c4ebafa9fbebc1625a4,
        _:N7f14b7b5e01f476295cd4089c9914436,
        _:Na87f0de40b3d4ac8abf34bda5cc8a51c,
        _:Nd569765a642e48e3840e2b27b5dffd0d,
        _:Necd002a6565844328c5f89cee69863e3 .

