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

<artist/3505#subject> a schema:Person,
        foaf:Person ;
    schema:name "Urara Amagasaki"@en,
        "天ヶ咲麗"@ja ;
    foaf:made <album/31851#lyrics>,
        <album/31851#subject> ;
    foaf:name "Urara Amagasaki"@en,
        "天ヶ咲麗"@ja .

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

<artist/14187#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31851#subject> ;
    schema:name "Yukihiro Ibuki"@en,
        "伊吹ユキヒロ"@ja ;
    foaf:made <album/31851#composition>,
        <album/31851#subject> ;
    foaf:name "Yukihiro Ibuki"@en,
        "伊吹ユキヒロ"@ja .

<artist/14190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31851#subject> ;
    schema:name "solfa"@en ;
    foaf:made <album/31851#composition>,
        <album/31851#subject> ;
    foaf:name "solfa"@en .

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

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

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

<https://medium-media.vgm.io/albums/15/31851/31851-1330368941.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/14196#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31851#performance> ;
    schema:name "yuki"@en,
        "悠季"@ja ;
    foaf:made <album/31851#lyrics>,
        <album/31851#subject> ;
    foaf:name "yuki"@en,
        "悠季"@ja .

<artist/96#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31851#performance> ;
    schema:name "Chata"@en,
        "茶太"@ja ;
    foaf:name "Chata"@en,
        "茶太"@ja .

<album/31851#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn ;
    mo:composer <artist/14187#subject>,
        <artist/14190#subject>,
        <artist/2320#subject> ;
    mo:produced_work <album/31851#musicalwork> ;
    schema:name "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn .

<artist/2320#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31851#subject> ;
    mo:performed <album/31851#performance> ;
    schema:name "iyuna"@en ;
    foaf:made <album/31851#composition>,
        <album/31851#subject> ;
    foaf:name "iyuna"@en .

<album/31851#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn ;
    mo:performance_of <album/31851#musicalwork> ;
    mo:performer <artist/14196#subject>,
        <artist/2320#subject>,
        <artist/96#subject> ;
    mo:recorded_as <album/31851#musicalexpression> ;
    schema:byArtist <artist/14196#subject>,
        <artist/2320#subject>,
        <artist/96#subject> ;
    schema:name "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn ;
    schema:workPerformed <album/31851#musicalwork> .

<album/31851#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-04-27"^^xsd:date ;
    dcterms:title "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn ;
    mo:catalogue_number "LSRC-012~3" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/31851#musicalexpression> ;
    mo:publisher <org/1906#subject> ;
    mo:record _:N436d2070be5c4cb5a34ec8d7aa534ae2,
        _:N5346db643d0d457ca4e087885551d015 ;
    mo:record_count 2 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "VenusBlood -FRONTIER-"@en ;
            foaf:name "VenusBlood -FRONTIER-"@en ] ;
    schema:byArtist <artist/14196#subject>,
        <artist/2320#subject>,
        <artist/96#subject> ;
    schema:datePublished "2012-04-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/31851/31851-1330368941.jpg> ;
    schema:name "VenusBlood -FRONTIER- -Original Sound Track-"@en,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja,
        "VenusBlood -FRONTIER- -Original Sound Track-"@ja-latn ;
    schema:publisher <org/1906#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/31851/31851-1330368941.jpg> .

_:N0119ed3ab34e48c9af45f017864fcce5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark Fire"@en,
        "Dark Fire（闇より昏き灯火）"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Dark Fire"@en,
        "Dark Fire（闇より昏き灯火）"@ja .

_:N02deb2ca43174233bad69cd2c273cd89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Marauder"@en,
        "Marauder（迫る危機）"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Marauder"@en,
        "Marauder（迫る危機）"@ja .

_:N04d9bf179d774e9b85db2351e3465b66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Flame of Vengeance"@en,
        "Blue Flame of Vengeance（復讐の蒼炎）"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Blue Flame of Vengeance"@en,
        "Blue Flame of Vengeance（復讐の蒼炎）"@ja .

_:N0865b06affe1416b9732659f7a383a2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Figure of losers"@en,
        "Figure of losers（敗者の末路）"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Figure of losers"@en,
        "Figure of losers（敗者の末路）"@ja .

_:N0874439823ca43039065e8d4a5737aee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Land of Steel"@en,
        "Land of Steel（鋼の大地）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Land of Steel"@en,
        "Land of Steel（鋼の大地）"@ja .

_:N175c4a0765954fe988060b5a7459394b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loneliness"@en,
        "Loneliness（寂寥）"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Loneliness"@en,
        "Loneliness（寂寥）"@ja .

