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

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

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

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

<event/9> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 4 (May 20, 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/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/4931#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/4931#musicalwork> ;
    schema:name "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn .

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

<album/4931#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn ;
    mo:performance_of <album/4931#musicalwork> ;
    mo:recorded_as <album/4931#musicalexpression> ;
    schema:name "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn ;
    schema:workPerformed <album/4931#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/13/4931/4931-1200250478.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/4931#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn ;
    mo:catalogue_number "MM-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4931#musicalexpression> ;
    mo:publisher <org/707#subject> ;
    mo:record _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/4931/4931-1200250478.jpg> ;
    schema:name "Steel of Scarlet"@en,
        "Steel of Scarlet"@ja,
        "Steel of Scarlet"@ja-latn ;
    schema:publisher <org/707#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/4931/4931-1200250478.jpg> .

_:N2ad9a1a44f4c4ea48a615624e6e169d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RAW Power"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "RAW Power"@en .

_:N2c856fa5ace94c1c89f6810f1f8c0238 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Steel Of Scarlet"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "Steel Of Scarlet"@en .

_:N3d9de39f33484d39bf46dce09106241e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heavy Metal Spark!"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "Heavy Metal Spark!"@en .

_:N3e33cd7409704c4cab2bd2e29e9b809b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Withered World"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "Withered World"@en .

_:N4f02aace7e5a44bcbc0840fdf5e710bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shadow Shooter"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "Shadow Shooter"@en .

_:Nb732a669f87049f1bcc49e0c3060ca12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "equinox"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Nb2b7231bad904f42810ca1de4e5cfb1f ;
    schema:name "equinox"@en .

_:Nb2b7231bad904f42810ca1de4e5cfb1f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2ad9a1a44f4c4ea48a615624e6e169d9,
        _:N2c856fa5ace94c1c89f6810f1f8c0238,
        _:N3d9de39f33484d39bf46dce09106241e,
        _:N3e33cd7409704c4cab2bd2e29e9b809b,
        _:N4f02aace7e5a44bcbc0840fdf5e710bc,
        _:Nb732a669f87049f1bcc49e0c3060ca12 ;
    mo:track_count 6 ;
    schema:duration "PT27:15"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2ad9a1a44f4c4ea48a615624e6e169d9,
        _:N2c856fa5ace94c1c89f6810f1f8c0238,
        _:N3d9de39f33484d39bf46dce09106241e,
        _:N3e33cd7409704c4cab2bd2e29e9b809b,
        _:N4f02aace7e5a44bcbc0840fdf5e710bc,
        _:Nb732a669f87049f1bcc49e0c3060ca12 .

