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

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

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

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

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

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

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

<album/14199#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Samurai Strikes Back !!"@en,
        "Samurai Strikes Back !!"@ja,
        "Samurai Strikes Back !!"@ja-latn ;
    mo:performance_of <album/14199#musicalwork> ;
    mo:recorded_as <album/14199#musicalexpression> ;
    schema:name "Samurai Strikes Back !!"@en,
        "Samurai Strikes Back !!"@ja,
        "Samurai Strikes Back !!"@ja-latn ;
    schema:workPerformed <album/14199#musicalwork> .

<org/489#subject> schema:name "ZANN"@en,
        "斬"@ja,
        "ZANN"@ja-latn ;
    foaf:name "ZANN"@en,
        "斬"@ja,
        "ZANN"@ja-latn .

<https://media.vgm.io/albums/99/14199/14199-1245868154.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/14199#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/99/14199/14199-1245868154.png> ;
    foaf:depicts <album/14199#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/99/14199/14199-1245868154.png> .

<https://medium-media.vgm.io/albums/99/14199/14199-1245868154.png> a schema:ImageObject,
        foaf:Image .

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

<album/14199#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "Samurai Strikes Back !!"@en,
        "Samurai Strikes Back !!"@ja,
        "Samurai Strikes Back !!"@ja-latn ;
    mo:catalogue_number "ZNCD-006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14199#musicalexpression> ;
    mo:publisher <org/489#subject> ;
    mo:record _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/99/14199/14199-1245868154.png> ;
    schema:name "Samurai Strikes Back !!"@en,
        "Samurai Strikes Back !!"@ja,
        "Samurai Strikes Back !!"@ja-latn ;
    schema:publisher <org/489#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/14199/14199-1245868154.png> .

_:N02b85b7a093f4849b0c33518306e138e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "魔窟"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "魔窟"@ja .

_:N29aad819d48b4ba49e32552f6c5fb6a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "還るべき場所"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "還るべき場所"@ja .

_:N2a22e33dd6da4a4e98ad8bb3bc2e60c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅華協奏曲"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "紅華協奏曲"@ja .

_:N5bd3dd53792b41e286148d8abc677836 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最期の闘い"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "最期の闘い"@ja .

_:N8e1d43993ee442edac6354035e00dc20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅き門"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "紅き門"@ja .

_:N94cae5b342464719ae64f07c0fb669e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "湖畔"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "湖畔"@ja .

_:Nb3fb26b59e5146248a929aff404df82b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "異国情緒"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "異国情緒"@ja .

_:Nc06f62c1885842d584a711a56ba57364 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悲恋歌"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "悲恋歌"@ja .

_:Nca837fd3a23646e69e13d5a9e16738a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "氷雨"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N1efec3833ffd46168cc83e6f02e98ff7 ;
    schema:name "氷雨"@ja .

_:N1efec3833ffd46168cc83e6f02e98ff7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02b85b7a093f4849b0c33518306e138e,
        _:N29aad819d48b4ba49e32552f6c5fb6a3,
        _:N2a22e33dd6da4a4e98ad8bb3bc2e60c2,
        _:N5bd3dd53792b41e286148d8abc677836,
        _:N8e1d43993ee442edac6354035e00dc20,
        _:N94cae5b342464719ae64f07c0fb669e0,
        _:Nb3fb26b59e5146248a929aff404df82b,
        _:Nc06f62c1885842d584a711a56ba57364,
        _:Nca837fd3a23646e69e13d5a9e16738a8 ;
    mo:track_count 9 ;
    schema:duration "PT24:33"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N02b85b7a093f4849b0c33518306e138e,
        _:N29aad819d48b4ba49e32552f6c5fb6a3,
        _:N2a22e33dd6da4a4e98ad8bb3bc2e60c2,
        _:N5bd3dd53792b41e286148d8abc677836,
        _:N8e1d43993ee442edac6354035e00dc20,
        _:N94cae5b342464719ae64f07c0fb669e0,
        _:Nb3fb26b59e5146248a929aff404df82b,
        _:Nc06f62c1885842d584a711a56ba57364,
        _:Nca837fd3a23646e69e13d5a9e16738a8 .