_:N1761ccd016404e858d1d5fc30e6d4c98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Featherless bird"@en,
        "Featherless bird（翔べない鳥）"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Featherless bird"@en,
        "Featherless bird（翔べない鳥）"@ja .

_:N1afe547f4d3042e08819e284f93333e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hollow night"@en,
        "Hollow night（虚ろな夜）"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Hollow night"@en,
        "Hollow night（虚ろな夜）"@ja .

_:N1d06ad7257914f1f95e664e0f392de7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Plot of the tiger"@en,
        "Plot of the tiger（虎の謀略）"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Plot of the tiger"@en,
        "Plot of the tiger（虎の謀略）"@ja .

_:N1fb01e65d7214c60adaeb836aebc5616 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Key to Destiny"@en,
        "主題歌「運命の鍵」"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Key to Destiny"@en,
        "主題歌「運命の鍵」"@ja .

_:N20aeaeaa5c8d4536880cdc2fcec59efb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faith to Goddes"@en,
        "Faith to Goddes（女神への信仰）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Faith to Goddes"@en,
        "Faith to Goddes（女神への信仰）"@ja .

_:N2494aa8d23a842c6bdbd2d2ee48c5d2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperial Utgard"@en,
        "Imperial Utgard（魔界帝国ウトガルド）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Imperial Utgard"@en,
        "Imperial Utgard（魔界帝国ウトガルド）"@ja .

_:N273020e3bf1f425ca0d840b325b24170 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loki lives"@en,
        "Loki lives（ロキの日常）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Loki lives"@en,
        "Loki lives（ロキの日常）"@ja .

_:N274f1c6ddf0342bf951432581180008a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fight the Devil’s throne"@en,
        "Fight the Devil’s throne（魔王継承戦）"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Fight the Devil’s throne"@en,
        "Fight the Devil’s throne（魔王継承戦）"@ja .

_:N2c3406e52c2e4b88bdfee05700c3da97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hell the Storm Princess"@en,
        "Hell the Storm Princess（嵐の皇女）"@ja ;
    mo:track_number 19 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Hell the Storm Princess"@en,
        "Hell the Storm Princess（嵐の皇女）"@ja .

_:N2f7e2c3e0ee24cf280aed39007b73834 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fenrir of the Blizzard"@en,
        "Fenrir of the Blizzard（冷華の淫狼）"@ja ;
    mo:track_number 18 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Fenrir of the Blizzard"@en,
        "Fenrir of the Blizzard（冷華の淫狼）"@ja .

_:N33f2ec771f89414d8d5f294de0243461 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "God of Destruction"@en,
        "God of Destruction（終末の破壊神）"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "God of Destruction"@en,
        "God of Destruction（終末の破壊神）"@ja .

_:N360882fb75144c68af419484a0ac7be6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Absolute God in the Sky"@en,
        "Absolute God in the Sky（天空の絶対神）"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Absolute God in the Sky"@en,
        "Absolute God in the Sky（天空の絶対神）"@ja .

_:N3eaafa0f0f5e41adb4f160eca34151b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Victory song"@en,
        "Victory song（勝利の凱歌）"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Victory song"@en,
        "Victory song（勝利の凱歌）"@ja .

_:N428dccfbde5f4df08dfbe66dfe4bfee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "What's this?"@en,
        "What’s this？（なんだこれ？）"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "What's this?"@en,
        "What’s this？（なんだこれ？）"@ja .

_:N45d116d899e047e08f374b82bcc8b009 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goddess of the Moon"@en,
        "Goddess of the Moon（秋月の豊穣神）"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Goddess of the Moon"@en,
        "Goddess of the Moon（秋月の豊穣神）"@ja .

_:N4d293489c8d54c52841345710852da9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Guardian of Yggdrasil"@en,
        "Guardian of Yggdrasil（ユグドラシルの守護者）"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Guardian of Yggdrasil"@en,
        "Guardian of Yggdrasil（ユグドラシルの守護者）"@ja .

_:N59dd0fca3cac4974966b991aeb1d24f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Crimson Prince"@en,
        "The Crimson Prince（紅蓮の皇子）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "The Crimson Prince"@en,
        "The Crimson Prince（紅蓮の皇子）"@ja .

_:N5c55f080964b482cad0de582a91147f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Storyteller of Myth"@en,
        "Storyteller of Myth（神話の語り部）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Storyteller of Myth"@en,
        "Storyteller of Myth（神話の語り部）"@ja .

