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

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

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

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

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 2009)" .

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

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

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

<org/340#subject> schema:name "THOUSAND LEAVES"@en,
        "THOUSAND LEAVES"@ja,
        "THOUSAND LEAVES"@ja-latn ;
    foaf:name "THOUSAND LEAVES"@en,
        "THOUSAND LEAVES"@ja,
        "THOUSAND LEAVES"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/14841/14841-1323425991.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2678#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14841#performance> ;
    schema:name "IRON-CHINO"@en ;
    foaf:name "IRON-CHINO"@en .

<artist/6681#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14841#performance> ;
    schema:name "Bach"@en ;
    foaf:name "Bach"@en .

<artist/6682#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14841#performance> ;
    schema:name "Kawase"@en,
        "川瀬"@ja ;
    foaf:name "Kawase"@en,
        "川瀬"@ja .

<album/14841#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Daydream"@en,
        "Daydream"@ja,
        "Daydream"@ja-latn ;
    mo:catalogue_number "TIBA002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14841#musicalexpression> ;
    mo:publisher <org/340#subject> ;
    mo:record _:N40e39f22f1464cd59ac021ab5cadc69e ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/22#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "The Stahl"@en ;
            foaf:name "The Stahl"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "nabass"@en ;
            foaf:name "nabass"@en ],
        <artist/2678#subject>,
        <artist/6681#subject>,
        <artist/6682#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/14/14841/14841-1323425991.jpg> ;
    schema:name "Daydream"@en,
        "Daydream"@ja,
        "Daydream"@ja-latn ;
    schema:publisher <org/340#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/14841/14841-1323425991.jpg> .

<album/14841#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Daydream"@en,
        "Daydream"@ja,
        "Daydream"@ja-latn ;
    mo:performance_of <album/14841#musicalwork> ;
    mo:performer _:N00d7f4dabf2f4239aed86c618abb04ed,
        _:Nef94a2e9509a4d08872c047c4277491f,
        <artist/2678#subject>,
        <artist/6681#subject>,
        <artist/6682#subject> ;
    mo:recorded_as <album/14841#musicalexpression> ;
    schema:byArtist _:N00d7f4dabf2f4239aed86c618abb04ed,
        _:Nef94a2e9509a4d08872c047c4277491f,
        <artist/2678#subject>,
        <artist/6681#subject>,
        <artist/6682#subject> ;
    schema:name "Daydream"@en,
        "Daydream"@ja,
        "Daydream"@ja-latn ;
    schema:workPerformed <album/14841#musicalwork> .

_:N00d7f4dabf2f4239aed86c618abb04ed a schema:Person,
        foaf:Person ;
    mo:performed <album/14841#performance> ;
    schema:name "nabass"@en ;
    foaf:name "nabass"@en .

_:N07da5d9d028744ccaf004baf8b7a2a91 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice in the Land of Passion"@en,
        "情熱の国のアリス"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Alice in the Land of Passion"@en,
        "情熱の国のアリス"@ja .

_:N286c91efc1ed478783fadcdb8fb44c04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Heavy Rock"@en,
        "White Heavy Rock"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "White Heavy Rock"@en,
        "White Heavy Rock"@ja .

_:N4006103359df43539e328e76ebdbe634 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mon Petit -Live ver-"@en,
        "Super Mon Petit -Live ver-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Super Mon Petit -Live ver-"@en,
        "Super Mon Petit -Live ver-"@ja .

_:N60c7434dd0954cdaba1b913c154fbefe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scar Of The Dark"@en,
        "Scar Of The Dark"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Scar Of The Dark"@en,
        "Scar Of The Dark"@ja .

_:N6123e08ffe2348569bd23b5528472271 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Speed At Night Story"@en,
        "I Speed At Night Story"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "I Speed At Night Story"@en,
        "I Speed At Night Story"@ja .

_:N631ea23284044d1cad76aea45dd1ec78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears Of Grace"@en,
        "Tears Of Grace"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Tears Of Grace"@en,
        "Tears Of Grace"@ja .

_:Nc3b5d8cf7a9346df8752249a38edac77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Musica Fantasma (Tutti)"@en,
        "Musica Fantasma (Tutti)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Musica Fantasma (Tutti)"@en,
        "Musica Fantasma (Tutti)"@ja .

_:Nd51d18614dfe43f981bdfab75471d36d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necromancy"@en,
        "Necromancy"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:24"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Necromancy"@en,
        "Necromancy"@ja .

_:Nd797647f23ec42a4bd63a0e07ad67e5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Skies And Dreams"@en,
        "Skies And Dreams"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N40e39f22f1464cd59ac021ab5cadc69e ;
    schema:name "Skies And Dreams"@en,
        "Skies And Dreams"@ja .

_:Nef94a2e9509a4d08872c047c4277491f a schema:Person,
        foaf:Person ;
    mo:performed <album/14841#performance> ;
    schema:name "The Stahl"@en ;
    foaf:name "The Stahl"@en .

_:N40e39f22f1464cd59ac021ab5cadc69e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07da5d9d028744ccaf004baf8b7a2a91,
        _:N286c91efc1ed478783fadcdb8fb44c04,
        _:N4006103359df43539e328e76ebdbe634,
        _:N60c7434dd0954cdaba1b913c154fbefe,
        _:N6123e08ffe2348569bd23b5528472271,
        _:N631ea23284044d1cad76aea45dd1ec78,
        _:Nc3b5d8cf7a9346df8752249a38edac77,
        _:Nd51d18614dfe43f981bdfab75471d36d,
        _:Nd797647f23ec42a4bd63a0e07ad67e5f ;
    mo:track_count 9 ;
    schema:duration "PT36:59"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N07da5d9d028744ccaf004baf8b7a2a91,
        _:N286c91efc1ed478783fadcdb8fb44c04,
        _:N4006103359df43539e328e76ebdbe634,
        _:N60c7434dd0954cdaba1b913c154fbefe,
        _:N6123e08ffe2348569bd23b5528472271,
        _:N631ea23284044d1cad76aea45dd1ec78,
        _:Nc3b5d8cf7a9346df8752249a38edac77,
        _:Nd51d18614dfe43f981bdfab75471d36d,
        _:Nd797647f23ec42a4bd63a0e07ad67e5f .

