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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15920#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/15920#composition>,
        <album/15920#subject> ;
    foaf:name "U2"@en .

<event/82> a mo:Release ;
    schema:name "Released at Sunshine Creation 42 (Feb 08, 2009)" .

<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/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<product/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@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/15920#musicalexpression> a mo:Signal ;
    mo:published_as <album/15920#subject> ;
    mo:records <album/15920#performance> .

<album/15920#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn ;
    mo:performance_of <album/15920#musicalwork> ;
    mo:recorded_as <album/15920#musicalexpression> ;
    schema:name "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn ;
    schema:workPerformed <album/15920#musicalwork> .

<org/580#subject> schema:name "A-HEAD"@en,
        "A-HEAD"@ja,
        "A-HEAD"@ja-latn ;
    foaf:name "A-HEAD"@en,
        "A-HEAD"@ja,
        "A-HEAD"@ja-latn .

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

<https://medium-media.vgm.io/albums/02/15920/15920-1262365258.jpg> a schema:ImageObject,
        foaf:Image .

<album/15920#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/15920#musicalwork> ;
    schema:name "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn .

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

<album/15920#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-02-08"^^xsd:date ;
    dcterms:title "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15920#musicalexpression> ;
    mo:publisher <org/580#subject> ;
    mo:record _:Ndd2de65f5ecc475b8aedc3c2e18b2a11 ;
    mo:record_count 1 ;
    mo:release <event/82> ;
    schema:about <product/25#subject>,
        <product/33#subject>,
        <product/35#subject>,
        <product/37#subject> ;
    schema:datePublished "2009-02-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/02/15920/15920-1262365258.jpg> ;
    schema:name "Akatsuki Yoru ga Akeru Koro"@en,
        "暁月夜が明ける頃"@ja,
        "Akatsuki Yoru ga Akeru Koro"@ja-latn ;
    schema:publisher <org/580#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/15920/15920-1262365258.jpg> .

_:N0ab01289649b44ca91ab3408a887d669 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "滾る陽光、秘められた力"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndd2de65f5ecc475b8aedc3c2e18b2a11 ;
    schema:name "滾る陽光、秘められた力"@ja .

_:N9bbd3e1a38af44dda7f04b03b1becf81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "吹き荒ぶ風、神の威厳"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndd2de65f5ecc475b8aedc3c2e18b2a11 ;
    schema:name "吹き荒ぶ風、神の威厳"@ja .

_:N9f24cd915c5240439a9a0d179a5d14a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "暁月夜"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndd2de65f5ecc475b8aedc3c2e18b2a11 ;
    schema:name "暁月夜"@ja .

_:Nb2624336f30445d18fd2147a6786ec8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雨上がりの空"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ndd2de65f5ecc475b8aedc3c2e18b2a11 ;
    schema:name "雨上がりの空"@ja .

_:Ndd2de65f5ecc475b8aedc3c2e18b2a11 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ab01289649b44ca91ab3408a887d669,
        _:N9bbd3e1a38af44dda7f04b03b1becf81,
        _:N9f24cd915c5240439a9a0d179a5d14a9,
        _:Nb2624336f30445d18fd2147a6786ec8a ;
    mo:track_count 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0ab01289649b44ca91ab3408a887d669,
        _:N9bbd3e1a38af44dda7f04b03b1becf81,
        _:N9f24cd915c5240439a9a0d179a5d14a9,
        _:Nb2624336f30445d18fd2147a6786ec8a .

