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

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

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

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

<event/13> a mo:Release ;
    schema:name "Released at Comic Market 69 (Dec 29, 2005 to Dec 31, 2005)" .

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

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

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

<org/157#subject> schema:name "Love Machine"@en,
        "LOVEマシーン"@ja,
        "Love Machine"@ja-latn ;
    foaf:name "Love Machine"@en,
        "LOVEマシーン"@ja,
        "Love Machine"@ja-latn .

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

<https://medium-media.vgm.io/albums/44/10544/10544-1222781721.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/10544#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "fragment"@en,
        "fragment"@ja,
        "fragment"@ja-latn ;
    mo:catalogue_number "LMCD-0043" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10544#musicalexpression> ;
    mo:publisher <org/157#subject> ;
    mo:record _:Na48785f7c56b430583c53e9fc96f49c6 ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/31#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/44/10544/10544-1222781721.jpg> ;
    schema:name "fragment"@en,
        "fragment"@ja,
        "fragment"@ja-latn ;
    schema:publisher <org/157#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/10544/10544-1222781721.jpg> .

_:N0668a6c640af43bba0dc58fec7580e2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boon Boon Flyer"@en,
        "Boon Boon Flyer"@ja ;
    mo:track_number 4 ;
    schema:duration "PT9:05"^^xsd:interval ;
    schema:inPlaylist _:Na48785f7c56b430583c53e9fc96f49c6 ;
    schema:name "Boon Boon Flyer"@en,
        "Boon Boon Flyer"@ja .

_:N3d72325ec43844a39d0e5aad7d5d4eab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Protect"@en,
        "守"@ja ;
    mo:track_number 2 ;
    schema:duration "PT10:51"^^xsd:interval ;
    schema:inPlaylist _:Na48785f7c56b430583c53e9fc96f49c6 ;
    schema:name "Protect"@en,
        "守"@ja .

_:N6ed21ba37f874eb58dd55388303c4c29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hitonokatachi"@en,
        "ヒトノカタチ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT8:26"^^xsd:interval ;
    schema:inPlaylist _:Na48785f7c56b430583c53e9fc96f49c6 ;
    schema:name "Hitonokatachi"@en,
        "ヒトノカタチ"@ja .

_:Nf276acb70b52456098ead833f482fe1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fragment"@en,
        "fragment"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:52"^^xsd:interval ;
    schema:inPlaylist _:Na48785f7c56b430583c53e9fc96f49c6 ;
    schema:name "fragment"@en,
        "fragment"@ja .

_:Na48785f7c56b430583c53e9fc96f49c6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0668a6c640af43bba0dc58fec7580e2d,
        _:N3d72325ec43844a39d0e5aad7d5d4eab,
        _:N6ed21ba37f874eb58dd55388303c4c29,
        _:Nf276acb70b52456098ead833f482fe1a ;
    mo:track_count 4 ;
    schema:duration "PT36:14"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0668a6c640af43bba0dc58fec7580e2d,
        _:N3d72325ec43844a39d0e5aad7d5d4eab,
        _:N6ed21ba37f874eb58dd55388303c4c29,
        _:Nf276acb70b52456098ead833f482fe1a .

