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

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

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

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

<event/47> a mo:Release ;
    schema:name "Released at M3-2007 Spring (Apr 29, 2007)" .

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

<album/22298#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/22298#musicalwork> ;
    schema:name "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn .

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

<album/22298#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn ;
    mo:performance_of <album/22298#musicalwork> ;
    mo:recorded_as <album/22298#musicalexpression> ;
    schema:name "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn ;
    schema:workPerformed <album/22298#musicalwork> .

<org/359#subject> schema:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn ;
    foaf:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn .

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

<https://medium-media.vgm.io/albums/89/22298/22298-1291862386.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/22298#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-04-29"^^xsd:date ;
    dcterms:title "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn ;
    mo:catalogue_number "SSM-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/22298#musicalexpression> ;
    mo:publisher <org/359#subject> ;
    mo:record _:N2c6345a892494ed190110660b276dbbb ;
    mo:record_count 1 ;
    mo:release <event/47> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:datePublished "2007-04-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/89/22298/22298-1291862386.jpg> ;
    schema:name "Touhou Harukaze"@en,
        "東方春風桜蕾"@ja,
        "Touhou Harukaze"@ja-latn ;
    schema:publisher <org/359#subject> ;
    foaf:depiction <https://media.vgm.io/albums/89/22298/22298-1291862386.jpg> .

_:N3e52c6973f0b4d7d93f09d3d4fca8e49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月雲庭園"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "月雲庭園"@ja .

_:N54ead25cd7bf4c52af5924c9318cc92e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "華弓喫茶"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "華弓喫茶"@ja .

_:N6b133140f387426eab0a46f5b95f2e0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "春風桜蕾"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "春風桜蕾"@ja .

_:N8e9e76f28f7e458b8ea6d809f0db3346 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宝物少女"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "宝物少女"@ja .

_:Nbbc8c8eb7f9242fdb2b808c028246873 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "薄闇ゴースト"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "薄闇ゴースト"@ja .

_:Nc739a3e217ea4cd8811ca15e2ea69181 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "刻々再々"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "刻々再々"@ja .

_:Ndda0f930ffcc4462a7231c4eabe7ffc0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鍵盤双生児"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "鍵盤双生児"@ja .

_:Neaf4c1a9ef3d4fcaa0e45270938ff744 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "糸繰り傀儡詩"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "糸繰り傀儡詩"@ja .

_:Nf194d81db0e44bfd9a944a3eda7132b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空一面に"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "空一面に"@ja .

_:Nf966c6b1641e4ae0a47067b18b07b766 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒と白～Ebony&Ivory～"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N2c6345a892494ed190110660b276dbbb ;
    schema:name "黒と白～Ebony&Ivory～"@ja .

_:N2c6345a892494ed190110660b276dbbb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3e52c6973f0b4d7d93f09d3d4fca8e49,
        _:N54ead25cd7bf4c52af5924c9318cc92e,
        _:N6b133140f387426eab0a46f5b95f2e0a,
        _:N8e9e76f28f7e458b8ea6d809f0db3346,
        _:Nbbc8c8eb7f9242fdb2b808c028246873,
        _:Nc739a3e217ea4cd8811ca15e2ea69181,
        _:Ndda0f930ffcc4462a7231c4eabe7ffc0,
        _:Neaf4c1a9ef3d4fcaa0e45270938ff744,
        _:Nf194d81db0e44bfd9a944a3eda7132b3,
        _:Nf966c6b1641e4ae0a47067b18b07b766 ;
    mo:track_count 10 ;
    schema:duration "PT35:03"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N3e52c6973f0b4d7d93f09d3d4fca8e49,
        _:N54ead25cd7bf4c52af5924c9318cc92e,
        _:N6b133140f387426eab0a46f5b95f2e0a,
        _:N8e9e76f28f7e458b8ea6d809f0db3346,
        _:Nbbc8c8eb7f9242fdb2b808c028246873,
        _:Nc739a3e217ea4cd8811ca15e2ea69181,
        _:Ndda0f930ffcc4462a7231c4eabe7ffc0,
        _:Neaf4c1a9ef3d4fcaa0e45270938ff744,
        _:Nf194d81db0e44bfd9a944a3eda7132b3,
        _:Nf966c6b1641e4ae0a47067b18b07b766 .

