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

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

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

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

<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/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/3430#subject> a schema:CreativeWork ;
    schema:name "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@en,
        "東方紺珠伝　～ Legacy of Lunatic Kingdom."@ja,
        "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@ja-latn ;
    foaf:name "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@en,
        "東方紺珠伝　～ Legacy of Lunatic Kingdom."@ja,
        "Touhou Kanjuden ~ Legacy of Lunatic Kingdom."@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/07/81470/81470-1539917488.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/30096#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/81470#performance> ;
    schema:name "Yakikaze"@en,
        "ヤキカゼ"@ja ;
    foaf:name "Yakikaze"@en,
        "ヤキカゼ"@ja .

<artist/30098#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/81470#performance> ;
    schema:name "Shio"@en ;
    foaf:name "Shio"@en .

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

<album/81470#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-01-21"^^xsd:date ;
    dcterms:title "Enlightened"@en,
        "Enlightened"@ja,
        "Enlightened"@ja-latn ;
    mo:catalogue_number "HYP-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/81470#musicalexpression> ;
    mo:publisher _:N214088daf7124112bf40b7554c01e9e2 ;
    mo:record _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/3430#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/30096#subject>,
        <artist/30098#subject> ;
    schema:datePublished "2017-01-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/81470/81470-1539917488.jpg> ;
    schema:name "Enlightened"@en,
        "Enlightened"@ja,
        "Enlightened"@ja-latn ;
    schema:publisher _:N214088daf7124112bf40b7554c01e9e2 ;
    foaf:depiction <https://media.vgm.io/albums/07/81470/81470-1539917488.jpg> .

_:N0b292096c3a641fbb9bb8fcb4da56af5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unsighted Grand Warning"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Unsighted Grand Warning"@en .

_:N214088daf7124112bf40b7554c01e9e2 schema:name "Hyakupa"@en ;
    foaf:name "Hyakupa"@en .

_:N225106b232364ceebccc14687a72ec99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unseen Only by The Ghost"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Unseen Only by The Ghost"@en .

_:N25d1936e9b24417bbde302207ed8da1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nonchalant Fairy"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Nonchalant Fairy"@en .

_:N4b7b8f371d7e46d3a6dc3e9a2e19e626 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Simplicity"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Simplicity"@en .

_:N5a2a401688d94855949e6d61eee7096e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Magician's Secret Laboratory"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "The Magician's Secret Laboratory"@en .

_:N8a6dbc0fb7bf464fbf98c2344542cc2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Harmony"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Harmony"@en .

_:N946e591a62974151bad4cb9b643c84e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hidden Village of The Moon"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Hidden Village of The Moon"@en .

_:Nd312386285ff418aa50deb36aa69a352 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Enlighted"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N18adae2dc7bb4a54a8e7ab94fe4ab831 ;
    schema:name "Enlighted"@en .

_:N18adae2dc7bb4a54a8e7ab94fe4ab831 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b292096c3a641fbb9bb8fcb4da56af5,
        _:N225106b232364ceebccc14687a72ec99,
        _:N25d1936e9b24417bbde302207ed8da1c,
        _:N4b7b8f371d7e46d3a6dc3e9a2e19e626,
        _:N5a2a401688d94855949e6d61eee7096e,
        _:N8a6dbc0fb7bf464fbf98c2344542cc2e,
        _:N946e591a62974151bad4cb9b643c84e4,
        _:Nd312386285ff418aa50deb36aa69a352 ;
    mo:track_count 8 ;
    schema:duration "PT29:14"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0b292096c3a641fbb9bb8fcb4da56af5,
        _:N225106b232364ceebccc14687a72ec99,
        _:N25d1936e9b24417bbde302207ed8da1c,
        _:N4b7b8f371d7e46d3a6dc3e9a2e19e626,
        _:N5a2a401688d94855949e6d61eee7096e,
        _:N8a6dbc0fb7bf464fbf98c2344542cc2e,
        _:N946e591a62974151bad4cb9b643c84e4,
        _:Nd312386285ff418aa50deb36aa69a352 .

