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

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

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

<artist/131#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8765#subject> ;
    schema:name "Keishi Yonao"@en,
        "与猶啓至"@ja ;
    foaf:made <album/8765#composition>,
        <album/8765#subject> ;
    foaf:name "Keishi Yonao"@en,
        "与猶啓至"@ja .

<product/20778#subject> a schema:CreativeWork ;
    schema:name "Ruin: Kami no Isan"@en,
        "ルイン 神の遺産"@ja,
        "Ruin: Kami no Isan"@ja-latn ;
    foaf:name "Ruin: Kami no Isan"@en,
        "ルイン 神の遺産"@ja,
        "Ruin: Kami no Isan"@ja-latn .

<album/8765#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn ;
    mo:composer <artist/131#subject> ;
    mo:produced_work <album/8765#musicalwork> ;
    schema:name "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn .

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

<org/39#subject> schema:name "EGG MUSIC"@en,
        "エッグミュージック"@ja,
        "EGG MUSIC"@ja-latn ;
    foaf:name "EGG MUSIC"@en,
        "エッグミュージック"@ja,
        "EGG MUSIC"@ja-latn .

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

<https://medium-media.vgm.io/albums/56/8765/8765-1212219159.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/8765#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn ;
    mo:performance_of <album/8765#musicalwork> ;
    mo:performer <artist/132#subject> ;
    mo:recorded_as <album/8765#musicalexpression> ;
    schema:byArtist <artist/132#subject> ;
    schema:name "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn ;
    schema:workPerformed <album/8765#musicalwork> .

<artist/132#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8765#performance> ;
    schema:name "REIKA"@en ;
    foaf:name "REIKA"@en .

<album/8765#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-05-31"^^xsd:date ;
    dcterms:title "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/8765#musicalexpression> ;
    mo:publisher <org/39#subject> ;
    mo:record _:N158bf791c22341a4ab818e61d28955da ;
    mo:record_count 1 ;
    schema:about <product/20778#subject> ;
    schema:byArtist <artist/132#subject> ;
    schema:datePublished "2008-05-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/56/8765/8765-1212219159.jpg> ;
    schema:name "Ruin ~Kami no Isan~ Original Soundtracks"@en,
        "ルイン～神の遺産～ オリジナル・サウンドトラックス"@ja,
        "Ruin ~Kami no Isan~ Original Soundtracks"@ja-latn ;
    schema:publisher <org/39#subject> ;
    foaf:depiction <https://media.vgm.io/albums/56/8765/8765-1212219159.jpg> .

_:N2e2472eaa508490e8c6a9325b621405f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sanctuary 2"@en,
        "聖域2"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Sanctuary 2"@en,
        "聖域2"@ja .

_:N381a0efc1c864e2a84185bddbb926840 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark God Ruin 2"@en,
        "暗黒神ルイン2"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Dark God Ruin 2"@en,
        "暗黒神ルイン2"@ja .

_:N3981dcf86e9f4a168bddf317d3e436a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending Song \"Beginning of the Journey\""@en,
        "エンディングソング「旅の始まり」"@ja ;
    mo:track_number 22 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Ending Song \"Beginning of the Journey\""@en,
        "エンディングソング「旅の始まり」"@ja .

_:N3ca1946e985a413fb8abedc74d863d08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castle"@en,
        "城"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Castle"@en,
        "城"@ja .

_:N3ddbb785875344598a1beb3e2044a66b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Dungeon"@en,
        "ラストダンジョン"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Last Dungeon"@en,
        "ラストダンジョン"@ja .

_:N472c94ed47cd4533b911b8a3333b2ee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pagoda Group Ruins"@en,
        "パゴダ群遺跡"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Pagoda Group Ruins"@en,
        "パゴダ群遺跡"@ja .

_:N4f05acedea534a81bee61d364a84db71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss Battle"@en,
        "ボス戦"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Boss Battle"@en,
        "ボス戦"@ja .

_:N75ddedd473994de8ae229bc25f684acd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Whole Map"@en,
        "全体マップ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Whole Map"@en,
        "全体マップ"@ja .

_:N76d1197008d04f16bde48b067254f3d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morito no Murato"@en,
        "守人の村跡"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Morito no Murato"@en,
        "守人の村跡"@ja .

_:N7ba01a21950e40adb28c5df328f4e950 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark God Ruin 1"@en,
        "暗黒神ルイン1"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Dark God Ruin 1"@en,
        "暗黒神ルイン1"@ja .

_:N8a44bef7832e4269859f6b496564a9b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Road to the Sanctuary"@en,
        "聖域への道"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Road to the Sanctuary"@en,
        "聖域への道"@ja .

_:N96fdccf44ffd40baa49fe445bf59ca15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demisand 1"@en,
        "デミサンド1"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Demisand 1"@en,
        "デミサンド1"@ja .

_:N9756f196a200473d80d0f4619fea7f84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle Field 2"@en,
        "戦闘フィールド2"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Battle Field 2"@en,
        "戦闘フィールド2"@ja .