_:N75237574e79349609fb3829a44c18176 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flourished the Ground!"@en,
        "Flourished the Ground!（地を這え、虫けらめが！）"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Flourished the Ground!"@en,
        "Flourished the Ground!（地を這え、虫けらめが！）"@ja .

_:N7ccaf792a0aa434181f9ded9566b2f1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ragnarok War"@en,
        "Ragnarok War（極夜戦争）"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Ragnarok War"@en,
        "Ragnarok War（極夜戦争）"@ja .

_:N95afb84ba859486ab8dafbeb8b3dbda0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spring Valkyrie"@en,
        "Spring Valkyrie（春風の戦女神）"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Spring Valkyrie"@en,
        "Spring Valkyrie（春風の戦女神）"@ja .

_:Nb9020de15cd0476ab2b79e37a268b797 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Princess Snake sanctions"@en,
        "Princess Snake sanctions（制裁の蛇姫）"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Princess Snake sanctions"@en,
        "Princess Snake sanctions（制裁の蛇姫）"@ja .

_:Nc57ab4135229452f98494f1f2525a865 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fleet Battle"@en,
        "Fleet Battle（飛翔艦隊戦）"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Fleet Battle"@en,
        "Fleet Battle（飛翔艦隊戦）"@ja .

_:Ncef8e5c51a5d4344acab89ee118ad92c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hell fire Demon Emperor"@en,
        "Hell fire Demon Emperor（獄炎の鬼帝）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Hell fire Demon Emperor"@en,
        "Hell fire Demon Emperor（獄炎の鬼帝）"@ja .

_:Nd63e5abff9af408ba308a2e4e93ec99b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lightning Welkin"@en,
        "Lightning Welkin（蒼穹の雷神）"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Lightning Welkin"@en,
        "Lightning Welkin（蒼穹の雷神）"@ja .

_:Nd86d14358ae84251a439a2c916678fe1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deus of the Polar night"@en,
        "Deus of the Polar night（極夜の至高神）"@ja ;
    mo:track_number 18 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Deus of the Polar night"@en,
        "Deus of the Polar night（極夜の至高神）"@ja .

_:Ne19a38606e57407c8bb65efdce0a4a59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mythical frontier"@en,
        "イメージソング「mythical frontier」"@ja ;
    mo:track_number 19 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "mythical frontier"@en,
        "イメージソング「mythical frontier」"@ja .

_:Ne288adadb9be46fbb88b8b75c44f70f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jobs in Fena"@en,
        "Jobs in Fena（フェーナのお仕事）"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Jobs in Fena"@en,
        "Jobs in Fena（フェーナのお仕事）"@ja .

_:Neae5060edb0446818966e8daaf70bd08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mother's Prayer"@en,
        "Mother’s Prayer（母のぬくもりのように）"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Mother's Prayer"@en,
        "Mother’s Prayer（母のぬくもりのように）"@ja .

_:Nedba716a63cb4e58aeebae35c73b8642 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gale and Fire"@en,
        "Gale and Fire（疾風と炎）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "Gale and Fire"@en,
        "Gale and Fire（疾風と炎）"@ja .

_:Nf47dc3ce22b2457f92de88e0b2827692 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Guardian Deity"@en,
        "Guardian Deity（凍雲の守護神）"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N436d2070be5c4cb5a34ec8d7aa534ae2 ;
    schema:name "Guardian Deity"@en,
        "Guardian Deity（凍雲の守護神）"@ja .

_:Nfdb471dbc5e84e68bdeb3552a5c85fb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blank page"@en,
        "挿入歌「blank page」"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N5346db643d0d457ca4e087885551d015 ;
    schema:name "blank page"@en,
        "挿入歌「blank page」"@ja .

