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

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

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

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

<event/38> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 4 (Nov 02, 2008)" .

<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/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 .

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

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

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

<org/453#subject> schema:name "BubbleRecords"@en,
        "BubbleRecords"@ja,
        "BubbleRecords"@ja-latn ;
    foaf:name "BubbleRecords"@en,
        "BubbleRecords"@ja,
        "BubbleRecords"@ja-latn .

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

<https://medium-media.vgm.io/albums/97/11179/11179-1228050402.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/11179#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-02"^^xsd:date ;
    dcterms:title "Re:+"@en,
        "Re:+"@ja,
        "Re:+"@ja-latn ;
    mo:catalogue_number "BB-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11179#musicalexpression> ;
    mo:publisher <org/453#subject> ;
    mo:record _:N188335c25519493490681e67b385626a ;
    mo:record_count 1 ;
    mo:release <event/38> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:datePublished "2008-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/11179/11179-1228050402.jpg> ;
    schema:name "Re:+"@en,
        "Re:+"@ja,
        "Re:+"@ja-latn ;
    schema:publisher <org/453#subject> ;
    foaf:depiction <https://media.vgm.io/albums/97/11179/11179-1228050402.jpg> .

_:N48756c379d044cf18e0362b17d3897bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vengeance of The water"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:54"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Vengeance of The water"@en .

_:N6756916a9dca433d80a060c9be3f97ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goblin Girl"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:56"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Goblin Girl"@en .

_:N8500646739af4bb0ba622103d674bc3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silence Blood"@en ;
    mo:track_number 7 ;
    schema:duration "PT7:18"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Silence Blood"@en .

_:Nc4abb877d7544aacad948dfeecc92d31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ICE Lover"@en ;
    mo:track_number 6 ;
    schema:duration "PT6:18"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "ICE Lover"@en .

_:Ncdde71d06ef744cf82349bce4694770b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Letter from Ghost town"@en ;
    mo:track_number 4 ;
    schema:duration "PT8:08"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Letter from Ghost town"@en .

_:Nd4811f6ab13441fc91b173e2ff8a8a75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kero-chang Core"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:45"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Kero-chang Core"@en .

_:Ne5998718d565419baf8fb742f976f573 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hell for Frandle"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:16"^^xsd:interval ;
    schema:inPlaylist _:N188335c25519493490681e67b385626a ;
    schema:name "Hell for Frandle"@en .

_:N188335c25519493490681e67b385626a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N48756c379d044cf18e0362b17d3897bf,
        _:N6756916a9dca433d80a060c9be3f97ee,
        _:N8500646739af4bb0ba622103d674bc3d,
        _:Nc4abb877d7544aacad948dfeecc92d31,
        _:Ncdde71d06ef744cf82349bce4694770b,
        _:Nd4811f6ab13441fc91b173e2ff8a8a75,
        _:Ne5998718d565419baf8fb742f976f573 ;
    mo:track_count 7 ;
    schema:duration "PT49:35"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N48756c379d044cf18e0362b17d3897bf,
        _:N6756916a9dca433d80a060c9be3f97ee,
        _:N8500646739af4bb0ba622103d674bc3d,
        _:Nc4abb877d7544aacad948dfeecc92d31,
        _:Ncdde71d06ef744cf82349bce4694770b,
        _:Nd4811f6ab13441fc91b173e2ff8a8a75,
        _:Ne5998718d565419baf8fb742f976f573 .

