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

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

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

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

<event/66> a mo:Release ;
    schema:name "Released at Comic Market 77 (Dec 29, 2009 to Dec 31, 2009)" .

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

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

<album/25703#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/25703#musicalwork> ;
    schema:name "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn .

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

<album/25703#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn ;
    mo:performance_of <album/25703#musicalwork> ;
    mo:recorded_as <album/25703#musicalexpression> ;
    schema:name "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn ;
    schema:workPerformed <album/25703#musicalwork> .

<org/785#subject> schema:name "Another Dimension"@en,
        "あなざーでぃめんしょん"@ja,
        "Another Dimension"@ja-latn ;
    foaf:name "Another Dimension"@en,
        "あなざーでぃめんしょん"@ja,
        "Another Dimension"@ja-latn .

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

<https://medium-media.vgm.io/albums/30/25703/25703-1303898604.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/25703#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/25703#musicalexpression> ;
    mo:publisher <org/785#subject> ;
    mo:record _:N2b2ea5fe94914005bbd29280fe164608 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/25703/25703-1303898604.jpg> ;
    schema:name "Touhou Metal Master"@en,
        "東方鋼鉄師"@ja,
        "Touhou Koutetsushi"@ja-latn ;
    schema:publisher <org/785#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/25703/25703-1303898604.jpg> .

_:N302bc9946a4f45828e43420ac1d702fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flying with Me"@en,
        "Flying with Me"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "Flying with Me"@en,
        "Flying with Me"@ja .

_:N5c20a36afc6148c19d2242cd3cd8c84f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Doll Master"@en,
        "ドールマスター"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "Doll Master"@en,
        "ドールマスター"@ja .

_:N7e16c451fa8846f6b4e60c15be319ad2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NTR"@en,
        "NTR"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "NTR"@en,
        "NTR"@ja .

_:N8e1d29a8281043f8bade35ed66e4bdd5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Patchouli!"@en,
        "ぱちゅりー！"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "Patchouli!"@en,
        "ぱちゅりー！"@ja .

_:Nb54120d54e1d47a99a5b095d192a9ab6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love-colored Master of Puppets"@en,
        "恋色Master of Puppets"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:39"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "Love-colored Master of Puppets"@en,
        "恋色Master of Puppets"@ja .

_:Nc37b47c8e7604c3398f68a3f0f81c829 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Judgement Day"@en,
        "Judgement Day"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N2b2ea5fe94914005bbd29280fe164608 ;
    schema:name "Judgement Day"@en,
        "Judgement Day"@ja .

_:N2b2ea5fe94914005bbd29280fe164608 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N302bc9946a4f45828e43420ac1d702fd,
        _:N5c20a36afc6148c19d2242cd3cd8c84f,
        _:N7e16c451fa8846f6b4e60c15be319ad2,
        _:N8e1d29a8281043f8bade35ed66e4bdd5,
        _:Nb54120d54e1d47a99a5b095d192a9ab6,
        _:Nc37b47c8e7604c3398f68a3f0f81c829 ;
    mo:track_count 6 ;
    schema:duration "PT27:16"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N302bc9946a4f45828e43420ac1d702fd,
        _:N5c20a36afc6148c19d2242cd3cd8c84f,
        _:N7e16c451fa8846f6b4e60c15be319ad2,
        _:N8e1d29a8281043f8bade35ed66e4bdd5,
        _:Nb54120d54e1d47a99a5b095d192a9ab6,
        _:Nc37b47c8e7604c3398f68a3f0f81c829 .

