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

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

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

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

<event/54> a mo:Release ;
    schema:name "Released at M3-2008 Spring (May 11, 2008)" .

<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/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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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 .

<album/8752#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/8752#musicalwork> ;
    schema:name "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn .

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

<org/161#subject> schema:name "IRON ATTACK!"@en,
        "IRON ATTACK!"@ja,
        "IRON ATTACK!"@ja-latn ;
    foaf:name "IRON ATTACK!"@en,
        "IRON ATTACK!"@ja,
        "IRON ATTACK!"@ja-latn .

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

<artist/39877#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8752#performance> ;
    schema:name "IRON ATTACK!"@en ;
    foaf:name "IRON ATTACK!"@en .

<artist/70915#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8752#performance> ;
    schema:name "Kissing the Mirror"@en,
        "キッシング・ザ・ミラー"@ja ;
    foaf:name "Kissing the Mirror"@en,
        "キッシング・ザ・ミラー"@ja .

<album/8752#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn ;
    mo:performance_of <album/8752#musicalwork> ;
    mo:performer <artist/39877#subject>,
        <artist/70915#subject> ;
    mo:recorded_as <album/8752#musicalexpression> ;
    schema:byArtist <artist/39877#subject>,
        <artist/70915#subject> ;
    schema:name "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn ;
    schema:workPerformed <album/8752#musicalwork> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/8752#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/8752#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/8752#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-05-11"^^xsd:date ;
    dcterms:title "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/8752#musicalexpression> ;
    mo:publisher <org/161#subject> ;
    mo:record _:N24fc83e8fb8d453095341cc67dce09cf ;
    mo:record_count 1 ;
    mo:release <event/54> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:byArtist <artist/39877#subject>,
        <artist/70915#subject> ;
    schema:datePublished "2008-05-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "BLADE OF ANCIENT TEMPLE"@en,
        "Blade Of Ancient Temple 体験版"@ja,
        "BLADE OF ANCIENT TEMPLE"@ja-latn ;
    schema:publisher <org/161#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N51773f061e014d808effdda0472f359a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Guardian of Evil Palace"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N24fc83e8fb8d453095341cc67dce09cf ;
    schema:name "The Guardian of Evil Palace"@ja .

_:N785723e142cd4bd08d141ba1f51c42d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DAEMON ERASER"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N24fc83e8fb8d453095341cc67dce09cf ;
    schema:name "DAEMON ERASER"@ja .

_:N24fc83e8fb8d453095341cc67dce09cf a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N51773f061e014d808effdda0472f359a,
        _:N785723e142cd4bd08d141ba1f51c42d4 ;
    mo:track_count 2 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N51773f061e014d808effdda0472f359a,
        _:N785723e142cd4bd08d141ba1f51c42d4 .

