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

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

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

<artist/26400#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123249#subject> ;
    schema:name "MICHIRU"@en,
        "未知瑠"@ja ;
    foaf:made <album/123249#composition>,
        <album/123249#subject> ;
    foaf:name "MICHIRU"@en,
        "未知瑠"@ja .

<artist/27411#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123249#subject> ;
    schema:name "Yuria Miyazono"@en ;
    foaf:made <album/123249#composition>,
        <album/123249#subject> ;
    foaf:name "Yuria Miyazono"@en .

<product/11591#subject> a schema:CreativeWork ;
    schema:name "Black Summoner"@en,
        "黒の召喚士"@ja,
        "Kuro no Shoukanshi"@ja-latn ;
    foaf:name "Black Summoner"@en,
        "黒の召喚士"@ja,
        "Kuro no Shoukanshi"@ja-latn .

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

<album/123249#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn ;
    mo:performance_of <album/123249#musicalwork> ;
    mo:recorded_as <album/123249#musicalexpression> ;
    schema:name "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn ;
    schema:workPerformed <album/123249#musicalwork> .

<org/240#subject> schema:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn ;
    foaf:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn .

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

<https://medium-media.vgm.io/albums/94/123249/123249-de64b59f026e.jpg> a schema:ImageObject,
        foaf:Image .

<album/123249#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn ;
    mo:composer <artist/26400#subject>,
        <artist/27411#subject> ;
    mo:produced_work <album/123249#musicalwork> ;
    schema:name "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn .

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

<album/123249#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-09-21"^^xsd:date ;
    dcterms:title "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn ;
    mo:catalogue_number "VEAWA-40232" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123249#musicalexpression> ;
    mo:publisher <org/240#subject> ;
    mo:record _:N9b749d0c8bde4891bce0045ab497d46e ;
    mo:record_count 1 ;
    schema:about <product/11591#subject> ;
    schema:datePublished "2022-09-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/94/123249/123249-de64b59f026e.jpg> ;
    schema:name "TV Animation \"Black Summoner\" Original Sound Track: BATTLE JUNKIE"@en,
        "TVアニメーション「黒の召喚士」オリジナルサウンドトラック BATTLE JUNKIE"@ja,
        "TV Animation \"Kuro no Shoukanshi\" Original Sound Track: BATTLE JUNKIE"@ja-latn ;
    schema:publisher <org/240#subject> ;
    foaf:depiction <https://media.vgm.io/albums/94/123249/123249-de64b59f026e.jpg> .

_:N0371bf80798b4934aefcd8bd8e3f45dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Berserker! Kelvin's Theme Song"@en,
        "戦闘狂!ケルヴィンのテーマ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Berserker! Kelvin's Theme Song"@en,
        "戦闘狂!ケルヴィンのテーマ"@ja .

_:N2ba62a82408745298e9c0bcef2944503 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Venus Melfina is Coming!"@en,
        "降臨、女神メルフィーナ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Venus Melfina is Coming!"@en,
        "降臨、女神メルフィーナ"@ja .

_:N3c1a96112472411f803b46342e36fc7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Cityscape of Parth"@en,
        "パーズの街並み"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "The Cityscape of Parth"@en,
        "パーズの街並み"@ja .

_:N40a8609479c54f059ddba13f2af5566b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kindness of Friends"@en,
        "仲間たちの優しさ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Kindness of Friends"@en,
        "仲間たちの優しさ"@ja .

_:N40fe814ae60247808e46c61bbba53e5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kelvin's Plan"@en,
        "ケルヴィンの画策"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Kelvin's Plan"@en,
        "ケルヴィンの画策"@ja .

_:N47a92a3272bb495883bb3073c77fa245 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sharp Eyes - Mind Games -"@en,
        "Sharp Eyes −心理戦−"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Sharp Eyes - Mind Games -"@en,
        "Sharp Eyes −心理戦−"@ja .

_:N5e3966e9149144a0942ef35c036b4227 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summoner, Depart!"@en,
        "召喚士、出発!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Summoner, Depart!"@en,
        "召喚士、出発!"@ja .

