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

<artist/9007#subject> a schema:Person,
        foaf:Person ;
    schema:name "azuki"@en ;
    foaf:made <album/22595#lyrics>,
        <album/22595#subject> ;
    foaf:name "azuki"@en .

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

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

<artist/1928#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/22595#subject> ;
    schema:name "U2 Akiyama"@en,
        "あきやまうに"@ja ;
    foaf:made <album/22595#composition>,
        <album/22595#subject> ;
    foaf:name "U2 Akiyama"@en,
        "あきやまうに"@ja .

<event/98> a mo:Release ;
    schema:name "Released at Comic Market 79 (Dec 29, 2010 to Dec 31, 2010)" .

<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/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn .

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

<org/356#subject> schema:name "Liz Triangle"@en,
        "Liz Triangle"@ja,
        "Liz Triangle"@ja-latn ;
    foaf:name "Liz Triangle"@en,
        "Liz Triangle"@ja,
        "Liz Triangle"@ja-latn .

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

<https://medium-media.vgm.io/albums/59/22595/22595-1292997878.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/16593#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22595#performance> ;
    schema:name "Peko"@en ;
    foaf:made <album/22595#lyrics>,
        <album/22595#subject> ;
    foaf:name "Peko"@en .

<artist/6770#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22595#performance> ;
    schema:name "lily-an"@en,
        "りりあん"@ja ;
    foaf:made <album/22595#lyrics>,
        <album/22595#subject> ;
    foaf:name "lily-an"@en,
        "りりあん"@ja .

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

<album/22595#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "S4U"@en,
        "S4U"@ja,
        "S4U"@ja-latn ;
    mo:performance_of <album/22595#musicalwork> ;
    mo:performer <artist/16593#subject>,
        <artist/6770#subject> ;
    mo:recorded_as <album/22595#musicalexpression> ;
    schema:byArtist <artist/16593#subject>,
        <artist/6770#subject> ;
    schema:name "S4U"@en,
        "S4U"@ja,
        "S4U"@ja-latn ;
    schema:workPerformed <album/22595#musicalwork> .

<album/22595#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-30"^^xsd:date ;
    dcterms:title "S4U"@en,
        "S4U"@ja,
        "S4U"@ja-latn ;
    mo:catalogue_number "LTCD-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/22595#musicalexpression> ;
    mo:publisher <org/356#subject> ;
    mo:record _:N7d9434ee5c864916a11000484a706df8 ;
    mo:record_count 1 ;
    mo:release <event/98> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/35#subject> ;
    schema:byArtist <artist/16593#subject>,
        <artist/6770#subject> ;
    schema:datePublished "2010-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/59/22595/22595-1292997878.jpg> ;
    schema:name "S4U"@en,
        "S4U"@ja,
        "S4U"@ja-latn ;
    schema:publisher <org/356#subject> ;
    foaf:depiction <https://media.vgm.io/albums/59/22595/22595-1292997878.jpg> .

_:N0b0101a03fbb43cb8d41d1ddfd6dfd39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pori molica C'set la vie"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "Pori molica C'set la vie"@ja .

_:N1a2cefa75049432cae430535f324d411 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "命の降る郷"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "命の降る郷"@ja .

_:N72e84e61ead84579b40100321f1a5c8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "大切な歴史"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:55"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "大切な歴史"@ja .

_:N7fb1fff8fd6041d094b601d9e852cf18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "子守唄-song for you-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:56"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "子守唄-song for you-"@ja .

_:Nc8f1b40e2d4946a4a08504f1f0bc97cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天地無想"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "天地無想"@ja .

_:Ne5334da833ec43c09bf4a91a06b5f4b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ready Lady Girl"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N7d9434ee5c864916a11000484a706df8 ;
    schema:name "Ready Lady Girl"@ja .

_:N7d9434ee5c864916a11000484a706df8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b0101a03fbb43cb8d41d1ddfd6dfd39,
        _:N1a2cefa75049432cae430535f324d411,
        _:N72e84e61ead84579b40100321f1a5c8a,
        _:N7fb1fff8fd6041d094b601d9e852cf18,
        _:Nc8f1b40e2d4946a4a08504f1f0bc97cc,
        _:Ne5334da833ec43c09bf4a91a06b5f4b8 ;
    mo:track_count 6 ;
    schema:duration "PT29:48"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0b0101a03fbb43cb8d41d1ddfd6dfd39,
        _:N1a2cefa75049432cae430535f324d411,
        _:N72e84e61ead84579b40100321f1a5c8a,
        _:N7fb1fff8fd6041d094b601d9e852cf18,
        _:Nc8f1b40e2d4946a4a08504f1f0bc97cc,
        _:Ne5334da833ec43c09bf4a91a06b5f4b8 .

