@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 _:N5af97ccebea9490480ef91d678bb1a16 ;
    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#subject> ;
    foaf:name "kskb440"@en .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

_:Nfed35ef11b4d46aaa6588fc6974b285e 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 _:N5af97ccebea9490480ef91d678bb1a16 ;
    schema:name "Je dis a l'amour"@ja .

_:N5af97ccebea9490480ef91d678bb1a16 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b817422bb3945ae9d0610d98ff8359e,
        _:N0e0441aa6a8843f9a8fea25d4835592d,
        _:N126634a812cd476488e1cb09ac7be331,
        _:N135ba05020ec4ef2be412313392f9505,
        _:N1c73ee39f81045c9be676a8341d91cee,
        _:N267bbde4153a468892520910067ec3b5,
        _:N28cee91fcdd34b3a9fa5d2b398304644,
        _:N49b88355fb444006885389306047159c,
        _:N4f6dcb3231e0484bab339af234764c9a,
        _:N52e72ce01b0b4d1b93b1418f702c35cb,
        _:N553ebca51dc0427585b22ed8a961c5dd,
        _:N56fc187c53cb48d5b479749475fb843d,
        _:N68d6a2a0fb054b6fad53fc7f1ed4967a,
        _:N70d9c9e25eea4e859aa93566a39ac035,
        _:N744962d79f434cc5bbac257d8594d44b,
        _:N752260a6dc1642aba0fba86ddf04e089,
        _:Nbeb3d08f5e9549e383385219e3ae2209,
        _:Nbfbfc9db973d44c1a70c6b34506f2c13,
        _:Nd256327cea914906b11383ac258b7cb3,
        _:Nd47f3b0e65f0478c9a12782aaf11eafb,
        _:Nd8d7472cffec427482ad296b9f228d33,
        _:Ndae6096705c8436c95e7fd24250651b9,
        _:Ndefd8cd33e714e47882c6179557c9ca3,
        _:Ne2521936c026412f845e9b2d29a9445f,
        _:Ne8959617ba5d4635825446de36e998a4,
        _:Nf479dd8e6f0444618f3b6a9671b649cb,
        _:Nfed35ef11b4d46aaa6588fc6974b285e ;
    mo:track_count 27 ;
    schema:duration "PT72:08"^^xsd:interval ;
    schema:numTracks 27 ;
    schema:track _:N0b817422bb3945ae9d0610d98ff8359e,
        _:N0e0441aa6a8843f9a8fea25d4835592d,
        _:N126634a812cd476488e1cb09ac7be331,
        _:N135ba05020ec4ef2be412313392f9505,
        _:N1c73ee39f81045c9be676a8341d91cee,
        _:N267bbde4153a468892520910067ec3b5,
        _:N28cee91fcdd34b3a9fa5d2b398304644,
        _:N49b88355fb444006885389306047159c,
        _:N4f6dcb3231e0484bab339af234764c9a,
        _:N52e72ce01b0b4d1b93b1418f702c35cb,
        _:N553ebca51dc0427585b22ed8a961c5dd,
        _:N56fc187c53cb48d5b479749475fb843d,
        _:N68d6a2a0fb054b6fad53fc7f1ed4967a,
        _:N70d9c9e25eea4e859aa93566a39ac035,
        _:N744962d79f434cc5bbac257d8594d44b,
        _:N752260a6dc1642aba0fba86ddf04e089,
        _:Nbeb3d08f5e9549e383385219e3ae2209,
        _:Nbfbfc9db973d44c1a70c6b34506f2c13,
        _:Nd256327cea914906b11383ac258b7cb3,
        _:Nd47f3b0e65f0478c9a12782aaf11eafb,
        _:Nd8d7472cffec427482ad296b9f228d33,
        _:Ndae6096705c8436c95e7fd24250651b9,
        _:Ndefd8cd33e714e47882c6179557c9ca3,
        _:Ne2521936c026412f845e9b2d29a9445f,
        _:Ne8959617ba5d4635825446de36e998a4,
        _:Nf479dd8e6f0444618f3b6a9671b649cb,
        _:Nfed35ef11b4d46aaa6588fc6974b285e .

