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

<artist/4683#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshiha"@en,
        "芳葉"@ja ;
    foaf:made <album/9820#lyrics>,
        <album/9820#subject> ;
    foaf:name "Yoshiha"@en,
        "芳葉"@ja .

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

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

<event/9> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 4 (May 20, 2007)" .

<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/9820#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/9820#musicalwork> ;
    schema:name "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn .

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

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

<org/190#subject> schema:name "Yellow Zebra"@en,
        "Yellow Zebra"@ja,
        "Yellow Zebra"@ja-latn ;
    foaf:name "Yellow Zebra"@en,
        "Yellow Zebra"@ja,
        "Yellow Zebra"@ja-latn .

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

<https://medium-media.vgm.io/albums/02/9820/9820-f475ad7df3d5.png> a schema:ImageObject,
        foaf:Image .

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

<artist/4684#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9820#performance> ;
    schema:name "ucchi"@en,
        "うっちー"@ja ;
    foaf:name "ucchi"@en,
        "うっちー"@ja .

<artist/4685#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9820#performance> ;
    schema:name "Yuki Fujimiya"@en,
        "藤宮ゆき"@ja ;
    foaf:name "Yuki Fujimiya"@en,
        "藤宮ゆき"@ja .

<album/9820#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn ;
    mo:performance_of <album/9820#musicalwork> ;
    mo:performer <artist/4684#subject>,
        <artist/4685#subject> ;
    mo:recorded_as <album/9820#musicalexpression> ;
    schema:byArtist <artist/4684#subject>,
        <artist/4685#subject> ;
    schema:name "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn ;
    schema:workPerformed <album/9820#musicalwork> .

<album/9820#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn ;
    mo:catalogue_number "YZCD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9820#musicalexpression> ;
    mo:publisher <org/190#subject> ;
    mo:record _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:byArtist <artist/4684#subject>,
        <artist/4685#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/02/9820/9820-f475ad7df3d5.png> ;
    schema:name "Toho Hosenka ~Sound of Chord~"@en,
        "東方蓬千歌～Sound of Chord～"@ja,
        "Toho Hosenka ~Sound of Chord~"@ja-latn ;
    schema:publisher <org/190#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/9820/9820-f475ad7df3d5.png> .

_:N2117cd412a284f6aa82d4a14c728aee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight Septet"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "Moonlight Septet"@ja .

_:N55b275257263422d81f0344c66dacbf6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月の旋律"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "月の旋律"@ja .

_:N70167c5fc8e74025ac5dbae0517dba90 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shooting Star"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "Shooting Star"@ja .

_:N7f7f167276394a3fbc976cde21965fe4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "境界ファンタジア"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "境界ファンタジア"@ja .

_:N9faca3db299f477e9f5098d7948597aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dancing Step"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "Dancing Step"@ja .

_:Ncb10c13f1ea24abc92e7be50e5516929 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅い月"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "紅い月"@ja .

_:Ne830fc61e7964eec97b4161be9819a6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永遠のメロディ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "永遠のメロディ"@ja .

_:Ned62d624e6514bf3a39827aaf036d4c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハッピー☆サンデー"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N2ea33bac299e476cb037ee0a7eb43a68 ;
    schema:name "ハッピー☆サンデー"@ja .

_:N2ea33bac299e476cb037ee0a7eb43a68 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2117cd412a284f6aa82d4a14c728aee5,
        _:N55b275257263422d81f0344c66dacbf6,
        _:N70167c5fc8e74025ac5dbae0517dba90,
        _:N7f7f167276394a3fbc976cde21965fe4,
        _:N9faca3db299f477e9f5098d7948597aa,
        _:Ncb10c13f1ea24abc92e7be50e5516929,
        _:Ne830fc61e7964eec97b4161be9819a6e,
        _:Ned62d624e6514bf3a39827aaf036d4c6 ;
    mo:track_count 8 ;
    schema:duration "PT33:52"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N2117cd412a284f6aa82d4a14c728aee5,
        _:N55b275257263422d81f0344c66dacbf6,
        _:N70167c5fc8e74025ac5dbae0517dba90,
        _:N7f7f167276394a3fbc976cde21965fe4,
        _:N9faca3db299f477e9f5098d7948597aa,
        _:Ncb10c13f1ea24abc92e7be50e5516929,
        _:Ne830fc61e7964eec97b4161be9819a6e,
        _:Ned62d624e6514bf3a39827aaf036d4c6 .