_:N6f32f5c01a514aae8a5416688ece98b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonds − Welcome to Our Party −"@en,
        "絆 −Welcome to Our Party−"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Bonds − Welcome to Our Party −"@en,
        "絆 −Welcome to Our Party−"@ja .

_:N75f056452fce4bf6a89e676656e90529 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black Summoner's Beat"@en,
        "Black Summoner's Beat"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Black Summoner's Beat"@en,
        "Black Summoner's Beat"@ja .

_:N81561165384d44ae856ae844018db439 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "vs. Viktor - Prologue −"@en,
        "vs. ビクトール −Prologue−"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "vs. Viktor - Prologue −"@en,
        "vs. ビクトール −Prologue−"@ja .

_:N86eee75b26f1427b8d31263c7a8ec9be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Warm Up −Victory is Mine!−"@en,
        "Warm Up −Victory is Mine!−"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Warm Up −Victory is Mine!−"@en,
        "Warm Up −Victory is Mine!−"@ja .

_:N8e2fe47ea6b94cf384cc4e737b8caa92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "vs. Viktor"@en,
        "vs. ビクトール"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "vs. Viktor"@en,
        "vs. ビクトール"@ja .

_:N972ef06a838943ac94acf3b62fafac67 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BATTLE JUNKIE'S METAL"@en,
        "BATTLE JUNKIE'S METAL"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "BATTLE JUNKIE'S METAL"@en,
        "BATTLE JUNKIE'S METAL"@ja .

_:N9f5ca14f74384c5f891e0cbd7f617f79 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WAKU WAKU! −Explorers−"@en,
        "WAKU WAKU! −Explorers−"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "WAKU WAKU! −Explorers−"@en,
        "WAKU WAKU! −Explorers−"@ja .

_:Na6af32c27fe44d2dbac65f792d2af9e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Requiem for the Devil"@en,
        "Requiem for the Devil"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Requiem for the Devil"@en,
        "Requiem for the Devil"@ja .

_:Na9271ebbb8054382ad681ebd5813f671 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gerard's Anger"@en,
        "ジェラールの怒り"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Gerard's Anger"@en,
        "ジェラールの怒り"@ja .

_:Nbf7cd3827142428a87c0aae69b4fd0f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Murderous Slime Gluttonia"@en,
        "凶悪!スライムグラトニア"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Murderous Slime Gluttonia"@en,
        "凶悪!スライムグラトニア"@ja .

_:Nc3d5f1fda4574cffa73f0b1617f183b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kelvin's Tactics"@en,
        "ケルヴィンの駆け引き"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Kelvin's Tactics"@en,
        "ケルヴィンの駆け引き"@ja .

_:Nd25cc291d9d64a6d839a18f6e3a6ae71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Band of Robbers - Kurokaze"@en,
        "盗賊団・黒風"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Band of Robbers - Kurokaze"@en,
        "盗賊団・黒風"@ja .

_:Nd4a53564d57b4d0fb73f29053258c2d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kelvin Strikes Back"@en,
        "ケルヴィンの反撃"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Kelvin Strikes Back"@en,
        "ケルヴィンの反撃"@ja .

_:Nd56ce0b073cb4eee82a58b5f40d22cb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Welcome to the Different World"@en,
        "異世界へようこそ"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Welcome to the Different World"@en,
        "異世界へようこそ"@ja .

_:Ndd78c5b8e0e5465a83ec721dd16a7aa9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strike for Victory"@en,
        "Strike for Victory"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Strike for Victory"@en,
        "Strike for Victory"@ja .

_:Nf0f268b686df46aeaad910c25714f922 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Here Comes the Berserker!"@en,
        "戦闘狂、出現!"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Here Comes the Berserker!"@en,
        "戦闘狂、出現!"@ja .

_:Nf6343f83e5794032916fcde181af5fa4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Field Battle −Storm Coming!−"@en,
        "Field Battle −Storm Coming!−"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Field Battle −Storm Coming!−"@en,
        "Field Battle −Storm Coming!−"@ja .

_:Nfa470ad9035744249d7bf9269400df26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rebirth - Black Summoner -"@en,
        "転生 −黒の召喚士−"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Rebirth - Black Summoner -"@en,
        "転生 −黒の召喚士−"@ja .

