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

<artist/2055#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroko Moriguchi"@en,
        "森口博子"@ja ;
    foaf:made <album/48950#subject>,
        <album/48950#vocals> ;
    foaf:name "Hiroko Moriguchi"@en,
        "森口博子"@ja .

<artist/5854#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rin Iogi"@en,
        "井荻麟"@ja ;
    foaf:made <album/48950#lyrics>,
        <album/48950#subject> ;
    foaf:name "Rin Iogi"@en,
        "井荻麟"@ja .

<album/48948> a mo:Release ;
    mo:catalogue_number "KICA-55" .

<artist/10016#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/48950#subject> ;
    schema:name "Yoko Orihara"@en,
        "緒里原洋子"@ja ;
    foaf:made <album/48950#composition>,
        <album/48950#subject> ;
    foaf:name "Yoko Orihara"@en,
        "緒里原洋子"@ja .

<artist/4663#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/48950#subject> ;
    schema:name "Yasuhiko Shigemura"@en,
        "茂村泰彦"@ja ;
    foaf:made <album/48950#composition>,
        <album/48950#lyrics>,
        <album/48950#subject> ;
    foaf:name "Yasuhiko Shigemura"@en,
        "茂村泰彦"@ja .

<artist/6886#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/48950#subject> ;
    schema:name "Yui Nishiwaki"@en,
        "西脇唯"@ja ;
    foaf:made <album/48950#composition>,
        <album/48950#lyrics>,
        <album/48950#subject> ;
    foaf:name "Yui Nishiwaki"@en,
        "西脇唯"@ja .

<product/1408#subject> a schema:CreativeWork ;
    schema:name "Mobile Suit Gundam F91"@en,
        "機動戦士ガンダムF91"@ja,
        "Kidou Senshi Gundam Formula 91"@ja-latn ;
    foaf:name "Mobile Suit Gundam F91"@en,
        "機動戦士ガンダムF91"@ja,
        "Kidou Senshi Gundam Formula 91"@ja-latn .

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

<album/48950#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn ;
    mo:performance_of <album/48950#musicalwork> ;
    mo:recorded_as <album/48950#musicalexpression> ;
    schema:name "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn ;
    schema:workPerformed <album/48950#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/05/48950/48950-f4d4744180a5.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/48950#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn ;
    mo:composer <artist/10016#subject>,
        <artist/4663#subject>,
        <artist/6886#subject> ;
    mo:produced_work <album/48950#musicalwork> ;
    schema:name "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn .

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

<album/48950#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-03-05"^^xsd:date ;
    dcterms:title "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn ;
    mo:catalogue_number "KICA-2047" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/48948> ;
    mo:publication_of <album/48950#musicalexpression> ;
    mo:publisher <org/21#subject> ;
    mo:record _:N38b684067e29419bb0489ab91ba6c2db ;
    mo:record_count 1 ;
    schema:about <product/1408#subject> ;
    schema:datePublished "1999-03-05"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/05/48950/48950-f4d4744180a5.jpg> ;
    schema:name "MOBILE SUIT GUNDAM FORMULA 91"@en,
        "機動戦士ガンダムF91 オリジナル・サウンドトラック"@ja,
        "Kidou Senshi GUNDAM F91 Original Soundtrack"@ja-latn ;
    schema:publisher <org/21#subject> ;
    foaf:depiction <https://media.vgm.io/albums/05/48950/48950-f4d4744180a5.jpg> .

_:N0527c74b74424ee882eda0771e95f75f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mobile Suit Sortie"@en,
        "モビルスーツ出撃"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Mobile Suit Sortie"@en,
        "モビルスーツ出撃"@ja .

_:N073c5c7821f4449c8648bf13cb6b6079 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Iron Mask Karozzo"@en,
        "鉄仮面・カロッゾ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Iron Mask Karozzo"@en,
        "鉄仮面・カロッゾ"@ja .

_:N080d2ec05dcc4ffd8d699270787e6fc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cecily's Sorrow ~Meitzer Thoughts~"@en,
        "セシリーの悲しみ ～マイッツアーの想い～"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Cecily's Sorrow ~Meitzer Thoughts~"@en,
        "セシリーの悲しみ ～マイッツアーの想い～"@ja .

_:N1cbebf55d6814fe780166dc81364afb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reunion"@en,
        "再会"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Reunion"@en,
        "再会"@ja .

_:N1ce9442075e64169aec4849c55cd10d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Assault and Panic"@en,
        "奇襲と混乱"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Assault and Panic"@en,
        "奇襲と混乱"@ja .

_:N3980cff658d84cb88bae517503ef0a0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To a New Space..."@en,
        "新たなる宇宙(そら)へ…"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "To a New Space..."@en,
        "新たなる宇宙(そら)へ…"@ja .

_:N46e5cd2f4d504c8f8e12edb5a5ca34aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uneasiness"@en,
        "不安"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Uneasiness"@en,
        "不安"@ja .

_:N5339c8e9c061408dbfde3b27515cfc92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Berghito's Death ~ Seabook & Cecily's Anger"@en,
        "戦友ビルギットの死 ～シーブックとセシリーの怒り"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Berghito's Death ~ Seabook & Cecily's Anger"@en,
        "戦友ビルギットの死 ～シーブックとセシリーの怒り"@ja .

_:N57c417a54cb443a2ac88f7baa3335182 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle"@en,
        "戦闘"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Battle"@en,
        "戦闘"@ja .

_:N6ce28ea758ed42e5aa4496c3722bdd31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Looking For Cecily ~ Seabook's Theme"@en,
        "セシリーを探して ～シーブックのテーマ"@ja ;
    mo:track_number 19 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Looking For Cecily ~ Seabook's Theme"@en,
        "セシリーを探して ～シーブックのテーマ"@ja .

