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

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

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

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

<event/42> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 6 (Mar 08, 2009)" .

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

<album/12623#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/12623#musicalwork> ;
    schema:name "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn .

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

<album/12623#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn ;
    mo:performance_of <album/12623#musicalwork> ;
    mo:recorded_as <album/12623#musicalexpression> ;
    schema:name "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn ;
    schema:workPerformed <album/12623#musicalwork> .

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

<https://medium-media.vgm.io/albums/32/12623/12623-1237354924.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12623#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-08"^^xsd:date ;
    dcterms:title "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn ;
    mo:catalogue_number "NBLS-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12623#musicalexpression> ;
    mo:publisher _:Nd75d24b4dbd54ef69de7c9a75479201f ;
    mo:record _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    mo:record_count 1 ;
    mo:release <event/42> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/37#subject> ;
    schema:datePublished "2009-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/32/12623/12623-1237354924.jpg> ;
    schema:name "Touhou kara kimashita."@en,
        "東方からきました。"@ja,
        "Touhou kara kimashita."@ja-latn ;
    schema:publisher _:Nd75d24b4dbd54ef69de7c9a75479201f ;
    foaf:depiction <https://media.vgm.io/albums/32/12623/12623-1237354924.jpg> .

_:N20801af33cbb4d13b14dee8f347e7c2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stratospheric Cherry Petal"@en,
        "Stratospheric Cherry Petal"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:21"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Stratospheric Cherry Petal"@en,
        "Stratospheric Cherry Petal"@ja .

_:N3e530550472c476a971fbd546977a71b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pad On"@en,
        "Pad On"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Pad On"@en,
        "Pad On"@ja .

_:N6f72e98f2ba64441a0fb51153c1369dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Perishable Music..."@en,
        "Perishable Music..."@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Perishable Music..."@en,
        "Perishable Music..."@ja .

_:N800cabc02ff84122968f1ca6314a8906 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "deadman voyage"@en,
        "deadman voyage"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "deadman voyage"@en,
        "deadman voyage"@ja .

_:Ncc1cbeac2ca24954b6f33dc22c96f2da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantasmagoria Hamster Gate"@en,
        "Phantasmagoria Hamster Gate"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:51"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Phantasmagoria Hamster Gate"@en,
        "Phantasmagoria Hamster Gate"@ja .

_:Nd75d24b4dbd54ef69de7c9a75479201f schema:name "nine-balls"@en ;
    foaf:name "nine-balls"@en .

_:Ndb0e207bc8ae4b2e926a47a902a340df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wish Upon a Star"@en,
        "星の願いを"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Wish Upon a Star"@en,
        "星の願いを"@ja .

_:Nfd9e0e8f293f4fa59505e24f90561d0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trip 1969"@en,
        "Trip 1969"@ja ;
    mo:track_number 7 ;
    schema:duration "PT6:07"^^xsd:interval ;
    schema:inPlaylist _:N184cd41eea3a4300a5ee08330ed4fc3c ;
    schema:name "Trip 1969"@en,
        "Trip 1969"@ja .

_:N184cd41eea3a4300a5ee08330ed4fc3c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N20801af33cbb4d13b14dee8f347e7c2c,
        _:N3e530550472c476a971fbd546977a71b,
        _:N6f72e98f2ba64441a0fb51153c1369dd,
        _:N800cabc02ff84122968f1ca6314a8906,
        _:Ncc1cbeac2ca24954b6f33dc22c96f2da,
        _:Ndb0e207bc8ae4b2e926a47a902a340df,
        _:Nfd9e0e8f293f4fa59505e24f90561d0c ;
    mo:track_count 7 ;
    schema:duration "PT34:37"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N20801af33cbb4d13b14dee8f347e7c2c,
        _:N3e530550472c476a971fbd546977a71b,
        _:N6f72e98f2ba64441a0fb51153c1369dd,
        _:N800cabc02ff84122968f1ca6314a8906,
        _:Ncc1cbeac2ca24954b6f33dc22c96f2da,
        _:Ndb0e207bc8ae4b2e926a47a902a340df,
        _:Nfd9e0e8f293f4fa59505e24f90561d0c .

