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

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

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

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

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@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/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 .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<album/101945#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/101945#musicalwork> ;
    schema:name "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn .

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

<album/101945#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn ;
    mo:performance_of <album/101945#musicalwork> ;
    mo:recorded_as <album/101945#musicalexpression> ;
    schema:name "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn ;
    schema:workPerformed <album/101945#musicalwork> .

<org/1611#subject> schema:name "JAGMO"@en,
        "JAGMO"@ja,
        "JAGMO"@ja-latn ;
    foaf:name "JAGMO"@en,
        "JAGMO"@ja,
        "JAGMO"@ja-latn .

<https://media.vgm.io/albums/54/101945/101945-5f567875d36f.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/101945#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/54/101945/101945-5f567875d36f.png> ;
    foaf:depicts <album/101945#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/54/101945/101945-5f567875d36f.png> .

<https://medium-media.vgm.io/albums/54/101945/101945-5f567875d36f.png> a schema:ImageObject,
        foaf:Image .

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

<album/101945#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-10"^^xsd:date ;
    dcterms:title "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/101945#musicalexpression> ;
    mo:publisher <org/1611#subject> ;
    mo:record _:N82abed8a8d1048489f1c62b2047b4f6b ;
    mo:record_count 1 ;
    schema:about <product/18#subject>,
        <product/22#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:datePublished "2020-08-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/101945/101945-5f567875d36f.png> ;
    schema:name "Symphony Orchestra of Gensokyo vol.1"@en,
        "幻想郷の交響楽団 vol.1"@ja,
        "Gensokyo no Koukyougakudan vol.1"@ja-latn ;
    schema:publisher <org/1611#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/101945/101945-5f567875d36f.png> .

_:N0408bb5e4401475e8b1bf5c88e36ba11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 22 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N04c6a534eea3402c8969120727c7578f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 14 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N0b84f322a99a4f8683a2e5744e374337 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 20 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N177fc92087c8424f89574806b13be851 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 23 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N18880dd986b9489aa44dbf90766d9d3f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N36058fb26a434e3e94f0210675f64578 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N4552cf0432c0430f8374669429fb9891 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N4eca5d3e5edb4256b2107b8df998375d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N50b9f5721b1b44e28d3bad1ee911ba79 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 15 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N5277658c83c1446a873071d79d4d47b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 21 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N54690d0184554b7f8d054e5c9ca0d056 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N5bd91953e5054c6da8605d8aa7c19954 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touhou Kaikidan Medley"@en,
        "東方怪綺談 メドレー"@ja ;
    mo:track_number 1 ;
    schema:duration "PT10:40"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "Touhou Kaikidan Medley"@en,
        "東方怪綺談 メドレー"@ja .

_:N611f92bbedcc451f87cecb996b51f69f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N6ec487252ce041d0a16c140000ea472e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touhou Youyoumu Medley"@en,
        "東方妖々夢 メドレー"@ja ;
    mo:track_number 12 ;
    schema:duration "PT10:24"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "Touhou Youyoumu Medley"@en,
        "東方妖々夢 メドレー"@ja .

_:N95d27170f5884cbe9edc140ff8bce27b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 19 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Nabdeb3002738430a95dc97549b312fd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 17 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Nbdea00346cc94f22a20412944305005e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Ncd503c513e4940ea9393229f3825acb8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Ncd8a7ac4932a4452a0cc9c74a807dca8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Ne4c5b2d8c89a4d558adcbed2317f3f5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touhou Fuujinroku Medley"@en,
        "東方風神録 メドレー"@ja ;
    mo:track_number 6 ;
    schema:duration "PT10:53"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "Touhou Fuujinroku Medley"@en,
        "東方風神録 メドレー"@ja .

_:Nf1075493a9a74c51917f7c3a0b5a4789 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touhou Kaeidzuka Medley"@en,
        "東方花映塚 メドレー"@ja ;
    mo:track_number 18 ;
    schema:duration "PT11:01"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "Touhou Kaeidzuka Medley"@en,
        "東方花映塚 メドレー"@ja .

_:Nf69efa6d6cb744a9a425b1474a7f1e0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:Nf896ae4d513c4f1fbb844a5d1acdc55d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@en,
        "None"@ja ;
    mo:track_number 16 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N82abed8a8d1048489f1c62b2047b4f6b ;
    schema:name "None"@en,
        "None"@ja .

_:N82abed8a8d1048489f1c62b2047b4f6b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0408bb5e4401475e8b1bf5c88e36ba11,
        _:N04c6a534eea3402c8969120727c7578f,
        _:N0b84f322a99a4f8683a2e5744e374337,
        _:N177fc92087c8424f89574806b13be851,
        _:N18880dd986b9489aa44dbf90766d9d3f,
        _:N36058fb26a434e3e94f0210675f64578,
        _:N4552cf0432c0430f8374669429fb9891,
        _:N4eca5d3e5edb4256b2107b8df998375d,
        _:N50b9f5721b1b44e28d3bad1ee911ba79,
        _:N5277658c83c1446a873071d79d4d47b9,
        _:N54690d0184554b7f8d054e5c9ca0d056,
        _:N5bd91953e5054c6da8605d8aa7c19954,
        _:N611f92bbedcc451f87cecb996b51f69f,
        _:N6ec487252ce041d0a16c140000ea472e,
        _:N95d27170f5884cbe9edc140ff8bce27b,
        _:Nabdeb3002738430a95dc97549b312fd2,
        _:Nbdea00346cc94f22a20412944305005e,
        _:Ncd503c513e4940ea9393229f3825acb8,
        _:Ncd8a7ac4932a4452a0cc9c74a807dca8,
        _:Ne4c5b2d8c89a4d558adcbed2317f3f5a,
        _:Nf1075493a9a74c51917f7c3a0b5a4789,
        _:Nf69efa6d6cb744a9a425b1474a7f1e0c,
        _:Nf896ae4d513c4f1fbb844a5d1acdc55d ;
    mo:track_count 23 ;
    schema:duration "PT42:58"^^xsd:interval ;
    schema:numTracks 23 ;
    schema:track _:N0408bb5e4401475e8b1bf5c88e36ba11,
        _:N04c6a534eea3402c8969120727c7578f,
        _:N0b84f322a99a4f8683a2e5744e374337,
        _:N177fc92087c8424f89574806b13be851,
        _:N18880dd986b9489aa44dbf90766d9d3f,
        _:N36058fb26a434e3e94f0210675f64578,
        _:N4552cf0432c0430f8374669429fb9891,
        _:N4eca5d3e5edb4256b2107b8df998375d,
        _:N50b9f5721b1b44e28d3bad1ee911ba79,
        _:N5277658c83c1446a873071d79d4d47b9,
        _:N54690d0184554b7f8d054e5c9ca0d056,
        _:N5bd91953e5054c6da8605d8aa7c19954,
        _:N611f92bbedcc451f87cecb996b51f69f,
        _:N6ec487252ce041d0a16c140000ea472e,
        _:N95d27170f5884cbe9edc140ff8bce27b,
        _:Nabdeb3002738430a95dc97549b312fd2,
        _:Nbdea00346cc94f22a20412944305005e,
        _:Ncd503c513e4940ea9393229f3825acb8,
        _:Ncd8a7ac4932a4452a0cc9c74a807dca8,
        _:Ne4c5b2d8c89a4d558adcbed2317f3f5a,
        _:Nf1075493a9a74c51917f7c3a0b5a4789,
        _:Nf69efa6d6cb744a9a425b1474a7f1e0c,
        _:Nf896ae4d513c4f1fbb844a5d1acdc55d .

