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

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

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

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

<event/71> a mo:Release ;
    schema:name "Released at M3-2010 Spring (May 05, 2010)" .

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

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/19570#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/19570#musicalwork> ;
    schema:name "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn .

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

<album/19570#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn ;
    mo:performance_of <album/19570#musicalwork> ;
    mo:recorded_as <album/19570#musicalexpression> ;
    schema:name "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn ;
    schema:workPerformed <album/19570#musicalwork> .

<org/1016#subject> schema:name "Shadow Children"@en,
        "Shadow Children"@ja,
        "Shadow Children"@ja-latn ;
    foaf:name "Shadow Children"@en,
        "Shadow Children"@ja,
        "Shadow Children"@ja-latn .

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

<https://medium-media.vgm.io/albums/07/19570/19570-1275392166.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19570#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-05"^^xsd:date ;
    dcterms:title "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19570#musicalexpression> ;
    mo:publisher <org/1016#subject> ;
    mo:record _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    mo:record_count 1 ;
    mo:release <event/71> ;
    schema:about <product/27#subject>,
        <product/29#subject>,
        <product/51#subject> ;
    schema:datePublished "2010-05-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/19570/19570-1275392166.jpg> ;
    schema:name "Touhou Shoujo O-En Chu 2nd"@en,
        "東方少女応援中 ２回表"@ja,
        "Touhou Shoujo Ouenchuu Nikaihyou"@ja-latn ;
    schema:publisher <org/1016#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/19570/19570-1275392166.jpg> .

_:N016ffada6dd743df91702d7f3aa26201 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春色小径～Colorful Path"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "春色小径～Colorful Path"@ja .

_:N023026a9dfcf4382911999175da12a1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エクステンドアッシュ～蓬莱人"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "エクステンドアッシュ～蓬莱人"@ja .

_:N043b79d42d494ca4bae9414c6d2e9335 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シンデレラケージ～Kagome-Kagome"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "シンデレラケージ～Kagome-Kagome"@ja .

_:N07a08bb7bb7749af999677bbce454eb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月まで届け、不死の煙"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "月まで届け、不死の煙"@ja .

_:N0aad5e38e353497e8c7c1987305cd0b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻視の夜～Ghostly Eyes"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "幻視の夜～Ghostly Eyes"@ja .

_:N18e3ad72c6e74935bdfdb9e9b3c2475c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "感情の摩天楼～Cosmic Mind (後半Ver.)"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "感情の摩天楼～Cosmic Mind (後半Ver.)"@ja .

_:N23119a1cf273454cb4180b03abdbfc4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "彼岸帰航～Riverside View"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "彼岸帰航～Riverside View"@ja .

_:N2f8a1024dcca472d8781993706645f3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "時代親父とハイカラ少女"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "時代親父とハイカラ少女"@ja .

_:N356fa66fd88a4e8ab41da126edd3d4fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "万年置き傘にご注意を"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "万年置き傘にご注意を"@ja .

_:N46496f8be184422588bb6b7edb5fceb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永夜の報い～Imperishable Night."@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "永夜の報い～Imperishable Night."@ja .

_:N4d24facc61994aea80faea4f1eb1b8c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋色マスタースパーク"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "恋色マスタースパーク"@ja .

_:N605f3edab79c426d8a267cc62beb5a6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "花は幻想のままに"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "花は幻想のままに"@ja .

_:N62684e8b0b1d4794a0ef9165cc01463a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "魂の花～Another Dream..."@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "魂の花～Another Dream..."@ja .

_:N78649a7f2b7a40ff9eea1d96451b73d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽霊客船の時空を越えた旅"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "幽霊客船の時空を越えた旅"@ja .

_:N977b9e058f9c4fd7894ca9d564c506fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蠢々秋月～Mooned Insect"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "蠢々秋月～Mooned Insect"@ja .

_:N98770235679846c0b726934a5d761257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "六十年目の東方裁判～Fate of Sixty Years"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "六十年目の東方裁判～Fate of Sixty Years"@ja .

_:N993801def6ad437ea2cf8eb2a956e2aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "虎柄の毘沙門天"@ja ;
    mo:track_number 25 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "虎柄の毘沙門天"@ja .

_:N9a8f98cca7a24e86bebdbfbf719140e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "懐かしき東方の血～Old World"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "懐かしき東方の血～Old World"@ja .

_:Na85a92373e3c4200a85afc344b301b01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風神少女"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "風神少女"@ja .

_:Nb5c44932b0aa41178b3de41a86fc9d81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "青空の影"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "青空の影"@ja .

_:Nc2eb8137d51249ad9fd8a6a49e290120 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オリエンタルダークフライト"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "オリエンタルダークフライト"@ja .

_:Nc636ad48bed947a3b91f0a3b4e7e0d55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜空のユーフォーロマンス"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "夜空のユーフォーロマンス"@ja .

_:Nd8077dc488e847aeba1f29970ac84f34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "竹取飛翔～Lunatic Princess"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "竹取飛翔～Lunatic Princess"@ja .

