@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 _:N6e69b226445c4526b9a74ad810647df8 ;
    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 .

_:N02bdf18539bb48748f01303b3a5b2e64 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Flashing Space Battle -Space Battle-"@en,
        "閃光のスペースバトル ～Space Battle～"@ja .

_:N0a9394d7f4c84e169d00843e7f5e3b14 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "The Empire's Betrayal <Interplanets II> -Interplanets of Schwarzschild II-"@en,
        "帝国の背信〈インタープラネッツII〉～Interplanets of Schwarzschild II～"@ja .

_:N0eec84789eb04f91abb2a9867fe30e50 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Star System of Light -Endings from Schwarzschild II-"@en,
        "光の星系 ～Endings from Schwarzschild II～"@ja .

_:N12652b5cbc474bd38c3c1f2423f668b7 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Team Neko BGM"@en,
        "Schwarzschild I・ねこさんちーむBGM"@ja .

_:N29dc2a6084804c2bb299dd1c75eaaf47 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Normal 2 BGM"@en,
        "Schwarzschild II・通常２BGM"@ja .

_:N3469ee21ee4b40fa8274150411f759b6 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Ending Theme"@en,
        "Schwarzschild II・エンディング・テーマ"@ja .

_:N36e670628ab6497aa1ad2e40e4991bb3 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Team Neko BGM"@en,
        "Schwarzschild II・ねこさんちーむBGM"@ja .

_:N3f7e300f72d24aada038eed757b21712 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Ending Theme"@en,
        "Schwarzschild I・エンディング・テーマ"@ja .

_:N4135737180c54418901b5a068569d83f 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Legend of Schwarzschild -Team \"NEK☆\" in Schwarzschild-"@en,
        "シュヴァルツシルトの伝説 ～Team \"NEK☆\" in Schwarzschild～"@ja .

_:N8313ca8c6d7845f8bfac275f9b9d8988 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Opening Theme"@en,
        "Schwarzschild II・オープニング・テーマ"@ja .

_:N83c350a0ca994e42a4c43b7be71358c0 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "The Galaxy, Forever... -Beginning-"@en,
        "銀河よ永遠に… ～Beginning～"@ja .

_:N8bebc8a922cd4d40a1e984d5866ca4c7 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "The Lightning Speed of Darkness -Fight It Out in The Dark-"@en,
        "暗黒の電光石火 ～Fight It Out in The Dark～"@ja .

_:N8c8668f78640486494ce4d55edea35a1 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "The Safe Return of the Stars -Endings from Schwarzschild I-"@en,
        "星々の生還 ～Endings from Schwarzschild I～"@ja .

_:N8e50cbf5321f49c381c86b280e5cb6cb 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Requiem"@en,
        "Schwarzschild I・レクイエム"@ja .

_:Na74ba317c7284aa5b1860cc9b5a63f90 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Frenzied Galaxy <Interplanets I> -Interplanets of Schwarzschild I-"@en,
        "狂乱の銀河〈インタープラネッツI〉～Interplanets of Schwarzschild I～"@ja .

_:Na7d60f4ac0b447fe98774d4235a312ef 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Battle Theme"@en,
        "Schwarzschild II・戦闘のテーマ"@ja .

_:Nb12942155f744c8cb38ea4a42e667be6 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Staff Theme"@en,
        "Schwarzschild I・スタッフ・テーマ"@ja .

_:Nbc0f13ae5c2a452993d9f71d0772ce04 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Normal 2 BGM"@en,
        "Schwarzschild I・通常２BGM"@ja .

_:Nbc866eaea84d42c78fba56426af0b35c 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Normal 1 BGM"@en,
        "Schwarzschild II・通常１BGM"@ja .

_:Nbdf025fb787c4f5095fbf5ed06b99e36 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Requiem"@en,
        "Schwarzschild II・レクイエム"@ja .

_:Nbf7a632de45248f8b6286867b4a88788 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Staff Theme"@en,
        "Schwarzschild II・スタッフ・テーマ"@ja .

