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

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

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

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

<event/9> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 4 (May 20, 2007)" .

<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/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/55908#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/55908#musicalwork> ;
    schema:name "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn .

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

<album/55908#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn ;
    mo:performance_of <album/55908#musicalwork> ;
    mo:recorded_as <album/55908#musicalexpression> ;
    schema:name "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn ;
    schema:workPerformed <album/55908#musicalwork> .

<org/588#subject> schema:name "Stratosphere"@en,
        "Stratosphere"@ja,
        "Stratosphere"@ja-latn ;
    foaf:name "Stratosphere"@en,
        "Stratosphere"@ja,
        "Stratosphere"@ja-latn .

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

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

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

<album/55908#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/55908#musicalexpression> ;
    mo:publisher <org/588#subject> ;
    mo:record _:N009b90389fe8462f9487a817f3917c41 ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/55908/55908-1448848939.jpg> ;
    schema:name "Tedium of thousand years"@en,
        "千年旅情譚"@ja,
        "Sen'nen ryojoutan"@ja-latn ;
    schema:publisher <org/588#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/55908/55908-1448848939.jpg> .

_:N1ac5298a09af4733ba762d074744bb06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キャットウォーク"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "キャットウォーク"@ja .

_:N2b0c1ae01ca04a4c8ce6fce7deef7987 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "千年の旅の終わりに"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "千年の旅の終わりに"@ja .

_:N40f61a963d4d4e90a5f6819f14778c98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東の国の星降る夜に"@ja ;
    mo:track_number 8 ;
    schema:duration "PT7:20"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "東の国の星降る夜に"@ja .

_:N91ed6ea362eb478f804aaaed5ca57c08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "その裁きは誰がために"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "その裁きは誰がために"@ja .

_:N97cb182bce184f319d36b878d536d0b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プラネタリウム"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "プラネタリウム"@ja .

_:N9dc9d8b42eba4884a77970a0316a25e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "霞月夜"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "霞月夜"@ja .

_:N9ff6b8731d3d4f43b4ad819f7adf73f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風見鶏を頼りに"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "風見鶏を頼りに"@ja .

_:Nb1229c7ebcab4ecc8b18e5a3a36a69b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "voyager"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "voyager"@ja .

_:Nc6558846468744f7bd16f5d13bc252f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "望郷"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "望郷"@ja .

_:Ndf620c4dba8142068bc35bfb61e00214 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "千年回顧録"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "千年回顧録"@ja .

_:Ne26f4bbf9797477285ad71b687976753 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "まどろみ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N009b90389fe8462f9487a817f3917c41 ;
    schema:name "まどろみ"@ja .

_:N009b90389fe8462f9487a817f3917c41 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1ac5298a09af4733ba762d074744bb06,
        _:N2b0c1ae01ca04a4c8ce6fce7deef7987,
        _:N40f61a963d4d4e90a5f6819f14778c98,
        _:N91ed6ea362eb478f804aaaed5ca57c08,
        _:N97cb182bce184f319d36b878d536d0b8,
        _:N9dc9d8b42eba4884a77970a0316a25e6,
        _:N9ff6b8731d3d4f43b4ad819f7adf73f0,
        _:Nb1229c7ebcab4ecc8b18e5a3a36a69b0,
        _:Nc6558846468744f7bd16f5d13bc252f9,
        _:Ndf620c4dba8142068bc35bfb61e00214,
        _:Ne26f4bbf9797477285ad71b687976753 ;
    mo:track_count 11 ;
    schema:duration "PT43:32"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N1ac5298a09af4733ba762d074744bb06,
        _:N2b0c1ae01ca04a4c8ce6fce7deef7987,
        _:N40f61a963d4d4e90a5f6819f14778c98,
        _:N91ed6ea362eb478f804aaaed5ca57c08,
        _:N97cb182bce184f319d36b878d536d0b8,
        _:N9dc9d8b42eba4884a77970a0316a25e6,
        _:N9ff6b8731d3d4f43b4ad819f7adf73f0,
        _:Nb1229c7ebcab4ecc8b18e5a3a36a69b0,
        _:Nc6558846468744f7bd16f5d13bc252f9,
        _:Ndf620c4dba8142068bc35bfb61e00214,
        _:Ne26f4bbf9797477285ad71b687976753 .

