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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15411#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/15411#composition>,
        <album/15411#subject> ;
    foaf:name "U2"@en .

<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/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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

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

<album/15411#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn ;
    mo:performance_of <album/15411#musicalwork> ;
    mo:recorded_as <album/15411#musicalexpression> ;
    schema:name "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn ;
    schema:workPerformed <album/15411#musicalwork> .

<org/300#subject> schema:name "PHOENIX Project"@en,
        "PHOENIX Project"@ja,
        "PHOENIX Project"@ja-latn ;
    foaf:name "PHOENIX Project"@en,
        "PHOENIX Project"@ja,
        "PHOENIX Project"@ja-latn .

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

<https://medium-media.vgm.io/albums/11/15411/15411-1253574432.jpg> a schema:ImageObject,
        foaf:Image .

<album/15411#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/15411#musicalwork> ;
    schema:name "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn .

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

<album/15411#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-07-15"^^xsd:date ;
    dcterms:title "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn ;
    mo:catalogue_number "PPCD-0902" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15411#musicalexpression> ;
    mo:publisher <org/300#subject> ;
    mo:record _:Na4214faab6924280807b3259e3b61cf0 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/37#subject> ;
    schema:datePublished "2009-07-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/11/15411/15411-1253574432.jpg> ;
    schema:name "Scarlet Inferno"@en,
        "Scarlet Inferno"@ja,
        "Scarlet Inferno"@ja-latn ;
    schema:publisher <org/300#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/15411/15411-1253574432.jpg> .

_:N0520b565abb043cd82c8a76a1ce988d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Remote"@en,
        "ラストリモート"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Last Remote"@en,
        "ラストリモート"@ja .

_:N2a12b927d6724213a55431dd9ad9f196 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beloved Tomboyish Girl"@en,
        "おてんば恋娘"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Beloved Tomboyish Girl"@en,
        "おてんば恋娘"@ja .

_:N350f355decad446896899470bd1cd8d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Broken Moon"@en,
        "砕月"@ja ;
    mo:track_number 7 ;
    schema:duration "PT7:48"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Broken Moon"@en,
        "砕月"@ja .

_:N376113cd366b4361b70b3a08a8cc7eef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Apparitions Stalk the Night"@en,
        "夜魔夜行"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Apparitions Stalk the Night"@en,
        "夜魔夜行"@ja .

_:N4f4efe6c87514b62be45559a512d79e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Teahouse"@en,
        "上海紅茶館"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Shanghai Teahouse"@en,
        "上海紅茶館"@ja .

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

_:N87540dd48f9e4a33a2e1a97b9e01fcbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson Belvedere"@en,
        "紅楼"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Crimson Belvedere"@en,
        "紅楼"@ja .

_:N895188510bf84d99b58d0538600678d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyage 1969"@en,
        "ヴォヤージュ1969"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:07"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Voyage 1969"@en,
        "ヴォヤージュ1969"@ja .

_:N8bec7f620c004fba9824f915a25b7829 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lunar Clock ~ Lunar Dial"@en,
        "月時計 - ルナ・ダイアル"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Lunar Clock ~ Lunar Dial"@en,
        "月時計 - ルナ・ダイアル"@ja .

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

_:Nbbd0ca38b0d1439987466ee5d3db761e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eiyashou"@en,
        "永夜抄"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Eiyashou"@en,
        "永夜抄"@ja .

_:Ne362dd1b9361416dbe3671725fdef317 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gensokyo Millennium 2006"@en,
        "千年幻想郷2006"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "Gensokyo Millennium 2006"@en,
        "千年幻想郷2006"@ja .

_:Neba40b5db9b54f568f76a112148519a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Soul As Red As a Ground Cherry"@en,
        "ほおずきみたいに紅い魂"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:Na4214faab6924280807b3259e3b61cf0 ;
    schema:name "A Soul As Red As a Ground Cherry"@en,
        "ほおずきみたいに紅い魂"@ja .

_:Na4214faab6924280807b3259e3b61cf0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0520b565abb043cd82c8a76a1ce988d1,
        _:N2a12b927d6724213a55431dd9ad9f196,
        _:N350f355decad446896899470bd1cd8d4,
        _:N376113cd366b4361b70b3a08a8cc7eef,
        _:N4f4efe6c87514b62be45559a512d79e9,
        _:N7f32bf5f092440fc84183154986e9841,
        _:N87540dd48f9e4a33a2e1a97b9e01fcbe,
        _:N895188510bf84d99b58d0538600678d8,
        _:N8bec7f620c004fba9824f915a25b7829,
        _:N9b41089750ae4c12ae69a6a332794edd,
        _:Nbbd0ca38b0d1439987466ee5d3db761e,
        _:Ne362dd1b9361416dbe3671725fdef317,
        _:Neba40b5db9b54f568f76a112148519a2 ;
    mo:track_count 13 ;
    schema:duration "PT57:16"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0520b565abb043cd82c8a76a1ce988d1,
        _:N2a12b927d6724213a55431dd9ad9f196,
        _:N350f355decad446896899470bd1cd8d4,
        _:N376113cd366b4361b70b3a08a8cc7eef,
        _:N4f4efe6c87514b62be45559a512d79e9,
        _:N7f32bf5f092440fc84183154986e9841,
        _:N87540dd48f9e4a33a2e1a97b9e01fcbe,
        _:N895188510bf84d99b58d0538600678d8,
        _:N8bec7f620c004fba9824f915a25b7829,
        _:N9b41089750ae4c12ae69a6a332794edd,
        _:Nbbd0ca38b0d1439987466ee5d3db761e,
        _:Ne362dd1b9361416dbe3671725fdef317,
        _:Neba40b5db9b54f568f76a112148519a2 .

