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

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

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

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

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

<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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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 .

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

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

<album/38507#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "OPUS×EDEN"@en,
        "OPUS×EDEN"@ja,
        "OPUS×EDEN"@ja-latn ;
    mo:performance_of <album/38507#musicalwork> ;
    mo:recorded_as <album/38507#musicalexpression> ;
    schema:name "OPUS×EDEN"@en,
        "OPUS×EDEN"@ja,
        "OPUS×EDEN"@ja-latn ;
    schema:workPerformed <album/38507#musicalwork> .

<org/888#subject> schema:name "Republic of Mosaku Hattori"@en,
        "羽っ鳥もさく共和国"@ja,
        "Republic of Mosaku Hattori"@ja-latn ;
    foaf:name "Republic of Mosaku Hattori"@en,
        "羽っ鳥もさく共和国"@ja,
        "Republic of Mosaku Hattori"@ja-latn .

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

<https://medium-media.vgm.io/albums/70/38507/38507-1364770767.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/38507#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-05-21"^^xsd:date ;
    dcterms:title "OPUS×EDEN"@en,
        "OPUS×EDEN"@ja,
        "OPUS×EDEN"@ja-latn ;
    mo:catalogue_number "HTRFR-0006~7" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/38507#musicalexpression> ;
    mo:publisher <org/888#subject> ;
    mo:record _:N492fcece121847dc9567dedb77d3c67f,
        _:Ndbae3dd894954c088a491d5174a91ce7 ;
    mo:record_count 2 ;
    mo:release <event/10> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2006-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/38507/38507-1364770767.jpg> ;
    schema:name "OPUS×EDEN"@en,
        "OPUS×EDEN"@ja,
        "OPUS×EDEN"@ja-latn ;
    schema:publisher <org/888#subject> ;
    foaf:depiction <https://media.vgm.io/albums/70/38507/38507-1364770767.jpg> .

_:N070a47cc42344abf9d57d3e7073c9e59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シエル"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:34"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "シエル"@ja .

_:N070c03751bb44ed2825209fc6715b8b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LIVE"@ja ;
    mo:track_number 6 ;
    schema:duration "PT6:31"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "LIVE"@ja .

_:N07d7d9074f1740cab687a08e6faf458f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スカーレット"@ja ;
    mo:track_number 2 ;
    schema:duration "PT7:33"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "スカーレット"@ja .

_:N09c9e42a6729429799427c465299d10b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "楽園への前奏曲"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:17"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "楽園への前奏曲"@ja .

_:N106e99425df84084acdee09887717bc9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hazy moon"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:01"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "hazy moon"@ja .

_:N11c0c957d627490b8e227b737308582d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "僕らのEDEN"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:45"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "僕らのEDEN"@ja .

_:N124f73ee99a54aecae5077386389cbd1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エモシオン"@ja ;
    mo:track_number 8 ;
    schema:duration "PT8:54"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "エモシオン"@ja .

_:N36e6891d58c44da692a7c5638458b3f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ステラ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:19"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "ステラ"@ja .

_:N37ebe2624a844c9f8e5df9813efef36c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sword Dance!!"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "Sword Dance!!"@ja .

_:N3a1319558f3a4108b74b8b75116e3072 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君を忘れないための歌"@ja ;
    mo:track_number 7 ;
    schema:duration "PT7:10"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "君を忘れないための歌"@ja .

_:N4097f3eaca804e878ed269509b131437 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Acceleration"@ja ;
    mo:track_number 6 ;
    schema:duration "PT8:24"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "Acceleration"@ja .

_:N4ba26bc55c064b00b631be0e88d2717d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tears of Eden"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "tears of Eden"@ja .

_:N60d67c098d21423e919c04605b36846f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FLY"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "FLY"@ja .

_:N6946012c7dcd4aa2be4d496cc51edb84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢歩"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "夢歩"@ja .

_:N7e4f670a46214bbba8e6f0a5824664d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春望"@ja ;
    mo:track_number 10 ;
    schema:duration "PT8:25"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "春望"@ja .

