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

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

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

<event/71> a mo:Release ;
    schema:name "Released at M3-2010 Spring (May 05, 2010)" .

<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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@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 .

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

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

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

<https://media.vgm.io/albums/94/18849/18849-1271964081.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/18849#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/94/18849/18849-1271964081.png> ;
    foaf:depicts <album/18849#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/94/18849/18849-1271964081.png> .

<https://medium-media.vgm.io/albums/94/18849/18849-1271964081.png> a schema:ImageObject,
        foaf:Image .

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

<artist/32323#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18849#performance> ;
    schema:name "YUGE"@en,
        "湯毛"@ja ;
    foaf:name "YUGE"@en,
        "湯毛"@ja .

<album/18849#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Melody of Calamity"@en,
        "Melody of Calamity"@ja,
        "Melody of Calamity"@ja-latn ;
    mo:performance_of <album/18849#musicalwork> ;
    mo:performer _:N7f6af644b66c4079b5216c5a413486fd,
        _:N953e8f43678e43909e3e702a323831ce,
        <artist/32323#subject> ;
    mo:recorded_as <album/18849#musicalexpression> ;
    schema:byArtist _:N7f6af644b66c4079b5216c5a413486fd,
        _:N953e8f43678e43909e3e702a323831ce,
        <artist/32323#subject> ;
    schema:name "Melody of Calamity"@en,
        "Melody of Calamity"@ja,
        "Melody of Calamity"@ja-latn ;
    schema:workPerformed <album/18849#musicalwork> .

<album/18849#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-05"^^xsd:date ;
    dcterms:title "Melody of Calamity"@en,
        "Melody of Calamity"@ja,
        "Melody of Calamity"@ja-latn ;
    mo:catalogue_number "CATS-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/18849#musicalexpression> ;
    mo:publisher _:N3bbda919101643869ae85d4fb40ccf61 ;
    mo:record _:N4b5260df58de42adbd963027ba399f88 ;
    mo:record_count 1 ;
    mo:release <event/71> ;
    schema:about <product/25#subject>,
        <product/31#subject>,
        <product/33#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "V.Rain"@en ;
            foaf:name "V.Rain"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Carbonic Acid"@en ;
            foaf:name "Carbonic Acid"@en ],
        <artist/32323#subject> ;
    schema:datePublished "2010-05-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/94/18849/18849-1271964081.png> ;
    schema:name "Melody of Calamity"@en,
        "Melody of Calamity"@ja,
        "Melody of Calamity"@ja-latn ;
    schema:publisher _:N3bbda919101643869ae85d4fb40ccf61 ;
    foaf:depiction <https://media.vgm.io/albums/94/18849/18849-1271964081.png> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Carbonic Acid"@en ;
    foaf:made <album/18849#subject> ;
    foaf:name "Carbonic Acid"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Carbonic Acid"@en ;
    foaf:made <album/18849#lyrics> ;
    foaf:name "Carbonic Acid"@en .

_:N3bbda919101643869ae85d4fb40ccf61 schema:name "Carbonic Acid"@en ;
    foaf:name "Carbonic Acid"@en .

_:N5500520443874ba58479eb2d27edc694 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cluster of Cluster"@en,
        "Cluster of Cluster"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "Cluster of Cluster"@en,
        "Cluster of Cluster"@ja .

_:N68326b3420de4ca582e7db637586f80d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "world"@en,
        "world"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "world"@en,
        "world"@ja .

_:N68b3a9b3c54c43a3b74fec71caef9433 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blind Alley"@en,
        "Blind Alley"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "Blind Alley"@en,
        "Blind Alley"@ja .

_:N6e2933e1b3644e9989e358a0483b851e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Melody of Calamity"@en,
        "Melody of Calamity"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "Melody of Calamity"@en,
        "Melody of Calamity"@ja .

_:N7f6af644b66c4079b5216c5a413486fd a schema:Person,
        foaf:Person ;
    mo:performed <album/18849#performance> ;
    schema:name "Carbonic Acid"@en ;
    foaf:name "Carbonic Acid"@en .

_:N8fdf31bef9be49c7b09679197d30a26b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Native Faith"@en,
        "ネイティブフェイス"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "Native Faith"@en,
        "ネイティブフェイス"@ja .

_:N953e8f43678e43909e3e702a323831ce a schema:Person,
        foaf:Person ;
    mo:performed <album/18849#performance> ;
    schema:name "V.Rain"@en ;
    foaf:name "V.Rain"@en .

_:Nc7051bc424ea40b9aebfc3adbbd71233 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blow"@en,
        "Blow"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4b5260df58de42adbd963027ba399f88 ;
    schema:name "Blow"@en,
        "Blow"@ja .

_:N4b5260df58de42adbd963027ba399f88 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5500520443874ba58479eb2d27edc694,
        _:N68326b3420de4ca582e7db637586f80d,
        _:N68b3a9b3c54c43a3b74fec71caef9433,
        _:N6e2933e1b3644e9989e358a0483b851e,
        _:N8fdf31bef9be49c7b09679197d30a26b,
        _:Nc7051bc424ea40b9aebfc3adbbd71233 ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N5500520443874ba58479eb2d27edc694,
        _:N68326b3420de4ca582e7db637586f80d,
        _:N68b3a9b3c54c43a3b74fec71caef9433,
        _:N6e2933e1b3644e9989e358a0483b851e,
        _:N8fdf31bef9be49c7b09679197d30a26b,
        _:Nc7051bc424ea40b9aebfc3adbbd71233 .

