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

<artist/13434#subject> a schema:Person,
        foaf:Person ;
    schema:name "Blue E"@en ;
    foaf:made <album/14008#lyrics>,
        <album/14008#subject> ;
    foaf:name "Blue E"@en .

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

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

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

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

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

<org/702#subject> schema:name "SWING HOLIC"@en,
        "SWING HOLIC"@ja,
        "SWING HOLIC"@ja-latn ;
    foaf:name "SWING HOLIC"@en,
        "SWING HOLIC"@ja,
        "SWING HOLIC"@ja-latn .

<https://media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/14008#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> ;
    foaf:depicts <album/14008#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> .

<https://medium-media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> a schema:ImageObject,
        foaf:Image .

<album/14008#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/5561#subject> ;
    mo:produced_work <album/14008#musicalwork> ;
    schema:name "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn .

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

<artist/2515#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14008#performance> ;
    schema:name "A~YA"@en ;
    foaf:name "A~YA"@en .

<artist/9244#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14008#performance> ;
    schema:name "SYO"@en ;
    foaf:name "SYO"@en .

<artist/5561#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14008#subject> ;
    mo:performed <album/14008#performance> ;
    schema:name "Swing Holic Band"@en ;
    foaf:made <album/14008#composition>,
        <album/14008#subject> ;
    foaf:name "Swing Holic Band"@en .

<album/14008#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn ;
    mo:performance_of <album/14008#musicalwork> ;
    mo:performer _:Nf23137eb21a747808c3da1d7b7c936e3,
        <artist/2515#subject>,
        <artist/5561#subject>,
        <artist/9244#subject> ;
    mo:recorded_as <album/14008#musicalexpression> ;
    schema:byArtist _:Nf23137eb21a747808c3da1d7b7c936e3,
        <artist/2515#subject>,
        <artist/5561#subject>,
        <artist/9244#subject> ;
    schema:name "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn ;
    schema:workPerformed <album/14008#musicalwork> .

<album/14008#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-06-21"^^xsd:date ;
    dcterms:title "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn ;
    mo:catalogue_number "SWHC-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14008#musicalexpression> ;
    mo:publisher <org/702#subject> ;
    mo:record _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    mo:record_count 1 ;
    schema:about <product/20#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Nana"@en ;
            foaf:name "Nana"@en ],
        <artist/2515#subject>,
        <artist/5561#subject>,
        <artist/9244#subject> ;
    schema:datePublished "2009-06-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> ;
    schema:name "SWING HOLIC VOL.04"@en,
        "SWING HOLIC VOL.04"@ja,
        "SWING HOLIC VOL.04"@ja-latn ;
    schema:publisher <org/702#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/14008/14008-802a3e0e931c.jpg> .

_:N17f7756fbdcf44099c5a5dddf1cc7d48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mystic Flier"@en,
        "Mystic Flier"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Mystic Flier"@en,
        "Mystic Flier"@ja .

_:N18f25dbdf9264720b4d28f1b23665da1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Chinese Girl"@en,
        "Shanghai Chinese Girl"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Shanghai Chinese Girl"@en,
        "Shanghai Chinese Girl"@ja .

_:N3cdf07f09b114bcca33e10f2637989d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My life as like the shade"@en,
        "My life as like the shade"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "My life as like the shade"@en,
        "My life as like the shade"@ja .

_:N4826efe319044f1aab135622aacd50e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cold Lakeside Symphonia"@en,
        "冷たい湖畔のシンフォニア"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Cold Lakeside Symphonia"@en,
        "冷たい湖畔のシンフォニア"@ja .

_:N489071bc580b4f3c9617bfa87f59f677 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NEW LOCKED CITY"@en,
        "NEW LOCKED CITY"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "NEW LOCKED CITY"@en,
        "NEW LOCKED CITY"@ja .

_:N5033d176d31649ef94c4477595810392 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Devils' dining"@en,
        "Devils' dining"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Devils' dining"@en,
        "Devils' dining"@ja .

_:N638cb52fb2d44d3d9dbc4dcf5820bbaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The fifth man, last man (is you)"@en,
        "The fifth man, last man (is you)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "The fifth man, last man (is you)"@en,
        "The fifth man, last man (is you)"@ja .

_:N8353ebcff98343ee8c818dd7f36d795e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luna on Ritardando"@en,
        "Luna on Ritardando"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Luna on Ritardando"@en,
        "Luna on Ritardando"@ja .

_:Nb046b52a0a71401e86700a55cd9b7ee6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Swing in the Scarlet Dream"@en,
        "Swing in the Scarlet Dream"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Swing in the Scarlet Dream"@en,
        "Swing in the Scarlet Dream"@ja .

_:Nc64c1bffc58442cb973cf3a18aaf428c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crescent Moon"@en,
        "Crescent Moon"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Crescent Moon"@en,
        "Crescent Moon"@ja .

_:Nd9f72ee498d7492b894ed93a02c43568 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gonna Getta Way !"@en,
        "Gonna Getta Way !"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N9df02c116ad84ebba07c6ba7f3e43aeb ;
    schema:name "Gonna Getta Way !"@en,
        "Gonna Getta Way !"@ja .

_:Nf23137eb21a747808c3da1d7b7c936e3 a schema:Person,
        foaf:Person ;
    mo:performed <album/14008#performance> ;
    schema:name "Nana"@en ;
    foaf:name "Nana"@en .

_:N9df02c116ad84ebba07c6ba7f3e43aeb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N17f7756fbdcf44099c5a5dddf1cc7d48,
        _:N18f25dbdf9264720b4d28f1b23665da1,
        _:N3cdf07f09b114bcca33e10f2637989d0,
        _:N4826efe319044f1aab135622aacd50e7,
        _:N489071bc580b4f3c9617bfa87f59f677,
        _:N5033d176d31649ef94c4477595810392,
        _:N638cb52fb2d44d3d9dbc4dcf5820bbaa,
        _:N8353ebcff98343ee8c818dd7f36d795e,
        _:Nb046b52a0a71401e86700a55cd9b7ee6,
        _:Nc64c1bffc58442cb973cf3a18aaf428c,
        _:Nd9f72ee498d7492b894ed93a02c43568 ;
    mo:track_count 11 ;
    schema:duration "PT46:26"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N17f7756fbdcf44099c5a5dddf1cc7d48,
        _:N18f25dbdf9264720b4d28f1b23665da1,
        _:N3cdf07f09b114bcca33e10f2637989d0,
        _:N4826efe319044f1aab135622aacd50e7,
        _:N489071bc580b4f3c9617bfa87f59f677,
        _:N5033d176d31649ef94c4477595810392,
        _:N638cb52fb2d44d3d9dbc4dcf5820bbaa,
        _:N8353ebcff98343ee8c818dd7f36d795e,
        _:Nb046b52a0a71401e86700a55cd9b7ee6,
        _:Nc64c1bffc58442cb973cf3a18aaf428c,
        _:Nd9f72ee498d7492b894ed93a02c43568 .

