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

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

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

<album/39571> a mo:Release ;
    mo:catalogue_number "APTG-4002" .

<artist/2919#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1782#subject> ;
    schema:name "Kyoko Sakai"@en,
        "堺香子"@ja ;
    foaf:made <album/1782#composition>,
        <album/1782#subject> ;
    foaf:name "Kyoko Sakai"@en,
        "堺香子"@ja .

<artist/2924#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1782#subject> ;
    schema:name "Ohito Takarabe"@en,
        "財部大公一"@ja ;
    foaf:made <album/1782#composition>,
        <album/1782#subject> ;
    foaf:name "Ohito Takarabe"@en,
        "財部大公一"@ja .

<product/21041#subject> a schema:CreativeWork ;
    schema:name "Kyouran no Ginga: Schwarzschild"@en,
        "狂嵐の銀河 Schwarzschild"@ja,
        "Kyouran no Ginga: Schwarzschild"@ja-latn ;
    foaf:name "Kyouran no Ginga: Schwarzschild"@en,
        "狂嵐の銀河 Schwarzschild"@ja,
        "Kyouran no Ginga: Schwarzschild"@ja-latn .

<product/21042#subject> a schema:CreativeWork ;
    schema:name "Schwarzschild II: Teikoku no Haishin"@en,
        "Schwarzschild II 帝国ノ背信"@ja,
        "Schwarzschild II: Teikoku no Haishin"@ja-latn ;
    foaf:name "Schwarzschild II: Teikoku no Haishin"@en,
        "Schwarzschild II 帝国ノ背信"@ja,
        "Schwarzschild II: Teikoku no Haishin"@ja-latn .

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

<org/5261#subject> schema:name "Apollon"@en,
        "アポロン"@ja,
        "Apollon"@ja-latn ;
    foaf:name "Apollon"@en,
        "アポロン"@ja,
        "Apollon"@ja-latn .

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

<https://medium-media.vgm.io/albums/28/1782/1782-1277060633.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/1782#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn ;
    mo:performance_of <album/1782#musicalwork> ;
    mo:performer <artist/56490#subject> ;
    mo:recorded_as <album/1782#musicalexpression> ;
    schema:byArtist <artist/56490#subject> ;
    schema:name "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn ;
    schema:workPerformed <album/1782#musicalwork> .

<artist/56490#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1782#performance> ;
    schema:name "Schwarzschild Space Band"@en ;
    foaf:name "Schwarzschild Space Band"@en .

<album/1782#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "新岡誠"@en ;
            foaf:made <album/1782#composition> ;
            foaf:name "新岡誠"@en ],
        <artist/2919#subject>,
        <artist/2924#subject> ;
    mo:produced_work <album/1782#musicalwork> ;
    schema:name "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn .

<album/1782#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1990-06-21"^^xsd:date ;
    dcterms:title "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn ;
    mo:catalogue_number "APCG-4002" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/39571> ;
    mo:publication_of <album/1782#musicalexpression> ;
    mo:publisher <org/5261#subject> ;
    mo:record _:N74346f4e43ba457bb34a26547af2a24e ;
    mo:record_count 1 ;
    schema:about <product/21041#subject>,
        <product/21042#subject> ;
    schema:byArtist <artist/56490#subject> ;
    schema:datePublished "1990-06-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/1782/1782-1277060633.jpg> ;
    schema:name "Legend of Schwarzschild"@en,
        "レジェンド・オブ シュヴァルツシルト"@ja,
        "Legend of Schwarzschild"@ja-latn ;
    schema:publisher <org/5261#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/1782/1782-1277060633.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1782#subject> ;
    schema:name "新岡誠"@en ;
    foaf:made <album/1782#subject> ;
    foaf:name "新岡誠"@en .

_:N0959d86ab45442a3bef06726e464d0fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legend of Schwarzschild -Team \"NEK☆\" in Schwarzschild-"@en,
        "シュヴァルツシルトの伝説 ～Team \"NEK☆\" in Schwarzschild～"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:39"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Legend of Schwarzschild -Team \"NEK☆\" in Schwarzschild-"@en,
        "シュヴァルツシルトの伝説 ～Team \"NEK☆\" in Schwarzschild～"@ja .

_:N0be24990e2f7456cbf812182a917958f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Battle Theme"@en,
        "Schwarzschild I・戦闘のテーマ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Battle Theme"@en,
        "Schwarzschild I・戦闘のテーマ"@ja .

_:N136c3d841ceb41e88ff00f1efe5466fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Normal 1 BGM"@en,
        "Schwarzschild II・通常１BGM"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Normal 1 BGM"@en,
        "Schwarzschild II・通常１BGM"@ja .

