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

<artist/15207#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yashiro"@en,
        "八白"@ja ;
    foaf:made <album/29029#lyrics>,
        <album/29029#subject> ;
    foaf:name "Yashiro"@en,
        "八白"@ja .

<artist/74710#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akari Hanasaki"@en,
        "花岬灯"@ja ;
    foaf:made <album/29029#lyrics>,
        <album/29029#subject> ;
    foaf:name "Akari Hanasaki"@en,
        "花岬灯"@ja .

<artist/74711#subject> a schema:Person,
        foaf:Person ;
    schema:name "Bneko"@en ;
    foaf:made <album/29029#lyrics>,
        <album/29029#subject> ;
    foaf:name "Bneko"@en .

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

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

<event/143> a mo:Release ;
    schema:name "Released at Touhou Suukeisai 4 (May 16, 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/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/29029#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/29029#musicalwork> ;
    schema:name "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/92/29029/29029-1316811246.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/11106#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/29029#performance> ;
    schema:name "Maiko"@en,
        "まいこ"@ja ;
    foaf:made <album/29029#lyrics>,
        <album/29029#subject> ;
    foaf:name "Maiko"@en,
        "まいこ"@ja .

<album/29029#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn ;
    mo:performance_of <album/29029#musicalwork> ;
    mo:performer _:N25be8153094d481cbc05f90d1d36fb1f,
        _:Na8b2739ecc404280bff8cda91a6a9fe2,
        <artist/11106#subject> ;
    mo:recorded_as <album/29029#musicalexpression> ;
    schema:byArtist _:N25be8153094d481cbc05f90d1d36fb1f,
        _:Na8b2739ecc404280bff8cda91a6a9fe2,
        <artist/11106#subject> ;
    schema:name "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn ;
    schema:workPerformed <album/29029#musicalwork> .

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

<album/29029#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-16"^^xsd:date ;
    dcterms:title "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29029#musicalexpression> ;
    mo:publisher _:Nd1df89e1a01e481ea7c42929628bc9cb ;
    mo:record _:N231f788b09714293aa4a07256856da30 ;
    mo:record_count 1 ;
    mo:release <event/143> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Faiyu"@en ;
            foaf:name "Faiyu"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Rin Hidami"@en ;
            foaf:name "Rin Hidami"@en ],
        <artist/11106#subject> ;
    schema:datePublished "2010-05-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/92/29029/29029-1316811246.jpg> ;
    schema:name "Yuugure Ongakushitsu"@en,
        "ゆ～ぐれ音楽室"@ja,
        "Yuugure Ongakushitsu"@ja-latn ;
    schema:publisher _:Nd1df89e1a01e481ea7c42929628bc9cb ;
    foaf:depiction <https://media.vgm.io/albums/92/29029/29029-1316811246.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "88"@en ;
    foaf:made <album/29029#subject> ;
    foaf:name "88"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "長月＠ジェントルテンコー"@en ;
    foaf:made <album/29029#lyrics> ;
    foaf:name "長月＠ジェントルテンコー"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "長月＠ジェントルテンコー"@en ;
    foaf:made <album/29029#subject> ;
    foaf:name "長月＠ジェントルテンコー"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "88"@en ;
    foaf:made <album/29029#lyrics> ;
    foaf:name "88"@en .

_:N01b1cca789c740cfb4f55b9f9629fa8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "二人の異世界"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "二人の異世界"@ja .

_:N25be8153094d481cbc05f90d1d36fb1f a schema:Person,
        foaf:Person ;
    mo:performed <album/29029#performance> ;
    schema:name "Faiyu"@en ;
    foaf:name "Faiyu"@en .

_:N5a5b1168bae84047a5d2419f412be4e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "根暗ファンタジア"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "根暗ファンタジア"@ja .

_:N5c2c81f970d649458abe1a72edf5705f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "桜の下で"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "桜の下で"@ja .

_:N611c1b14694a4936bbdb671766d32530 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering love you"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "Flowering love you"@ja .

_:N6ddfd29737504efa9e0b197060a5e3a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おさぼり時間"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "おさぼり時間"@ja .

_:N744a585d090846e691017ec90231ed0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ふぁいなるさいばん"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "ふぁいなるさいばん"@ja .

_:N8d431c71ec764c11a6e94039d87684be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おひるねせっしょん"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "おひるねせっしょん"@ja .

_:N98f0b3ce95c54c4caee8ab2af8b9135d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HappySmile -Girl's Mix-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "HappySmile -Girl's Mix-"@ja .

_:Na1caf835a36049d988dd2cc0cf7a0099 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Eyes"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "Red Eyes"@ja .

_:Na8b2739ecc404280bff8cda91a6a9fe2 a schema:Person,
        foaf:Person ;
    mo:performed <album/29029#performance> ;
    schema:name "Rin Hidami"@en ;
    foaf:name "Rin Hidami"@en .

_:Nc39896bbe76c4bc6a344a3c6124cab04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Please×2 Diamond Smile!!!"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "Please×2 Diamond Smile!!!"@ja .

_:Nd1df89e1a01e481ea7c42929628bc9cb schema:name "Yuugure Project"@en ;
    foaf:name "Yuugure Project"@en .

_:Nde8e82b575254b3ba8d540da65cdb3da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゆ～ぐれおれんじろ～どⅡ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "ゆ～ぐれおれんじろ～どⅡ"@ja .

_:Nebd229c471494a169db1de6d4d331505 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "地上の星"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N231f788b09714293aa4a07256856da30 ;
    schema:name "地上の星"@ja .

_:N231f788b09714293aa4a07256856da30 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N01b1cca789c740cfb4f55b9f9629fa8c,
        _:N5a5b1168bae84047a5d2419f412be4e3,
        _:N5c2c81f970d649458abe1a72edf5705f,
        _:N611c1b14694a4936bbdb671766d32530,
        _:N6ddfd29737504efa9e0b197060a5e3a2,
        _:N744a585d090846e691017ec90231ed0f,
        _:N8d431c71ec764c11a6e94039d87684be,
        _:N98f0b3ce95c54c4caee8ab2af8b9135d,
        _:Na1caf835a36049d988dd2cc0cf7a0099,
        _:Nc39896bbe76c4bc6a344a3c6124cab04,
        _:Nde8e82b575254b3ba8d540da65cdb3da,
        _:Nebd229c471494a169db1de6d4d331505 ;
    mo:track_count 12 ;
    schema:duration "PT47:28"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N01b1cca789c740cfb4f55b9f9629fa8c,
        _:N5a5b1168bae84047a5d2419f412be4e3,
        _:N5c2c81f970d649458abe1a72edf5705f,
        _:N611c1b14694a4936bbdb671766d32530,
        _:N6ddfd29737504efa9e0b197060a5e3a2,
        _:N744a585d090846e691017ec90231ed0f,
        _:N8d431c71ec764c11a6e94039d87684be,
        _:N98f0b3ce95c54c4caee8ab2af8b9135d,
        _:Na1caf835a36049d988dd2cc0cf7a0099,
        _:Nc39896bbe76c4bc6a344a3c6124cab04,
        _:Nde8e82b575254b3ba8d540da65cdb3da,
        _:Nebd229c471494a169db1de6d4d331505 .

