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

<artist/8107#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka"@en ;
    foaf:made <album/10082#lyrics>,
        <album/10082#subject> ;
    foaf:name "Haruka"@en .

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

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

<artist/1924#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10082#subject> ;
    schema:name "Masayoshi Minoshima"@en ;
    foaf:made <album/10082#composition>,
        <album/10082#subject> ;
    foaf:name "Masayoshi Minoshima"@en .

<event/29> a mo:Release ;
    schema:name "Released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

<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/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@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/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 .

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

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

<org/212#subject> schema:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn ;
    foaf:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn .

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

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

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

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

<artist/1925#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10082#performance> ;
    schema:name "Aki Misawa"@en,
        "三澤秋"@ja ;
    foaf:name "Aki Misawa"@en,
        "三澤秋"@ja .

<artist/1926#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10082#performance> ;
    schema:name "nomico"@en,
        "のみこ"@ja ;
    foaf:name "nomico"@en,
        "のみこ"@ja .

<artist/1986#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10082#performance> ;
    schema:name "Misato"@en,
        "美里"@ja ;
    foaf:name "Misato"@en,
        "美里"@ja .

<artist/4901#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10082#performance> ;
    schema:name "Haruna"@en ;
    foaf:name "Haruna"@en .

<artist/5519#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10082#performance> ;
    schema:name "Nachi Sakaue"@en,
        "坂上なち"@ja ;
    foaf:name "Nachi Sakaue"@en,
        "坂上なち"@ja .

<album/10082#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "For Your Pieces"@en,
        "For Your Pieces"@ja,
        "For Your Pieces"@ja-latn ;
    mo:performance_of <album/10082#musicalwork> ;
    mo:performer <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject>,
        <artist/5519#subject> ;
    mo:recorded_as <album/10082#musicalexpression> ;
    schema:byArtist <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject>,
        <artist/5519#subject> ;
    schema:name "For Your Pieces"@en,
        "For Your Pieces"@ja,
        "For Your Pieces"@ja-latn ;
    schema:workPerformed <album/10082#musicalwork> .

<album/10082#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-16"^^xsd:date ;
    dcterms:title "For Your Pieces"@en,
        "For Your Pieces"@ja,
        "For Your Pieces"@ja-latn ;
    mo:catalogue_number "ARCD0025" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10082#musicalexpression> ;
    mo:publisher <org/212#subject> ;
    mo:record _:N12641e580bfd4047ac0d83678a752822 ;
    mo:record_count 1 ;
    mo:release <event/29> ;
    schema:about <product/14#subject>,
        <product/16#subject>,
        <product/18#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/1925#subject>,
        <artist/1926#subject>,
        <artist/1986#subject>,
        <artist/4901#subject>,
        <artist/5519#subject> ;
    schema:datePublished "2008-08-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/10082/10082-1218917194.jpg> ;
    schema:name "For Your Pieces"@en,
        "For Your Pieces"@ja,
        "For Your Pieces"@ja-latn ;
    schema:publisher <org/212#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/10082/10082-1218917194.jpg> .

_:N37044114ed9d4802a05d7c1d24c414a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necro Fantasia"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:49"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Necro Fantasia"@en .

_:N3c06b556b79743b0b6bcc17db63391e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Subterranean Animism."@en ;
    mo:track_number 6 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Subterranean Animism."@en .

_:N5bc6d1e8042d4f919837667449a6469e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice Maestera (Ryo Ohnuki Remix)"@en ;
    mo:track_number 9 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Alice Maestera (Ryo Ohnuki Remix)"@en .

_:N63f4fc05042b4167bd9ad5216e5398b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Astro Toilet"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Astro Toilet"@en .

_:N81a360b4c7b349e4b5e8dd69f598685c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "For Your Pieces"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "For Your Pieces"@en .

_:N87f4fcf590184fb6afa39376b7efd103 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shinto Shrine (Ryo Ohnuki Remix)"@en ;
    mo:track_number 8 ;
    schema:duration "PT7:12"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Shinto Shrine (Ryo Ohnuki Remix)"@en .

_:Naee7c1c067e74342a7fe55abe373eb54 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invisible Full Moon"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Invisible Full Moon"@en .

_:Ncbd9eedfe5a140fda6fabf4136d224b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strawberry Crisis!!"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Strawberry Crisis!!"@en .

_:Ncd24412d493a40978b288d6152367c1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cloudy Baby"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Cloudy Baby"@en .

_:Ne2ecdedd7ca74ac98ec8b4400f053b89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necro Fantasia (REDALiCE Remix)"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:42"^^xsd:interval ;
    schema:inPlaylist _:N12641e580bfd4047ac0d83678a752822 ;
    schema:name "Necro Fantasia (REDALiCE Remix)"@en .

_:N12641e580bfd4047ac0d83678a752822 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N37044114ed9d4802a05d7c1d24c414a1,
        _:N3c06b556b79743b0b6bcc17db63391e4,
        _:N5bc6d1e8042d4f919837667449a6469e,
        _:N63f4fc05042b4167bd9ad5216e5398b9,
        _:N81a360b4c7b349e4b5e8dd69f598685c,
        _:N87f4fcf590184fb6afa39376b7efd103,
        _:Naee7c1c067e74342a7fe55abe373eb54,
        _:Ncbd9eedfe5a140fda6fabf4136d224b1,
        _:Ncd24412d493a40978b288d6152367c1b,
        _:Ne2ecdedd7ca74ac98ec8b4400f053b89 ;
    mo:track_count 10 ;
    schema:duration "PT54:45"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N37044114ed9d4802a05d7c1d24c414a1,
        _:N3c06b556b79743b0b6bcc17db63391e4,
        _:N5bc6d1e8042d4f919837667449a6469e,
        _:N63f4fc05042b4167bd9ad5216e5398b9,
        _:N81a360b4c7b349e4b5e8dd69f598685c,
        _:N87f4fcf590184fb6afa39376b7efd103,
        _:Naee7c1c067e74342a7fe55abe373eb54,
        _:Ncbd9eedfe5a140fda6fabf4136d224b1,
        _:Ncd24412d493a40978b288d6152367c1b,
        _:Ne2ecdedd7ca74ac98ec8b4400f053b89 .

