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

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

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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/22/15922/15922-1269962917.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15922#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-02-08"^^xsd:date ;
    dcterms:title "Little comet"@en,
        "Little comet"@ja,
        "Little comet"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15922#musicalexpression> ;
    mo:publisher _:Nb9eec4443f6b4e3991580ffa18071b5b ;
    mo:record _:N1dcb3574b578495cb609bb9486df58a5 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2009-02-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/15922/15922-1269962917.jpg> ;
    schema:name "Little comet"@en,
        "Little comet"@ja,
        "Little comet"@ja-latn ;
    schema:publisher _:Nb9eec4443f6b4e3991580ffa18071b5b ;
    foaf:depiction <https://media.vgm.io/albums/22/15922/15922-1269962917.jpg> .

_:N26958c3f56794ef99f2d488bc020b300 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Capricious moon"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Capricious moon"@en .

_:N28dea6899b5c4b258b30df95e96329e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Diffident princess"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Diffident princess"@en .

_:N35f80e2b038247db8ee1b130d06253c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Diffident princess (karaoke version)"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Diffident princess (karaoke version)"@en .

_:N66037220e81b468b8f877411301f2e21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starry night (karaoke version)"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Starry night (karaoke version)"@en .

_:N821353791eb2407787a90f95a7342434 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starry night"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Starry night"@en .

_:Nb9eec4443f6b4e3991580ffa18071b5b schema:name "Northern Cross"@en ;
    foaf:name "Northern Cross"@en .

_:Ndc57ec2379cc414dbe2edece3dd01220 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Capricious moon (karaoke version)"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1dcb3574b578495cb609bb9486df58a5 ;
    schema:name "Capricious moon (karaoke version)"@en .

_:N1dcb3574b578495cb609bb9486df58a5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26958c3f56794ef99f2d488bc020b300,
        _:N28dea6899b5c4b258b30df95e96329e7,
        _:N35f80e2b038247db8ee1b130d06253c7,
        _:N66037220e81b468b8f877411301f2e21,
        _:N821353791eb2407787a90f95a7342434,
        _:Ndc57ec2379cc414dbe2edece3dd01220 ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N26958c3f56794ef99f2d488bc020b300,
        _:N28dea6899b5c4b258b30df95e96329e7,
        _:N35f80e2b038247db8ee1b130d06253c7,
        _:N66037220e81b468b8f877411301f2e21,
        _:N821353791eb2407787a90f95a7342434,
        _:Ndc57ec2379cc414dbe2edece3dd01220 .

