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

<artist/10219#subject> a schema:Person,
        foaf:Person ;
    schema:name "seiji"@en,
        "青時"@ja ;
    foaf:made <album/24209#lyrics>,
        <album/24209#subject> ;
    foaf:name "seiji"@en,
        "青時"@ja .

<artist/12151#subject> a schema:Person,
        foaf:Person ;
    schema:name "sisimai-3go"@en,
        "ししまい3号"@ja ;
    foaf:made <album/24209#lyrics>,
        <album/24209#subject> ;
    foaf:name "sisimai-3go"@en,
        "ししまい3号"@ja .

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

<album/24209#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/24209#musicalwork> ;
    schema:name "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn .

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

<org/359#subject> schema:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn ;
    foaf:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn .

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

<https://medium-media.vgm.io/albums/90/24209/24209-1298649028.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/3605#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24209#performance> ;
    schema:name "NAKI"@en ;
    foaf:name "NAKI"@en .

<artist/64872#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24209#performance> ;
    schema:name "Cathy"@en,
        "きゃしこ"@ja ;
    foaf:name "Cathy"@en,
        "きゃしこ"@ja .

<artist/7321#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24209#performance> ;
    schema:name "Tsubaki Ichimatsu"@en,
        "市松椿"@ja ;
    foaf:name "Tsubaki Ichimatsu"@en,
        "市松椿"@ja .

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

<album/24209#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn ;
    mo:performance_of <album/24209#musicalwork> ;
    mo:performer <artist/3605#subject>,
        <artist/64872#subject>,
        <artist/7321#subject> ;
    mo:recorded_as <album/24209#musicalexpression> ;
    schema:byArtist <artist/3605#subject>,
        <artist/64872#subject>,
        <artist/7321#subject> ;
    schema:name "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn ;
    schema:workPerformed <album/24209#musicalwork> .

<album/24209#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-03-13"^^xsd:date ;
    dcterms:title "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn ;
    mo:catalogue_number "SSM-013" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24209#musicalexpression> ;
    mo:publisher <org/359#subject> ;
    mo:record _:N01e4a6ebc9d64362a45807539aeeb905 ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Touhou Sangetsusei"@en ;
            foaf:name "Touhou Sangetsusei"@en ] ;
    schema:byArtist <artist/3605#subject>,
        <artist/64872#subject>,
        <artist/7321#subject> ;
    schema:datePublished "2011-03-13"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/90/24209/24209-1298649028.jpg> ;
    schema:name "Nichigetsuseishin"@en,
        "日月星心"@ja,
        "Nichigetsuseishin"@ja-latn ;
    schema:publisher <org/359#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/24209/24209-1298649028.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "sisimai-4go"@en ;
    foaf:made <album/24209#lyrics> ;
    foaf:name "sisimai-4go"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "sisimai-4go"@en ;
    foaf:made <album/24209#subject> ;
    foaf:name "sisimai-4go"@en .

_:N0d4806c67d264f9ab1da186c4c4d024f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "epilogue"@ja,
        "epilouge"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "epilogue"@ja,
        "epilouge"@ja-latn .

_:N4bda333ee07249b0b06c5d565202da94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空に満ちる光"@ja,
        "Sora ni Michiru Hikari"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "空に満ちる光"@ja,
        "Sora ni Michiru Hikari"@ja-latn .

_:N60185bad3e57411a80e820529e255c8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月光浴"@ja,
        "Gekkouyoku"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "月光浴"@ja,
        "Gekkouyoku"@ja-latn .

_:N6c912f67216d4125be9e720f779a23d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "虹色の万華鏡"@ja,
        "Nijishoku no Mangekyou"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "虹色の万華鏡"@ja,
        "Nijishoku no Mangekyou"@ja-latn .

_:N83a7c106139a435cb85b9c47434bdbee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "prologue"@ja,
        "prolouge"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "prologue"@ja,
        "prolouge"@ja-latn .

_:Nce08f696e0cb4860b695420c274a82a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星の蕾"@ja,
        "Hoshi no Tsubomi"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N01e4a6ebc9d64362a45807539aeeb905 ;
    schema:name "星の蕾"@ja,
        "Hoshi no Tsubomi"@ja-latn .

_:N01e4a6ebc9d64362a45807539aeeb905 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d4806c67d264f9ab1da186c4c4d024f,
        _:N4bda333ee07249b0b06c5d565202da94,
        _:N60185bad3e57411a80e820529e255c8b,
        _:N6c912f67216d4125be9e720f779a23d2,
        _:N83a7c106139a435cb85b9c47434bdbee,
        _:Nce08f696e0cb4860b695420c274a82a1 ;
    mo:track_count 6 ;
    schema:duration "PT23:22"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0d4806c67d264f9ab1da186c4c4d024f,
        _:N4bda333ee07249b0b06c5d565202da94,
        _:N60185bad3e57411a80e820529e255c8b,
        _:N6c912f67216d4125be9e720f779a23d2,
        _:N83a7c106139a435cb85b9c47434bdbee,
        _:Nce08f696e0cb4860b695420c274a82a1 .

