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

<artist/12012#subject> a schema:Person,
        foaf:Person ;
    schema:name "SHILK"@en ;
    foaf:made <album/30431#lyrics>,
        <album/30431#subject> ;
    foaf:name "SHILK"@en .

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

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

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

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

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

<org/945#subject> schema:name "JUNCTION PROJECT"@en,
        "JUNCTION PROJECT"@ja,
        "JUNCTION PROJECT"@ja-latn ;
    foaf:name "JUNCTION PROJECT"@en,
        "JUNCTION PROJECT"@ja,
        "JUNCTION PROJECT"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/30431/30431-1323214033.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/30431#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RED ROSE"@en,
        "RED ROSE"@ja,
        "RED ROSE"@ja-latn ;
    mo:performance_of <album/30431#musicalwork> ;
    mo:performer _:Nc052ff847de841b8bd915d12542877ce ;
    mo:recorded_as <album/30431#musicalexpression> ;
    schema:byArtist _:Nc052ff847de841b8bd915d12542877ce ;
    schema:name "RED ROSE"@en,
        "RED ROSE"@ja,
        "RED ROSE"@ja-latn ;
    schema:workPerformed <album/30431#musicalwork> .

<album/30431#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "RED ROSE"@en,
        "RED ROSE"@ja,
        "RED ROSE"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/30431#musicalexpression> ;
    mo:publisher <org/945#subject> ;
    mo:record _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/20#subject>,
        <product/29#subject>,
        <product/37#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Kanaha"@en ;
            foaf:name "Kanaha"@en ] ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/30431/30431-1323214033.jpg> ;
    schema:name "RED ROSE"@en,
        "RED ROSE"@ja,
        "RED ROSE"@ja-latn ;
    schema:publisher <org/945#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/30431/30431-1323214033.jpg> .

_:N189622c4bc9e4bf19436b4ae392631c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Centennial Festival"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "The Centennial Festival"@ja .

_:N59eda2b1af4f4a05a9935856baef48d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "受け継ぐ者"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "受け継ぐ者"@ja .

_:N5b71abc883084136b80f511604a611ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bl∞dy Rose"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "Bl∞dy Rose"@ja .

_:N84cdec6909814cae94ec35cea8344985 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Relinquish Ω Sisters"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "Relinquish Ω Sisters"@ja .

_:N95f77480cedc457995cd92d53f1eb1e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering Night"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "Flowering Night"@ja .

_:Nb25e94e338a84e63999731a6c17647a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅い薔薇"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "紅い薔薇"@ja .

_:Nc052ff847de841b8bd915d12542877ce a schema:Person,
        foaf:Person ;
    mo:performed <album/30431#performance> ;
    schema:name "Kanaha"@en ;
    foaf:name "Kanaha"@en .

_:Nc73c3756360f4251a6b171892e67c5e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RED ROSE"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:N5e11fa35fe6b4de28fc1d6049b4ec89e ;
    schema:name "RED ROSE"@ja .

_:N5e11fa35fe6b4de28fc1d6049b4ec89e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N189622c4bc9e4bf19436b4ae392631c7,
        _:N59eda2b1af4f4a05a9935856baef48d5,
        _:N5b71abc883084136b80f511604a611ac,
        _:N84cdec6909814cae94ec35cea8344985,
        _:N95f77480cedc457995cd92d53f1eb1e7,
        _:Nb25e94e338a84e63999731a6c17647a4,
        _:Nc73c3756360f4251a6b171892e67c5e9 ;
    mo:track_count 7 ;
    schema:duration "PT20:54"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N189622c4bc9e4bf19436b4ae392631c7,
        _:N59eda2b1af4f4a05a9935856baef48d5,
        _:N5b71abc883084136b80f511604a611ac,
        _:N84cdec6909814cae94ec35cea8344985,
        _:N95f77480cedc457995cd92d53f1eb1e7,
        _:Nb25e94e338a84e63999731a6c17647a4,
        _:Nc73c3756360f4251a6b171892e67c5e9 .

