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

<artist/13434#subject> a schema:Person,
        foaf:Person ;
    schema:name "Blue E"@en ;
    foaf:made <album/103383#lyrics>,
        <album/103383#subject> ;
    foaf:name "Blue E"@en .

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

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

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

<event/188> a mo:Release ;
    schema:name "Released at Comic Market 90 (Aug 12, 2016 to Aug 14, 2016)" .

<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/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/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 .

<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/103383#lyrics> a mo:Lyrics .

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

<org/167#subject> schema:name "SOUND HOLIC"@en,
        "SOUND HOLIC"@ja,
        "SOUND HOLIC"@ja-latn ;
    foaf:name "SOUND HOLIC"@en,
        "SOUND HOLIC"@ja,
        "SOUND HOLIC"@ja-latn .

<https://media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/103383#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> ;
    foaf:depicts <album/103383#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> .

<https://medium-media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/47011#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/103383#performance> ;
    schema:name "Josh"@en ;
    foaf:name "Josh"@en .

<artist/6175#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/103383#performance> ;
    schema:name "709sec."@en ;
    foaf:name "709sec."@en .

<album/103383#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "REVIVAL BEST II"@en,
        "REVIVAL BEST II"@ja,
        "REVIVAL BEST II"@ja-latn ;
    mo:performance_of <album/103383#musicalwork> ;
    mo:performer <artist/47011#subject>,
        <artist/6175#subject> ;
    mo:recorded_as <album/103383#musicalexpression> ;
    schema:byArtist <artist/47011#subject>,
        <artist/6175#subject> ;
    schema:name "REVIVAL BEST II"@en,
        "REVIVAL BEST II"@ja,
        "REVIVAL BEST II"@ja-latn ;
    schema:workPerformed <album/103383#musicalwork> .

<album/103383#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-08-13"^^xsd:date ;
    dcterms:title "REVIVAL BEST II"@en,
        "REVIVAL BEST II"@ja,
        "REVIVAL BEST II"@ja-latn ;
    mo:catalogue_number "SDHC-0061" ;
    mo:media_type "CD" ;
    mo:publication_of <album/103383#musicalexpression> ;
    mo:publisher <org/167#subject> ;
    mo:record _:N1ae6dd32a3c34f2693692cb519d948ec ;
    mo:record_count 1 ;
    mo:release <event/188> ;
    schema:about <product/25#subject>,
        <product/29#subject>,
        <product/35#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/47011#subject>,
        <artist/6175#subject> ;
    schema:datePublished "2016-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> ;
    schema:name "REVIVAL BEST II"@en,
        "REVIVAL BEST II"@ja,
        "REVIVAL BEST II"@ja-latn ;
    schema:publisher <org/167#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/103383/103383-707207eedf87.jpg> .

_:N19d0b0d72dc846d7a1c07f42fb404c2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "60's Xanadu"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "60's Xanadu"@ja .

_:N1e2589dad416406b96f7e679aa7a8086 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lazy Hazy Crazy"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Lazy Hazy Crazy"@ja .

_:N215e1d421b6441b0a5a004d92ea27b84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blinded"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Blinded"@ja .

_:N3eae7a92aba2443790299b822b3d0400 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloom of Psychedelia"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Bloom of Psychedelia"@ja .

_:N4a9bcca667814985beb0ab7aeff00ef7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "翼 -DESTINY-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "翼 -DESTINY-"@ja .

_:N4e05848b2e994c3dbd81682bdae0b0bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prominence !!"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Prominence !!"@ja .

_:N52ad9fa205dd4981877bfbe7b0ec6b3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エイリアンＸ"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "エイリアンＸ"@ja .

_:N6557a723f3f74375be783868011fcc88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gaze"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Gaze"@ja .

_:N737e4c663539451c940741601da6d502 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MIND VENUS"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "MIND VENUS"@ja .

_:N828f27a2cdfe40c7babe0b1c9ddce0d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DAYDREAM"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "DAYDREAM"@ja .

_:N9847eedc64584fc1bda1564f21016f5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DRASTIC ANGEL"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "DRASTIC ANGEL"@ja .

_:Na76ae09b1d874bb0a1fa87f151f8ee65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LAO HU"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "LAO HU"@ja .

_:Nd74db63b68424905b6b64c8db2344e13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永遠の刹那"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "永遠の刹那"@ja .

_:Nd7777e3e7062494b8e66a637095fc0a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bud flowers"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Bud flowers"@ja .

_:Ne818a2a7ea7545839def71a15ba13978 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COSMIC PRIEST"@ja ;
    mo:track_number 15 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "COSMIC PRIEST"@ja .

_:Nf01fe50b8dae440ba72801257cef7ba3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demystify BEAST"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N1ae6dd32a3c34f2693692cb519d948ec ;
    schema:name "Demystify BEAST"@ja .

_:N1ae6dd32a3c34f2693692cb519d948ec a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N19d0b0d72dc846d7a1c07f42fb404c2e,
        _:N1e2589dad416406b96f7e679aa7a8086,
        _:N215e1d421b6441b0a5a004d92ea27b84,
        _:N3eae7a92aba2443790299b822b3d0400,
        _:N4a9bcca667814985beb0ab7aeff00ef7,
        _:N4e05848b2e994c3dbd81682bdae0b0bb,
        _:N52ad9fa205dd4981877bfbe7b0ec6b3e,
        _:N6557a723f3f74375be783868011fcc88,
        _:N737e4c663539451c940741601da6d502,
        _:N828f27a2cdfe40c7babe0b1c9ddce0d0,
        _:N9847eedc64584fc1bda1564f21016f5d,
        _:Na76ae09b1d874bb0a1fa87f151f8ee65,
        _:Nd74db63b68424905b6b64c8db2344e13,
        _:Nd7777e3e7062494b8e66a637095fc0a1,
        _:Ne818a2a7ea7545839def71a15ba13978,
        _:Nf01fe50b8dae440ba72801257cef7ba3 ;
    mo:track_count 16 ;
    schema:duration "PT70:31"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N19d0b0d72dc846d7a1c07f42fb404c2e,
        _:N1e2589dad416406b96f7e679aa7a8086,
        _:N215e1d421b6441b0a5a004d92ea27b84,
        _:N3eae7a92aba2443790299b822b3d0400,
        _:N4a9bcca667814985beb0ab7aeff00ef7,
        _:N4e05848b2e994c3dbd81682bdae0b0bb,
        _:N52ad9fa205dd4981877bfbe7b0ec6b3e,
        _:N6557a723f3f74375be783868011fcc88,
        _:N737e4c663539451c940741601da6d502,
        _:N828f27a2cdfe40c7babe0b1c9ddce0d0,
        _:N9847eedc64584fc1bda1564f21016f5d,
        _:Na76ae09b1d874bb0a1fa87f151f8ee65,
        _:Nd74db63b68424905b6b64c8db2344e13,
        _:Nd7777e3e7062494b8e66a637095fc0a1,
        _:Ne818a2a7ea7545839def71a15ba13978,
        _:Nf01fe50b8dae440ba72801257cef7ba3 .

