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

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

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<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/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/20501#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/20501#musicalwork> ;
    schema:name "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/10/20501/20501-1280768459.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20501#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn ;
    mo:performance_of <album/20501#musicalwork> ;
    mo:performer <artist/2482#subject> ;
    mo:recorded_as <album/20501#musicalexpression> ;
    schema:byArtist <artist/2482#subject> ;
    schema:name "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn ;
    schema:workPerformed <album/20501#musicalwork> .

<artist/2482#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/20501#performance> ;
    schema:name "Rage Kisaragi"@en,
        "如月玲司"@ja ;
    foaf:name "Rage Kisaragi"@en,
        "如月玲司"@ja .

<album/20501#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn ;
    mo:catalogue_number "ZNCD-018" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20501#musicalexpression> ;
    mo:publisher <org/489#subject> ;
    mo:record _:N7af7383b92534e7aa12c7e4e7181a21f ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:byArtist <artist/2482#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/20501/20501-1280768459.jpg> ;
    schema:name "Strings of Phantasm"@en,
        "Strings of Phantasm"@ja,
        "Strings of Phantasm"@ja-latn ;
    schema:publisher <org/489#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/20501/20501-1280768459.jpg> .

_:N31ef634e8c9d477a841795d735124c03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love-Colored Master Spark"@en,
        "恋色マスタースパーク"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Love-Colored Master Spark"@en,
        "恋色マスタースパーク"@ja .

_:N350aac12fe8d421185157f1284415972 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultimate Truth"@en,
        "アルティメット トゥルース"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Ultimate Truth"@en,
        "アルティメット トゥルース"@ja .

_:N5027aae9afd5446e8b162d336659594f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fall of Fall"@en,
        "フォール オブ フォール"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Fall of Fall"@en,
        "フォール オブ フォール"@ja .

_:N5eaa52988df6436bb146feca16ee098e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Diao ye zong"@en,
        "ティアオイエツォン"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Diao ye zong"@en,
        "ティアオイエツォン"@ja .

_:N6dd6045714664008943c9a6691835c0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Maiden's Illusionary Funeral"@en,
        "少女幻葬"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "A Maiden's Illusionary Funeral"@en,
        "少女幻葬"@ja .

_:Nc6dbbf882c8547ee8a7f892afbed0b95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Illusionary Night"@en,
        "幻視の夜"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Illusionary Night"@en,
        "幻視の夜"@ja .

_:Nd20dd685eb6e4010bfba3b468be5d56c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja .

_:Ndc8810bcd6474123b851d92a096f78b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U.N. Owen was her?"@en,
        "U.N.オーエンは彼女なのか？"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "U.N. Owen was her?"@en,
        "U.N.オーエンは彼女なのか？"@ja .

_:Ned77dcf6e0b249e7989260cdeefff1fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperishable Night"@en,
        "永夜抄"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Imperishable Night"@en,
        "永夜抄"@ja .

_:Nf04f686587264be28a2f9fe8383a2151 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maiden's Capriccio"@en,
        "少女綺想曲"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7af7383b92534e7aa12c7e4e7181a21f ;
    schema:name "Maiden's Capriccio"@en,
        "少女綺想曲"@ja .

_:N7af7383b92534e7aa12c7e4e7181a21f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N31ef634e8c9d477a841795d735124c03,
        _:N350aac12fe8d421185157f1284415972,
        _:N5027aae9afd5446e8b162d336659594f,
        _:N5eaa52988df6436bb146feca16ee098e,
        _:N6dd6045714664008943c9a6691835c0e,
        _:Nc6dbbf882c8547ee8a7f892afbed0b95,
        _:Nd20dd685eb6e4010bfba3b468be5d56c,
        _:Ndc8810bcd6474123b851d92a096f78b0,
        _:Ned77dcf6e0b249e7989260cdeefff1fb,
        _:Nf04f686587264be28a2f9fe8383a2151 ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N31ef634e8c9d477a841795d735124c03,
        _:N350aac12fe8d421185157f1284415972,
        _:N5027aae9afd5446e8b162d336659594f,
        _:N5eaa52988df6436bb146feca16ee098e,
        _:N6dd6045714664008943c9a6691835c0e,
        _:Nc6dbbf882c8547ee8a7f892afbed0b95,
        _:Nd20dd685eb6e4010bfba3b468be5d56c,
        _:Ndc8810bcd6474123b851d92a096f78b0,
        _:Ned77dcf6e0b249e7989260cdeefff1fb,
        _:Nf04f686587264be28a2f9fe8383a2151 .

