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

<artist/55#subject> a schema:Person,
        foaf:Person ;
    schema:name "JAM Project"@en ;
    foaf:made <album/34326#subject>,
        <album/34326#vocals> ;
    foaf:name "JAM Project"@en .

<artist/347#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34326#subject> ;
    schema:name "Yoshihisa Hirano"@en,
        "平野義久"@ja ;
    foaf:made <album/34326#composition>,
        <album/34326#subject> ;
    foaf:name "Yoshihisa Hirano"@en,
        "平野義久"@ja .

<artist/3668#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34326#subject> ;
    schema:name "Takuya Hanaoka"@en,
        "花岡拓也"@ja ;
    foaf:made <album/34326#composition>,
        <album/34326#subject> ;
    foaf:name "Takuya Hanaoka"@en,
        "花岡拓也"@ja .

<artist/42#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34326#subject> ;
    schema:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja ;
    foaf:made <album/34326#composition>,
        <album/34326#lyrics>,
        <album/34326#subject> ;
    foaf:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja .

<artist/47#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34326#subject> ;
    schema:name "Minami Kuribayashi"@en,
        "栗林みな実"@ja ;
    foaf:made <album/34326#composition>,
        <album/34326#lyrics>,
        <album/34326#subject>,
        <album/34326#vocals> ;
    foaf:name "Minami Kuribayashi"@en,
        "栗林みな実"@ja .

<product/3689#subject> a schema:CreativeWork ;
    schema:name "Super Robot Wars OG -Divine Wars-"@en,
        "スーパーロボット大戦OG -ディバイン・ウォーズ-"@ja,
        "Super Robot Taisen OG -Divine Wars-"@ja-latn ;
    foaf:name "Super Robot Wars OG -Divine Wars-"@en,
        "スーパーロボット大戦OG -ディバイン・ウォーズ-"@ja,
        "Super Robot Taisen OG -Divine Wars-"@ja-latn .

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

<album/34326#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn ;
    mo:performance_of <album/34326#musicalwork> ;
    mo:recorded_as <album/34326#musicalexpression> ;
    schema:name "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn ;
    schema:workPerformed <album/34326#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/62/34326/34326-c1b2ea86e443.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/34326#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn ;
    mo:composer <artist/347#subject>,
        <artist/3668#subject>,
        <artist/42#subject>,
        <artist/47#subject> ;
    mo:produced_work <album/34326#musicalwork> ;
    schema:name "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn .

<album/34326#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-12-21"^^xsd:date ;
    dcterms:title "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn ;
    mo:catalogue_number "LACA-5587" ;
    mo:media_type "CD" ;
    mo:publication_of <album/34326#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:Nccc02a96994b47ab9d4046708115a329 ;
    mo:record_count 1 ;
    schema:about <product/3689#subject> ;
    schema:datePublished "2006-12-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/62/34326/34326-c1b2ea86e443.jpg> ;
    schema:name "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@en,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja,
        "SUPER ROBOT WARS OG -DIVINE WARS- O.S.T.01"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/62/34326/34326-c1b2ea86e443.jpg> .

_:N08cad5a2102846e8827e5436ff61198a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Break Out (TV size)"@en,
        "Break Out (TV size)"@ja ;
    mo:track_number 38 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Break Out (TV size)"@en,
        "Break Out (TV size)"@ja .

_:N0f3f4eb0e6d1458dbcdb233ea5a95a71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fierceness"@en,
        "Fierceness"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Fierceness"@en,
        "Fierceness"@ja .

_:N148adeb846eb449d994f864c55d78d36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Courage"@en,
        "Courage"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Courage"@en,
        "Courage"@ja .

_:N153de48b00124809b0fdee4161f0ddad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Daybreak"@en,
        "Daybreak"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Daybreak"@en,
        "Daybreak"@ja .

_:N1a64138980de4210a0d81f90d782f56d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hesitation"@en,
        "Hesitation"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Hesitation"@en,
        "Hesitation"@ja .

