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

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

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

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

<event/10> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 3 (May 21, 2006)" .

<product/10#subject> a schema:CreativeWork ;
    schema:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn ;
    foaf:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn .

<product/12#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn ;
    foaf:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

<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/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/16/12661/12661-1237564532.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12661#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-05-21"^^xsd:date ;
    dcterms:title "Ancient radiance"@en,
        "Ancient radiance"@ja,
        "Ancient radiance"@ja-latn ;
    mo:catalogue_number "WWCD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12661#musicalexpression> ;
    mo:publisher _:Ne122afce62a04601b95c9627539f3152 ;
    mo:record _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    mo:record_count 1 ;
    mo:release <event/10> ;
    schema:about <product/10#subject>,
        <product/12#subject>,
        <product/14#subject>,
        <product/16#subject>,
        <product/18#subject> ;
    schema:datePublished "2006-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/12661/12661-1237564532.jpg> ;
    schema:name "Ancient radiance"@en,
        "Ancient radiance"@ja,
        "Ancient radiance"@ja-latn ;
    schema:publisher _:Ne122afce62a04601b95c9627539f3152 ;
    foaf:depiction <https://media.vgm.io/albums/16/12661/12661-1237564532.jpg> .

_:N004ff7d87028452e90fc3826a74ad41e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "XM-0 (Cybernetic Fantasy Remix)"@en ;
    mo:track_number 9 ;
    schema:duration "PT8:54"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "XM-0 (Cybernetic Fantasy Remix)"@en .

_:N0823385503fa41348473bcce958fb650 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starlight witch"@en ;
    mo:track_number 7 ;
    schema:duration "PT7:03"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Starlight witch"@en .

_:N32cfd092433c4d70afd5946256ca71ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "XM-0"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:25"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "XM-0"@en .

_:N41750527ab044fa9ade0793a5a34af6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Infinite sync"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:09"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Infinite sync"@en .

_:N6e14c17b791548cbaebc076c7c0aae89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reintegration"@en ;
    mo:track_number 8 ;
    schema:duration "PT8:28"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Reintegration"@en .

_:N8e8e4b9bb906481e868659e1cb686b5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sleeping error"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:03"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Sleeping error"@en .

_:Nd9bcc1a84d7e48d59816689fc93efd92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ray 1k"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:31"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Ray 1k"@en .

_:Ne122afce62a04601b95c9627539f3152 schema:name "Whiskycat Work"@en ;
    foaf:name "Whiskycat Work"@en .

_:Ned93e9f1d5e64e9f8c8c99ec990da87e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Systematic Alice"@en ;
    mo:track_number 6 ;
    schema:duration "PT7:31"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Systematic Alice"@en .

_:Nf59fb79609db4b168880beecb3e5a81b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Y in the hell"@en ;
    mo:track_number 4 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:inPlaylist _:Nbc32b5c3691840f891bbbe354cc3c98f ;
    schema:name "Y in the hell"@en .

_:Nbc32b5c3691840f891bbbe354cc3c98f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N004ff7d87028452e90fc3826a74ad41e,
        _:N0823385503fa41348473bcce958fb650,
        _:N32cfd092433c4d70afd5946256ca71ab,
        _:N41750527ab044fa9ade0793a5a34af6d,
        _:N6e14c17b791548cbaebc076c7c0aae89,
        _:N8e8e4b9bb906481e868659e1cb686b5b,
        _:Nd9bcc1a84d7e48d59816689fc93efd92,
        _:Ned93e9f1d5e64e9f8c8c99ec990da87e,
        _:Nf59fb79609db4b168880beecb3e5a81b ;
    mo:track_count 9 ;
    schema:duration "PT64:13"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N004ff7d87028452e90fc3826a74ad41e,
        _:N0823385503fa41348473bcce958fb650,
        _:N32cfd092433c4d70afd5946256ca71ab,
        _:N41750527ab044fa9ade0793a5a34af6d,
        _:N6e14c17b791548cbaebc076c7c0aae89,
        _:N8e8e4b9bb906481e868659e1cb686b5b,
        _:Nd9bcc1a84d7e48d59816689fc93efd92,
        _:Ned93e9f1d5e64e9f8c8c99ec990da87e,
        _:Nf59fb79609db4b168880beecb3e5a81b .

