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

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

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

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

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

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

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

<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/31890#musicalexpression> a mo:Signal ;
    mo:published_as <album/31890#subject> ;
    mo:records <album/31890#performance> .

<org/978#subject> schema:name "Rhyth."@en,
        "Rhyth."@ja,
        "Rhyth."@ja-latn ;
    foaf:name "Rhyth."@en,
        "Rhyth."@ja,
        "Rhyth."@ja-latn .

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

<https://medium-media.vgm.io/albums/09/31890/31890-1330610511.jpg> a schema:ImageObject,
        foaf:Image .

<album/31890#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/44791#subject> ;
    mo:produced_work <album/31890#musicalwork> ;
    schema:name "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn .

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

<album/31890#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn ;
    mo:performance_of <album/31890#musicalwork> ;
    mo:performer <artist/62901#subject> ;
    mo:recorded_as <album/31890#musicalexpression> ;
    schema:byArtist <artist/62901#subject> ;
    schema:name "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn ;
    schema:workPerformed <album/31890#musicalwork> .

<artist/62901#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31890#performance> ;
    schema:name "Nano Haduki"@en,
        "葉月奈乃"@ja ;
    foaf:name "Nano Haduki"@en,
        "葉月奈乃"@ja .

<album/31890#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-12-31"^^xsd:date ;
    dcterms:title "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn ;
    mo:catalogue_number "RHCD-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31890#musicalexpression> ;
    mo:publisher <org/978#subject> ;
    mo:record _:N57b255277e13476a9662c4f329a55043 ;
    mo:record_count 1 ;
    mo:release <event/3> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:byArtist <artist/62901#subject> ;
    schema:datePublished "2006-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/09/31890/31890-1330610511.jpg> ;
    schema:name "Touhou Scramble!"@en,
        "東方スクランブル!"@ja,
        "Touhou Scramble!"@ja-latn ;
    schema:publisher <org/978#subject> ;
    foaf:depiction <https://media.vgm.io/albums/09/31890/31890-1330610511.jpg> .

_:N0db82e7eee6744969bd856c0fdc8ef62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INNOCENT GUARDIAN(instrumental)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "INNOCENT GUARDIAN(instrumental)"@ja .

_:N1b7a8425be40408ca3b3f13ea18bb701 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INNOCENT GUARDIAN"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "INNOCENT GUARDIAN"@ja .

_:N325961976285429d9042ad55f960b364 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RUIN HISTORY -プレインエイジア-(Long Version)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "RUIN HISTORY -プレインエイジア-(Long Version)"@ja .

_:N69abd2ae5af449f295522d470ed98489 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "お宇佐様のお留守番♪"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "お宇佐様のお留守番♪"@ja .

_:N79978296b3a54684a2b8eb01855abf5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冥王星まで飛んでいけ、不死鳥閃空破!!"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "冥王星まで飛んでいけ、不死鳥閃空破!!"@ja .

_:N87a259550ab34b3296f4e5782a1f8aa4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鳥取茶 -edit‘07-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "鳥取茶 -edit‘07-"@ja .

_:Nb8fab016eeab4af8a64530f515821106 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "祭 INSECT -永夜の集い"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "祭 INSECT -永夜の集い"@ja .

_:Nbe55c2abf5f9449ca3ddbf5a4250f7ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Antiquity emotion"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "Antiquity emotion"@ja .

_:Ne7e9a6207abc4f14998ec2d8845bf13c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crimson Killerdoll"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "Crimson Killerdoll"@ja .

_:Nfae801e0850149f6a7d7d3bf0750e92e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SCRAMBLE☆BLAZINGSTAR"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N57b255277e13476a9662c4f329a55043 ;
    schema:name "SCRAMBLE☆BLAZINGSTAR"@ja .

_:N57b255277e13476a9662c4f329a55043 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0db82e7eee6744969bd856c0fdc8ef62,
        _:N1b7a8425be40408ca3b3f13ea18bb701,
        _:N325961976285429d9042ad55f960b364,
        _:N69abd2ae5af449f295522d470ed98489,
        _:N79978296b3a54684a2b8eb01855abf5b,
        _:N87a259550ab34b3296f4e5782a1f8aa4,
        _:Nb8fab016eeab4af8a64530f515821106,
        _:Nbe55c2abf5f9449ca3ddbf5a4250f7ab,
        _:Ne7e9a6207abc4f14998ec2d8845bf13c,
        _:Nfae801e0850149f6a7d7d3bf0750e92e ;
    mo:track_count 10 ;
    schema:duration "PT41:19"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0db82e7eee6744969bd856c0fdc8ef62,
        _:N1b7a8425be40408ca3b3f13ea18bb701,
        _:N325961976285429d9042ad55f960b364,
        _:N69abd2ae5af449f295522d470ed98489,
        _:N79978296b3a54684a2b8eb01855abf5b,
        _:N87a259550ab34b3296f4e5782a1f8aa4,
        _:Nb8fab016eeab4af8a64530f515821106,
        _:Nbe55c2abf5f9449ca3ddbf5a4250f7ab,
        _:Ne7e9a6207abc4f14998ec2d8845bf13c,
        _:Nfae801e0850149f6a7d7d3bf0750e92e .

