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

<artist/149#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja ;
    foaf:made <album/42341#subject>,
        <album/42341#vocals> ;
    foaf:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja .

<artist/291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rita"@en ;
    foaf:made <album/42341#subject>,
        <album/42341#vocals> ;
    foaf:name "Rita"@en .

<artist/1178#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42341#subject> ;
    schema:name "Toshinori Orikura"@en,
        "折倉俊則"@ja ;
    foaf:made <album/42341#composition>,
        <album/42341#lyrics>,
        <album/42341#subject> ;
    foaf:name "Toshinori Orikura"@en,
        "折倉俊則"@ja .

<artist/14222#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42341#subject> ;
    schema:name "Hazuki"@en,
        "はづき"@ja ;
    foaf:made <album/42341#composition>,
        <album/42341#subject> ;
    foaf:name "Hazuki"@en,
        "はづき"@ja .

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

<album/42341#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn ;
    mo:performance_of <album/42341#musicalwork> ;
    mo:recorded_as <album/42341#musicalexpression> ;
    schema:name "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn ;
    schema:workPerformed <album/42341#musicalwork> .

<org/2522#subject> schema:name "Studio DEEN"@en,
        "株式会社スタジオディーン"@ja,
        "Studio DEEN"@ja-latn ;
    foaf:name "Studio DEEN"@en,
        "株式会社スタジオディーン"@ja,
        "Studio DEEN"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/42341/42341-1389532838.jpg> a schema:ImageObject,
        foaf:Image .

<album/42341#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn ;
    mo:composer <artist/1178#subject>,
        <artist/14222#subject> ;
    mo:produced_work <album/42341#musicalwork> ;
    schema:name "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn .

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

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

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

<album/42341#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-11-29"^^xsd:date ;
    dcterms:title "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn ;
    mo:catalogue_number "IMAE-00066" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42341#musicalexpression> ;
    mo:publisher <org/2522#subject> ;
    mo:record _:N4fa6003e04964422b7ec2fdab3b52283 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Noblesse of Rouge"@en ;
            foaf:name "Noblesse of Rouge"@en ] ;
    schema:datePublished "2013-11-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/14/42341/42341-1389532838.jpg> ;
    schema:name "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@en,
        "GWAVE SuperFeature's Vol.24 チュアブルソフト PCゲーム ノブレスオブルージュ オリジナルサウンドトラック"@ja,
        "GWAVE SuperFeature's Vol.24 chuablesoft PC Game Noblesse of Rouge original soundtrack"@ja-latn ;
    schema:publisher <org/2522#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/42341/42341-1389532838.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "kskb440"@en ;
    foaf:made <album/42341#lyrics> ;
    foaf:name "kskb440"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "kskb440"@en ;
    foaf:made <album/42341#subject> ;
    foaf:name "kskb440"@en .

_:N05674cc761e04f57b8b437bfa90b0853 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "signe dangereux"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "signe dangereux"@ja .

_:N05e1b363354641dfa694d795e407208a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temps de tension"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Temps de tension"@ja .

_:N0af1c1d1b5e84810bd0348c555e48998 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ゆーきりんりん熱血バカ"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "ゆーきりんりん熱血バカ"@ja .

_:N1bfed0fe4af643329c866a2bf2a98c1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "guerison"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "guerison"@ja .

_:N1e4cdd5a3e4a4d2f9b5c851d677ab220 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Et la tension,…"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Et la tension,…"@ja .

_:N1fc80dd2a2ad481ba988bb580ee159c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hop etape saut"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Hop etape saut"@ja .

_:N27fb4de926df4e95880a0556148d2467 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Periode de solitude"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Periode de solitude"@ja .

_:N3d88136a5a8b4ecc83231909166a3919 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ルージュの歓声"@ja ;
    mo:track_number 27 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "ルージュの歓声"@ja .

_:N43bcb2fe35c54d5a8d65723f7c064e09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "reconfort"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "reconfort"@ja .

_:N4d4749e035c946faa0877a4c8a605bd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fragments de douleur"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Fragments de douleur"@ja .

_:N518db3cba8d6484393959e587997fc9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "souvenirs"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "souvenirs"@ja .

_:N6a15b751932f468989fdd141bb253009 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Le debut du duel"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Le debut du duel"@ja .

_:N727e3c50582249c8961878b05eee1967 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "双子のキズナ"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "双子のキズナ"@ja .

_:N747e0876c6b246ccb0ffd0a20ed9f670 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天使と小悪魔"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "天使と小悪魔"@ja .

_:N7ca65e280f974fe4b07ea48a506eb6bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Breast est serre"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Breast est serre"@ja .

_:N8349131ec9074b3385256990c11c78c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "angoisse"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "angoisse"@ja .

_:N88250b72a65b496d99dd2d3dfc9f4499 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Noblesse of Rouge"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Noblesse of Rouge"@ja .

_:N8f6faddca42746f099a29bdc7dfbae06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bienvenue!"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Bienvenue!"@ja .