_:Ne47ad284a49149368dce3b42aa206382 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "小さな小さな賢将"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "小さな小さな賢将"@ja .

_:Nee960a2b667c486198fcf21d1ac16d75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春の湊に"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "春の湊に"@ja .

_:Nf2ee2388c3f84199a49213dc8c327b7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "千年幻想郷～History of the Moon"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "千年幻想郷～History of the Moon"@ja .

_:Nf3feb55e687c4d1087cc4967c543c66d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "フラワリングナイト"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "フラワリングナイト"@ja .

_:Nfde673c96499445590bf48d19aa75e21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "感情の摩天楼～Cosmic Mind (前半Ver.)"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N267f7c9df6dd4b37b3f1ce23a35f6506 ;
    schema:name "感情の摩天楼～Cosmic Mind (前半Ver.)"@ja .

_:N267f7c9df6dd4b37b3f1ce23a35f6506 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N016ffada6dd743df91702d7f3aa26201,
        _:N023026a9dfcf4382911999175da12a1f,
        _:N043b79d42d494ca4bae9414c6d2e9335,
        _:N07a08bb7bb7749af999677bbce454eb6,
        _:N0aad5e38e353497e8c7c1987305cd0b1,
        _:N18e3ad72c6e74935bdfdb9e9b3c2475c,
        _:N23119a1cf273454cb4180b03abdbfc4b,
        _:N2f8a1024dcca472d8781993706645f3e,
        _:N356fa66fd88a4e8ab41da126edd3d4fe,
        _:N46496f8be184422588bb6b7edb5fceb2,
        _:N4d24facc61994aea80faea4f1eb1b8c1,
        _:N605f3edab79c426d8a267cc62beb5a6c,
        _:N62684e8b0b1d4794a0ef9165cc01463a,
        _:N78649a7f2b7a40ff9eea1d96451b73d5,
        _:N977b9e058f9c4fd7894ca9d564c506fc,
        _:N98770235679846c0b726934a5d761257,
        _:N993801def6ad437ea2cf8eb2a956e2aa,
        _:N9a8f98cca7a24e86bebdbfbf719140e3,
        _:Na85a92373e3c4200a85afc344b301b01,
        _:Nb5c44932b0aa41178b3de41a86fc9d81,
        _:Nc2eb8137d51249ad9fd8a6a49e290120,
        _:Nc636ad48bed947a3b91f0a3b4e7e0d55,
        _:Nd8077dc488e847aeba1f29970ac84f34,
        _:Ne47ad284a49149368dce3b42aa206382,
        _:Nee960a2b667c486198fcf21d1ac16d75,
        _:Nf2ee2388c3f84199a49213dc8c327b7c,
        _:Nf3feb55e687c4d1087cc4967c543c66d,
        _:Nfde673c96499445590bf48d19aa75e21 ;
    mo:track_count 28 ;
    schema:duration "PT53:38"^^xsd:interval ;
    schema:numTracks 28 ;
    schema:track _:N016ffada6dd743df91702d7f3aa26201,
        _:N023026a9dfcf4382911999175da12a1f,
        _:N043b79d42d494ca4bae9414c6d2e9335,
        _:N07a08bb7bb7749af999677bbce454eb6,
        _:N0aad5e38e353497e8c7c1987305cd0b1,
        _:N18e3ad72c6e74935bdfdb9e9b3c2475c,
        _:N23119a1cf273454cb4180b03abdbfc4b,
        _:N2f8a1024dcca472d8781993706645f3e,
        _:N356fa66fd88a4e8ab41da126edd3d4fe,
        _:N46496f8be184422588bb6b7edb5fceb2,
        _:N4d24facc61994aea80faea4f1eb1b8c1,
        _:N605f3edab79c426d8a267cc62beb5a6c,
        _:N62684e8b0b1d4794a0ef9165cc01463a,
        _:N78649a7f2b7a40ff9eea1d96451b73d5,
        _:N977b9e058f9c4fd7894ca9d564c506fc,
        _:N98770235679846c0b726934a5d761257,
        _:N993801def6ad437ea2cf8eb2a956e2aa,
        _:N9a8f98cca7a24e86bebdbfbf719140e3,
        _:Na85a92373e3c4200a85afc344b301b01,
        _:Nb5c44932b0aa41178b3de41a86fc9d81,
        _:Nc2eb8137d51249ad9fd8a6a49e290120,
        _:Nc636ad48bed947a3b91f0a3b4e7e0d55,
        _:Nd8077dc488e847aeba1f29970ac84f34,
        _:Ne47ad284a49149368dce3b42aa206382,
        _:Nee960a2b667c486198fcf21d1ac16d75,
        _:Nf2ee2388c3f84199a49213dc8c327b7c,
        _:Nf3feb55e687c4d1087cc4967c543c66d,
        _:Nfde673c96499445590bf48d19aa75e21 .