_:N436d2070be5c4cb5a34ec8d7aa534ae2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0119ed3ab34e48c9af45f017864fcce5,
        _:N175c4a0765954fe988060b5a7459394b,
        _:N1761ccd016404e858d1d5fc30e6d4c98,
        _:N1afe547f4d3042e08819e284f93333e8,
        _:N1d06ad7257914f1f95e664e0f392de7a,
        _:N1fb01e65d7214c60adaeb836aebc5616,
        _:N20aeaeaa5c8d4536880cdc2fcec59efb,
        _:N2494aa8d23a842c6bdbd2d2ee48c5d2a,
        _:N273020e3bf1f425ca0d840b325b24170,
        _:N2c3406e52c2e4b88bdfee05700c3da97,
        _:N2f7e2c3e0ee24cf280aed39007b73834,
        _:N360882fb75144c68af419484a0ac7be6,
        _:N45d116d899e047e08f374b82bcc8b009,
        _:N5c55f080964b482cad0de582a91147f3,
        _:N95afb84ba859486ab8dafbeb8b3dbda0,
        _:Nb9020de15cd0476ab2b79e37a268b797,
        _:Nd63e5abff9af408ba308a2e4e93ec99b,
        _:Neae5060edb0446818966e8daaf70bd08,
        _:Nf47dc3ce22b2457f92de88e0b2827692 ;
    mo:track_count 19 ;
    schema:duration "PT59:44"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N0119ed3ab34e48c9af45f017864fcce5,
        _:N175c4a0765954fe988060b5a7459394b,
        _:N1761ccd016404e858d1d5fc30e6d4c98,
        _:N1afe547f4d3042e08819e284f93333e8,
        _:N1d06ad7257914f1f95e664e0f392de7a,
        _:N1fb01e65d7214c60adaeb836aebc5616,
        _:N20aeaeaa5c8d4536880cdc2fcec59efb,
        _:N2494aa8d23a842c6bdbd2d2ee48c5d2a,
        _:N273020e3bf1f425ca0d840b325b24170,
        _:N2c3406e52c2e4b88bdfee05700c3da97,
        _:N2f7e2c3e0ee24cf280aed39007b73834,
        _:N360882fb75144c68af419484a0ac7be6,
        _:N45d116d899e047e08f374b82bcc8b009,
        _:N5c55f080964b482cad0de582a91147f3,
        _:N95afb84ba859486ab8dafbeb8b3dbda0,
        _:Nb9020de15cd0476ab2b79e37a268b797,
        _:Nd63e5abff9af408ba308a2e4e93ec99b,
        _:Neae5060edb0446818966e8daaf70bd08,
        _:Nf47dc3ce22b2457f92de88e0b2827692 .

_:N5346db643d0d457ca4e087885551d015 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N02deb2ca43174233bad69cd2c273cd89,
        _:N04d9bf179d774e9b85db2351e3465b66,
        _:N0865b06affe1416b9732659f7a383a2e,
        _:N0874439823ca43039065e8d4a5737aee,
        _:N274f1c6ddf0342bf951432581180008a,
        _:N33f2ec771f89414d8d5f294de0243461,
        _:N3eaafa0f0f5e41adb4f160eca34151b9,
        _:N428dccfbde5f4df08dfbe66dfe4bfee5,
        _:N4d293489c8d54c52841345710852da9e,
        _:N59dd0fca3cac4974966b991aeb1d24f4,
        _:N75237574e79349609fb3829a44c18176,
        _:N7ccaf792a0aa434181f9ded9566b2f1a,
        _:Nc57ab4135229452f98494f1f2525a865,
        _:Ncef8e5c51a5d4344acab89ee118ad92c,
        _:Nd86d14358ae84251a439a2c916678fe1,
        _:Ne19a38606e57407c8bb65efdce0a4a59,
        _:Ne288adadb9be46fbb88b8b75c44f70f2,
        _:Nedba716a63cb4e58aeebae35c73b8642,
        _:Nfdb471dbc5e84e68bdeb3552a5c85fb4 ;
    mo:track_count 19 ;
    schema:duration "PT61:35"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N02deb2ca43174233bad69cd2c273cd89,
        _:N04d9bf179d774e9b85db2351e3465b66,
        _:N0865b06affe1416b9732659f7a383a2e,
        _:N0874439823ca43039065e8d4a5737aee,
        _:N274f1c6ddf0342bf951432581180008a,
        _:N33f2ec771f89414d8d5f294de0243461,
        _:N3eaafa0f0f5e41adb4f160eca34151b9,
        _:N428dccfbde5f4df08dfbe66dfe4bfee5,
        _:N4d293489c8d54c52841345710852da9e,
        _:N59dd0fca3cac4974966b991aeb1d24f4,
        _:N75237574e79349609fb3829a44c18176,
        _:N7ccaf792a0aa434181f9ded9566b2f1a,
        _:Nc57ab4135229452f98494f1f2525a865,
        _:Ncef8e5c51a5d4344acab89ee118ad92c,
        _:Nd86d14358ae84251a439a2c916678fe1,
        _:Ne19a38606e57407c8bb65efdce0a4a59,
        _:Ne288adadb9be46fbb88b8b75c44f70f2,
        _:Nedba716a63cb4e58aeebae35c73b8642,
        _:Nfdb471dbc5e84e68bdeb3552a5c85fb4 .

