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

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

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<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/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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

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

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

<org/3399#subject> schema:name "Toho Arrange Orchestra"@en,
        "東方編曲管弦楽団"@ja,
        "Toho Arrange Orchestra"@ja-latn ;
    foaf:name "Toho Arrange Orchestra"@en,
        "東方編曲管弦楽団"@ja,
        "Toho Arrange Orchestra"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/28801/28801-1315789815.jpg> a schema:ImageObject,
        foaf:Image .

<album/28801#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TAO no ATO"@en,
        "TAO no ATO"@ja,
        "TAO no ATO"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Team Shanghai Alice"@en ;
            foaf:made <album/28801#composition> ;
            foaf:name "(Team Shanghai Alice"@en ],
        <artist/1#subject> ;
    mo:produced_work <album/28801#musicalwork> ;
    schema:name "TAO no ATO"@en,
        "TAO no ATO"@ja,
        "TAO no ATO"@ja-latn .

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

<album/28801#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "TAO no ATO"@en,
        "TAO no ATO"@ja,
        "TAO no ATO"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/28801#musicalexpression> ;
    mo:publisher <org/3399#subject> ;
    mo:record _:N301587ccec76420ebf0ce66fb112b1c8 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/29#subject>,
        <product/37#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/28801/28801-1315789815.jpg> ;
    schema:name "TAO no ATO"@en,
        "TAO no ATO"@ja,
        "TAO no ATO"@ja-latn ;
    schema:publisher <org/3399#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/28801/28801-1315789815.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/28801#subject> ;
    schema:name "(Team Shanghai Alice"@en ;
    foaf:made <album/28801#subject> ;
    foaf:name "(Team Shanghai Alice"@en .

_:N2a43bb8c09534cd687545cada8668272 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅茶館のフレーズによる小品"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N301587ccec76420ebf0ce66fb112b1c8 ;
    schema:name "紅茶館のフレーズによる小品"@ja .

_:N60e4c5144a42435eac0639cd11266c15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scarlet Tone"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N301587ccec76420ebf0ce66fb112b1c8 ;
    schema:name "Scarlet Tone"@ja .

_:Ncf8007bdcb9f47348967e8bc1b479e4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "廃獄クーラント"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N301587ccec76420ebf0ce66fb112b1c8 ;
    schema:name "廃獄クーラント"@ja .

_:Ndf17222887af43ef93859718beda9b5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "廃獄アルマンド"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N301587ccec76420ebf0ce66fb112b1c8 ;
    schema:name "廃獄アルマンド"@ja .

_:Nf1a97f28d95d44d8a79cc2b50dd6de38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "解放的なルーマニア風舞曲（ショートver）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:N301587ccec76420ebf0ce66fb112b1c8 ;
    schema:name "解放的なルーマニア風舞曲（ショートver）"@ja .

_:N301587ccec76420ebf0ce66fb112b1c8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2a43bb8c09534cd687545cada8668272,
        _:N60e4c5144a42435eac0639cd11266c15,
        _:Ncf8007bdcb9f47348967e8bc1b479e4b,
        _:Ndf17222887af43ef93859718beda9b5b,
        _:Nf1a97f28d95d44d8a79cc2b50dd6de38 ;
    mo:track_count 5 ;
    schema:duration "PT12:18"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N2a43bb8c09534cd687545cada8668272,
        _:N60e4c5144a42435eac0639cd11266c15,
        _:Ncf8007bdcb9f47348967e8bc1b479e4b,
        _:Ndf17222887af43ef93859718beda9b5b,
        _:Nf1a97f28d95d44d8a79cc2b50dd6de38 .