_:Nd7faaba7d5b34f9a96ba835df53fa5bf 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Battle Theme"@en,
        "Schwarzschild I・戦闘のテーマ"@ja .

_:Ne9834fa1d986427fba23f77fb9befbb5 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild I: Opening Theme & Normal 1 BGM"@en,
        "Schwarzschild I・オープニング・テーマ / 通常１BGM"@ja .

_:Nf83a9b449a384e2ca03031cb2f78052d 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 _:N6e69b226445c4526b9a74ad810647df8 ;
    schema:name "Schwarzschild II: Practice Mode BGM"@en,
        "Schwarzschild II・演習モードBGM"@ja .

_:N6e69b226445c4526b9a74ad810647df8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02bdf18539bb48748f01303b3a5b2e64,
        _:N0a9394d7f4c84e169d00843e7f5e3b14,
        _:N0eec84789eb04f91abb2a9867fe30e50,
        _:N12652b5cbc474bd38c3c1f2423f668b7,
        _:N29dc2a6084804c2bb299dd1c75eaaf47,
        _:N3469ee21ee4b40fa8274150411f759b6,
        _:N36e670628ab6497aa1ad2e40e4991bb3,
        _:N3f7e300f72d24aada038eed757b21712,
        _:N4135737180c54418901b5a068569d83f,
        _:N8313ca8c6d7845f8bfac275f9b9d8988,
        _:N83c350a0ca994e42a4c43b7be71358c0,
        _:N8bebc8a922cd4d40a1e984d5866ca4c7,
        _:N8c8668f78640486494ce4d55edea35a1,
        _:N8e50cbf5321f49c381c86b280e5cb6cb,
        _:Na74ba317c7284aa5b1860cc9b5a63f90,
        _:Na7d60f4ac0b447fe98774d4235a312ef,
        _:Nb12942155f744c8cb38ea4a42e667be6,
        _:Nbc0f13ae5c2a452993d9f71d0772ce04,
        _:Nbc866eaea84d42c78fba56426af0b35c,
        _:Nbdf025fb787c4f5095fbf5ed06b99e36,
        _:Nbf7a632de45248f8b6286867b4a88788,
        _:Nd7faaba7d5b34f9a96ba835df53fa5bf,
        _:Ne9834fa1d986427fba23f77fb9befbb5,
        _:Nf83a9b449a384e2ca03031cb2f78052d ;
    mo:track_count 24 ;
    schema:duration "PT66:32"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N02bdf18539bb48748f01303b3a5b2e64,
        _:N0a9394d7f4c84e169d00843e7f5e3b14,
        _:N0eec84789eb04f91abb2a9867fe30e50,
        _:N12652b5cbc474bd38c3c1f2423f668b7,
        _:N29dc2a6084804c2bb299dd1c75eaaf47,
        _:N3469ee21ee4b40fa8274150411f759b6,
        _:N36e670628ab6497aa1ad2e40e4991bb3,
        _:N3f7e300f72d24aada038eed757b21712,
        _:N4135737180c54418901b5a068569d83f,
        _:N8313ca8c6d7845f8bfac275f9b9d8988,
        _:N83c350a0ca994e42a4c43b7be71358c0,
        _:N8bebc8a922cd4d40a1e984d5866ca4c7,
        _:N8c8668f78640486494ce4d55edea35a1,
        _:N8e50cbf5321f49c381c86b280e5cb6cb,
        _:Na74ba317c7284aa5b1860cc9b5a63f90,
        _:Na7d60f4ac0b447fe98774d4235a312ef,
        _:Nb12942155f744c8cb38ea4a42e667be6,
        _:Nbc0f13ae5c2a452993d9f71d0772ce04,
        _:Nbc866eaea84d42c78fba56426af0b35c,
        _:Nbdf025fb787c4f5095fbf5ed06b99e36,
        _:Nbf7a632de45248f8b6286867b4a88788,
        _:Nd7faaba7d5b34f9a96ba835df53fa5bf,
        _:Ne9834fa1d986427fba23f77fb9befbb5,
        _:Nf83a9b449a384e2ca03031cb2f78052d .

