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

<artist/8107#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka"@en ;
    foaf:made <album/43757#lyrics>,
        <album/43757#subject> ;
    foaf:name "Haruka"@en .

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

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

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

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@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/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 .

<product/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@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/43757#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/43757#musicalwork> ;
    schema:name "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn .

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

<org/221#subject> schema:name "COOL&CREATE"@en,
        "COOL&CREATE"@ja,
        "COOL&CREATE"@ja-latn ;
    foaf:name "COOL&CREATE"@en,
        "COOL&CREATE"@ja,
        "COOL&CREATE"@ja-latn .

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

<https://medium-media.vgm.io/albums/75/43757/43757-1389869487.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/5637#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43757#performance> ;
    schema:name "Amane"@en,
        "あまね"@ja ;
    foaf:name "Amane"@en,
        "あまね"@ja .

<artist/955#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43757#performance> ;
    schema:name "beatMARIO"@en,
        "ビートまりお"@ja ;
    foaf:made <album/43757#lyrics>,
        <album/43757#subject> ;
    foaf:name "beatMARIO"@en,
        "ビートまりお"@ja .

<album/43757#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn ;
    mo:performance_of <album/43757#musicalwork> ;
    mo:performer <artist/5637#subject>,
        <artist/955#subject> ;
    mo:recorded_as <album/43757#musicalexpression> ;
    schema:byArtist <artist/5637#subject>,
        <artist/955#subject> ;
    schema:name "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn ;
    schema:workPerformed <album/43757#musicalwork> .

<album/43757#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-08"^^xsd:date ;
    dcterms:title "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn ;
    mo:catalogue_number "CCCD-0023" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43757#musicalexpression> ;
    mo:publisher <org/221#subject> ;
    mo:record _:N229605db58ef4153bfe4b22751c2bd03 ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/16#subject>,
        <product/20#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject>,
        <product/33#subject> ;
    schema:byArtist <artist/5637#subject>,
        <artist/955#subject> ;
    schema:datePublished "2011-05-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/43757/43757-1389869487.jpg> ;
    schema:name "AKG4888"@en,
        "AKG4888"@ja,
        "AKG4888"@ja-latn ;
    schema:publisher <org/221#subject> ;
    foaf:depiction <https://media.vgm.io/albums/75/43757/43757-1389869487.jpg> .

_:N0d1ada82e08a4b9593142ba35a4c3e37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "門門しましょ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "門門しましょ"@ja .

_:N5807f0260e8f41d6ad920e515c149a8d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Help me,ERINNNNN!! 締切 ver"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "Help me,ERINNNNN!! 締切 ver"@ja .

_:N5b6033c6f82b487a9ac28f888f953bee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最速最高シャッターガール"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "最速最高シャッターガール"@ja .

_:N7c9c8b972b2a423c804d9b4bf4813900 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おまけトーク"@ja ;
    mo:track_number 10 ;
    schema:duration "PT9:49"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "おまけトーク"@ja .

_:N8562098e0983441091a0fd6228f17e41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レザマリでもつらくないっ！OP ver"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:26"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "レザマリでもつらくないっ！OP ver"@ja .

_:N8f98cb3894da4287bf6b01cc73a827b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bad Apple!!"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "Bad Apple!!"@ja .

_:Nc401c0a543184a3a99c9435cadecb0e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最終鬼畜例大祭 ver"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "最終鬼畜例大祭 ver"@ja .

_:Ne051a2796dee4c2dbe524bb7a658618a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "人間に恋した妖怪の唄 Short ver"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "人間に恋した妖怪の唄 Short ver"@ja .

_:Ne92bc45f0dd14ecc8032fac1c5b4ef23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "drizzly rain ヒキコモリ ver"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "drizzly rain ヒキコモリ ver"@ja .

_:Nfa91794ba4664afd83608bb8ea2aa6ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ウサテイ with ジュクチョーのケツ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:22"^^xsd:interval ;
    schema:inPlaylist _:N229605db58ef4153bfe4b22751c2bd03 ;
    schema:name "ウサテイ with ジュクチョーのケツ"@ja .

_:N229605db58ef4153bfe4b22751c2bd03 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d1ada82e08a4b9593142ba35a4c3e37,
        _:N5807f0260e8f41d6ad920e515c149a8d,
        _:N5b6033c6f82b487a9ac28f888f953bee,
        _:N7c9c8b972b2a423c804d9b4bf4813900,
        _:N8562098e0983441091a0fd6228f17e41,
        _:N8f98cb3894da4287bf6b01cc73a827b4,
        _:Nc401c0a543184a3a99c9435cadecb0e6,
        _:Ne051a2796dee4c2dbe524bb7a658618a,
        _:Ne92bc45f0dd14ecc8032fac1c5b4ef23,
        _:Nfa91794ba4664afd83608bb8ea2aa6ab ;
    mo:track_count 10 ;
    schema:duration "PT27:04"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0d1ada82e08a4b9593142ba35a4c3e37,
        _:N5807f0260e8f41d6ad920e515c149a8d,
        _:N5b6033c6f82b487a9ac28f888f953bee,
        _:N7c9c8b972b2a423c804d9b4bf4813900,
        _:N8562098e0983441091a0fd6228f17e41,
        _:N8f98cb3894da4287bf6b01cc73a827b4,
        _:Nc401c0a543184a3a99c9435cadecb0e6,
        _:Ne051a2796dee4c2dbe524bb7a658618a,
        _:Ne92bc45f0dd14ecc8032fac1c5b4ef23,
        _:Nfa91794ba4664afd83608bb8ea2aa6ab .

