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

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

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

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

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

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/26/12662/12662-1237565737.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12662#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-08-14"^^xsd:date ;
    dcterms:title "Junk Poltergeist"@en,
        "Junk Poltergeist"@ja,
        "Junk Poltergeist"@ja-latn ;
    mo:catalogue_number "WWCD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12662#musicalexpression> ;
    mo:publisher _:N83542892682144c6a4c486bf79075b8c ;
    mo:record _:N42bad5780acb4b94ad71935a9550caa3 ;
    mo:record_count 1 ;
    mo:release <event/14> ;
    schema:about <product/14#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/25#subject> ;
    schema:datePublished "2005-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/12662/12662-1237565737.jpg> ;
    schema:name "Junk Poltergeist"@en,
        "Junk Poltergeist"@ja,
        "Junk Poltergeist"@ja-latn ;
    schema:publisher _:N83542892682144c6a4c486bf79075b8c ;
    foaf:depiction <https://media.vgm.io/albums/26/12662/12662-1237565737.jpg> .

_:N153f1b62d8424fb0acf98f9898479125 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Witch of puppeteer -CB remix-"@en ;
    mo:track_number 9 ;
    schema:duration "PT6:51"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Witch of puppeteer -CB remix-"@en .

_:N3f5e06aa59c24200a2f49cc3f4d86c4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No more sunshine"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "No more sunshine"@en .

_:N426fea80d9524c1e865b31d4a32a07c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lily's ready"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:25"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Lily's ready"@en .

_:N784edf85ea434fd3a028b3d0bea28460 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chen the spin cat -ODS remix-"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Chen the spin cat -ODS remix-"@en .

_:N83542892682144c6a4c486bf79075b8c schema:name "Whiskycat Work"@en ;
    foaf:name "Whiskycat Work"@en .

_:N85db216b5afd4bbe8e4a84ffa6d044cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Primary children"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Primary children"@en .

_:Nbaa3395312dd41b388e4051d1595491c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blank girl"@en ;
    mo:track_number 4 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Blank girl"@en .

_:Ncbd83d11dcb145fbb6a9a14ad1554ab0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PK-run 20!!!"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "PK-run 20!!!"@en .

_:Nd4d29025a8db4b8797d7767d39e3d47f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fishy mutability"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Fishy mutability"@en .

_:Neb318aa3f82448348c4f71b103815322 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultimate lie"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N42bad5780acb4b94ad71935a9550caa3 ;
    schema:name "Ultimate lie"@en .

_:N42bad5780acb4b94ad71935a9550caa3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N153f1b62d8424fb0acf98f9898479125,
        _:N3f5e06aa59c24200a2f49cc3f4d86c4a,
        _:N426fea80d9524c1e865b31d4a32a07c6,
        _:N784edf85ea434fd3a028b3d0bea28460,
        _:N85db216b5afd4bbe8e4a84ffa6d044cc,
        _:Nbaa3395312dd41b388e4051d1595491c,
        _:Ncbd83d11dcb145fbb6a9a14ad1554ab0,
        _:Nd4d29025a8db4b8797d7767d39e3d47f,
        _:Neb318aa3f82448348c4f71b103815322 ;
    mo:track_count 9 ;
    schema:duration "PT43:41"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N153f1b62d8424fb0acf98f9898479125,
        _:N3f5e06aa59c24200a2f49cc3f4d86c4a,
        _:N426fea80d9524c1e865b31d4a32a07c6,
        _:N784edf85ea434fd3a028b3d0bea28460,
        _:N85db216b5afd4bbe8e4a84ffa6d044cc,
        _:Nbaa3395312dd41b388e4051d1595491c,
        _:Ncbd83d11dcb145fbb6a9a14ad1554ab0,
        _:Nd4d29025a8db4b8797d7767d39e3d47f,
        _:Neb318aa3f82448348c4f71b103815322 .

