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

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

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

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

<event/66> a mo:Release ;
    schema:name "Released at Comic Market 77 (Dec 29, 2009 to Dec 31, 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/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 .

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

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

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

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

<https://medium-media.vgm.io/albums/06/17460/17460-1262734589.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2067#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17460#performance> ;
    schema:name "YAMAGEN"@en ;
    foaf:name "YAMAGEN"@en .

<artist/2372#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17460#performance> ;
    schema:name "tuuten"@en,
        "通天"@ja ;
    foaf:name "tuuten"@en,
        "通天"@ja .

<artist/4435#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17460#performance> ;
    schema:name "Godwood"@en ;
    foaf:name "Godwood"@en .

<album/17460#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Resurrection Ballad"@en,
        "Resurrection Ballad"@ja,
        "Resurrection Ballad"@ja-latn ;
    mo:performance_of <album/17460#musicalwork> ;
    mo:performer <artist/2067#subject>,
        <artist/2372#subject>,
        <artist/4435#subject> ;
    mo:recorded_as <album/17460#musicalexpression> ;
    schema:byArtist <artist/2067#subject>,
        <artist/2372#subject>,
        <artist/4435#subject> ;
    schema:name "Resurrection Ballad"@en,
        "Resurrection Ballad"@ja,
        "Resurrection Ballad"@ja-latn ;
    schema:workPerformed <album/17460#musicalwork> .

<album/17460#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Resurrection Ballad"@en,
        "Resurrection Ballad"@ja,
        "Resurrection Ballad"@ja-latn ;
    mo:catalogue_number "PCMM-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17460#musicalexpression> ;
    mo:publisher <org/707#subject> ;
    mo:record _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/18#subject>,
        <product/22#subject> ;
    schema:byArtist <artist/2067#subject>,
        <artist/2372#subject>,
        <artist/4435#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/06/17460/17460-1262734589.jpg> ;
    schema:name "Resurrection Ballad"@en,
        "Resurrection Ballad"@ja,
        "Resurrection Ballad"@ja-latn ;
    schema:publisher <org/707#subject> ;
    foaf:depiction <https://media.vgm.io/albums/06/17460/17460-1262734589.jpg> .

_:N28f1e92bd9574f4b8df23caf73502daf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Grimoire Of Alice"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "The Grimoire Of Alice"@en .

_:N3bf3b7e8e06b4caea79aa2fad2b7194d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crazy Clock Cracker"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Crazy Clock Cracker"@en .

_:N418fd29b7d044725b38a4e59e79ac60b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WEII -World's End Est-"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "WEII -World's End Est-"@en .

_:N5a246e026d09417796bbb42e96892e3b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Romantic Children"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Romantic Children"@en .

_:N760979071444497dab1f1927bd36be57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Breeds PuPPet"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Breeds PuPPet"@en .

_:N8696edda0be54df89af62ceadceb191e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mind is Love Holic Pt.3"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Mind is Love Holic Pt.3"@en .

_:Nf22bebdb5a194af6a1cb6def14293f4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Resurrection Ballad ~Meteralice~"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Resurrection Ballad ~Meteralice~"@en .

_:Nf77b5c8d9b7d4f318c7bdc6522be3bac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Myth Logic Inginite"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Nd96a4cc9b5014f17a342f4530e3397c9 ;
    schema:name "Myth Logic Inginite"@en .

_:Nd96a4cc9b5014f17a342f4530e3397c9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N28f1e92bd9574f4b8df23caf73502daf,
        _:N3bf3b7e8e06b4caea79aa2fad2b7194d,
        _:N418fd29b7d044725b38a4e59e79ac60b,
        _:N5a246e026d09417796bbb42e96892e3b,
        _:N760979071444497dab1f1927bd36be57,
        _:N8696edda0be54df89af62ceadceb191e,
        _:Nf22bebdb5a194af6a1cb6def14293f4a,
        _:Nf77b5c8d9b7d4f318c7bdc6522be3bac ;
    mo:track_count 8 ;
    schema:duration "PT33:05"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N28f1e92bd9574f4b8df23caf73502daf,
        _:N3bf3b7e8e06b4caea79aa2fad2b7194d,
        _:N418fd29b7d044725b38a4e59e79ac60b,
        _:N5a246e026d09417796bbb42e96892e3b,
        _:N760979071444497dab1f1927bd36be57,
        _:N8696edda0be54df89af62ceadceb191e,
        _:Nf22bebdb5a194af6a1cb6def14293f4a,
        _:Nf77b5c8d9b7d4f318c7bdc6522be3bac .

