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

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

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

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

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

<event/94> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai SP (Sep 19, 2010)" .

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

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

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

<https://medium-media.vgm.io/albums/31/21013/21013-1283787603.png> a schema:ImageObject,
        foaf:Image .

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

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

<artist/29603#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/21013#performance> ;
    schema:name "Naoki Endou"@en ;
    foaf:name "Naoki Endou"@en .

<album/21013#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SPECIAL UNDERGROUND POPS"@en,
        "SPECIAL UNDERGROUND POPS"@ja,
        "SPECIAL UNDERGROUND POPS"@ja-latn ;
    mo:performance_of <album/21013#musicalwork> ;
    mo:performer _:N1663916c46124b3897b3657d0ef121b0,
        <artist/29603#subject> ;
    mo:recorded_as <album/21013#musicalexpression> ;
    schema:byArtist _:N1663916c46124b3897b3657d0ef121b0,
        <artist/29603#subject> ;
    schema:name "SPECIAL UNDERGROUND POPS"@en,
        "SPECIAL UNDERGROUND POPS"@ja,
        "SPECIAL UNDERGROUND POPS"@ja-latn ;
    schema:workPerformed <album/21013#musicalwork> .

<album/21013#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-09-19"^^xsd:date ;
    dcterms:title "SPECIAL UNDERGROUND POPS"@en,
        "SPECIAL UNDERGROUND POPS"@ja,
        "SPECIAL UNDERGROUND POPS"@ja-latn ;
    mo:catalogue_number "SR-01" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21013#musicalexpression> ;
    mo:publisher _:N2285cfda2114460e9a03d5734063ee74 ;
    mo:record _:N33a87abc728841be9b11b5b333d5aca0 ;
    mo:record_count 1 ;
    mo:release <event/94> ;
    schema:about <product/20#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/31#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Masami Iwasawa"@en ;
            foaf:name "Masami Iwasawa"@en ],
        <artist/29603#subject> ;
    schema:datePublished "2010-09-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/21013/21013-1283787603.png> ;
    schema:name "SPECIAL UNDERGROUND POPS"@en,
        "SPECIAL UNDERGROUND POPS"@ja,
        "SPECIAL UNDERGROUND POPS"@ja-latn ;
    schema:publisher _:N2285cfda2114460e9a03d5734063ee74 ;
    foaf:depiction <https://media.vgm.io/albums/31/21013/21013-1283787603.png> .

_:N1663916c46124b3897b3657d0ef121b0 a schema:Person,
        foaf:Person ;
    mo:performed <album/21013#performance> ;
    schema:name "Masami Iwasawa"@en ;
    foaf:name "Masami Iwasawa"@en .

_:N2285cfda2114460e9a03d5734063ee74 schema:name "Sayonara Record"@en ;
    foaf:name "Sayonara Record"@en .

_:N2b0bf6f9790f49a69f58ce4291856492 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋色センチメンタルメロディー"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "恋色センチメンタルメロディー"@ja .

_:N7550d82b2f0642a8bc55aa8257d81450 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レトロスペクティブ京都"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "レトロスペクティブ京都"@ja .

_:Nbcbfe869d6df413bb9c5826082678916 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おてんばハードコア"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "おてんばハードコア"@ja .

_:Nce864895ea2341eaa64572fe12659611 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "祭月"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "祭月"@ja .

_:Nd2da4f3bc61845a083ef99c0d255e77c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uki Uki Shopping"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "Uki Uki Shopping"@ja .

_:Nf638ff5f8aac413392eab18755d02e00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夏祭り"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N33a87abc728841be9b11b5b333d5aca0 ;
    schema:name "夏祭り"@ja .

_:N33a87abc728841be9b11b5b333d5aca0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b0bf6f9790f49a69f58ce4291856492,
        _:N7550d82b2f0642a8bc55aa8257d81450,
        _:Nbcbfe869d6df413bb9c5826082678916,
        _:Nce864895ea2341eaa64572fe12659611,
        _:Nd2da4f3bc61845a083ef99c0d255e77c,
        _:Nf638ff5f8aac413392eab18755d02e00 ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2b0bf6f9790f49a69f58ce4291856492,
        _:N7550d82b2f0642a8bc55aa8257d81450,
        _:Nbcbfe869d6df413bb9c5826082678916,
        _:Nce864895ea2341eaa64572fe12659611,
        _:Nd2da4f3bc61845a083ef99c0d255e77c,
        _:Nf638ff5f8aac413392eab18755d02e00 .