_:N1ee45f4ef56848639bf9b6b5ccd3409a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Team Neko BGM"@en,
        "Schwarzschild I・ねこさんちーむBGM"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:15"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Team Neko BGM"@en,
        "Schwarzschild I・ねこさんちーむBGM"@ja .

_:N2e58e15e2e43419f8ba552e2f95ceea6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Opening Theme & Normal 1 BGM"@en,
        "Schwarzschild I・オープニング・テーマ / 通常１BGM"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Opening Theme & Normal 1 BGM"@en,
        "Schwarzschild I・オープニング・テーマ / 通常１BGM"@ja .

_:N31f37e4d5b7747ca80fd026f050bb5aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Ending Theme"@en,
        "Schwarzschild I・エンディング・テーマ"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Ending Theme"@en,
        "Schwarzschild I・エンディング・テーマ"@ja .

_:N3c3c8277211746e1ab23a0d9a838f79b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Galaxy, Forever... -Beginning-"@en,
        "銀河よ永遠に… ～Beginning～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "The Galaxy, Forever... -Beginning-"@en,
        "銀河よ永遠に… ～Beginning～"@ja .

_:N45dc52c24d0945d6ac9291f563c9c586 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Practice Mode BGM"@en,
        "Schwarzschild II・演習モードBGM"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Practice Mode BGM"@en,
        "Schwarzschild II・演習モードBGM"@ja .

_:N58d87960d65c4a0588f7d98894d21dcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Staff Theme"@en,
        "Schwarzschild II・スタッフ・テーマ"@ja ;
    mo:track_number 23 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Staff Theme"@en,
        "Schwarzschild II・スタッフ・テーマ"@ja .

_:N64c54e2d59cf4992941d48122f1cf4fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Team Neko BGM"@en,
        "Schwarzschild II・ねこさんちーむBGM"@ja ;
    mo:track_number 21 ;
    schema:duration "PT0:23"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Team Neko BGM"@en,
        "Schwarzschild II・ねこさんちーむBGM"@ja .

_:N6cb8f2851feb44798321485ebf7a39b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frenzied Galaxy <Interplanets I> -Interplanets of Schwarzschild I-"@en,
        "狂乱の銀河〈インタープラネッツI〉～Interplanets of Schwarzschild I～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Frenzied Galaxy <Interplanets I> -Interplanets of Schwarzschild I-"@en,
        "狂乱の銀河〈インタープラネッツI〉～Interplanets of Schwarzschild I～"@ja .

_:N6d653264c54b4cb9ab74684284875be0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Empire's Betrayal <Interplanets II> -Interplanets of Schwarzschild II-"@en,
        "帝国の背信〈インタープラネッツII〉～Interplanets of Schwarzschild II～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "The Empire's Betrayal <Interplanets II> -Interplanets of Schwarzschild II-"@en,
        "帝国の背信〈インタープラネッツII〉～Interplanets of Schwarzschild II～"@ja .

_:N7ac939d006a2473cbebe87ec871b837f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Normal 2 BGM"@en,
        "Schwarzschild I・通常２BGM"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Normal 2 BGM"@en,
        "Schwarzschild I・通常２BGM"@ja .

_:N8acef0adf5e94e35b0226ef47074152b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Staff Theme"@en,
        "Schwarzschild I・スタッフ・テーマ"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Staff Theme"@en,
        "Schwarzschild I・スタッフ・テーマ"@ja .

_:N8be9257389ea4e6dbd81fb47868a4e60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Lightning Speed of Darkness -Fight It Out in The Dark-"@en,
        "暗黒の電光石火 ～Fight It Out in The Dark～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "The Lightning Speed of Darkness -Fight It Out in The Dark-"@en,
        "暗黒の電光石火 ～Fight It Out in The Dark～"@ja .

_:N99aa300586c442a7b2cd633c95f0690d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild I: Requiem"@en,
        "Schwarzschild I・レクイエム"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild I: Requiem"@en,
        "Schwarzschild I・レクイエム"@ja .

_:N9ee9931720624120a7596de94e182498 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Opening Theme"@en,
        "Schwarzschild II・オープニング・テーマ"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Opening Theme"@en,
        "Schwarzschild II・オープニング・テーマ"@ja .

_:Na2c7a9b73ab04a77b06dee6ed2c0482b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flashing Space Battle -Space Battle-"@en,
        "閃光のスペースバトル ～Space Battle～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Flashing Space Battle -Space Battle-"@en,
        "閃光のスペースバトル ～Space Battle～"@ja .

_:Na39c5ef41eaf445abee681f3d0ef0e4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Normal 2 BGM"@en,
        "Schwarzschild II・通常２BGM"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Normal 2 BGM"@en,
        "Schwarzschild II・通常２BGM"@ja .

_:Nd67b7e137cc94b5c8b0c4260c531cd8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Battle Theme"@en,
        "Schwarzschild II・戦闘のテーマ"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Battle Theme"@en,
        "Schwarzschild II・戦闘のテーマ"@ja .

