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

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

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

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

<event/159> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 10 (May 26, 2013)" .

<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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<album/44007#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/44007#musicalwork> ;
    schema:name "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn .

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

<album/44007#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn ;
    mo:performance_of <album/44007#musicalwork> ;
    mo:recorded_as <album/44007#musicalexpression> ;
    schema:name "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn ;
    schema:workPerformed <album/44007#musicalwork> .

<org/676#subject> schema:name "OTOMEKAN"@en,
        "音召缶"@ja,
        "OTOMEKAN"@ja-latn ;
    foaf:name "OTOMEKAN"@en,
        "音召缶"@ja,
        "OTOMEKAN"@ja-latn .

<https://media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/44007#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> ;
    foaf:depicts <album/44007#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> .

<https://medium-media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/44007#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-05-26"^^xsd:date ;
    dcterms:title "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/44007#musicalexpression> ;
    mo:publisher <org/676#subject> ;
    mo:record _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    mo:record_count 1 ;
    mo:release <event/159> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2013-05-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> ;
    schema:name "Carmishen Mound Instrumental"@en,
        "Carmishen Mound Instrumental"@ja,
        "Carmishen Mound Instrumental"@ja-latn ;
    schema:publisher <org/676#subject> ;
    foaf:depiction <https://media.vgm.io/albums/70/44007/44007-8b9226d20014.jpg> .

_:N1307c38617d943028b601a150de22a02 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sweet poison(Instrumental)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "Sweet poison(Instrumental)"@ja .

_:N32f42ba52f77478e9a8a2b08a933b8e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻影小径 -Fantasm Mirage-(Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "幻影小径 -Fantasm Mirage-(Instrumental)"@ja .

_:N339ee15da0b9480ab1c856b930812be0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Churu-churu (Instrumental)"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "Churu-churu (Instrumental)"@ja .

_:N418e0e9a977f48ffaf0f13b81a3fb110 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lost Child(Instrumental)"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "Lost Child(Instrumental)"@ja .

_:N461fbb313a4a40ec898466eff198d3fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "end of the sighｔ(Instrumental)"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "end of the sighｔ(Instrumental)"@ja .

_:N628fe99937714e258d86d51e4ebc867f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pop Light Star(Instrumental)"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "Pop Light Star(Instrumental)"@ja .

_:N6bafe0842186408aa21b968dc446a85f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "死神の笑み紅きこと(Instrumental)"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "死神の笑み紅きこと(Instrumental)"@ja .

_:N8c88f5cb31154ce2b9e7f9d3e91f73e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "十六夜に駆けてく(Instrumental)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "十六夜に駆けてく(Instrumental)"@ja .

_:Na2f6d954aa6445c3847d3e2e0b1094c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "happy rabbit dance (Instrumental)"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "happy rabbit dance (Instrumental)"@ja .

_:Nc4d3138ff8ae44248724693061dfee8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "inside me～墜落少女(Instrumental)"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N235ee9760c5a4eb2a734f5f1888ff70a ;
    schema:name "inside me～墜落少女(Instrumental)"@ja .

_:N235ee9760c5a4eb2a734f5f1888ff70a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1307c38617d943028b601a150de22a02,
        _:N32f42ba52f77478e9a8a2b08a933b8e5,
        _:N339ee15da0b9480ab1c856b930812be0,
        _:N418e0e9a977f48ffaf0f13b81a3fb110,
        _:N461fbb313a4a40ec898466eff198d3fc,
        _:N628fe99937714e258d86d51e4ebc867f,
        _:N6bafe0842186408aa21b968dc446a85f,
        _:N8c88f5cb31154ce2b9e7f9d3e91f73e0,
        _:Na2f6d954aa6445c3847d3e2e0b1094c7,
        _:Nc4d3138ff8ae44248724693061dfee8b ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1307c38617d943028b601a150de22a02,
        _:N32f42ba52f77478e9a8a2b08a933b8e5,
        _:N339ee15da0b9480ab1c856b930812be0,
        _:N418e0e9a977f48ffaf0f13b81a3fb110,
        _:N461fbb313a4a40ec898466eff198d3fc,
        _:N628fe99937714e258d86d51e4ebc867f,
        _:N6bafe0842186408aa21b968dc446a85f,
        _:N8c88f5cb31154ce2b9e7f9d3e91f73e0,
        _:Na2f6d954aa6445c3847d3e2e0b1094c7,
        _:Nc4d3138ff8ae44248724693061dfee8b .

