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

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

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

<event/97> a mo:Release ;
    schema:name "Released at M3-2010 Fall (Oct 31, 2010)" .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@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/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 .

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

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/21699#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/21699#musicalwork> ;
    schema:name "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn .

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

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

<artist/2604#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "Chihiro Kannami"@en,
        "神波千尋"@ja ;
    foaf:name "Chihiro Kannami"@en,
        "神波千尋"@ja .

<artist/8004#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "yunka"@en,
        "ゆんか"@ja ;
    foaf:name "yunka"@en,
        "ゆんか"@ja .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/21699#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/21699#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

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

<album/21699#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn ;
    mo:performance_of <album/21699#musicalwork> ;
    mo:performer _:N51c55fc354c44c16bb4d9c74524fb920,
        _:N74dad4e5aaf3411581fe696484936eb2,
        _:N8e3514a3b09f4cc1b635b4d353a7b614,
        _:Naa168e7d462145729ffeaf5f28031cac,
        _:Nfacd56258da84032ba309ea1dcd80c21,
        <artist/2604#subject>,
        <artist/8004#subject> ;
    mo:recorded_as <album/21699#musicalexpression> ;
    schema:byArtist _:N51c55fc354c44c16bb4d9c74524fb920,
        _:N74dad4e5aaf3411581fe696484936eb2,
        _:N8e3514a3b09f4cc1b635b4d353a7b614,
        _:Naa168e7d462145729ffeaf5f28031cac,
        _:Nfacd56258da84032ba309ea1dcd80c21,
        <artist/2604#subject>,
        <artist/8004#subject> ;
    schema:name "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn ;
    schema:workPerformed <album/21699#musicalwork> .

<album/21699#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-31"^^xsd:date ;
    dcterms:title "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21699#musicalexpression> ;
    mo:publisher _:N7ddbe28399104d1c82c9f57e489154fd ;
    mo:record _:Nd796e860216642498023a79b9a07be1c ;
    mo:record_count 1 ;
    mo:release <event/97> ;
    schema:about <product/16#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/33#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Jin"@en ;
            foaf:name "Jin"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "China"@en ;
            foaf:name "China"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Hina"@en ;
            foaf:name "Hina"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chibiko"@en ;
            foaf:name "Chibiko"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "笹原はや"@en ;
            foaf:name "笹原はや"@en ],
        <artist/2604#subject>,
        <artist/8004#subject> ;
    schema:datePublished "2010-10-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "track is alive"@en,
        "track is alive"@ja,
        "track is alive"@ja-latn ;
    schema:publisher _:N7ddbe28399104d1c82c9f57e489154fd ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

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

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

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

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

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

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

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

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

_:N22c2d013ac06446a8f44dac5f7ad02a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bad Apple!!Φ"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "Bad Apple!!Φ"@ja .

_:N51c55fc354c44c16bb4d9c74524fb920 a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "Hina"@en ;
    foaf:name "Hina"@en .

_:N74dad4e5aaf3411581fe696484936eb2 a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "Jin"@en ;
    foaf:name "Jin"@en .

_:N7ddbe28399104d1c82c9f57e489154fd schema:name "Firinity Factory"@en ;
    foaf:name "Firinity Factory"@en .

_:N87d2013217274a4aaaf7e9933b01c1d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "めざせ、神様！！"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "めざせ、神様！！"@ja .

_:N8b06d385a0d140eb8a5d2be17a703b95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "霜庭の華"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "霜庭の華"@ja .

_:N8c0b01ff525b41adbf0c7c42b711f438 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hell meets heaven"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "hell meets heaven"@ja .

_:N8e3514a3b09f4cc1b635b4d353a7b614 a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "笹原はや"@en ;
    foaf:name "笹原はや"@en .

_:N952ba98e830f40b8b37aff8584f043d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "世界とわたしたちの繋がり方"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "世界とわたしたちの繋がり方"@ja .

_:N9bae2228fc8140538acb134e30e94c39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "水が創る歴史"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "水が創る歴史"@ja .

_:N9e6262bbd56e4d0780e11b7ed4390064 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It's my doll"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "It's my doll"@ja .

_:Naa168e7d462145729ffeaf5f28031cac a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "China"@en ;
    foaf:name "China"@en .

_:Nc7f9c6ae53684e6890a892b9d26c50d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spring in the bottom of the earth"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "Spring in the bottom of the earth"@ja .

_:Neb446b6593344a9294b0b673896c4223 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜明けの旋律"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nd796e860216642498023a79b9a07be1c ;
    schema:name "夜明けの旋律"@ja .

_:Nfacd56258da84032ba309ea1dcd80c21 a schema:Person,
        foaf:Person ;
    mo:performed <album/21699#performance> ;
    schema:name "Chibiko"@en ;
    foaf:name "Chibiko"@en .

_:Nd796e860216642498023a79b9a07be1c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N22c2d013ac06446a8f44dac5f7ad02a0,
        _:N87d2013217274a4aaaf7e9933b01c1d1,
        _:N8b06d385a0d140eb8a5d2be17a703b95,
        _:N8c0b01ff525b41adbf0c7c42b711f438,
        _:N952ba98e830f40b8b37aff8584f043d8,
        _:N9bae2228fc8140538acb134e30e94c39,
        _:N9e6262bbd56e4d0780e11b7ed4390064,
        _:Nc7f9c6ae53684e6890a892b9d26c50d4,
        _:Neb446b6593344a9294b0b673896c4223 ;
    mo:track_count 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N22c2d013ac06446a8f44dac5f7ad02a0,
        _:N87d2013217274a4aaaf7e9933b01c1d1,
        _:N8b06d385a0d140eb8a5d2be17a703b95,
        _:N8c0b01ff525b41adbf0c7c42b711f438,
        _:N952ba98e830f40b8b37aff8584f043d8,
        _:N9bae2228fc8140538acb134e30e94c39,
        _:N9e6262bbd56e4d0780e11b7ed4390064,
        _:Nc7f9c6ae53684e6890a892b9d26c50d4,
        _:Neb446b6593344a9294b0b673896c4223 .

