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

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

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

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

<artist/45403#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/28884#subject> ;
    schema:name "DJ Yoshitaka"@en ;
    foaf:made <album/28884#composition>,
        <album/28884#subject> ;
    foaf:name "DJ Yoshitaka"@en .

<event/94> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai SP (Sep 19, 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/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/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 .

<product/4931#subject> a schema:CreativeWork ;
    schema:name "jubeat"@en,
        "jubeat"@ja,
        "jubeat"@ja-latn ;
    foaf:name "jubeat"@en,
        "jubeat"@ja,
        "jubeat"@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

<album/28884#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn ;
    mo:performance_of <album/28884#musicalwork> ;
    mo:recorded_as <album/28884#musicalexpression> ;
    schema:name "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn ;
    schema:workPerformed <album/28884#musicalwork> .

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

<https://medium-media.vgm.io/albums/48/28884/28884-1316126344.jpg> a schema:ImageObject,
        foaf:Image .

<album/28884#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/45403#subject> ;
    mo:produced_work <album/28884#musicalwork> ;
    schema:name "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn .

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

<album/28884#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-09-19"^^xsd:date ;
    dcterms:title "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/28884#musicalexpression> ;
    mo:publisher _:N70d16f35a22b416790754ecaed84fc6c ;
    mo:record _:N166711a5b17244f0a985ed7e6505155b ;
    mo:record_count 1 ;
    mo:release <event/94> ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/37#subject>,
        <product/4931#subject>,
        <product/51#subject> ;
    schema:datePublished "2010-09-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/28884/28884-1316126344.jpg> ;
    schema:name "Hashi Nomi Master Spark ~first ignition~"@en,
        "橋呑みマスタースパーク ～first ignition～"@ja,
        "Hashi Nomi Master Spark ~first ignition~"@ja-latn ;
    schema:publisher _:N70d16f35a22b416790754ecaed84fc6c ;
    foaf:depiction <https://media.vgm.io/albums/48/28884/28884-1316126344.jpg> .

_:N0ca4078c3b9c48828b60ea47b58f3d20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "H.F.F.Core"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "H.F.F.Core"@ja .

_:N3f07f3ab753444f3bdb4b9dbdd56b1ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "赤き妹の変則輪舞曲"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "赤き妹の変則輪舞曲"@ja .

_:N4c250f54051c4d02b983c7a9f68c30fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evans ～colorless dance～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "Evans ～colorless dance～"@ja .

_:N70d16f35a22b416790754ecaed84fc6c schema:name "Magical Hazard"@en ;
    foaf:name "Magical Hazard"@en .

_:N7fc0a1c07f5c423bab4c0a26397c6086 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "感情の摩天楼 ～8bit mix～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "感情の摩天楼 ～8bit mix～"@ja .

_:N9980dc7414774f3b82ca7219c2bc57ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Blue"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "Blue Blue"@ja .

_:Na479c0a952b94ab0a43d2c7026002bfd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不夜城協奏曲"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N166711a5b17244f0a985ed7e6505155b ;
    schema:name "不夜城協奏曲"@ja .

_:N166711a5b17244f0a985ed7e6505155b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ca4078c3b9c48828b60ea47b58f3d20,
        _:N3f07f3ab753444f3bdb4b9dbdd56b1ac,
        _:N4c250f54051c4d02b983c7a9f68c30fc,
        _:N7fc0a1c07f5c423bab4c0a26397c6086,
        _:N9980dc7414774f3b82ca7219c2bc57ef,
        _:Na479c0a952b94ab0a43d2c7026002bfd ;
    mo:track_count 6 ;
    schema:duration "PT15:59"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0ca4078c3b9c48828b60ea47b58f3d20,
        _:N3f07f3ab753444f3bdb4b9dbdd56b1ac,
        _:N4c250f54051c4d02b983c7a9f68c30fc,
        _:N7fc0a1c07f5c423bab4c0a26397c6086,
        _:N9980dc7414774f3b82ca7219c2bc57ef,
        _:Na479c0a952b94ab0a43d2c7026002bfd .

