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

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

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

<event/146> a mo:Release ;
    schema:name "Released at Comic Market 81 (Dec 29, 2011 to Dec 31, 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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<album/31707#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/31707#musicalwork> ;
    schema:name "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/70/31707/31707-1329696535.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31707#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn ;
    mo:performance_of <album/31707#musicalwork> ;
    mo:performer <artist/2416#subject> ;
    mo:recorded_as <album/31707#musicalexpression> ;
    schema:byArtist <artist/2416#subject> ;
    schema:name "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn ;
    schema:workPerformed <album/31707#musicalwork> .

<artist/2416#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31707#performance> ;
    schema:name "ichigo"@en ;
    foaf:name "ichigo"@en .

<album/31707#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-30"^^xsd:date ;
    dcterms:title "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31707#musicalexpression> ;
    mo:publisher _:Nc317b16a4a4e4c6eb51cdba607bd7695 ;
    mo:record _:N9250f952a4df41d387c2576bfe9919b1 ;
    mo:record_count 1 ;
    mo:release <event/146> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/29#subject> ;
    schema:byArtist <artist/2416#subject> ;
    schema:datePublished "2011-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/31707/31707-1329696535.jpg> ;
    schema:name "Kuru Ichigo"@en,
        "くるいちご"@ja,
        "Kuru Ichigo"@ja-latn ;
    schema:publisher _:Nc317b16a4a4e4c6eb51cdba607bd7695 ;
    foaf:depiction <https://media.vgm.io/albums/70/31707/31707-1329696535.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "TAKEGON"@en ;
    foaf:made <album/31707#subject> ;
    foaf:name "TAKEGON"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "TAKEGON"@en ;
    foaf:made <album/31707#lyrics> ;
    foaf:name "TAKEGON"@en .

_:N044635e2e171425ab1c3cfdc46934797 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "みなみのひとつ星"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "みなみのひとつ星"@ja .

_:N08dd5b8a85854c4e972a2bf3e4351370 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ほんとうの光"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "ほんとうの光"@ja .

_:N44fdc8945d7744468b9fce3b5bd09347 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢現"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "夢現"@ja .

_:N497e80411c1b457288dc1d34edeca628 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "飛べ!"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "飛べ!"@ja .

_:N6e0c3e8838914477a3568fde2ce1ebe0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "海に咲くすずらん"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "海に咲くすずらん"@ja .

_:N749d0a93b47d4d1faf929bb2d894f95f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "大事なものはしまっておけばいいんじゃない？"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "大事なものはしまっておけばいいんじゃない？"@ja .

_:Nc317b16a4a4e4c6eb51cdba607bd7695 schema:name "Crazy Berry"@en ;
    foaf:name "Crazy Berry"@en .

_:Nea40692ecd514abc99071b0da1f41b18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "どれきはのま"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9250f952a4df41d387c2576bfe9919b1 ;
    schema:name "どれきはのま"@ja .

_:N9250f952a4df41d387c2576bfe9919b1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N044635e2e171425ab1c3cfdc46934797,
        _:N08dd5b8a85854c4e972a2bf3e4351370,
        _:N44fdc8945d7744468b9fce3b5bd09347,
        _:N497e80411c1b457288dc1d34edeca628,
        _:N6e0c3e8838914477a3568fde2ce1ebe0,
        _:N749d0a93b47d4d1faf929bb2d894f95f,
        _:Nea40692ecd514abc99071b0da1f41b18 ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N044635e2e171425ab1c3cfdc46934797,
        _:N08dd5b8a85854c4e972a2bf3e4351370,
        _:N44fdc8945d7744468b9fce3b5bd09347,
        _:N497e80411c1b457288dc1d34edeca628,
        _:N6e0c3e8838914477a3568fde2ce1ebe0,
        _:N749d0a93b47d4d1faf929bb2d894f95f,
        _:Nea40692ecd514abc99071b0da1f41b18 .