_:N9addc23d1318476fb874beb3a84ee037 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Duel avant"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Duel avant"@ja .

_:Na7b4a0f0df3d4ef09c71019b6327991b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ちっちゃなぺたんこ怪力娘"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "ちっちゃなぺたんこ怪力娘"@ja .

_:Nc08bf22ac6954106a97a0afda996ad03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jardin brise flottant"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Jardin brise flottant"@ja .

_:Nc929416683394807be395a975e8ee7b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Traduction de larmes"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Traduction de larmes"@ja .

_:Nd4bcdc7409084768af7b4830bf886b61 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ensemble pour toujours"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "ensemble pour toujours"@ja .

_:Nefe5c1f96d894b5c9025248f98e930d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Signification inconnu"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Signification inconnu"@ja .

_:Nf119e28e91284463b278447d881d0ea5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Je dis a l'amour"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "Je dis a l'amour"@ja .

_:Nf1b38b48164248ec8e5bac731d41cab7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sur impossible controle"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "sur impossible controle"@ja .

_:Nfbb184fb1c774debba184760a0b99c2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "二刀流テクニシャン"@ja ;
    mo:track_number 23 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N4fa6003e04964422b7ec2fdab3b52283 ;
    schema:name "二刀流テクニシャン"@ja .

_:N4fa6003e04964422b7ec2fdab3b52283 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05674cc761e04f57b8b437bfa90b0853,
        _:N05e1b363354641dfa694d795e407208a,
        _:N0af1c1d1b5e84810bd0348c555e48998,
        _:N1bfed0fe4af643329c866a2bf2a98c1e,
        _:N1e4cdd5a3e4a4d2f9b5c851d677ab220,
        _:N1fc80dd2a2ad481ba988bb580ee159c5,
        _:N27fb4de926df4e95880a0556148d2467,
        _:N3d88136a5a8b4ecc83231909166a3919,
        _:N43bcb2fe35c54d5a8d65723f7c064e09,
        _:N4d4749e035c946faa0877a4c8a605bd2,
        _:N518db3cba8d6484393959e587997fc9c,
        _:N6a15b751932f468989fdd141bb253009,
        _:N727e3c50582249c8961878b05eee1967,
        _:N747e0876c6b246ccb0ffd0a20ed9f670,
        _:N7ca65e280f974fe4b07ea48a506eb6bc,
        _:N8349131ec9074b3385256990c11c78c1,
        _:N88250b72a65b496d99dd2d3dfc9f4499,
        _:N8f6faddca42746f099a29bdc7dfbae06,
        _:N9addc23d1318476fb874beb3a84ee037,
        _:Na7b4a0f0df3d4ef09c71019b6327991b,
        _:Nc08bf22ac6954106a97a0afda996ad03,
        _:Nc929416683394807be395a975e8ee7b9,
        _:Nd4bcdc7409084768af7b4830bf886b61,
        _:Nefe5c1f96d894b5c9025248f98e930d8,
        _:Nf119e28e91284463b278447d881d0ea5,
        _:Nf1b38b48164248ec8e5bac731d41cab7,
        _:Nfbb184fb1c774debba184760a0b99c2b ;
    mo:track_count 27 ;
    schema:duration "PT72:08"^^xsd:interval ;
    schema:numTracks 27 ;
    schema:track _:N05674cc761e04f57b8b437bfa90b0853,
        _:N05e1b363354641dfa694d795e407208a,
        _:N0af1c1d1b5e84810bd0348c555e48998,
        _:N1bfed0fe4af643329c866a2bf2a98c1e,
        _:N1e4cdd5a3e4a4d2f9b5c851d677ab220,
        _:N1fc80dd2a2ad481ba988bb580ee159c5,
        _:N27fb4de926df4e95880a0556148d2467,
        _:N3d88136a5a8b4ecc83231909166a3919,
        _:N43bcb2fe35c54d5a8d65723f7c064e09,
        _:N4d4749e035c946faa0877a4c8a605bd2,
        _:N518db3cba8d6484393959e587997fc9c,
        _:N6a15b751932f468989fdd141bb253009,
        _:N727e3c50582249c8961878b05eee1967,
        _:N747e0876c6b246ccb0ffd0a20ed9f670,
        _:N7ca65e280f974fe4b07ea48a506eb6bc,
        _:N8349131ec9074b3385256990c11c78c1,
        _:N88250b72a65b496d99dd2d3dfc9f4499,
        _:N8f6faddca42746f099a29bdc7dfbae06,
        _:N9addc23d1318476fb874beb3a84ee037,
        _:Na7b4a0f0df3d4ef09c71019b6327991b,
        _:Nc08bf22ac6954106a97a0afda996ad03,
        _:Nc929416683394807be395a975e8ee7b9,
        _:Nd4bcdc7409084768af7b4830bf886b61,
        _:Nefe5c1f96d894b5c9025248f98e930d8,
        _:Nf119e28e91284463b278447d881d0ea5,
        _:Nf1b38b48164248ec8e5bac731d41cab7,
        _:Nfbb184fb1c774debba184760a0b99c2b .

