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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14835#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/14835#composition>,
        <album/14835#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/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/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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@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 .

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

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

<org/101#subject> schema:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn ;
    foaf:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn .

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

<https://medium-media.vgm.io/albums/53/14835/14835-1249132056.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/207#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14835#performance> ;
    schema:name "HIR"@en ;
    foaf:name "HIR"@en .

<artist/2324#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14835#performance> ;
    schema:name "Michiru Kaori"@en,
        "佳織みちる"@ja ;
    foaf:name "Michiru Kaori"@en,
        "佳織みちる"@ja .

<artist/2446#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14835#performance> ;
    schema:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja ;
    foaf:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja .

<album/14835#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "COLORS"@en,
        "COLORS"@ja,
        "COLORS"@ja-latn ;
    mo:performance_of <album/14835#musicalwork> ;
    mo:performer <artist/1925#subject>,
        <artist/207#subject>,
        <artist/2324#subject>,
        <artist/2446#subject> ;
    mo:recorded_as <album/14835#musicalexpression> ;
    schema:byArtist <artist/1925#subject>,
        <artist/207#subject>,
        <artist/2324#subject>,
        <artist/2446#subject> ;
    schema:name "COLORS"@en,
        "COLORS"@ja,
        "COLORS"@ja-latn ;
    schema:workPerformed <album/14835#musicalwork> .

<album/14835#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "COLORS"@en,
        "COLORS"@ja,
        "COLORS"@ja-latn ;
    mo:catalogue_number "AECD-018" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14835#musicalexpression> ;
    mo:publisher <org/101#subject> ;
    mo:record _:Nf440955f8e8746eb9f19750df73299d7 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/18#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/1925#subject>,
        <artist/207#subject>,
        <artist/2324#subject>,
        <artist/2446#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/53/14835/14835-1249132056.jpg> ;
    schema:name "COLORS"@en,
        "COLORS"@ja,
        "COLORS"@ja-latn ;
    schema:publisher <org/101#subject> ;
    foaf:depiction <https://media.vgm.io/albums/53/14835/14835-1249132056.jpg> .

_:N16965cbfbd9740fb83cb81e861798b9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Accelerator"@en ;
    mo:track_number 13 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Accelerator"@en .

_:N7a208bad62dd476a91caf4bbd2988108 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Piece of Blossom"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Piece of Blossom"@en .

_:N82e0bce5b653477ebc47c889913aec5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sakura Distortion"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Sakura Distortion"@en .

_:N8367b77cb3844c739ecda80f8de1bc46 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Truth *intro"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Truth *intro"@en .

_:N862e524fd3e14a2daba88c57054b9c98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elebreaka"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Elebreaka"@en .

_:N86634042526b48dda8b5a170c7fa5cdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Revered Collapse"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Revered Collapse"@en .

_:N95696d8fb077423a83bc8805efe96c08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deadline"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Deadline"@en .

_:N982d247de6694f61a07a472836f4ab22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Colors"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Colors"@en .

_:N9993303ae4834485b45e33bb129484a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Artificial Flower Garden"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:28"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Artificial Flower Garden"@en .

_:Na2aa206237dc4293a5adb3ea1a53db30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears Doll"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Tears Doll"@en .

_:Nb5c78cff751a4f49894e2dd898acf32f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sleeping Beauty"@en ;
    mo:track_number 6 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Sleeping Beauty"@en .

_:Nc0a7ef92c9254ff29176942cc9df4fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blood sacrifice"@en ;
    mo:track_number 12 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "blood sacrifice"@en .

_:Nf9c84b114c3f49d9af997d731c3b3882 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nemesis"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:Nf440955f8e8746eb9f19750df73299d7 ;
    schema:name "Nemesis"@en .

_:Nf440955f8e8746eb9f19750df73299d7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N16965cbfbd9740fb83cb81e861798b9e,
        _:N7a208bad62dd476a91caf4bbd2988108,
        _:N82e0bce5b653477ebc47c889913aec5c,
        _:N8367b77cb3844c739ecda80f8de1bc46,
        _:N862e524fd3e14a2daba88c57054b9c98,
        _:N86634042526b48dda8b5a170c7fa5cdc,
        _:N95696d8fb077423a83bc8805efe96c08,
        _:N982d247de6694f61a07a472836f4ab22,
        _:N9993303ae4834485b45e33bb129484a8,
        _:Na2aa206237dc4293a5adb3ea1a53db30,
        _:Nb5c78cff751a4f49894e2dd898acf32f,
        _:Nc0a7ef92c9254ff29176942cc9df4fcf,
        _:Nf9c84b114c3f49d9af997d731c3b3882 ;
    mo:track_count 13 ;
    schema:duration "PT59:39"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N16965cbfbd9740fb83cb81e861798b9e,
        _:N7a208bad62dd476a91caf4bbd2988108,
        _:N82e0bce5b653477ebc47c889913aec5c,
        _:N8367b77cb3844c739ecda80f8de1bc46,
        _:N862e524fd3e14a2daba88c57054b9c98,
        _:N86634042526b48dda8b5a170c7fa5cdc,
        _:N95696d8fb077423a83bc8805efe96c08,
        _:N982d247de6694f61a07a472836f4ab22,
        _:N9993303ae4834485b45e33bb129484a8,
        _:Na2aa206237dc4293a5adb3ea1a53db30,
        _:Nb5c78cff751a4f49894e2dd898acf32f,
        _:Nc0a7ef92c9254ff29176942cc9df4fcf,
        _:Nf9c84b114c3f49d9af997d731c3b3882 .

