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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14404#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/14404#composition>,
        <album/14404#subject> ;
    foaf:name "U2"@en .

<event/106> a mo:Release ;
    schema:name "Released at COMIC1☆3 (Apr 26, 2009)" .

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

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

<org/770#subject> schema:name "AIR WINDOW"@en,
        "AIR WINDOW"@ja,
        "AIR WINDOW"@ja-latn ;
    foaf:name "AIR WINDOW"@en,
        "AIR WINDOW"@ja,
        "AIR WINDOW"@ja-latn .

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

<https://medium-media.vgm.io/albums/40/14404/14404-1378814320.jpg> a schema:ImageObject,
        foaf:Image .

<album/14404#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/14404#musicalwork> ;
    schema:name "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn .

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

<artist/2466#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14404#performance> ;
    schema:name "Miku Hatsune"@en,
        "初音ミク"@ja ;
    foaf:name "Miku Hatsune"@en,
        "初音ミク"@ja .

<album/14404#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn ;
    mo:performance_of <album/14404#musicalwork> ;
    mo:performer _:Ne00db34315814b34b7d0bd6503e3f525,
        <artist/2466#subject> ;
    mo:recorded_as <album/14404#musicalexpression> ;
    schema:byArtist _:Ne00db34315814b34b7d0bd6503e3f525,
        <artist/2466#subject> ;
    schema:name "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn ;
    schema:workPerformed <album/14404#musicalwork> .

<album/14404#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-04-26"^^xsd:date ;
    dcterms:title "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn ;
    mo:catalogue_number "ADC0903" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14404#musicalexpression> ;
    mo:publisher <org/770#subject> ;
    mo:record _:N1f5c5ec950434ccc9866b9fd3574394f ;
    mo:record_count 1 ;
    mo:release <event/106> ;
    schema:about <product/22#subject>,
        <product/25#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Aki"@en ;
            foaf:name "Aki"@en ],
        <artist/2466#subject> ;
    schema:datePublished "2009-04-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/14404/14404-1378814320.jpg> ;
    schema:name "Cherry Blossoms in Late Spring"@en,
        "晩春ノ桜"@ja,
        "Banshun no Sakura"@ja-latn ;
    schema:publisher <org/770#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/14404/14404-1378814320.jpg> .

_:N12c2e8d1f9514f31b97c2ddeb63525d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "burst nail"@en,
        "burst nail"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:N1f5c5ec950434ccc9866b9fd3574394f ;
    schema:name "burst nail"@en,
        "burst nail"@ja .

_:Nb73a9b0f5e994200989198c430661be1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "From a Faraway Sky"@en,
        "遠くの空から"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N1f5c5ec950434ccc9866b9fd3574394f ;
    schema:name "From a Faraway Sky"@en,
        "遠くの空から"@ja .

_:Nc2b8a0f7c2cf4f18bc3ba79c8d672340 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Late Spring Evening Sakura ~ Aki Style"@en,
        "晩春夜桜 ～ Aki Style"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N1f5c5ec950434ccc9866b9fd3574394f ;
    schema:name "Late Spring Evening Sakura ~ Aki Style"@en,
        "晩春夜桜 ～ Aki Style"@ja .

_:Nc7d9e5dda27d41d4a7631e025d7d0cc3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Late Spring Evening Sakura ~ Miku Style"@en,
        "晩春夜桜 ～ Miku Style"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N1f5c5ec950434ccc9866b9fd3574394f ;
    schema:name "Late Spring Evening Sakura ~ Miku Style"@en,
        "晩春夜桜 ～ Miku Style"@ja .

_:Ne00db34315814b34b7d0bd6503e3f525 a schema:Person,
        foaf:Person ;
    mo:performed <album/14404#performance> ;
    schema:name "Aki"@en ;
    foaf:name "Aki"@en .

_:N1f5c5ec950434ccc9866b9fd3574394f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N12c2e8d1f9514f31b97c2ddeb63525d9,
        _:Nb73a9b0f5e994200989198c430661be1,
        _:Nc2b8a0f7c2cf4f18bc3ba79c8d672340,
        _:Nc7d9e5dda27d41d4a7631e025d7d0cc3 ;
    mo:track_count 4 ;
    schema:duration "PT17:45"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N12c2e8d1f9514f31b97c2ddeb63525d9,
        _:Nb73a9b0f5e994200989198c430661be1,
        _:Nc2b8a0f7c2cf4f18bc3ba79c8d672340,
        _:Nc7d9e5dda27d41d4a7631e025d7d0cc3 .

