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

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

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

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

<event/8> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 5 (May 25, 2008)" .

<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/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 .

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

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

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

<org/444#subject> schema:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn ;
    foaf:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn .

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

<https://medium-media.vgm.io/albums/60/10606/10606-1223124922.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/10606#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-05-25"^^xsd:date ;
    dcterms:title "Miscellaneous Fragment"@en,
        "Miscellaneous Fragment"@ja,
        "Miscellaneous Fragment"@ja-latn ;
    mo:catalogue_number "NTCD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10606#musicalexpression> ;
    mo:publisher <org/444#subject> ;
    mo:record _:N6cef48b8ff174386a1b5057fed60f9ff ;
    mo:record_count 1 ;
    mo:release <event/8> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:datePublished "2008-05-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/10606/10606-1223124922.jpg> ;
    schema:name "Miscellaneous Fragment"@en,
        "Miscellaneous Fragment"@ja,
        "Miscellaneous Fragment"@ja-latn ;
    schema:publisher <org/444#subject> ;
    foaf:depiction <https://media.vgm.io/albums/60/10606/10606-1223124922.jpg> .

_:N336820a8f92e435d8bda4f1cb91b08c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancestor"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "Ancestor"@ja .

_:N4b80a0c63bd147b38da2eef2c489165d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サクラチルユメ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "サクラチルユメ"@ja .

_:N4d837e9521c7439081f844249a5fbe8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fall of arcanum"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:16"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "Fall of arcanum"@ja .

_:N6a4ff44cd27f463989b123fd74249b14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "On Set phantasma"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "On Set phantasma"@ja .

_:N6ec7552b723e4de4869e2ac036376eec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End roll"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "End roll"@ja .

_:N7bcc6b3e190d4541a9a8e5e794bd8074 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "goes High way ghost Ensemble"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "goes High way ghost Ensemble"@ja .

_:N9b058e562dd347ef9a3b38354da8e835 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fragment of code FOF"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "Fragment of code FOF"@ja .

_:Na36d8a9aafa54e9280be213f833ade2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "History of the Moon-Revive mix-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT8:24"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "History of the Moon-Revive mix-"@ja .

_:Ne0fcbb2c866c45bf83b3efb90e953e37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宴の前夜祭"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N6cef48b8ff174386a1b5057fed60f9ff ;
    schema:name "宴の前夜祭"@ja .

_:N6cef48b8ff174386a1b5057fed60f9ff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N336820a8f92e435d8bda4f1cb91b08c8,
        _:N4b80a0c63bd147b38da2eef2c489165d,
        _:N4d837e9521c7439081f844249a5fbe8c,
        _:N6a4ff44cd27f463989b123fd74249b14,
        _:N6ec7552b723e4de4869e2ac036376eec,
        _:N7bcc6b3e190d4541a9a8e5e794bd8074,
        _:N9b058e562dd347ef9a3b38354da8e835,
        _:Na36d8a9aafa54e9280be213f833ade2f,
        _:Ne0fcbb2c866c45bf83b3efb90e953e37 ;
    mo:track_count 9 ;
    schema:duration "PT49:14"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N336820a8f92e435d8bda4f1cb91b08c8,
        _:N4b80a0c63bd147b38da2eef2c489165d,
        _:N4d837e9521c7439081f844249a5fbe8c,
        _:N6a4ff44cd27f463989b123fd74249b14,
        _:N6ec7552b723e4de4869e2ac036376eec,
        _:N7bcc6b3e190d4541a9a8e5e794bd8074,
        _:N9b058e562dd347ef9a3b38354da8e835,
        _:Na36d8a9aafa54e9280be213f833ade2f,
        _:Ne0fcbb2c866c45bf83b3efb90e953e37 .