_:N9d1c5cf03ed8416d86c78eb6f65c7258 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Village"@en,
        "村"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Village"@en,
        "村"@ja .

_:Na560efe71592413aacff7780d262a233 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demisand 2"@en,
        "デミサンド2"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Demisand 2"@en,
        "デミサンド2"@ja .

_:Na783d8e5a1e64b9bbfda8e06af7b837d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en,
        "エンディング"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Ending"@en,
        "エンディング"@ja .

_:Nb1584b5c81e748e188ef49888dfd5d0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dungeon"@en,
        "ダンジョン"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Dungeon"@en,
        "ダンジョン"@ja .

_:Nb56dc5dd6cdb4e91ae07d57828a500b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sanctuary 1"@en,
        "聖域1"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Sanctuary 1"@en,
        "聖域1"@ja .

_:Nc5f7c431f3c845de963ce2aa49586eec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shop"@en,
        "お店"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Shop"@en,
        "お店"@ja .

_:Ncb5860aae87e4ba9b3b7c0a3b81491fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beast King"@en,
        "獣の王"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Beast King"@en,
        "獣の王"@ja .

_:Nd3dd2007254949a797fd0081715b5285 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ship"@en,
        "船"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Ship"@en,
        "船"@ja .

_:Ndd390562207046b08b0588c048f986da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle Field 1"@en,
        "戦闘フィールド1"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Battle Field 1"@en,
        "戦闘フィールド1"@ja .

_:Nea0726a827bd4e22a04b1dae942e4d8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening (Unused)"@en,
        "オープニング（未使用）"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N158bf791c22341a4ab818e61d28955da ;
    schema:name "Opening (Unused)"@en,
        "オープニング（未使用）"@ja .

_:N158bf791c22341a4ab818e61d28955da a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2e2472eaa508490e8c6a9325b621405f,
        _:N381a0efc1c864e2a84185bddbb926840,
        _:N3981dcf86e9f4a168bddf317d3e436a8,
        _:N3ca1946e985a413fb8abedc74d863d08,
        _:N3ddbb785875344598a1beb3e2044a66b,
        _:N472c94ed47cd4533b911b8a3333b2ee5,
        _:N4f05acedea534a81bee61d364a84db71,
        _:N75ddedd473994de8ae229bc25f684acd,
        _:N76d1197008d04f16bde48b067254f3d1,
        _:N7ba01a21950e40adb28c5df328f4e950,
        _:N8a44bef7832e4269859f6b496564a9b5,
        _:N96fdccf44ffd40baa49fe445bf59ca15,
        _:N9756f196a200473d80d0f4619fea7f84,
        _:N9d1c5cf03ed8416d86c78eb6f65c7258,
        _:Na560efe71592413aacff7780d262a233,
        _:Na783d8e5a1e64b9bbfda8e06af7b837d,
        _:Nb1584b5c81e748e188ef49888dfd5d0c,
        _:Nb56dc5dd6cdb4e91ae07d57828a500b8,
        _:Nc5f7c431f3c845de963ce2aa49586eec,
        _:Ncb5860aae87e4ba9b3b7c0a3b81491fd,
        _:Nd3dd2007254949a797fd0081715b5285,
        _:Ndd390562207046b08b0588c048f986da,
        _:Nea0726a827bd4e22a04b1dae942e4d8b ;
    mo:track_count 23 ;
    schema:duration "PT46:34"^^xsd:interval ;
    schema:numTracks 23 ;
    schema:track _:N2e2472eaa508490e8c6a9325b621405f,
        _:N381a0efc1c864e2a84185bddbb926840,
        _:N3981dcf86e9f4a168bddf317d3e436a8,
        _:N3ca1946e985a413fb8abedc74d863d08,
        _:N3ddbb785875344598a1beb3e2044a66b,
        _:N472c94ed47cd4533b911b8a3333b2ee5,
        _:N4f05acedea534a81bee61d364a84db71,
        _:N75ddedd473994de8ae229bc25f684acd,
        _:N76d1197008d04f16bde48b067254f3d1,
        _:N7ba01a21950e40adb28c5df328f4e950,
        _:N8a44bef7832e4269859f6b496564a9b5,
        _:N96fdccf44ffd40baa49fe445bf59ca15,
        _:N9756f196a200473d80d0f4619fea7f84,
        _:N9d1c5cf03ed8416d86c78eb6f65c7258,
        _:Na560efe71592413aacff7780d262a233,
        _:Na783d8e5a1e64b9bbfda8e06af7b837d,
        _:Nb1584b5c81e748e188ef49888dfd5d0c,
        _:Nb56dc5dd6cdb4e91ae07d57828a500b8,
        _:Nc5f7c431f3c845de963ce2aa49586eec,
        _:Ncb5860aae87e4ba9b3b7c0a3b81491fd,
        _:Nd3dd2007254949a797fd0081715b5285,
        _:Ndd390562207046b08b0588c048f986da,
        _:Nea0726a827bd4e22a04b1dae942e4d8b .

