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

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

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

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

<event/5> a mo:Release ;
    schema:name "Released at Comic Market 70 (Aug 10, 2006 to Aug 13, 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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

<album/2405#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/2405#musicalwork> ;
    schema:name "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn .

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

<org/110#subject> schema:name "TAMUSIC"@en,
        "タムシック"@ja,
        "TAMUSIC"@ja-latn ;
    foaf:name "TAMUSIC"@en,
        "タムシック"@ja,
        "TAMUSIC"@ja-latn .

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

<https://medium-media.vgm.io/albums/50/2405/2405-d6a7db521141.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/1006#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2405#performance> ;
    schema:name "TAM"@en ;
    foaf:name "TAM"@en .

<artist/51207#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2405#performance> ;
    schema:name "A'"@en ;
    foaf:name "A'"@en .

<album/2405#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn ;
    mo:performance_of <album/2405#musicalwork> ;
    mo:performer <artist/1006#subject>,
        <artist/51207#subject> ;
    mo:recorded_as <album/2405#musicalexpression> ;
    schema:byArtist <artist/1006#subject>,
        <artist/51207#subject> ;
    schema:name "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn ;
    schema:workPerformed <album/2405#musicalwork> .

<album/2405#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-08-11"^^xsd:date ;
    dcterms:title "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn ;
    mo:catalogue_number "TAM3-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2405#musicalexpression> ;
    mo:publisher <org/110#subject> ;
    mo:record _:N8e247ac9cf5142a5a2facee900444aca ;
    mo:record_count 1 ;
    mo:release <event/5> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/31#subject> ;
    schema:byArtist <artist/1006#subject>,
        <artist/51207#subject> ;
    schema:datePublished "2006-08-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/50/2405/2405-d6a7db521141.jpg> ;
    schema:name "Touhou Violin 1"@en,
        "東方バイオリン１"@ja,
        "Touhou Violin 1"@ja-latn ;
    schema:publisher <org/110#subject> ;
    foaf:depiction <https://media.vgm.io/albums/50/2405/2405-d6a7db521141.jpg> .

_:N4717c524a8a145d3865ea3e4b65c9480 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "grown baby's breath"@en,
        "grown baby’s breath"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "grown baby's breath"@en,
        "grown baby’s breath"@ja .

_:N7f6435f15e084942b9e1ccc4894906c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:58"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja .

_:N86bfa67884d645939a938af3c2ee77eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sad Love Song of Heaven"@en,
        "天空の悲恋歌"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:59"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Sad Love Song of Heaven"@en,
        "天空の悲恋歌"@ja .

_:N89582d44fdf4472c8eae4cbc594dd7e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tocatta for the Sake of Misuzu"@en,
        "美鈴のためのトッカータ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Tocatta for the Sake of Misuzu"@en,
        "美鈴のためのトッカータ"@ja .

_:N95709b9f0f0440869fc72757e083baf9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Darkest Bloom"@en,
        "Darkest Bloom"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Darkest Bloom"@en,
        "Darkest Bloom"@ja .

_:N999e4fa4189c4b7daf6112ad09491a92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Retrospective Kyoto"@en,
        "レトロスペクティブ京都"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Retrospective Kyoto"@en,
        "レトロスペクティブ京都"@ja .

_:Nb34dd1e15774457d8f9cd8c9b37d8f66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice My Dear"@en,
        "Ice My Dear"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Ice My Dear"@en,
        "Ice My Dear"@ja .

_:Ne66849900df446748734354c1aab9169 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tengu's Notebook ~ Mysterious Note"@en,
        "天狗の手帖　～ Mysterious Note"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Tengu's Notebook ~ Mysterious Note"@en,
        "天狗の手帖　～ Mysterious Note"@ja .

_:Nfa0b854c31714ade999f559c320a2bfd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wind Circulation ~ Wind Tour"@en,
        "風の循環　～ Wind Tour"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N8e247ac9cf5142a5a2facee900444aca ;
    schema:name "Wind Circulation ~ Wind Tour"@en,
        "風の循環　～ Wind Tour"@ja .

_:N8e247ac9cf5142a5a2facee900444aca a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4717c524a8a145d3865ea3e4b65c9480,
        _:N7f6435f15e084942b9e1ccc4894906c5,
        _:N86bfa67884d645939a938af3c2ee77eb,
        _:N89582d44fdf4472c8eae4cbc594dd7e7,
        _:N95709b9f0f0440869fc72757e083baf9,
        _:N999e4fa4189c4b7daf6112ad09491a92,
        _:Nb34dd1e15774457d8f9cd8c9b37d8f66,
        _:Ne66849900df446748734354c1aab9169,
        _:Nfa0b854c31714ade999f559c320a2bfd ;
    mo:track_count 9 ;
    schema:duration "PT42:51"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N4717c524a8a145d3865ea3e4b65c9480,
        _:N7f6435f15e084942b9e1ccc4894906c5,
        _:N86bfa67884d645939a938af3c2ee77eb,
        _:N89582d44fdf4472c8eae4cbc594dd7e7,
        _:N95709b9f0f0440869fc72757e083baf9,
        _:N999e4fa4189c4b7daf6112ad09491a92,
        _:Nb34dd1e15774457d8f9cd8c9b37d8f66,
        _:Ne66849900df446748734354c1aab9169,
        _:Nfa0b854c31714ade999f559c320a2bfd .

