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

<artist/11554#subject> a schema:Person,
        foaf:Person ;
    schema:name "Zigzag Yamano"@en,
        "山野ジグザグ"@ja ;
    foaf:made <album/28081#lyrics>,
        <album/28081#subject> ;
    foaf:name "Zigzag Yamano"@en,
        "山野ジグザグ"@ja .

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

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 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/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 .

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

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

<org/878#subject> schema:name "Bunchou Online."@en,
        "文鳥Online。"@ja,
        "Bunchou Online."@ja-latn ;
    foaf:name "Bunchou Online."@en,
        "文鳥Online。"@ja,
        "Bunchou Online."@ja-latn .

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

<https://medium-media.vgm.io/albums/18/28081/28081-1313011418.png> a schema:ImageObject,
        foaf:Image .

<album/28081#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/28081#musicalwork> ;
    schema:name "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn .

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

<album/28081#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn ;
    mo:performance_of <album/28081#musicalwork> ;
    mo:performer <artist/11553#subject> ;
    mo:recorded_as <album/28081#musicalexpression> ;
    schema:byArtist <artist/11553#subject> ;
    schema:name "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn ;
    schema:workPerformed <album/28081#musicalwork> .

<artist/11553#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/28081#performance> ;
    schema:name "Kiri Komori"@en,
        "小森きり"@ja ;
    foaf:name "Kiri Komori"@en,
        "小森きり"@ja .

<album/28081#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/28081#musicalexpression> ;
    mo:publisher <org/878#subject> ;
    mo:record _:Nb9c30c678b1c472eac12d14c7dbc7190 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:byArtist <artist/11553#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/18/28081/28081-1313011418.png> ;
    schema:name "Sugar+Strike DEMO"@en,
        "Sugar+Strike DEMO"@ja,
        "Sugar+Strike DEMO"@ja-latn ;
    schema:publisher <org/878#subject> ;
    foaf:depiction <https://media.vgm.io/albums/18/28081/28081-1313011418.png> .

_:N0783e900ec2f414ba1bb1aec5f58aa70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blood Silver Magic"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nb9c30c678b1c472eac12d14c7dbc7190 ;
    schema:name "Blood Silver Magic"@ja .

_:N1980f3ae930a4419ac5a7473cb066da9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Girl's Fantasista"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:Nb9c30c678b1c472eac12d14c7dbc7190 ;
    schema:name "Girl's Fantasista"@ja .

_:Nef8875b64b5847e0bf5c4101cbce9c87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "砕月～イノチ～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nb9c30c678b1c472eac12d14c7dbc7190 ;
    schema:name "砕月～イノチ～"@ja .

_:Nb9c30c678b1c472eac12d14c7dbc7190 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0783e900ec2f414ba1bb1aec5f58aa70,
        _:N1980f3ae930a4419ac5a7473cb066da9,
        _:Nef8875b64b5847e0bf5c4101cbce9c87 ;
    mo:track_count 3 ;
    schema:duration "PT13:12"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0783e900ec2f414ba1bb1aec5f58aa70,
        _:N1980f3ae930a4419ac5a7473cb066da9,
        _:Nef8875b64b5847e0bf5c4101cbce9c87 .

