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

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

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

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

<event/66> a mo:Release ;
    schema:name "Released at Comic Market 77 (Dec 29, 2009 to Dec 31, 2009)" .

<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/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/17008#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/17008#musicalwork> ;
    schema:name "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn .

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

<org/215#subject> schema:name "XL Project"@en,
        "XL Project"@ja,
        "XL Project"@ja-latn ;
    foaf:name "XL Project"@en,
        "XL Project"@ja,
        "XL Project"@ja-latn .

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

<https://medium-media.vgm.io/albums/80/17008/17008-1262463458.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/27714#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17008#performance> ;
    schema:name "su-"@en,
        "すー"@ja ;
    foaf:name "su-"@en,
        "すー"@ja .

<artist/4261#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17008#performance> ;
    schema:name "mintea"@en ;
    foaf:name "mintea"@en .

<album/17008#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn ;
    mo:performance_of <album/17008#musicalwork> ;
    mo:performer <artist/27714#subject>,
        <artist/4261#subject> ;
    mo:recorded_as <album/17008#musicalexpression> ;
    schema:byArtist <artist/27714#subject>,
        <artist/4261#subject> ;
    schema:name "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn ;
    schema:workPerformed <album/17008#musicalwork> .

<album/17008#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn ;
    mo:catalogue_number "XLPS-0028" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17008#musicalexpression> ;
    mo:publisher <org/215#subject> ;
    mo:record _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/27714#subject>,
        <artist/4261#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/17008/17008-1262463458.jpg> ;
    schema:name "the starry sky"@en,
        "the starry sky"@ja,
        "the starry sky"@ja-latn ;
    schema:publisher <org/215#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/17008/17008-1262463458.jpg> .

_:N07ff4791555c4ffab10a4bf86c0d9ad1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Random Navigation"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Random Navigation"@en .

_:N1d5ec6c245c7431eb72fc944e430e35b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starmine feat. mintea"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Starmine feat. mintea"@en .

_:N50f31ef57f25499f85ad9570d8b47865 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Mountain feat. mintea -ziki_7 remix-"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Deep Mountain feat. mintea -ziki_7 remix-"@en .

_:N57eb112e17c04f3fa9be7acfb84a94df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Seek for Destiny feat. mintea"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Seek for Destiny feat. mintea"@en .

_:N5f0d1901c5334c13a6ae7f9b82e10992 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "starry hope feat. mintea"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:26"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "starry hope feat. mintea"@en .

_:Ncbb10aa7c285485badd46350c1cf3fe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Introduction"@en .

_:Nf7c31d9aaf7d4ee9a40871b61cf82768 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fighting under the knuckle"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Fighting under the knuckle"@en .

_:Nfbf6e4cd91584c3c9dae8f1b567c740f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Afternoon Tea Time feat. mintea -ziki_7 mix-"@en ;
    mo:track_number 3 ;
    schema:duration "PT7:37"^^xsd:interval ;
    schema:inPlaylist _:Nf064833a56bc436185a0ec3cafd5c7f5 ;
    schema:name "Afternoon Tea Time feat. mintea -ziki_7 mix-"@en .

_:Nf064833a56bc436185a0ec3cafd5c7f5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07ff4791555c4ffab10a4bf86c0d9ad1,
        _:N1d5ec6c245c7431eb72fc944e430e35b,
        _:N50f31ef57f25499f85ad9570d8b47865,
        _:N57eb112e17c04f3fa9be7acfb84a94df,
        _:N5f0d1901c5334c13a6ae7f9b82e10992,
        _:Ncbb10aa7c285485badd46350c1cf3fe6,
        _:Nf7c31d9aaf7d4ee9a40871b61cf82768,
        _:Nfbf6e4cd91584c3c9dae8f1b567c740f ;
    mo:track_count 8 ;
    schema:duration "PT39:37"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N07ff4791555c4ffab10a4bf86c0d9ad1,
        _:N1d5ec6c245c7431eb72fc944e430e35b,
        _:N50f31ef57f25499f85ad9570d8b47865,
        _:N57eb112e17c04f3fa9be7acfb84a94df,
        _:N5f0d1901c5334c13a6ae7f9b82e10992,
        _:Ncbb10aa7c285485badd46350c1cf3fe6,
        _:Nf7c31d9aaf7d4ee9a40871b61cf82768,
        _:Nfbf6e4cd91584c3c9dae8f1b567c740f .

