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

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

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

<event/149> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 9 (May 27, 2012)" .

<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/882#subject> a schema:CreativeWork ;
    schema:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn ;
    foaf:name "Touhou Shinreibyou ~ Ten Desires."@en,
        "東方神霊廟　～ Ten Desires."@ja,
        "Touhou Shinreibyou ~ Ten Desires."@ja-latn .

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

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

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

<org/804#subject> schema:name "Azure & Sands"@en,
        "Azure & Sands"@ja,
        "Azure & Sands"@ja-latn ;
    foaf:name "Azure & Sands"@en,
        "Azure & Sands"@ja,
        "Azure & Sands"@ja-latn .

<https://media.vgm.io/albums/15/35551/35551-1349010682.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/35551#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/15/35551/35551-1349010682.gif> ;
    foaf:depicts <album/35551#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/15/35551/35551-1349010682.gif> .

<https://medium-media.vgm.io/albums/15/35551/35551-1349010682.gif> a schema:ImageObject,
        foaf:Image .

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

<artist/14419#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/35551#performance> ;
    schema:name "LIQU@."@en,
        "LIQU@。"@ja ;
    foaf:name "LIQU@."@en,
        "LIQU@。"@ja .

<artist/2277#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/35551#performance> ;
    schema:name "Tainokobone"@en,
        "鯛の小骨"@ja ;
    foaf:made <album/35551#lyrics>,
        <album/35551#subject> ;
    foaf:name "Tainokobone"@en,
        "鯛の小骨"@ja .

<artist/8049#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/35551#performance> ;
    schema:name "Asana"@en,
        "あさな"@ja ;
    foaf:name "Asana"@en,
        "あさな"@ja .

<album/35551#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Undead carnival"@en,
        "Undead carnival"@ja,
        "Undead carnival"@ja-latn ;
    mo:performance_of <album/35551#musicalwork> ;
    mo:performer <artist/14419#subject>,
        <artist/2277#subject>,
        <artist/8049#subject> ;
    mo:recorded_as <album/35551#musicalexpression> ;
    schema:byArtist <artist/14419#subject>,
        <artist/2277#subject>,
        <artist/8049#subject> ;
    schema:name "Undead carnival"@en,
        "Undead carnival"@ja,
        "Undead carnival"@ja-latn ;
    schema:workPerformed <album/35551#musicalwork> .

<album/35551#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-05-27"^^xsd:date ;
    dcterms:title "Undead carnival"@en,
        "Undead carnival"@ja,
        "Undead carnival"@ja-latn ;
    mo:catalogue_number "ASCD-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/35551#musicalexpression> ;
    mo:publisher <org/804#subject> ;
    mo:record _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    mo:record_count 1 ;
    mo:release <event/149> ;
    schema:about <product/22#subject>,
        <product/882#subject> ;
    schema:byArtist <artist/14419#subject>,
        <artist/2277#subject>,
        <artist/8049#subject> ;
    schema:datePublished "2012-05-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/35551/35551-1349010682.gif> ;
    schema:name "Undead carnival"@en,
        "Undead carnival"@ja,
        "Undead carnival"@ja-latn ;
    schema:publisher <org/804#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/35551/35551-1349010682.gif> .

_:N0c5c6978e0ee48d0b0f5633cf18c646e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "じゃっきんゴースト"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    schema:name "じゃっきんゴースト"@ja .

_:N4727d260493a44a5b6194aec5fb7d624 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Living\"s date"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:13"^^xsd:interval ;
    schema:inPlaylist _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    schema:name "\"Living\"s date"@ja .

_:N605402e6ce9a492aa174338703881f5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スペクトロニカ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    schema:name "スペクトロニカ"@ja .

_:N93bc963095ea4794b5bea1e5db2bc3f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "スーパーキョンシーYO・SHI・KAちゃん"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    schema:name "スーパーキョンシーYO・SHI・KAちゃん"@ja .

_:Ne179e6d2c41445eebbe95bba90adccfd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loving dead"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N4d5708f22a5c4ebea7cd6edbf0dabeb9 ;
    schema:name "Loving dead"@ja .

_:N4d5708f22a5c4ebea7cd6edbf0dabeb9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0c5c6978e0ee48d0b0f5633cf18c646e,
        _:N4727d260493a44a5b6194aec5fb7d624,
        _:N605402e6ce9a492aa174338703881f5c,
        _:N93bc963095ea4794b5bea1e5db2bc3f8,
        _:Ne179e6d2c41445eebbe95bba90adccfd ;
    mo:track_count 5 ;
    schema:duration "PT22:32"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0c5c6978e0ee48d0b0f5633cf18c646e,
        _:N4727d260493a44a5b6194aec5fb7d624,
        _:N605402e6ce9a492aa174338703881f5c,
        _:N93bc963095ea4794b5bea1e5db2bc3f8,
        _:Ne179e6d2c41445eebbe95bba90adccfd .

