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

<artist/3830#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kou Satsuki"@en,
        "五月攻"@ja ;
    foaf:made <album/14488#lyrics>,
        <album/14488#subject> ;
    foaf:name "Kou Satsuki"@en,
        "五月攻"@ja .

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

<artist/6558#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14488#subject> ;
    schema:name "MARI"@en,
        "鞠"@ja ;
    foaf:made <album/14488#composition>,
        <album/14488#subject> ;
    foaf:name "MARI"@en,
        "鞠"@ja .

<album/14488#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn ;
    mo:composer <artist/6558#subject> ;
    mo:produced_work <album/14488#musicalwork> ;
    schema:name "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn .

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

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

<org/1078#subject> schema:name "QuinRose"@en,
        "QuinRose"@ja,
        "QuinRose"@ja-latn ;
    foaf:name "QuinRose"@en,
        "QuinRose"@ja,
        "QuinRose"@ja-latn .

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

<https://medium-media.vgm.io/albums/88/14488/14488-1247173135.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/4807#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "Daisuke Hirakawa"@en,
        "平川大輔"@ja ;
    foaf:name "Daisuke Hirakawa"@en,
        "平川大輔"@ja .

<artist/6430#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "Noriaki Sugiyama"@en,
        "杉山紀彰"@ja ;
    foaf:name "Noriaki Sugiyama"@en,
        "杉山紀彰"@ja .

<artist/6559#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "Hisano"@en,
        "ヒサノ"@ja ;
    foaf:name "Hisano"@en,
        "ヒサノ"@ja .

<album/14488#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-05-16"^^xsd:date ;
    dcterms:title "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/14488#musicalexpression> ;
    mo:publisher <org/1078#subject> ;
    mo:record _:N4bc693a6f16444e190b721d10623d204,
        _:N5e862811f49844ac923f778a4d0a6e29 ;
    mo:record_count 2 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Clover no Kuni no Alice"@en ;
            foaf:name "Clover no Kuni no Alice"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Takuro Kuwamura"@en ;
            foaf:name "Takuro Kuwamura"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "且優矢"@en ;
            foaf:name "且優矢"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "frederick \"N\""@en ;
            foaf:name "frederick \"N\""@en ],
        <artist/4807#subject>,
        <artist/6430#subject>,
        <artist/6559#subject> ;
    schema:datePublished "2008-05-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/14488/14488-1247173135.jpg> ;
    schema:name "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn ;
    schema:publisher <org/1078#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/14488/14488-1247173135.jpg> .

<album/14488#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn ;
    mo:performance_of <album/14488#musicalwork> ;
    mo:performer _:N04416d03506d4ae1985cb2bd0dd4ed01,
        _:N0f36cdf386e5488b909b6484ec9faaf4,
        _:N36306fccea314037aeb1192921717849,
        <artist/4807#subject>,
        <artist/6430#subject>,
        <artist/6559#subject> ;
    mo:recorded_as <album/14488#musicalexpression> ;
    schema:byArtist _:N04416d03506d4ae1985cb2bd0dd4ed01,
        _:N0f36cdf386e5488b909b6484ec9faaf4,
        _:N36306fccea314037aeb1192921717849,
        <artist/4807#subject>,
        <artist/6430#subject>,
        <artist/6559#subject> ;
    schema:name "Alice in deep forest"@en,
        "Alice in deep forest ～深い森の国のアリス～"@ja,
        "Alice in deep forest"@ja-latn ;
    schema:workPerformed <album/14488#musicalwork> .

_:N04416d03506d4ae1985cb2bd0dd4ed01 a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "frederick \"N\""@en ;
    foaf:name "frederick \"N\""@en .

_:N0d806b8ee7ef4d1682b81fa8b87a61e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice's Dream -クローバーの国のアリスBGM MIX-"@ja ;
    mo:track_number 9 ;
    schema:duration "PT16:42"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Alice's Dream -クローバーの国のアリスBGM MIX-"@ja .

_:N0f36cdf386e5488b909b6484ec9faaf4 a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "Takuro Kuwamura"@en ;
    foaf:name "Takuro Kuwamura"@en .