_:N1d5c5fc4c73b4c3dbd5c3bd36bab656a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lament"@en,
        "Lament"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Lament"@en,
        "Lament"@ja .

_:N233b95fc22c14096ac1094c1e5f1dae8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Friendship"@en,
        "Friendship"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Friendship"@en,
        "Friendship"@ja .

_:N24e4d8f7b0ff443a9e09c28798a295e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trifling"@en,
        "Trifling"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:54"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Trifling"@en,
        "Trifling"@ja .

_:N2b04c287a25047d38810b42bd00eafee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Divine Wars～short version"@en,
        "Divine Wars～short version"@ja ;
    mo:track_number 33 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Divine Wars～short version"@en,
        "Divine Wars～short version"@ja .

_:N35276ff826a447f0bcc7ae4d202bbbe5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Combatants"@en,
        "Combatants"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Combatants"@en,
        "Combatants"@ja .

_:N43620b886fbb4f6a82503046b20b047e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chant #2"@en,
        "Chant #2"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Chant #2"@en,
        "Chant #2"@ja .

_:N44c5535c287240689f8bd69c8b804349 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prejudice"@en,
        "Prejudice"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Prejudice"@en,
        "Prejudice"@ja .

_:N44f9e829190448e29971b0b6aa886336 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twilight"@en,
        "Twilight"@ja ;
    mo:track_number 31 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Twilight"@en,
        "Twilight"@ja .

_:N509209aab15d4bbf8457f12417cfbdd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chant #1"@en,
        "Chant #1"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Chant #1"@en,
        "Chant #1"@ja .

_:N578c52f093284f3387e6a859d3a4f72f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BORN TO FIGHT (TV ver.)"@en,
        "BORN TO FIGHT (TV ver.)"@ja ;
    mo:track_number 36 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "BORN TO FIGHT (TV ver.)"@en,
        "BORN TO FIGHT (TV ver.)"@ja .

_:N58e2337a35bb4faf971b910a2a10fe96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pleasantness"@en,
        "Pleasantness"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Pleasantness"@en,
        "Pleasantness"@ja .

_:N5969d15eedee43c5862cf0c7aff73468 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Divine Wars #2"@en,
        "Divine Wars #2"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Divine Wars #2"@en,
        "Divine Wars #2"@ja .

_:N5c4301ebd4dd4187a49e6ba639ec37ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Precedence #2"@en,
        "Precedence #2"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Precedence #2"@en,
        "Precedence #2"@ja .

_:N63343a9f5d8940639af6534857fe194c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yell！(TV size)"@en,
        "Yell！(TV size)"@ja ;
    mo:track_number 39 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Yell！(TV size)"@en,
        "Yell！(TV size)"@ja .

_:N6a0b0dd9409c4576bd9377886771050a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Detestable Visitors (TV ver.)"@en,
        "忌むべき来訪者 (TV ver.)"@ja ;
    mo:track_number 35 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Detestable Visitors (TV ver.)"@en,
        "忌むべき来訪者 (TV ver.)"@ja .

_:N6ed782083334463dbfa1dc95bdaa7723 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chorale #3"@en,
        "Chorale #3"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Chorale #3"@en,
        "Chorale #3"@ja .

_:N79fa5738e0f74993ba3e663a00b00a12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comrade in arms"@en,
        "Comrade in arms"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Comrade in arms"@en,
        "Comrade in arms"@ja .

_:N7b838008e85446a4898e700f606892b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Misgivings"@en,
        "Misgivings"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Misgivings"@en,
        "Misgivings"@ja .

_:N7c08355e0ec1475b80d0b822a8a5b1ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Divine Wars"@en,
        "Divine Wars"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Divine Wars"@en,
        "Divine Wars"@ja .

_:N80ba67eb1e564888a9119d7364fd6de9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confrontation #2"@en,
        "Confrontation #2"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Confrontation #2"@en,
        "Confrontation #2"@ja .

_:N824bcb1107d44479ac1da3881021c695 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Urge"@en,
        "Urge"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Urge"@en,
        "Urge"@ja .

