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

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

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

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

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

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

<org/167#subject> schema:name "SOUND HOLIC"@en,
        "SOUND HOLIC"@ja,
        "SOUND HOLIC"@ja-latn ;
    foaf:name "SOUND HOLIC"@en,
        "SOUND HOLIC"@ja,
        "SOUND HOLIC"@ja-latn .

<https://media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/24303#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> ;
    foaf:depicts <album/24303#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> .

<https://medium-media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2446#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24303#performance> ;
    schema:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja ;
    foaf:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja .

<artist/2503#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24303#performance> ;
    schema:name "Nana Takahashi"@en,
        "高橋菜々"@ja ;
    foaf:name "Nana Takahashi"@en,
        "高橋菜々"@ja .

<artist/6175#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24303#performance> ;
    schema:name "709sec."@en ;
    foaf:name "709sec."@en .

<artist/6957#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24303#performance> ;
    schema:name "Ren Nishimiya"@en,
        "西宮れん"@ja ;
    foaf:name "Ren Nishimiya"@en,
        "西宮れん"@ja .

<artist/9310#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/24303#performance> ;
    schema:name "YURiCa"@en,
        "ユリカ"@ja ;
    foaf:name "YURiCa"@en,
        "ユリカ"@ja .

<album/24303#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-03-13"^^xsd:date ;
    dcterms:title "Scarlet Shooter"@en,
        "Scarlet Shooter"@ja,
        "Scarlet Shooter"@ja-latn ;
    mo:catalogue_number "SDHC-0024" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24303#musicalexpression> ;
    mo:publisher <org/167#subject> ;
    mo:record _:N6022c470e9db4208872ff42d11326dbc ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject> ;
    schema:byArtist <artist/2446#subject>,
        <artist/2503#subject>,
        <artist/6175#subject>,
        <artist/6957#subject>,
        <artist/9310#subject> ;
    schema:datePublished "2011-03-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> ;
    schema:name "Scarlet Shooter"@en,
        "Scarlet Shooter"@ja,
        "Scarlet Shooter"@ja-latn ;
    schema:publisher <org/167#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/24303/24303-92e1ee617ad0.jpg> .

<album/24303#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Scarlet Shooter"@en,
        "Scarlet Shooter"@ja,
        "Scarlet Shooter"@ja-latn ;
    mo:performance_of <album/24303#musicalwork> ;
    mo:performer <artist/2446#subject>,
        <artist/2503#subject>,
        <artist/6175#subject>,
        <artist/6957#subject>,
        <artist/9310#subject> ;
    mo:recorded_as <album/24303#musicalexpression> ;
    schema:byArtist <artist/2446#subject>,
        <artist/2503#subject>,
        <artist/6175#subject>,
        <artist/6957#subject>,
        <artist/9310#subject> ;
    schema:name "Scarlet Shooter"@en,
        "Scarlet Shooter"@ja,
        "Scarlet Shooter"@ja-latn ;
    schema:workPerformed <album/24303#musicalwork> .

_:N282aaa252f6247e6a6b0fa76fb6b88b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Get the star for you -Luna-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "Get the star for you -Luna-"@ja .

_:N38d7187ca4834242a36e88fe78c1a7ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Diamond Memories"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "Diamond Memories"@ja .

_:N656a9920b30a4c41b8d18e56949446b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢跡"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "夢跡"@ja .

_:N90b54ae66c064be6803579e3105bcffa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wall of Knowledge"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "Wall of Knowledge"@ja .

_:Na51f2c724a41405e93d633e1e294151d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "くるり閃光花火"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "くるり閃光花火"@ja .

_:Na6bf5b51bb7846ae85d84db6d5554345 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deflation World"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "Deflation World"@ja .

_:Nb4d5d2d49356425d929df6d21b4c67ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SEVENTH HEAVEN"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "SEVENTH HEAVEN"@ja .

_:Nc50d963d653b4bcaa9dd2ab6fb79432b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVE, OFF THE LOCK"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "LOVE, OFF THE LOCK"@ja .

_:Nc983db160aa141fab8b9194aeebd24c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "覚醒のシスターヴァンプ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "覚醒のシスターヴァンプ"@ja .

_:Nce4dca8e0b254e858b6ee831fb112109 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scarlet Shooter"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "Scarlet Shooter"@ja .

_:Nd245480a605d4c92b80fda57da7c9fa3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀弾マリオネット"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:N6022c470e9db4208872ff42d11326dbc ;
    schema:name "銀弾マリオネット"@ja .

_:N6022c470e9db4208872ff42d11326dbc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N282aaa252f6247e6a6b0fa76fb6b88b7,
        _:N38d7187ca4834242a36e88fe78c1a7ec,
        _:N656a9920b30a4c41b8d18e56949446b5,
        _:N90b54ae66c064be6803579e3105bcffa,
        _:Na51f2c724a41405e93d633e1e294151d,
        _:Na6bf5b51bb7846ae85d84db6d5554345,
        _:Nb4d5d2d49356425d929df6d21b4c67ac,
        _:Nc50d963d653b4bcaa9dd2ab6fb79432b,
        _:Nc983db160aa141fab8b9194aeebd24c5,
        _:Nce4dca8e0b254e858b6ee831fb112109,
        _:Nd245480a605d4c92b80fda57da7c9fa3 ;
    mo:track_count 11 ;
    schema:duration "PT44:58"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N282aaa252f6247e6a6b0fa76fb6b88b7,
        _:N38d7187ca4834242a36e88fe78c1a7ec,
        _:N656a9920b30a4c41b8d18e56949446b5,
        _:N90b54ae66c064be6803579e3105bcffa,
        _:Na51f2c724a41405e93d633e1e294151d,
        _:Na6bf5b51bb7846ae85d84db6d5554345,
        _:Nb4d5d2d49356425d929df6d21b4c67ac,
        _:Nc50d963d653b4bcaa9dd2ab6fb79432b,
        _:Nc983db160aa141fab8b9194aeebd24c5,
        _:Nce4dca8e0b254e858b6ee831fb112109,
        _:Nd245480a605d4c92b80fda57da7c9fa3 .