_:Nd6d34c3a2ac84bda91b44b682f19fbef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Safe Return of the Stars -Endings from Schwarzschild I-"@en,
        "星々の生還 ～Endings from Schwarzschild I～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "The Safe Return of the Stars -Endings from Schwarzschild I-"@en,
        "星々の生還 ～Endings from Schwarzschild I～"@ja .

_:Nddb64bbfcdaf435588cb6b62be05361f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Star System of Light -Endings from Schwarzschild II-"@en,
        "光の星系 ～Endings from Schwarzschild II～"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Star System of Light -Endings from Schwarzschild II-"@en,
        "光の星系 ～Endings from Schwarzschild II～"@ja .

_:Ne65751df04564f028e0e5113abe2ae4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Requiem"@en,
        "Schwarzschild II・レクイエム"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Requiem"@en,
        "Schwarzschild II・レクイエム"@ja .

_:Nee1ef5e8d13d46088a5e3c02d5c98e92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schwarzschild II: Ending Theme"@en,
        "Schwarzschild II・エンディング・テーマ"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N74346f4e43ba457bb34a26547af2a24e ;
    schema:name "Schwarzschild II: Ending Theme"@en,
        "Schwarzschild II・エンディング・テーマ"@ja .

_:N74346f4e43ba457bb34a26547af2a24e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0959d86ab45442a3bef06726e464d0fd,
        _:N0be24990e2f7456cbf812182a917958f,
        _:N136c3d841ceb41e88ff00f1efe5466fb,
        _:N1ee45f4ef56848639bf9b6b5ccd3409a,
        _:N2e58e15e2e43419f8ba552e2f95ceea6,
        _:N31f37e4d5b7747ca80fd026f050bb5aa,
        _:N3c3c8277211746e1ab23a0d9a838f79b,
        _:N45dc52c24d0945d6ac9291f563c9c586,
        _:N58d87960d65c4a0588f7d98894d21dcf,
        _:N64c54e2d59cf4992941d48122f1cf4fe,
        _:N6cb8f2851feb44798321485ebf7a39b3,
        _:N6d653264c54b4cb9ab74684284875be0,
        _:N7ac939d006a2473cbebe87ec871b837f,
        _:N8acef0adf5e94e35b0226ef47074152b,
        _:N8be9257389ea4e6dbd81fb47868a4e60,
        _:N99aa300586c442a7b2cd633c95f0690d,
        _:N9ee9931720624120a7596de94e182498,
        _:Na2c7a9b73ab04a77b06dee6ed2c0482b,
        _:Na39c5ef41eaf445abee681f3d0ef0e4b,
        _:Nd67b7e137cc94b5c8b0c4260c531cd8f,
        _:Nd6d34c3a2ac84bda91b44b682f19fbef,
        _:Nddb64bbfcdaf435588cb6b62be05361f,
        _:Ne65751df04564f028e0e5113abe2ae4a,
        _:Nee1ef5e8d13d46088a5e3c02d5c98e92 ;
    mo:track_count 24 ;
    schema:duration "PT66:32"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N0959d86ab45442a3bef06726e464d0fd,
        _:N0be24990e2f7456cbf812182a917958f,
        _:N136c3d841ceb41e88ff00f1efe5466fb,
        _:N1ee45f4ef56848639bf9b6b5ccd3409a,
        _:N2e58e15e2e43419f8ba552e2f95ceea6,
        _:N31f37e4d5b7747ca80fd026f050bb5aa,
        _:N3c3c8277211746e1ab23a0d9a838f79b,
        _:N45dc52c24d0945d6ac9291f563c9c586,
        _:N58d87960d65c4a0588f7d98894d21dcf,
        _:N64c54e2d59cf4992941d48122f1cf4fe,
        _:N6cb8f2851feb44798321485ebf7a39b3,
        _:N6d653264c54b4cb9ab74684284875be0,
        _:N7ac939d006a2473cbebe87ec871b837f,
        _:N8acef0adf5e94e35b0226ef47074152b,
        _:N8be9257389ea4e6dbd81fb47868a4e60,
        _:N99aa300586c442a7b2cd633c95f0690d,
        _:N9ee9931720624120a7596de94e182498,
        _:Na2c7a9b73ab04a77b06dee6ed2c0482b,
        _:Na39c5ef41eaf445abee681f3d0ef0e4b,
        _:Nd67b7e137cc94b5c8b0c4260c531cd8f,
        _:Nd6d34c3a2ac84bda91b44b682f19fbef,
        _:Nddb64bbfcdaf435588cb6b62be05361f,
        _:Ne65751df04564f028e0e5113abe2ae4a,
        _:Nee1ef5e8d13d46088a5e3c02d5c98e92 .