_:N9f94a17567ce4539aa94e3200bd685bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "presage"@en,
        "presage"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "presage"@en,
        "presage"@ja .

_:Nae4e9b401a5c4f22a555371a484767ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomorrow"@en,
        "Tomorrow"@ja ;
    mo:track_number 32 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Tomorrow"@en,
        "Tomorrow"@ja .

_:Nb48db9f93a0f4678a43255dd3fe01778 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reliance"@en,
        "Reliance"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Reliance"@en,
        "Reliance"@ja .

_:Nba0ee55e362546bfbff793a09601a0c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Relief"@en,
        "Relief"@ja ;
    mo:track_number 30 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Relief"@en,
        "Relief"@ja .

_:Nbb2f263161174eaf81ce3b375345e6e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Almighty Arbitrator (TV ver.)"@en,
        "全能なる調停者 (TV ver.)"@ja ;
    mo:track_number 37 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "The Almighty Arbitrator (TV ver.)"@en,
        "全能なる調停者 (TV ver.)"@ja .

_:Nc9090a0596bd4c63a36113cfc6ab8505 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chorale #2"@en,
        "Chorale #2"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Chorale #2"@en,
        "Chorale #2"@ja .

_:Nd56b0fa051b14b1db2200aeb47f3e771 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Conflict"@en,
        "Conflict"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Conflict"@en,
        "Conflict"@ja .

_:Nd61c16e3358b43b38f614eec985c7d29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Messenger from the Void (TV ver.)"@en,
        "虚空からの使者 (TV ver.)"@ja ;
    mo:track_number 34 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Messenger from the Void (TV ver.)"@en,
        "虚空からの使者 (TV ver.)"@ja .

_:Nd6c328265ec7474d93284ffb6860df2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confrontation"@en,
        "Confrontation"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Confrontation"@en,
        "Confrontation"@ja .

_:Nda6de35095e64b2e94915d77a06fac0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chorale"@en,
        "Chorale"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Chorale"@en,
        "Chorale"@ja .

_:Ndaef08237fe3454eb7a5f06dd400d859 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Precedence"@en,
        "Precedence"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Precedence"@en,
        "Precedence"@ja .

_:Nf2de523fa0ab42a7b7eaa73a3a2b209d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invasion"@en,
        "Invasion"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Invasion"@en,
        "Invasion"@ja .

_:Nfe950212c349429a880abab0746ef354 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue"@en,
        "Prologue"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:Nccc02a96994b47ab9d4046708115a329 ;
    schema:name "Prologue"@en,
        "Prologue"@ja .

