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

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

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

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

<artist/2486#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9845#subject> ;
    schema:name "NYO"@en ;
    foaf:made <album/9845#composition>,
        <album/9845#subject> ;
    foaf:name "NYO"@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 .

<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/9845#musicalexpression> a mo:Signal ;
    mo:published_as <album/9845#subject> ;
    mo:records <album/9845#performance> .

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

<org/102#subject> schema:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn ;
    foaf:name "Silver Forest"@en,
        "Silver Forest"@ja,
        "Silver Forest"@ja-latn .

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

<https://medium-media.vgm.io/albums/54/9845/9845-1217940203.jpg> a schema:ImageObject,
        foaf:Image .

<album/9845#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja,
        "Phantasm Brigade"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/2486#subject> ;
    mo:produced_work <album/9845#musicalwork> ;
    schema:name "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja,
        "Phantasm Brigade"@ja-latn .

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

<album/9845#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja,
        "Phantasm Brigade"@ja-latn ;
    mo:catalogue_number "SFNC-0006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9845#musicalexpression> ;
    mo:publisher <org/102#subject> ;
    mo:record _:N362c9abf81684c108b1e787071e1bf56 ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/9845/9845-1217940203.jpg> ;
    schema:name "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja,
        "Phantasm Brigade"@ja-latn ;
    schema:publisher <org/102#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/9845/9845-1217940203.jpg> .

_:N0cd8906d71fd454ab4e3ae119c00e7fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "toxic"@en,
        "toxic"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "toxic"@en,
        "toxic"@ja .

_:N16d072c36c07429d8913da0a2b0ae294 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silent Moon..."@en,
        "Silent Moon..."@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Silent Moon..."@en,
        "Silent Moon..."@ja .

_:N34deedff0e7d47998ef75e792585aff0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vivid Vermilion"@en,
        "Vivid Vermilion"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Vivid Vermilion"@en,
        "Vivid Vermilion"@ja .

_:N39d05a726bd342c6a3e5d7d9f4a61b4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Phantasm Brigade"@en,
        "Phantasm Brigade"@ja .

_:Nb397dff2f55d43dcaa1f231f75336dbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ever after"@en,
        "Ever after"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Ever after"@en,
        "Ever after"@ja .

_:Nb883474843d449e79c4b20d56de94745 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never say never"@en,
        "Never say never"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Never say never"@en,
        "Never say never"@ja .

_:Ncda5a35033a744439000b1c0c775ce77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantasm Brigade - another side"@en,
        "Phantasm Brigade - another side"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Phantasm Brigade - another side"@en,
        "Phantasm Brigade - another side"@ja .

_:Nd0b484f1cafa4397830cf843b928a7fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Primrose"@en,
        "月見草"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Evening Primrose"@en,
        "月見草"@ja .

_:Nd52f32e574994e08a21cfb58a87948eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Swiftest Basin"@en,
        "最速流域"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N362c9abf81684c108b1e787071e1bf56 ;
    schema:name "Swiftest Basin"@en,
        "最速流域"@ja .

_:N362c9abf81684c108b1e787071e1bf56 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cd8906d71fd454ab4e3ae119c00e7fa,
        _:N16d072c36c07429d8913da0a2b0ae294,
        _:N34deedff0e7d47998ef75e792585aff0,
        _:N39d05a726bd342c6a3e5d7d9f4a61b4b,
        _:Nb397dff2f55d43dcaa1f231f75336dbc,
        _:Nb883474843d449e79c4b20d56de94745,
        _:Ncda5a35033a744439000b1c0c775ce77,
        _:Nd0b484f1cafa4397830cf843b928a7fd,
        _:Nd52f32e574994e08a21cfb58a87948eb ;
    mo:track_count 9 ;
    schema:duration "PT32:29"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0cd8906d71fd454ab4e3ae119c00e7fa,
        _:N16d072c36c07429d8913da0a2b0ae294,
        _:N34deedff0e7d47998ef75e792585aff0,
        _:N39d05a726bd342c6a3e5d7d9f4a61b4b,
        _:Nb397dff2f55d43dcaa1f231f75336dbc,
        _:Nb883474843d449e79c4b20d56de94745,
        _:Ncda5a35033a744439000b1c0c775ce77,
        _:Nd0b484f1cafa4397830cf843b928a7fd,
        _:Nd52f32e574994e08a21cfb58a87948eb .

