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

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

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

<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/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@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 .

<album/30867#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/30867#musicalwork> ;
    schema:name "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn .

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

<album/30867#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn ;
    mo:performance_of <album/30867#musicalwork> ;
    mo:recorded_as <album/30867#musicalexpression> ;
    schema:name "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn ;
    schema:workPerformed <album/30867#musicalwork> .

<org/950#subject> schema:name "Cubic Loop"@en,
        "永久立体＜キュービックループ＞"@ja,
        "Cubic Loop"@ja-latn ;
    foaf:name "Cubic Loop"@en,
        "永久立体＜キュービックループ＞"@ja,
        "Cubic Loop"@ja-latn .

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

<https://medium-media.vgm.io/albums/76/30867/30867-1324889680.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/30867#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-08"^^xsd:date ;
    dcterms:title "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/30867#musicalexpression> ;
    mo:publisher <org/950#subject> ;
    mo:record _:N985cbf559d3d46fdbe8236c38319a7fb ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:datePublished "2011-05-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/76/30867/30867-1324889680.jpg> ;
    schema:name "Mind Rendell"@en,
        "自殺志願＜マインドレンデル＞"@ja,
        "Mind Rendell"@ja-latn ;
    schema:publisher <org/950#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/30867/30867-1324889680.jpg> .

_:N10a18daf6bc245bcb79d1e09f6343774 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鋏 (挟身)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "鋏 (挟身)"@ja .

_:N11dc211934374a2ba55acd301c372d7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "等しき (人如き)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:30"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "等しき (人如き)"@ja .

_:N2735ee26db4f49979e9107adf391bfc5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "葬式 (双識)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "葬式 (双識)"@ja .

_:N47741dbdec2547ad823cfa166257930f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "試験 (死圏)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "試験 (死圏)"@ja .

_:N4c3953e594ae4db0b1d9e2fbe128de38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "吸血鬼 (泣血祈)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "吸血鬼 (泣血祈)"@ja .

_:N4faa39cbc79e4df19c6e884c12a06995 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "参謀 (惨望)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "参謀 (惨望)"@ja .

_:Ndfd5ac4d6fba4dfb83e581afb2578dbd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "None"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "None"@ja .

_:Nf48f4ebc34e14450b4e3f34a118cbeda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無意識 (無為式)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:50"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "無意識 (無為式)"@ja .

_:Nf9a0f00d9c444e0291221dcefab01dcc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "誤解 (五戒)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:43"^^xsd:interval ;
    schema:inPlaylist _:N985cbf559d3d46fdbe8236c38319a7fb ;
    schema:name "誤解 (五戒)"@ja .

_:N985cbf559d3d46fdbe8236c38319a7fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10a18daf6bc245bcb79d1e09f6343774,
        _:N11dc211934374a2ba55acd301c372d7a,
        _:N2735ee26db4f49979e9107adf391bfc5,
        _:N47741dbdec2547ad823cfa166257930f,
        _:N4c3953e594ae4db0b1d9e2fbe128de38,
        _:N4faa39cbc79e4df19c6e884c12a06995,
        _:Ndfd5ac4d6fba4dfb83e581afb2578dbd,
        _:Nf48f4ebc34e14450b4e3f34a118cbeda,
        _:Nf9a0f00d9c444e0291221dcefab01dcc ;
    mo:track_count 9 ;
    schema:duration "PT48:07"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N10a18daf6bc245bcb79d1e09f6343774,
        _:N11dc211934374a2ba55acd301c372d7a,
        _:N2735ee26db4f49979e9107adf391bfc5,
        _:N47741dbdec2547ad823cfa166257930f,
        _:N4c3953e594ae4db0b1d9e2fbe128de38,
        _:N4faa39cbc79e4df19c6e884c12a06995,
        _:Ndfd5ac4d6fba4dfb83e581afb2578dbd,
        _:Nf48f4ebc34e14450b4e3f34a118cbeda,
        _:Nf9a0f00d9c444e0291221dcefab01dcc .