_:N81f26ca77cb54d22a49f69f12e978dda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternal Wind ~Shining Smiles in the Wind~"@en,
        "ETERNAL WIND ～ほほえみは光る風の中～"@ja ;
    mo:track_number 20 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Eternal Wind ~Shining Smiles in the Wind~"@en,
        "ETERNAL WIND ～ほほえみは光る風の中～"@ja .

_:N92acc676e2e94c1c8868cad71ac0dd34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Battle"@en,
        "最終決戦"@ja ;
    mo:track_number 18 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Final Battle"@en,
        "最終決戦"@ja .

_:N96038f21f62946da9f0f548fd545770d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gundam F91 Sortie"@en,
        "F91ガンダム出撃"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Gundam F91 Sortie"@en,
        "F91ガンダム出撃"@ja .

_:N9acdc9885e6544dcaf39d4829082e083 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Seabook's Anger and the Children's Escape"@en,
        "シーブックの怒りと子供達の脱出"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Seabook's Anger and the Children's Escape"@en,
        "シーブックの怒りと子供達の脱出"@ja .

_:Nae6768c0ff334948bc0e0ac91f25a0b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Seabook's Grief ~ Annamarie & Cecily"@en,
        "シーブックの苦悩 ～アンナマリーとセシリー"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Seabook's Grief ~ Annamarie & Cecily"@en,
        "シーブックの苦悩 ～アンナマリーとセシリー"@ja .

_:Nb1a8d3b532784e6f8059620d70e58707 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmo Babylonia"@en,
        "コスモ・バビロニア"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Cosmo Babylonia"@en,
        "コスモ・バビロニア"@ja .

_:Nb53af1c43869418186a212257a30b688 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watching You - This Time I'm Seeing You"@en,
        "君を見つめて The time I'm seeing you"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Watching You - This Time I'm Seeing You"@en,
        "君を見つめて The time I'm seeing you"@ja .

_:Nc0aa9f18a1184d6fbd50e0981f6ec6d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Iron Mask's Plot"@en,
        "鉄仮面の陰謀"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Iron Mask's Plot"@en,
        "鉄仮面の陰謀"@ja .

_:Nc1b5cac8583a4c7fa82bbe8d422932d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crossbone Vanguard's Advance"@en,
        "クロスボーン・バン軍の進行と戦い"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Crossbone Vanguard's Advance"@en,
        "クロスボーン・バン軍の進行と戦い"@ja .

_:Nd76374d0d2864defad9633d0ede8be10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Carnival"@en,
        "カーニバル"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:N38b684067e29419bb0489ab91ba6c2db ;
    schema:name "Carnival"@en,
        "カーニバル"@ja .

_:N38b684067e29419bb0489ab91ba6c2db a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0527c74b74424ee882eda0771e95f75f,
        _:N073c5c7821f4449c8648bf13cb6b6079,
        _:N080d2ec05dcc4ffd8d699270787e6fc1,
        _:N1cbebf55d6814fe780166dc81364afb9,
        _:N1ce9442075e64169aec4849c55cd10d1,
        _:N3980cff658d84cb88bae517503ef0a0e,
        _:N46e5cd2f4d504c8f8e12edb5a5ca34aa,
        _:N5339c8e9c061408dbfde3b27515cfc92,
        _:N57c417a54cb443a2ac88f7baa3335182,
        _:N6ce28ea758ed42e5aa4496c3722bdd31,
        _:N81f26ca77cb54d22a49f69f12e978dda,
        _:N92acc676e2e94c1c8868cad71ac0dd34,
        _:N96038f21f62946da9f0f548fd545770d,
        _:N9acdc9885e6544dcaf39d4829082e083,
        _:Nae6768c0ff334948bc0e0ac91f25a0b2,
        _:Nb1a8d3b532784e6f8059620d70e58707,
        _:Nb53af1c43869418186a212257a30b688,
        _:Nc0aa9f18a1184d6fbd50e0981f6ec6d9,
        _:Nc1b5cac8583a4c7fa82bbe8d422932d7,
        _:Nd76374d0d2864defad9633d0ede8be10 ;
    mo:track_count 20 ;
    schema:duration "PT71:30"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N0527c74b74424ee882eda0771e95f75f,
        _:N073c5c7821f4449c8648bf13cb6b6079,
        _:N080d2ec05dcc4ffd8d699270787e6fc1,
        _:N1cbebf55d6814fe780166dc81364afb9,
        _:N1ce9442075e64169aec4849c55cd10d1,
        _:N3980cff658d84cb88bae517503ef0a0e,
        _:N46e5cd2f4d504c8f8e12edb5a5ca34aa,
        _:N5339c8e9c061408dbfde3b27515cfc92,
        _:N57c417a54cb443a2ac88f7baa3335182,
        _:N6ce28ea758ed42e5aa4496c3722bdd31,
        _:N81f26ca77cb54d22a49f69f12e978dda,
        _:N92acc676e2e94c1c8868cad71ac0dd34,
        _:N96038f21f62946da9f0f548fd545770d,
        _:N9acdc9885e6544dcaf39d4829082e083,
        _:Nae6768c0ff334948bc0e0ac91f25a0b2,
        _:Nb1a8d3b532784e6f8059620d70e58707,
        _:Nb53af1c43869418186a212257a30b688,
        _:Nc0aa9f18a1184d6fbd50e0981f6ec6d9,
        _:Nc1b5cac8583a4c7fa82bbe8d422932d7,
        _:Nd76374d0d2864defad9633d0ede8be10 .

