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

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

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

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

<event/10> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 3 (May 21, 2006)" .

<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/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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

<album/6387#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/6387#musicalwork> ;
    schema:name "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn .

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

<album/6387#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn ;
    mo:performance_of <album/6387#musicalwork> ;
    mo:recorded_as <album/6387#musicalexpression> ;
    schema:name "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn ;
    schema:workPerformed <album/6387#musicalwork> .

<org/582#subject> schema:name "Studio K2"@en,
        "岸田教団"@ja,
        "Studio K2"@ja-latn ;
    foaf:name "Studio K2"@en,
        "岸田教団"@ja,
        "Studio K2"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/6387/6387-1199129045.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6387#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-05-21"^^xsd:date ;
    dcterms:title "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn ;
    mo:catalogue_number "K2-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6387#musicalexpression> ;
    mo:publisher <org/582#subject> ;
    mo:record _:Nfa025be4c56a4b3dafef655435402a32 ;
    mo:record_count 1 ;
    mo:release <event/10> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2006-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/6387/6387-1199129045.jpg> ;
    schema:name "Akeboshi Rocket"@en,
        "明星ロケット"@ja,
        "Akeboshi Rocket"@ja-latn ;
    schema:publisher <org/582#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/6387/6387-1199129045.jpg> .

_:N4d909f4cf89d481eadea9a061fdbda12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necrofantasia"@en,
        "ネクロファンタジア"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "Necrofantasia"@en,
        "ネクロファンタジア"@ja .

_:N5428d2ad6f474dd0945c094a7240ee4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient Temple"@en,
        "Ancient Temple"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "Ancient Temple"@en,
        "Ancient Temple"@ja .

_:N5a594f4223ba4321808957f7aebcc2ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SPEED GRAPHER"@en,
        "SPEED GRAPHER"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "SPEED GRAPHER"@en,
        "SPEED GRAPHER"@ja .

_:N5dfeed19b35344f78932dcd6aad0352b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GameOver"@en,
        "GameOver"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "GameOver"@en,
        "GameOver"@ja .

_:N623eb37b5aee45cdaf0b2a1e120aa0b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paradise"@en,
        "無何有の郷"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "Paradise"@en,
        "無何有の郷"@ja .

_:Nb37a303b230f435696a683c46301018c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Akeboshi Rocket"@en,
        "明星ロケット"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "Akeboshi Rocket"@en,
        "明星ロケット"@ja .

_:Nc064c4a27c674088b565fc53937f13d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Doll Maker of Bucuresti"@en,
        "ブクレシュティの人形師"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Nfa025be4c56a4b3dafef655435402a32 ;
    schema:name "The Doll Maker of Bucuresti"@en,
        "ブクレシュティの人形師"@ja .

_:Nfa025be4c56a4b3dafef655435402a32 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4d909f4cf89d481eadea9a061fdbda12,
        _:N5428d2ad6f474dd0945c094a7240ee4d,
        _:N5a594f4223ba4321808957f7aebcc2ab,
        _:N5dfeed19b35344f78932dcd6aad0352b,
        _:N623eb37b5aee45cdaf0b2a1e120aa0b8,
        _:Nb37a303b230f435696a683c46301018c,
        _:Nc064c4a27c674088b565fc53937f13d7 ;
    mo:track_count 7 ;
    schema:duration "PT31:08"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N4d909f4cf89d481eadea9a061fdbda12,
        _:N5428d2ad6f474dd0945c094a7240ee4d,
        _:N5a594f4223ba4321808957f7aebcc2ab,
        _:N5dfeed19b35344f78932dcd6aad0352b,
        _:N623eb37b5aee45cdaf0b2a1e120aa0b8,
        _:Nb37a303b230f435696a683c46301018c,
        _:Nc064c4a27c674088b565fc53937f13d7 .