_:N8372d75a342041ec92a90d64ee52f772 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "100万ユーロの風景"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:Ndbae3dd894954c088a491d5174a91ce7 ;
    schema:name "100万ユーロの風景"@ja .

_:N84c2d3f7120f4054a81882b3d11b076d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "リトルセイバー"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:19"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "リトルセイバー"@ja .

_:Nc79bfbc9ffdf4b218f32eefa5be4bed7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天国への階段～Interlude"@ja ;
    mo:track_number 10 ;
    schema:duration "PT10:26"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "天国への階段～Interlude"@ja .

_:Ne3994edfcc2c44829bd51aa9993f7ae5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アナスタシア"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "アナスタシア"@ja .

_:Ne794e0db6d4043c19983a61c1c1fbdb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyagexxxx"@ja ;
    mo:track_number 9 ;
    schema:duration "PT8:07"^^xsd:interval ;
    schema:inPlaylist _:N492fcece121847dc9567dedb77d3c67f ;
    schema:name "Voyagexxxx"@ja .

_:N492fcece121847dc9567dedb77d3c67f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07d7d9074f1740cab687a08e6faf458f,
        _:N09c9e42a6729429799427c465299d10b,
        _:N124f73ee99a54aecae5077386389cbd1,
        _:N37ebe2624a844c9f8e5df9813efef36c,
        _:N4097f3eaca804e878ed269509b131437,
        _:N60d67c098d21423e919c04605b36846f,
        _:N84c2d3f7120f4054a81882b3d11b076d,
        _:Nc79bfbc9ffdf4b218f32eefa5be4bed7,
        _:Ne3994edfcc2c44829bd51aa9993f7ae5,
        _:Ne794e0db6d4043c19983a61c1c1fbdb5 ;
    mo:track_count 10 ;
    schema:duration "PT73:18"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N07d7d9074f1740cab687a08e6faf458f,
        _:N09c9e42a6729429799427c465299d10b,
        _:N124f73ee99a54aecae5077386389cbd1,
        _:N37ebe2624a844c9f8e5df9813efef36c,
        _:N4097f3eaca804e878ed269509b131437,
        _:N60d67c098d21423e919c04605b36846f,
        _:N84c2d3f7120f4054a81882b3d11b076d,
        _:Nc79bfbc9ffdf4b218f32eefa5be4bed7,
        _:Ne3994edfcc2c44829bd51aa9993f7ae5,
        _:Ne794e0db6d4043c19983a61c1c1fbdb5 .

_:Ndbae3dd894954c088a491d5174a91ce7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N070a47cc42344abf9d57d3e7073c9e59,
        _:N070c03751bb44ed2825209fc6715b8b2,
        _:N106e99425df84084acdee09887717bc9,
        _:N11c0c957d627490b8e227b737308582d,
        _:N36e6891d58c44da692a7c5638458b3f3,
        _:N3a1319558f3a4108b74b8b75116e3072,
        _:N4ba26bc55c064b00b631be0e88d2717d,
        _:N6946012c7dcd4aa2be4d496cc51edb84,
        _:N7e4f670a46214bbba8e6f0a5824664d5,
        _:N8372d75a342041ec92a90d64ee52f772 ;
    mo:track_count 10 ;
    schema:duration "PT66:09"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N070a47cc42344abf9d57d3e7073c9e59,
        _:N070c03751bb44ed2825209fc6715b8b2,
        _:N106e99425df84084acdee09887717bc9,
        _:N11c0c957d627490b8e227b737308582d,
        _:N36e6891d58c44da692a7c5638458b3f3,
        _:N3a1319558f3a4108b74b8b75116e3072,
        _:N4ba26bc55c064b00b631be0e88d2717d,
        _:N6946012c7dcd4aa2be4d496cc51edb84,
        _:N7e4f670a46214bbba8e6f0a5824664d5,
        _:N8372d75a342041ec92a90d64ee52f772 .