_:N1ea7eb01b4114286ad8e0ef05d3d0413 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "寄り道は長く -Alt Lyrics-"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "寄り道は長く -Alt Lyrics-"@ja .

_:N20c76440ffb147f289e73bcdfc15fa1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "迷路の夜明け"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "迷路の夜明け"@ja .

_:N24030c5aaaa04ba3b05e6a39b34637a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Skink"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Skink"@ja .

_:N2f7128cf82874a4295fa1bde54d07f2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'BLACK JACK'"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "'BLACK JACK'"@ja .

_:N36306fccea314037aeb1192921717849 a schema:Person,
        foaf:Person ;
    mo:performed <album/14488#performance> ;
    schema:name "且優矢"@en ;
    foaf:name "且優矢"@en .

_:N3b6451e897af406c9b57c84edcb10b88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月だけの丘"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "月だけの丘"@ja .

_:N3f4d48e312d9438e9f0df67734f34d87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Whale"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Whale"@ja .

_:N4a5e0501fcf84b309147733debeb1893 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "呼吸"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "呼吸"@ja .

_:N5328cb02ebc041c88599785844afeace a mo:Track,
        schema:MusicRecording ;
    dcterms:title "凍った指きり"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "凍った指きり"@ja .

_:N58ae5e99a86745edbc8b553fe437f826 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "深い森は踊る。"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "深い森は踊る。"@ja .

_:N6cf1ea97cdef4f7a88a394f697cb0505 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "透明世界"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "透明世界"@ja .

_:N6d83216939fd4889a598ce8c6a85c39f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forest Lounge"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Forest Lounge"@ja .

_:N70e7e004193b44d58d09ac5db3887d29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sleep Tattoo"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Sleep Tattoo"@ja .

_:N71b310b06eb443bebe3527d09bcc59e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "眠らない真夜中"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "眠らない真夜中"@ja .

_:N7669077598c842b3aa5280acb41c598a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sea"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Sea"@ja .

_:N8afd9f73cf1f407590a685c901a69329 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never Say Goodbye"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Never Say Goodbye"@ja .

_:N94490dac0b8c4949ab0f1b158be94646 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bubble -Alt Lyrics-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Bubble -Alt Lyrics-"@ja .

_:N95b549ea4e2243d794ae8e69b6933180 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Magic"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Magic"@ja .

_:N95ff5cfb05524d1487b66ce86fe3ee8d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "寄り道は長く"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "寄り道は長く"@ja .

_:Na4a92fa0c0a14b2da09f994b6a78b9cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "青い鳥のゆくえ -versionII-"@ja ;
    mo:track_number 12 ;
    schema:duration "PT5:46"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "青い鳥のゆくえ -versionII-"@ja .

_:Nb8fc9c833bc248a6ae210e5a80a853ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vibe"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "Vibe"@ja .

_:Nbccd6108d1f645e197597851322320ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "United All"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "United All"@ja .

_:Nd34d1304c59d419d89a978b5aa369b84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "迷宮"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "迷宮"@ja .

_:Nd5a8617dde564c63957db802e27c0d76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wonderful Wonder World -CLOVER-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Wonderful Wonder World -CLOVER-"@ja .

_:Nd616ac1fe1504f89959e2a90ee8ea1e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "if and only if -Instrumental-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "if and only if -Instrumental-"@ja .

_:Ndd83f13e851e492f92a0f2f1a65ac97b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bubble"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Bubble"@ja .

_:Ne15ac4c1a76044c7837c46f6fe3fb251 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "House Party"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N5e862811f49844ac923f778a4d0a6e29 ;
    schema:name "House Party"@ja .

_:Necbc5c9ddfe64e70b270c1c1262488ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Whale -versionII-"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "Whale -versionII-"@ja .

_:Nf40ccde9ff694ee0a306b3391073fa5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "青い鳥のゆくえ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:43"^^xsd:interval ;
    schema:inPlaylist _:N4bc693a6f16444e190b721d10623d204 ;
    schema:name "青い鳥のゆくえ"@ja .