_:Nccc02a96994b47ab9d4046708115a329 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N08cad5a2102846e8827e5436ff61198a,
        _:N0f3f4eb0e6d1458dbcdb233ea5a95a71,
        _:N148adeb846eb449d994f864c55d78d36,
        _:N153de48b00124809b0fdee4161f0ddad,
        _:N1a64138980de4210a0d81f90d782f56d,
        _:N1d5c5fc4c73b4c3dbd5c3bd36bab656a,
        _:N233b95fc22c14096ac1094c1e5f1dae8,
        _:N24e4d8f7b0ff443a9e09c28798a295e0,
        _:N2b04c287a25047d38810b42bd00eafee,
        _:N35276ff826a447f0bcc7ae4d202bbbe5,
        _:N43620b886fbb4f6a82503046b20b047e,
        _:N44c5535c287240689f8bd69c8b804349,
        _:N44f9e829190448e29971b0b6aa886336,
        _:N509209aab15d4bbf8457f12417cfbdd2,
        _:N578c52f093284f3387e6a859d3a4f72f,
        _:N58e2337a35bb4faf971b910a2a10fe96,
        _:N5969d15eedee43c5862cf0c7aff73468,
        _:N5c4301ebd4dd4187a49e6ba639ec37ec,
        _:N63343a9f5d8940639af6534857fe194c,
        _:N6a0b0dd9409c4576bd9377886771050a,
        _:N6ed782083334463dbfa1dc95bdaa7723,
        _:N79fa5738e0f74993ba3e663a00b00a12,
        _:N7b838008e85446a4898e700f606892b8,
        _:N7c08355e0ec1475b80d0b822a8a5b1ab,
        _:N80ba67eb1e564888a9119d7364fd6de9,
        _:N824bcb1107d44479ac1da3881021c695,
        _:N9f94a17567ce4539aa94e3200bd685bc,
        _:Nae4e9b401a5c4f22a555371a484767ce,
        _:Nb48db9f93a0f4678a43255dd3fe01778,
        _:Nba0ee55e362546bfbff793a09601a0c8,
        _:Nbb2f263161174eaf81ce3b375345e6e9,
        _:Nc9090a0596bd4c63a36113cfc6ab8505,
        _:Nd56b0fa051b14b1db2200aeb47f3e771,
        _:Nd61c16e3358b43b38f614eec985c7d29,
        _:Nd6c328265ec7474d93284ffb6860df2d,
        _:Nda6de35095e64b2e94915d77a06fac0b,
        _:Ndaef08237fe3454eb7a5f06dd400d859,
        _:Nf2de523fa0ab42a7b7eaa73a3a2b209d,
        _:Nfe950212c349429a880abab0746ef354 ;
    mo:track_count 39 ;
    schema:duration "PT58:47"^^xsd:interval ;
    schema:numTracks 39 ;
    schema:track _:N08cad5a2102846e8827e5436ff61198a,
        _:N0f3f4eb0e6d1458dbcdb233ea5a95a71,
        _:N148adeb846eb449d994f864c55d78d36,
        _:N153de48b00124809b0fdee4161f0ddad,
        _:N1a64138980de4210a0d81f90d782f56d,
        _:N1d5c5fc4c73b4c3dbd5c3bd36bab656a,
        _:N233b95fc22c14096ac1094c1e5f1dae8,
        _:N24e4d8f7b0ff443a9e09c28798a295e0,
        _:N2b04c287a25047d38810b42bd00eafee,
        _:N35276ff826a447f0bcc7ae4d202bbbe5,
        _:N43620b886fbb4f6a82503046b20b047e,
        _:N44c5535c287240689f8bd69c8b804349,
        _:N44f9e829190448e29971b0b6aa886336,
        _:N509209aab15d4bbf8457f12417cfbdd2,
        _:N578c52f093284f3387e6a859d3a4f72f,
        _:N58e2337a35bb4faf971b910a2a10fe96,
        _:N5969d15eedee43c5862cf0c7aff73468,
        _:N5c4301ebd4dd4187a49e6ba639ec37ec,
        _:N63343a9f5d8940639af6534857fe194c,
        _:N6a0b0dd9409c4576bd9377886771050a,
        _:N6ed782083334463dbfa1dc95bdaa7723,
        _:N79fa5738e0f74993ba3e663a00b00a12,
        _:N7b838008e85446a4898e700f606892b8,
        _:N7c08355e0ec1475b80d0b822a8a5b1ab,
        _:N80ba67eb1e564888a9119d7364fd6de9,
        _:N824bcb1107d44479ac1da3881021c695,
        _:N9f94a17567ce4539aa94e3200bd685bc,
        _:Nae4e9b401a5c4f22a555371a484767ce,
        _:Nb48db9f93a0f4678a43255dd3fe01778,
        _:Nba0ee55e362546bfbff793a09601a0c8,
        _:Nbb2f263161174eaf81ce3b375345e6e9,
        _:Nc9090a0596bd4c63a36113cfc6ab8505,
        _:Nd56b0fa051b14b1db2200aeb47f3e771,
        _:Nd61c16e3358b43b38f614eec985c7d29,
        _:Nd6c328265ec7474d93284ffb6860df2d,
        _:Nda6de35095e64b2e94915d77a06fac0b,
        _:Ndaef08237fe3454eb7a5f06dd400d859,
        _:Nf2de523fa0ab42a7b7eaa73a3a2b209d,
        _:Nfe950212c349429a880abab0746ef354 .

