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

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

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

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

<artist/930#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25882#subject> ;
    schema:name "soundTeMP"@en ;
    foaf:made <album/25882#composition>,
        <album/25882#subject> ;
    foaf:name "soundTeMP"@en .

<event/1> a mo:Release ;
    schema:name "Released at Comic Market 72 (Aug 17, 2007 to Aug 19, 2007)" .

<product/1146#subject> a schema:CreativeWork ;
    schema:name "Ragnarök Online"@en,
        "라그나로크 온라인"@ja,
        "Ragnarök Online"@ja-latn ;
    foaf:name "Ragnarök Online"@en,
        "라그나로크 온라인"@ja,
        "Ragnarök Online"@ja-latn .

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

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

<album/25882#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn ;
    mo:performance_of <album/25882#musicalwork> ;
    mo:recorded_as <album/25882#musicalexpression> ;
    schema:name "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn ;
    schema:workPerformed <album/25882#musicalwork> .

<org/801#subject> schema:name "Atelier Oguu"@en,
        "Atelier Oguu"@ja,
        "Atelier Oguu"@ja-latn ;
    foaf:name "Atelier Oguu"@en,
        "Atelier Oguu"@ja,
        "Atelier Oguu"@ja-latn .

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

<https://medium-media.vgm.io/albums/28/25882/25882-1304653708.jpg> a schema:ImageObject,
        foaf:Image .

<album/25882#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/930#subject> ;
    mo:produced_work <album/25882#musicalwork> ;
    schema:name "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn .

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

<album/25882#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-08-17"^^xsd:date ;
    dcterms:title "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/25882#musicalexpression> ;
    mo:publisher <org/801#subject> ;
    mo:record _:N41a9c925123a4afdba6acbff65ee02e1 ;
    mo:record_count 1 ;
    mo:release <event/1> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Touhou Strike"@en ;
            foaf:name "Touhou Strike"@en ],
        <product/1146#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2007-08-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/25882/25882-1304653708.jpg> ;
    schema:name "Yuyukankan"@en,
        "幽々閑々"@ja,
        "Yuyukankan"@ja-latn ;
    schema:publisher <org/801#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/25882/25882-1304653708.jpg> .

_:N31153e0210f34ba2b6fb520ace8efb21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "疾風ゆゆさんぶる・りたーんず☆"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "疾風ゆゆさんぶる・りたーんず☆"@ja .

_:N3a9c3386aa564b3295a98c816a3e9ebb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "freezing and crazing"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "freezing and crazing"@ja .

_:N5cc44659605b431f92f27479fd70ba21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽々楽団-Yuyuko Ensemble-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "幽々楽団-Yuyuko Ensemble-"@ja .

_:N9b2df58ff4084407a47d52da64d8bc3c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レトロバグストーム -電々蟲古-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "レトロバグストーム -電々蟲古-"@ja .

_:Na0cd698bcd14498985592a90ec8e3a8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "REMILIA"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "REMILIA"@ja .

_:Nb16130b8543643d8aa33b832f896b620 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "もう音しか聞こえない-mistic of darkness-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "もう音しか聞こえない-mistic of darkness-"@ja .

_:Nb48fb581b20e4968b7058870565cb2fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Erin into the night"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "Erin into the night"@ja .

_:Nb78950502a2b48ea9c10cd4fa389383f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽雅に咲かせ、墨染の桜-Last Border of Life Rebirth-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "幽雅に咲かせ、墨染の桜-Last Border of Life Rebirth-"@ja .

_:Ne239f54f3e9043a39b810b33ba58c0d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "輝夜vs幽々子 -助けて、えーりん！幽々子が邪魔する!!-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "輝夜vs幽々子 -助けて、えーりん！幽々子が邪魔する!!-"@ja .

_:Ne8bfa1317e134d6f99f743a64903124d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゆゆこのぽこぽんぽん -桜餅と和太鼓と春風の音色-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "ゆゆこのぽこぽんぽん -桜餅と和太鼓と春風の音色-"@ja .

_:Nf43beba7ff4a4ba7b53ad0c51947aa13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ボーダーオブライフ -生誕、そして終焉へ...-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:N41a9c925123a4afdba6acbff65ee02e1 ;
    schema:name "ボーダーオブライフ -生誕、そして終焉へ...-"@ja .

_:N41a9c925123a4afdba6acbff65ee02e1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N31153e0210f34ba2b6fb520ace8efb21,
        _:N3a9c3386aa564b3295a98c816a3e9ebb,
        _:N5cc44659605b431f92f27479fd70ba21,
        _:N9b2df58ff4084407a47d52da64d8bc3c,
        _:Na0cd698bcd14498985592a90ec8e3a8e,
        _:Nb16130b8543643d8aa33b832f896b620,
        _:Nb48fb581b20e4968b7058870565cb2fc,
        _:Nb78950502a2b48ea9c10cd4fa389383f,
        _:Ne239f54f3e9043a39b810b33ba58c0d2,
        _:Ne8bfa1317e134d6f99f743a64903124d,
        _:Nf43beba7ff4a4ba7b53ad0c51947aa13 ;
    mo:track_count 11 ;
    schema:duration "PT28:16"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N31153e0210f34ba2b6fb520ace8efb21,
        _:N3a9c3386aa564b3295a98c816a3e9ebb,
        _:N5cc44659605b431f92f27479fd70ba21,
        _:N9b2df58ff4084407a47d52da64d8bc3c,
        _:Na0cd698bcd14498985592a90ec8e3a8e,
        _:Nb16130b8543643d8aa33b832f896b620,
        _:Nb48fb581b20e4968b7058870565cb2fc,
        _:Nb78950502a2b48ea9c10cd4fa389383f,
        _:Ne239f54f3e9043a39b810b33ba58c0d2,
        _:Ne8bfa1317e134d6f99f743a64903124d,
        _:Nf43beba7ff4a4ba7b53ad0c51947aa13 .

