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

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

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

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

<event/149> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 9 (May 27, 2012)" .

<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/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/35361#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/35361#musicalwork> ;
    schema:name "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn .

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

<album/35361#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn ;
    mo:performance_of <album/35361#musicalwork> ;
    mo:recorded_as <album/35361#musicalexpression> ;
    schema:name "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn ;
    schema:workPerformed <album/35361#musicalwork> .

<org/1026#subject> schema:name "DiGiTAL WiNG"@en,
        "DiGiTAL WiNG"@ja,
        "DiGiTAL WiNG"@ja-latn ;
    foaf:name "DiGiTAL WiNG"@en,
        "DiGiTAL WiNG"@ja,
        "DiGiTAL WiNG"@ja-latn .

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

<https://medium-media.vgm.io/albums/16/35361/35361-1348684703.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/35361#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-05-27"^^xsd:date ;
    dcterms:title "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn ;
    mo:catalogue_number "DWEX-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/35361#musicalexpression> ;
    mo:publisher <org/1026#subject> ;
    mo:record _:Nda557a0c60c14fb1b39cce375c263f45 ;
    mo:record_count 1 ;
    mo:release <event/149> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:datePublished "2012-05-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/35361/35361-1348684703.jpg> ;
    schema:name "Angel Time Instrumental"@en,
        "Angel Time Instrumental"@ja,
        "Angel Time Instrumental"@ja-latn ;
    schema:publisher <org/1026#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/35361/35361-1348684703.jpg> .

_:N0cfacae182b94e009f98efa45df27265 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Three Magic"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "Three Magic"@ja .

_:N2349dd2ced9f4b42b9060f8f17c86c09 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angel Time Introduction"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "Angel Time Introduction"@ja .

_:N2999986fbc5149e1ad7c81cc13f4fca4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ZENSEN"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "ZENSEN"@ja .

_:N326713e5857443f4ad8937c17a5cc5d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パチュリコ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "パチュリコ"@ja .

_:N3b936e8a9c514ef6ada43e9f55058366 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rainbow note"@ja ;
    mo:track_number 6 ;
    schema:duration "PT6:01"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "Rainbow note"@ja .

_:N73969150c7904305b2116436cc538ad4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mind Party Control"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "Mind Party Control"@ja .

_:N7f31f1a17cbd4cc8b48778f6453cd1a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "止まるなかれ、進むなかれ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "止まるなかれ、進むなかれ"@ja .

_:N8de862e0b5064afc933d12888e3fdb34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "entertained"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "entertained"@ja .

_:Nae67ef999ab64b05b683610e5dc8ee94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "S.A.T.O.R.A.R.E (Halozy EUROBEAT Remix)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "S.A.T.O.R.A.R.E (Halozy EUROBEAT Remix)"@ja .

_:Nb40b17c884e04618b87dc0b918da190c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "水平"@ja ;
    mo:track_number 7 ;
    schema:duration "PT6:32"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "水平"@ja .

_:Nf498f3094be64e77bcd9f04fc5d0fe8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ANGEL WiNG"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Nda557a0c60c14fb1b39cce375c263f45 ;
    schema:name "ANGEL WiNG"@ja .

_:Nda557a0c60c14fb1b39cce375c263f45 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cfacae182b94e009f98efa45df27265,
        _:N2349dd2ced9f4b42b9060f8f17c86c09,
        _:N2999986fbc5149e1ad7c81cc13f4fca4,
        _:N326713e5857443f4ad8937c17a5cc5d1,
        _:N3b936e8a9c514ef6ada43e9f55058366,
        _:N73969150c7904305b2116436cc538ad4,
        _:N7f31f1a17cbd4cc8b48778f6453cd1a2,
        _:N8de862e0b5064afc933d12888e3fdb34,
        _:Nae67ef999ab64b05b683610e5dc8ee94,
        _:Nb40b17c884e04618b87dc0b918da190c,
        _:Nf498f3094be64e77bcd9f04fc5d0fe8b ;
    mo:track_count 11 ;
    schema:duration "PT47:41"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0cfacae182b94e009f98efa45df27265,
        _:N2349dd2ced9f4b42b9060f8f17c86c09,
        _:N2999986fbc5149e1ad7c81cc13f4fca4,
        _:N326713e5857443f4ad8937c17a5cc5d1,
        _:N3b936e8a9c514ef6ada43e9f55058366,
        _:N73969150c7904305b2116436cc538ad4,
        _:N7f31f1a17cbd4cc8b48778f6453cd1a2,
        _:N8de862e0b5064afc933d12888e3fdb34,
        _:Nae67ef999ab64b05b683610e5dc8ee94,
        _:Nb40b17c884e04618b87dc0b918da190c,
        _:Nf498f3094be64e77bcd9f04fc5d0fe8b .

