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

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

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

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

<event/134> a mo:Release ;
    schema:name "Released at Comic Market 80 (Aug 12, 2011 to Aug 14, 2011)" .

<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/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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

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

<album/29601#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn ;
    mo:performance_of <album/29601#musicalwork> ;
    mo:recorded_as <album/29601#musicalexpression> ;
    schema:name "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn ;
    schema:workPerformed <album/29601#musicalwork> .

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

<https://medium-media.vgm.io/albums/10/29601/29601-1318790966.jpg> a schema:ImageObject,
        foaf:Image .

<album/29601#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "NUZ"@en ;
            foaf:made <album/29601#composition> ;
            foaf:name "NUZ"@en ],
        <artist/1#subject> ;
    mo:produced_work <album/29601#musicalwork> ;
    schema:name "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn .

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

<album/29601#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-08-13"^^xsd:date ;
    dcterms:title "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29601#musicalexpression> ;
    mo:publisher _:N2a0499bc435141259c02164c1104e6a6 ;
    mo:record _:Nac52fb43b99f4965b88db3a530bf6239 ;
    mo:record_count 1 ;
    mo:release <event/134> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2011-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/29601/29601-1318790966.jpg> ;
    schema:name "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@en,
        "THE NEWEST SFC SOUNDTRACK 〜幻想郷編〜"@ja,
        "THE NEWEST SFC SOUNDTRACK ~Gensousato Chapter~"@ja-latn ;
    schema:publisher _:N2a0499bc435141259c02164c1104e6a6 ;
    foaf:depiction <https://media.vgm.io/albums/10/29601/29601-1318790966.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29601#subject> ;
    schema:name "NUZ"@en ;
    foaf:made <album/29601#subject> ;
    foaf:name "NUZ"@en .

_:N2037d1c393114a1194902e0da7d54c9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOSS I -strm ver.-"@en,
        "BOSS I -strm ver.-"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BOSS I -strm ver.-"@en,
        "BOSS I -strm ver.-"@ja .

_:N2a0499bc435141259c02164c1104e6a6 schema:name "PPSE Club"@en ;
    foaf:name "PPSE Club"@en .

_:N2ef47454b6144a248c02a8d4e84e906e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOSS I [Touhou Judgement in the Sixtieth Year ~ Fate of Sixty Years]"@en,
        "BOSS I (原曲:六十年目の東方裁判～Fate of Sixty Years)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BOSS I [Touhou Judgement in the Sixtieth Year ~ Fate of Sixty Years]"@en,
        "BOSS I (原曲:六十年目の東方裁判～Fate of Sixty Years)"@ja .

_:N46f938f1548e4ae9916c55c6a3b53efc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RACKET GIRL -strm ver.-"@en,
        "RACKET GIRL -strm ver.-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "RACKET GIRL -strm ver.-"@en,
        "RACKET GIRL -strm ver.-"@ja .

_:N4f3c4799eecb485caf8637bc99abadac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE IV -strm ver.-"@en,
        "BATTLE IV -strm ver.-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BATTLE IV -strm ver.-"@en,
        "BATTLE IV -strm ver.-"@ja .

_:N5965b8609af84539a743673abf4dff44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOSS II [Septette for the Dead Princess]"@en,
        "BOSS II (原曲:亡き王女の為のセプテット)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BOSS II [Septette for the Dead Princess]"@en,
        "BOSS II (原曲:亡き王女の為のセプテット)"@ja .

_:N8bf45d519c75470caa4e7e6eb0887259 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOSS II -strm ver.-"@en,
        "BOSS II -strm ver.-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BOSS II -strm ver.-"@en,
        "BOSS II -strm ver.-"@ja .

_:N8d5c070154da4e23b4a28b314881566f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RACKET GIRL"@en,
        "RACKET GIRL"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "RACKET GIRL"@en,
        "RACKET GIRL"@ja .

_:N941443fdca5b47a297aa5db940efc4aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE I [Illusionary Night ~ Ghostly Eyes]"@en,
        "BATTLE I (原曲:幻視の夜～Ghostly Eyes)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BATTLE I [Illusionary Night ~ Ghostly Eyes]"@en,
        "BATTLE I (原曲:幻視の夜～Ghostly Eyes)"@ja .

_:Nca08c07121884430b15908720eae6483 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE I -strm ver.-"@en,
        "BATTLE I -strm ver.-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BATTLE I -strm ver.-"@en,
        "BATTLE I -strm ver.-"@ja .

_:Nfd302e2545424e3fbea694a132d1675f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE IV [Flowering Night, Lunar Clock ~ Luna Dial]"@en,
        "BATTLE IV (原曲:フラワリングナイト、月時計～ルナ・ダイアル)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Nac52fb43b99f4965b88db3a530bf6239 ;
    schema:name "BATTLE IV [Flowering Night, Lunar Clock ~ Luna Dial]"@en,
        "BATTLE IV (原曲:フラワリングナイト、月時計～ルナ・ダイアル)"@ja .

_:Nac52fb43b99f4965b88db3a530bf6239 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2037d1c393114a1194902e0da7d54c9e,
        _:N2ef47454b6144a248c02a8d4e84e906e,
        _:N46f938f1548e4ae9916c55c6a3b53efc,
        _:N4f3c4799eecb485caf8637bc99abadac,
        _:N5965b8609af84539a743673abf4dff44,
        _:N8bf45d519c75470caa4e7e6eb0887259,
        _:N8d5c070154da4e23b4a28b314881566f,
        _:N941443fdca5b47a297aa5db940efc4aa,
        _:Nca08c07121884430b15908720eae6483,
        _:Nfd302e2545424e3fbea694a132d1675f ;
    mo:track_count 10 ;
    schema:duration "PT41:35"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N2037d1c393114a1194902e0da7d54c9e,
        _:N2ef47454b6144a248c02a8d4e84e906e,
        _:N46f938f1548e4ae9916c55c6a3b53efc,
        _:N4f3c4799eecb485caf8637bc99abadac,
        _:N5965b8609af84539a743673abf4dff44,
        _:N8bf45d519c75470caa4e7e6eb0887259,
        _:N8d5c070154da4e23b4a28b314881566f,
        _:N941443fdca5b47a297aa5db940efc4aa,
        _:Nca08c07121884430b15908720eae6483,
        _:Nfd302e2545424e3fbea694a132d1675f .

