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

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

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

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

<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/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/58365#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/58365#musicalwork> ;
    schema:name "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn .

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

<album/58365#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn ;
    mo:performance_of <album/58365#musicalwork> ;
    mo:recorded_as <album/58365#musicalexpression> ;
    schema:name "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn ;
    schema:workPerformed <album/58365#musicalwork> .

<org/288#subject> schema:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn ;
    foaf:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn .

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

<https://medium-media.vgm.io/albums/56/58365/58365-bd409e058212.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/58365#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-11-15"^^xsd:date ;
    dcterms:title "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/58365#musicalexpression> ;
    mo:publisher <org/288#subject> ;
    mo:record _:Ne5f7fa777db74f698ef110f35bada6b5 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/51#subject> ;
    schema:datePublished "2009-11-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/56/58365/58365-bd409e058212.jpg> ;
    schema:name "Bucuresti no Ningyoushi"@en,
        "ブクレシュティの人形師"@ja,
        "Bucuresti no Ningyoushi"@ja-latn ;
    schema:publisher <org/288#subject> ;
    foaf:depiction <https://media.vgm.io/albums/56/58365/58365-bd409e058212.jpg> .

_:N0442e56b047c471e8ac6393beba11b25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deaf to All but the Song"@en,
        "もう歌しか聞こえない"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:Ne5f7fa777db74f698ef110f35bada6b5 ;
    schema:name "Deaf to All but the Song"@en,
        "もう歌しか聞こえない"@ja .

_:N2b996a44991646abad257202a25c0b28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Locked Girl ~ The Girl's Secret Room"@en,
        "ラクトガール ～ 少女密室"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Ne5f7fa777db74f698ef110f35bada6b5 ;
    schema:name "Locked Girl ~ The Girl's Secret Room"@en,
        "ラクトガール ～ 少女密室"@ja .

_:N738958f20c4a46e78ceab14590a865da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Doll Judgment ~ The Girl Who Played with People's Shapes (demo"@en,
        "人形裁判 ～ 人の形弄びし少女(demo"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:Ne5f7fa777db74f698ef110f35bada6b5 ;
    schema:name "Doll Judgment ~ The Girl Who Played with People's Shapes (demo"@en,
        "人形裁判 ～ 人の形弄びし少女(demo"@ja .

_:Na3774a648bd847369fa5ed633874e0de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Captain Murasa (demo : majinn mix"@en,
        "キャプテン・ムラサ(demo : majinn mix"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Ne5f7fa777db74f698ef110f35bada6b5 ;
    schema:name "Captain Murasa (demo : majinn mix"@en,
        "キャプテン・ムラサ(demo : majinn mix"@ja .

_:Ne5f7fa777db74f698ef110f35bada6b5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0442e56b047c471e8ac6393beba11b25,
        _:N2b996a44991646abad257202a25c0b28,
        _:N738958f20c4a46e78ceab14590a865da,
        _:Na3774a648bd847369fa5ed633874e0de ;
    mo:track_count 4 ;
    schema:duration "PT13:35"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0442e56b047c471e8ac6393beba11b25,
        _:N2b996a44991646abad257202a25c0b28,
        _:N738958f20c4a46e78ceab14590a865da,
        _:Na3774a648bd847369fa5ed633874e0de .

