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

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

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

<event/42> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 6 (Mar 08, 2009)" .

<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/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/12603#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/12603#musicalwork> ;
    schema:name "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn .

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

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

<org/221#subject> schema:name "COOL&CREATE"@en,
        "COOL&CREATE"@ja,
        "COOL&CREATE"@ja-latn ;
    foaf:name "COOL&CREATE"@en,
        "COOL&CREATE"@ja,
        "COOL&CREATE"@ja-latn .

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

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

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

<artist/5637#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12603#performance> ;
    schema:name "Amane"@en,
        "あまね"@ja ;
    foaf:name "Amane"@en,
        "あまね"@ja .

<artist/955#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12603#performance> ;
    schema:name "beatMARIO"@en,
        "ビートまりお"@ja ;
    foaf:made <album/12603#lyrics>,
        <album/12603#subject> ;
    foaf:name "beatMARIO"@en,
        "ビートまりお"@ja .

<album/12603#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn ;
    mo:performance_of <album/12603#musicalwork> ;
    mo:performer <artist/5637#subject>,
        <artist/955#subject> ;
    mo:recorded_as <album/12603#musicalexpression> ;
    schema:byArtist <artist/5637#subject>,
        <artist/955#subject> ;
    schema:name "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn ;
    schema:workPerformed <album/12603#musicalwork> .

<album/12603#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-08"^^xsd:date ;
    dcterms:title "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/12603#musicalexpression> ;
    mo:publisher <org/221#subject> ;
    mo:record _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    mo:record_count 1 ;
    mo:release <event/42> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:byArtist <artist/5637#subject>,
        <artist/955#subject> ;
    schema:datePublished "2009-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/12603/12603-1389869739.jpg> ;
    schema:name "R! T! S!"@en,
        "R! T! S!"@ja,
        "R! T! S!"@ja-latn ;
    schema:publisher <org/221#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/12603/12603-1389869739.jpg> .

_:N6b117423a8c94cee848f0df70b10b7e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "R! T! S! (no vocal version)"@en,
        "R! T! S! (no vocal version)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    schema:name "R! T! S! (no vocal version)"@en,
        "R! T! S! (no vocal version)"@ja .

_:N85c0706a909b47f48f56c131afcc9619 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Impromptu Talk"@en,
        "トッパツトーク"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    schema:name "Impromptu Talk"@en,
        "トッパツトーク"@ja .

_:Nd893b836c48a4aca8b1eb6424034f057 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "R! T! S!"@en,
        "R! T! S!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    schema:name "R! T! S!"@en,
        "R! T! S!"@ja .

_:Nfad79e1fee444e38b7bc6576a5b16839 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "200%MIX Touhou Carnival"@en,
        "200%MIX 東方カーニバル"@ja ;
    mo:track_number 2 ;
    schema:duration "PT19:28"^^xsd:interval ;
    schema:inPlaylist _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    schema:name "200%MIX Touhou Carnival"@en,
        "200%MIX 東方カーニバル"@ja .

_:Nfe779a72693f4606bb01e67353eb2695 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night of Knights -fc ver.-"@en,
        "ナイト・オブ・ナイツ -fc ver.-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N5d80898f5b00444d9e04677aa1fa3d4d ;
    schema:name "Night of Knights -fc ver.-"@en,
        "ナイト・オブ・ナイツ -fc ver.-"@ja .

_:N5d80898f5b00444d9e04677aa1fa3d4d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6b117423a8c94cee848f0df70b10b7e1,
        _:N85c0706a909b47f48f56c131afcc9619,
        _:Nd893b836c48a4aca8b1eb6424034f057,
        _:Nfad79e1fee444e38b7bc6576a5b16839,
        _:Nfe779a72693f4606bb01e67353eb2695 ;
    mo:track_count 5 ;
    schema:duration "PT34:01"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N6b117423a8c94cee848f0df70b10b7e1,
        _:N85c0706a909b47f48f56c131afcc9619,
        _:Nd893b836c48a4aca8b1eb6424034f057,
        _:Nfad79e1fee444e38b7bc6576a5b16839,
        _:Nfe779a72693f4606bb01e67353eb2695 .

