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

<artist/11480#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aika"@en ;
    foaf:made <album/21380#subject>,
        <album/21380#vocals> ;
    foaf:name "Aika"@en .

<artist/8002#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hinamaro"@en,
        "ひなまろ"@ja ;
    foaf:made <album/21380#subject>,
        <album/21380#vocals> ;
    foaf:name "Hinamaro"@en,
        "ひなまろ"@ja .

<artist/8004#subject> a schema:Person,
        foaf:Person ;
    schema:name "yunka"@en,
        "ゆんか"@ja ;
    foaf:made <album/21380#subject>,
        <album/21380#vocals> ;
    foaf:name "yunka"@en,
        "ゆんか"@ja .

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

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

<event/96> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 6 (Oct 11, 2010)" .

<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/64#subject> a schema:CreativeWork ;
    schema:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn ;
    foaf:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn .

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

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

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

<org/486#subject> schema:name "Alice Music"@en,
        "Alice Music"@ja,
        "Alice Music"@ja-latn ;
    foaf:name "Alice Music"@en,
        "Alice Music"@ja,
        "Alice Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/08/21380/21380-1286092706.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/21380#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-11"^^xsd:date ;
    dcterms:title "madder"@en,
        "madder"@ja,
        "madder"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21380#musicalexpression> ;
    mo:publisher <org/486#subject> ;
    mo:record _:N726d2308b9ec423896617872788e3e78 ;
    mo:record_count 1 ;
    mo:release <event/96> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/64#subject> ;
    schema:datePublished "2010-10-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/08/21380/21380-1286092706.jpg> ;
    schema:name "madder"@en,
        "madder"@ja,
        "madder"@ja-latn ;
    schema:publisher <org/486#subject> ;
    foaf:depiction <https://media.vgm.io/albums/08/21380/21380-1286092706.jpg> .

_:N3b20be038cfb499cbe0cd18e220e2b6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "introduction"@en,
        "introduction"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N726d2308b9ec423896617872788e3e78 ;
    schema:name "introduction"@en,
        "introduction"@ja .

_:N47643b5a4ec645b4baecc8cc696c98fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "madder"@en,
        "madder"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N726d2308b9ec423896617872788e3e78 ;
    schema:name "madder"@en,
        "madder"@ja .

_:N7921e594586f48feb493817abe40e2c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blindness"@en,
        "blindness"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N726d2308b9ec423896617872788e3e78 ;
    schema:name "blindness"@en,
        "blindness"@ja .

_:Naa296ab60fe64b5ba1a046360ee1dd1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dichromatic Lotus Butterfly"@en,
        "二色蓮華蝶"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N726d2308b9ec423896617872788e3e78 ;
    schema:name "Dichromatic Lotus Butterfly"@en,
        "二色蓮華蝶"@ja .

_:N726d2308b9ec423896617872788e3e78 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3b20be038cfb499cbe0cd18e220e2b6a,
        _:N47643b5a4ec645b4baecc8cc696c98fb,
        _:N7921e594586f48feb493817abe40e2c5,
        _:Naa296ab60fe64b5ba1a046360ee1dd1b ;
    mo:track_count 4 ;
    schema:duration "PT14:49"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N3b20be038cfb499cbe0cd18e220e2b6a,
        _:N47643b5a4ec645b4baecc8cc696c98fb,
        _:N7921e594586f48feb493817abe40e2c5,
        _:Naa296ab60fe64b5ba1a046360ee1dd1b .

