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

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

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

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

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

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 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 .

<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/15601#musicalexpression> a mo:Signal ;
    mo:published_as <album/15601#subject> ;
    mo:records <album/15601#performance> .

<album/15601#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn ;
    mo:performance_of <album/15601#musicalwork> ;
    mo:recorded_as <album/15601#musicalexpression> ;
    schema:name "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn ;
    schema:workPerformed <album/15601#musicalwork> .

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

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

<album/15601#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/15601#musicalwork> ;
    schema:name "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn .

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

<album/15601#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn ;
    mo:catalogue_number "TONE-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15601#musicalexpression> ;
    mo:publisher _:N9fcf76ece7204c32bae133619f7fa8b5 ;
    mo:record _:N3c754c6ea328429baec54a94efc80687 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/15601/15601-1320232821.jpg> ;
    schema:name "Far East Chronicles"@en,
        "Far East Chronicles"@ja,
        "Far East Chronicles"@ja-latn ;
    schema:publisher _:N9fcf76ece7204c32bae133619f7fa8b5 ;
    foaf:depiction <https://media.vgm.io/albums/10/15601/15601-1320232821.jpg> .

_:N30422b4883e44a13b5e1c28fb9d6efc9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Danced strings"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "Danced strings"@en .

_:N643cb4cafa9e4d5881a6e6609b0a864f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hallucinator"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "hallucinator"@en .

_:N9fcf76ece7204c32bae133619f7fa8b5 schema:name "TONE artistic group"@en ;
    foaf:name "TONE artistic group"@en .

_:Nabea6932218743e7b8ef149e5872fe7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "gameover"@en ;
    mo:track_number 11 ;
    schema:duration "PT0:24"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "gameover"@en .

_:Nc05d8e48e5dc46d09e86f9195ca3e536 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "dusk for dawn"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "dusk for dawn"@en .

_:Nc501360bca664c63bada6d9924969221 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Conclusion"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "the Conclusion"@en .

_:Nd50cd42aadfb44248bfd09fe3c299f6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Sonic depth"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "the Sonic depth"@en .

_:Nd9c06d1aa1be4ee1aaf5eaed083d0e6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shangri-La"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "Shangri-La"@en .

_:Neb5fcfb8ba634c85b4b92069c6734415 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legitimate"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "Legitimate"@en .

_:Nee4ed9f428e340c3b863a223abd55cb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "UltraSPARC IIIi 1GHz"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "UltraSPARC IIIi 1GHz"@en .

_:Nf4105cfa954543d9bd2f1f30de5b1cde a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Four, Five, and Six"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "Four, Five, and Six"@en .

_:Nfb2b33bfd8894c56974ca4144afbb180 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "земной шар"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N3c754c6ea328429baec54a94efc80687 ;
    schema:name "земной шар"@en .

_:N3c754c6ea328429baec54a94efc80687 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N30422b4883e44a13b5e1c28fb9d6efc9,
        _:N643cb4cafa9e4d5881a6e6609b0a864f,
        _:Nabea6932218743e7b8ef149e5872fe7d,
        _:Nc05d8e48e5dc46d09e86f9195ca3e536,
        _:Nc501360bca664c63bada6d9924969221,
        _:Nd50cd42aadfb44248bfd09fe3c299f6b,
        _:Nd9c06d1aa1be4ee1aaf5eaed083d0e6f,
        _:Neb5fcfb8ba634c85b4b92069c6734415,
        _:Nee4ed9f428e340c3b863a223abd55cb2,
        _:Nf4105cfa954543d9bd2f1f30de5b1cde,
        _:Nfb2b33bfd8894c56974ca4144afbb180 ;
    mo:track_count 11 ;
    schema:duration "PT33:27"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N30422b4883e44a13b5e1c28fb9d6efc9,
        _:N643cb4cafa9e4d5881a6e6609b0a864f,
        _:Nabea6932218743e7b8ef149e5872fe7d,
        _:Nc05d8e48e5dc46d09e86f9195ca3e536,
        _:Nc501360bca664c63bada6d9924969221,
        _:Nd50cd42aadfb44248bfd09fe3c299f6b,
        _:Nd9c06d1aa1be4ee1aaf5eaed083d0e6f,
        _:Neb5fcfb8ba634c85b4b92069c6734415,
        _:Nee4ed9f428e340c3b863a223abd55cb2,
        _:Nf4105cfa954543d9bd2f1f30de5b1cde,
        _:Nfb2b33bfd8894c56974ca4144afbb180 .