_:N4bc693a6f16444e190b721d10623d204 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d806b8ee7ef4d1682b81fa8b87a61e6,
        _:N1ea7eb01b4114286ad8e0ef05d3d0413,
        _:N20c76440ffb147f289e73bcdfc15fa1d,
        _:N3f4d48e312d9438e9f0df67734f34d87,
        _:N5328cb02ebc041c88599785844afeace,
        _:N94490dac0b8c4949ab0f1b158be94646,
        _:N95ff5cfb05524d1487b66ce86fe3ee8d,
        _:Na4a92fa0c0a14b2da09f994b6a78b9cd,
        _:Nd5a8617dde564c63957db802e27c0d76,
        _:Nd616ac1fe1504f89959e2a90ee8ea1e2,
        _:Ndd83f13e851e492f92a0f2f1a65ac97b,
        _:Necbc5c9ddfe64e70b270c1c1262488ed,
        _:Nf40ccde9ff694ee0a306b3391073fa5a ;
    mo:track_count 13 ;
    schema:duration "PT72:32"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0d806b8ee7ef4d1682b81fa8b87a61e6,
        _:N1ea7eb01b4114286ad8e0ef05d3d0413,
        _:N20c76440ffb147f289e73bcdfc15fa1d,
        _:N3f4d48e312d9438e9f0df67734f34d87,
        _:N5328cb02ebc041c88599785844afeace,
        _:N94490dac0b8c4949ab0f1b158be94646,
        _:N95ff5cfb05524d1487b66ce86fe3ee8d,
        _:Na4a92fa0c0a14b2da09f994b6a78b9cd,
        _:Nd5a8617dde564c63957db802e27c0d76,
        _:Nd616ac1fe1504f89959e2a90ee8ea1e2,
        _:Ndd83f13e851e492f92a0f2f1a65ac97b,
        _:Necbc5c9ddfe64e70b270c1c1262488ed,
        _:Nf40ccde9ff694ee0a306b3391073fa5a .

_:N5e862811f49844ac923f778a4d0a6e29 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N24030c5aaaa04ba3b05e6a39b34637a0,
        _:N2f7128cf82874a4295fa1bde54d07f2d,
        _:N3b6451e897af406c9b57c84edcb10b88,
        _:N4a5e0501fcf84b309147733debeb1893,
        _:N58ae5e99a86745edbc8b553fe437f826,
        _:N6cf1ea97cdef4f7a88a394f697cb0505,
        _:N6d83216939fd4889a598ce8c6a85c39f,
        _:N70e7e004193b44d58d09ac5db3887d29,
        _:N71b310b06eb443bebe3527d09bcc59e7,
        _:N7669077598c842b3aa5280acb41c598a,
        _:N8afd9f73cf1f407590a685c901a69329,
        _:N95b549ea4e2243d794ae8e69b6933180,
        _:Nb8fc9c833bc248a6ae210e5a80a853ef,
        _:Nbccd6108d1f645e197597851322320ee,
        _:Nd34d1304c59d419d89a978b5aa369b84,
        _:Ne15ac4c1a76044c7837c46f6fe3fb251 ;
    mo:track_count 16 ;
    schema:duration "PT34:11"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N24030c5aaaa04ba3b05e6a39b34637a0,
        _:N2f7128cf82874a4295fa1bde54d07f2d,
        _:N3b6451e897af406c9b57c84edcb10b88,
        _:N4a5e0501fcf84b309147733debeb1893,
        _:N58ae5e99a86745edbc8b553fe437f826,
        _:N6cf1ea97cdef4f7a88a394f697cb0505,
        _:N6d83216939fd4889a598ce8c6a85c39f,
        _:N70e7e004193b44d58d09ac5db3887d29,
        _:N71b310b06eb443bebe3527d09bcc59e7,
        _:N7669077598c842b3aa5280acb41c598a,
        _:N8afd9f73cf1f407590a685c901a69329,
        _:N95b549ea4e2243d794ae8e69b6933180,
        _:Nb8fc9c833bc248a6ae210e5a80a853ef,
        _:Nbccd6108d1f645e197597851322320ee,
        _:Nd34d1304c59d419d89a978b5aa369b84,
        _:Ne15ac4c1a76044c7837c46f6fe3fb251 .

