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

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

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

<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/497#subject> a schema:CreativeWork ;
    schema:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn ;
    foaf:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn .

<album/24320#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/24320#musicalwork> ;
    schema:name "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn .

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

<album/24320#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn ;
    mo:performance_of <album/24320#musicalwork> ;
    mo:recorded_as <album/24320#musicalexpression> ;
    schema:name "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn ;
    schema:workPerformed <album/24320#musicalwork> .

<org/497#subject> schema:name "xi-on"@en,
        "彩音 ～xi-on～"@ja,
        "xi-on"@ja-latn ;
    foaf:name "xi-on"@en,
        "彩音 ～xi-on～"@ja,
        "xi-on"@ja-latn .

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

<https://medium-media.vgm.io/albums/02/24320/24320-1298987304.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/24320#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-03-13"^^xsd:date ;
    dcterms:title "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn ;
    mo:catalogue_number "XITH-0009" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24320#musicalexpression> ;
    mo:publisher <org/497#subject> ;
    mo:record _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/497#subject> ;
    schema:datePublished "2011-03-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/02/24320/24320-1298987304.jpg> ;
    schema:name "Touhou Shisou 8th Spell -Light of Nature-"@en,
        "東方志奏 8th Spell -Light of Nature-"@ja,
        "Touhou Shisou 8th Spell -Light of Nature-"@ja-latn ;
    schema:publisher <org/497#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/24320/24320-1298987304.jpg> .

_:N15cb51834cd8446f9df422e2c76ee05e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖魔夜行"@ja,
        "Youma Yakou"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "妖魔夜行"@ja,
        "Youma Yakou"@ja-latn .

_:N292d5e3d55dc4f239590a7bdab9b1d7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春の氷精"@ja,
        "Haru no Koori Sei"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "春の氷精"@ja,
        "Haru no Koori Sei"@ja-latn .

_:N2e1097d2977d455c9640fb768a67e43a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "年中夢中の好奇心"@ja,
        "Nenjuu Muchuu no Koukishin"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "年中夢中の好奇心"@ja,
        "Nenjuu Muchuu no Koukishin"@ja-latn .

_:N3e31f8e22b2d492090dbfd54a9a4be5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻視の夜　～ Ghostly Eyes"@ja,
        "Genshi no Yoru ~ Ghostly Eyes"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "幻視の夜　～ Ghostly Eyes"@ja,
        "Genshi no Yoru ~ Ghostly Eyes"@ja-latn .

_:N497e328d839f4cc381dc4f015ecc8eed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Fairy"@ja,
        "Ice Fairy"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "Ice Fairy"@ja,
        "Ice Fairy"@ja-latn .

_:N836ebd759bb84899a95d94b6b7814d9d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Bird"@ja,
        "Night Bird"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "Night Bird"@ja,
        "Night Bird"@ja-latn .

_:Nf3e367e9c5fd44e1bee06f0aa1b23b52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "メイガスナイト"@ja,
        "Magus Night"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Ne5b437950eca4778b71ce4d53d17ff7e ;
    schema:name "メイガスナイト"@ja,
        "Magus Night"@ja-latn .

_:Ne5b437950eca4778b71ce4d53d17ff7e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N15cb51834cd8446f9df422e2c76ee05e,
        _:N292d5e3d55dc4f239590a7bdab9b1d7e,
        _:N2e1097d2977d455c9640fb768a67e43a,
        _:N3e31f8e22b2d492090dbfd54a9a4be5f,
        _:N497e328d839f4cc381dc4f015ecc8eed,
        _:N836ebd759bb84899a95d94b6b7814d9d,
        _:Nf3e367e9c5fd44e1bee06f0aa1b23b52 ;
    mo:track_count 7 ;
    schema:duration "PT27:40"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N15cb51834cd8446f9df422e2c76ee05e,
        _:N292d5e3d55dc4f239590a7bdab9b1d7e,
        _:N2e1097d2977d455c9640fb768a67e43a,
        _:N3e31f8e22b2d492090dbfd54a9a4be5f,
        _:N497e328d839f4cc381dc4f015ecc8eed,
        _:N836ebd759bb84899a95d94b6b7814d9d,
        _:Nf3e367e9c5fd44e1bee06f0aa1b23b52 .

