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

<artist/6776#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satoshi Kuroiwa"@en,
        "黒岩サトシ"@ja ;
    foaf:made <album/115392#subject>,
        <album/115392#vocals> ;
    foaf:name "Satoshi Kuroiwa"@en,
        "黒岩サトシ"@ja .

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/115392#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/115392#composition>,
        <album/115392#subject> ;
    foaf:name "ZUN"@en .

<event/98> a mo:Release ;
    schema:name "Released at Comic Market 79 (Dec 29, 2010 to Dec 31, 2010)" .

<product/12#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn ;
    foaf:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/115392#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/115392#musicalwork> ;
    schema:name "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn .

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

<album/115392#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn ;
    mo:performance_of <album/115392#musicalwork> ;
    mo:recorded_as <album/115392#musicalexpression> ;
    schema:name "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn ;
    schema:workPerformed <album/115392#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/29/115392/115392-dfa1062a126c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/115392#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-31"^^xsd:date ;
    dcterms:title "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/115392#musicalexpression> ;
    mo:publisher _:N599a0332104f411d8cf164f5da4c566e ;
    mo:record _:N9609db7c0ba34c7ba096098e5c187492 ;
    mo:record_count 1 ;
    mo:release <event/98> ;
    schema:about <product/12#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:datePublished "2010-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/115392/115392-dfa1062a126c.jpg> ;
    schema:name "Black Rock Museum 2"@en,
        "Black Rock Museum 2"@ja,
        "Black Rock Museum 2"@ja-latn ;
    schema:publisher _:N599a0332104f411d8cf164f5da4c566e ;
    foaf:depiction <https://media.vgm.io/albums/29/115392/115392-dfa1062a126c.jpg> .

_:N15784a9f089140bd89e8487a4cd1f4b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVE? LIKE? DEBU!(^ω^)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "LOVE? LIKE? DEBU!(^ω^)"@ja .

_:N28fa4290a7874742a1405c23ce592512 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Radio01"@ja ;
    mo:track_number 2 ;
    schema:duration "PT10:33"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "Radio01"@ja .

_:N33cb4a4fd22f493996ff094eb6aadf9a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Radio05"@ja ;
    mo:track_number 10 ;
    schema:duration "PT6:11"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "Radio05"@ja .

_:N588e13a1b7d446d383d8134e1e1af6cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒岩家へようこそ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "黒岩家へようこそ"@ja .

_:N599a0332104f411d8cf164f5da4c566e schema:name "Black Rock Museum"@en,
        "Black Rock Museum"@ja,
        "Black Rock Museum"@ja-latn ;
    foaf:name "Black Rock Museum"@en,
        "Black Rock Museum"@ja,
        "Black Rock Museum"@ja-latn .

_:N6fdce8a3667c46e4924f9f0865f7e902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Radio04"@ja ;
    mo:track_number 8 ;
    schema:duration "PT15:25"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "Radio04"@ja .

_:N73621adf089d4e97b40a87b4f250154d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Radio03"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:04"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "Radio03"@ja .

_:N960c8e6418fc4f0ea2057735251c078b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サケノミサトシ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "サケノミサトシ"@ja .

_:Nba9e144a176b44808b11b2eed66f80e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想のサトシライト"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "幻想のサトシライト"@ja .

_:Nca43f0e61e924129b35e95c8d8b55c30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "限度 of Diet"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:49"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "限度 of Diet"@ja .

_:Nde0c93e7491c4198b8e69636756007fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Radio02"@ja ;
    mo:track_number 4 ;
    schema:duration "PT8:13"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "Radio02"@ja .

_:Ne208279c9b6140478f9a16202894de6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PLAY MY SATOSHI"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N9609db7c0ba34c7ba096098e5c187492 ;
    schema:name "PLAY MY SATOSHI"@ja .

_:N9609db7c0ba34c7ba096098e5c187492 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N15784a9f089140bd89e8487a4cd1f4b4,
        _:N28fa4290a7874742a1405c23ce592512,
        _:N33cb4a4fd22f493996ff094eb6aadf9a,
        _:N588e13a1b7d446d383d8134e1e1af6cf,
        _:N6fdce8a3667c46e4924f9f0865f7e902,
        _:N73621adf089d4e97b40a87b4f250154d,
        _:N960c8e6418fc4f0ea2057735251c078b,
        _:Nba9e144a176b44808b11b2eed66f80e5,
        _:Nca43f0e61e924129b35e95c8d8b55c30,
        _:Nde0c93e7491c4198b8e69636756007fb,
        _:Ne208279c9b6140478f9a16202894de6b ;
    mo:track_count 11 ;
    schema:duration "PT72:26"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N15784a9f089140bd89e8487a4cd1f4b4,
        _:N28fa4290a7874742a1405c23ce592512,
        _:N33cb4a4fd22f493996ff094eb6aadf9a,
        _:N588e13a1b7d446d383d8134e1e1af6cf,
        _:N6fdce8a3667c46e4924f9f0865f7e902,
        _:N73621adf089d4e97b40a87b4f250154d,
        _:N960c8e6418fc4f0ea2057735251c078b,
        _:Nba9e144a176b44808b11b2eed66f80e5,
        _:Nca43f0e61e924129b35e95c8d8b55c30,
        _:Nde0c93e7491c4198b8e69636756007fb,
        _:Ne208279c9b6140478f9a16202894de6b .