_:Nfaa0d321374146aeae5ab1d134e1a63c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Days at the Different World"@en,
        "異世界 days"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N9b749d0c8bde4891bce0045ab497d46e ;
    schema:name "Days at the Different World"@en,
        "異世界 days"@ja .

_:N9b749d0c8bde4891bce0045ab497d46e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0371bf80798b4934aefcd8bd8e3f45dc,
        _:N2ba62a82408745298e9c0bcef2944503,
        _:N3c1a96112472411f803b46342e36fc7e,
        _:N40a8609479c54f059ddba13f2af5566b,
        _:N40fe814ae60247808e46c61bbba53e5a,
        _:N47a92a3272bb495883bb3073c77fa245,
        _:N5e3966e9149144a0942ef35c036b4227,
        _:N6f32f5c01a514aae8a5416688ece98b4,
        _:N75f056452fce4bf6a89e676656e90529,
        _:N81561165384d44ae856ae844018db439,
        _:N86eee75b26f1427b8d31263c7a8ec9be,
        _:N8e2fe47ea6b94cf384cc4e737b8caa92,
        _:N972ef06a838943ac94acf3b62fafac67,
        _:N9f5ca14f74384c5f891e0cbd7f617f79,
        _:Na6af32c27fe44d2dbac65f792d2af9e9,
        _:Na9271ebbb8054382ad681ebd5813f671,
        _:Nbf7cd3827142428a87c0aae69b4fd0f9,
        _:Nc3d5f1fda4574cffa73f0b1617f183b8,
        _:Nd25cc291d9d64a6d839a18f6e3a6ae71,
        _:Nd4a53564d57b4d0fb73f29053258c2d1,
        _:Nd56ce0b073cb4eee82a58b5f40d22cb9,
        _:Ndd78c5b8e0e5465a83ec721dd16a7aa9,
        _:Nf0f268b686df46aeaad910c25714f922,
        _:Nf6343f83e5794032916fcde181af5fa4,
        _:Nfa470ad9035744249d7bf9269400df26,
        _:Nfaa0d321374146aeae5ab1d134e1a63c ;
    mo:track_count 26 ;
    schema:duration "PT54:05"^^xsd:interval ;
    schema:numTracks 26 ;
    schema:track _:N0371bf80798b4934aefcd8bd8e3f45dc,
        _:N2ba62a82408745298e9c0bcef2944503,
        _:N3c1a96112472411f803b46342e36fc7e,
        _:N40a8609479c54f059ddba13f2af5566b,
        _:N40fe814ae60247808e46c61bbba53e5a,
        _:N47a92a3272bb495883bb3073c77fa245,
        _:N5e3966e9149144a0942ef35c036b4227,
        _:N6f32f5c01a514aae8a5416688ece98b4,
        _:N75f056452fce4bf6a89e676656e90529,
        _:N81561165384d44ae856ae844018db439,
        _:N86eee75b26f1427b8d31263c7a8ec9be,
        _:N8e2fe47ea6b94cf384cc4e737b8caa92,
        _:N972ef06a838943ac94acf3b62fafac67,
        _:N9f5ca14f74384c5f891e0cbd7f617f79,
        _:Na6af32c27fe44d2dbac65f792d2af9e9,
        _:Na9271ebbb8054382ad681ebd5813f671,
        _:Nbf7cd3827142428a87c0aae69b4fd0f9,
        _:Nc3d5f1fda4574cffa73f0b1617f183b8,
        _:Nd25cc291d9d64a6d839a18f6e3a6ae71,
        _:Nd4a53564d57b4d0fb73f29053258c2d1,
        _:Nd56ce0b073cb4eee82a58b5f40d22cb9,
        _:Ndd78c5b8e0e5465a83ec721dd16a7aa9,
        _:Nf0f268b686df46aeaad910c25714f922,
        _:Nf6343f83e5794032916fcde181af5fa4,
        _:Nfa470ad9035744249d7bf9269400df26,
        _:Nfaa0d321374146aeae5ab1d134e1a63c .

