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

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

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

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

<artist/31090#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83981#subject> ;
    schema:name "Namari Okuyama"@en,
        "奥山ナマリ"@ja ;
    foaf:made <album/83981#composition>,
        <album/83981#subject> ;
    foaf:name "Namari Okuyama"@en,
        "奥山ナマリ"@ja .

<artist/9454#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/83981#subject> ;
    schema:name "kamase-tora"@en,
        "かませ虎"@ja ;
    foaf:made <album/83981#composition>,
        <album/83981#subject> ;
    foaf:name "kamase-tora"@en,
        "かませ虎"@ja .

<event/201> a mo:Release ;
    schema:name "Released at Comic Market 92 (Aug 11, 2017 to Aug 13, 2017)" .

<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/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn .

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

<album/83981#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn ;
    mo:performance_of <album/83981#musicalwork> ;
    mo:recorded_as <album/83981#musicalexpression> ;
    schema:name "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn ;
    schema:workPerformed <album/83981#musicalwork> .

<org/1472#subject> schema:name "Shoujo Fractal"@en,
        "少女フラクタル"@ja,
        "Shoujo Fractal"@ja-latn ;
    foaf:name "Shoujo Fractal"@en,
        "少女フラクタル"@ja,
        "Shoujo Fractal"@ja-latn .

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

<https://medium-media.vgm.io/albums/18/83981/83981-1549152186.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/83981#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/31090#subject>,
        <artist/9454#subject> ;
    mo:produced_work <album/83981#musicalwork> ;
    schema:name "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn .

<album/83981#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-08-11"^^xsd:date ;
    dcterms:title "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn ;
    mo:catalogue_number "SJFT-0020" ;
    mo:media_type "CD" ;
    mo:publication_of <album/83981#musicalexpression> ;
    mo:publisher <org/1472#subject> ;
    mo:record _:Nc7eb64a4d64547549a931af3b0174172 ;
    mo:record_count 1 ;
    mo:release <event/201> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/35#subject> ;
    schema:datePublished "2017-08-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/18/83981/83981-1549152186.jpg> ;
    schema:name "Tokonatsu Cider ~Kotoba wa Iranai~"@en,
        "常夏サイダー ~言葉はいらない~"@ja,
        "Tokonatsu Cider ~Kotoba wa Iranai~"@ja-latn ;
    schema:publisher <org/1472#subject> ;
    foaf:depiction <https://media.vgm.io/albums/18/83981/83981-1549152186.jpg> .

_:N30f03100eee44bb7a7e026d2920bd203 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "禁断の夢(Instrumental)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "禁断の夢(Instrumental)"@ja .

_:N35ff17c69ee141f682dcb753a698e8d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "影の渦を追って(Instrumental)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "影の渦を追って(Instrumental)"@ja .

_:N78f561341b32420995aa3505d183eaaf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アウトサイダー(Instrumental)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "アウトサイダー(Instrumental)"@ja .

_:Nd3279ffe560c49b0961b069b07fa82f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "インヴィジブル(Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "インヴィジブル(Instrumental)"@ja .

_:Ne9c9f2af95ad4f4792bdddc78cae030c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "化猫語(Instrumental)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "化猫語(Instrumental)"@ja .

_:Nf725ba3bee8444ae8821976e24a08571 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "永遠より今日を(Instrumental)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:Nc7eb64a4d64547549a931af3b0174172 ;
    schema:name "永遠より今日を(Instrumental)"@ja .

_:Nc7eb64a4d64547549a931af3b0174172 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N30f03100eee44bb7a7e026d2920bd203,
        _:N35ff17c69ee141f682dcb753a698e8d5,
        _:N78f561341b32420995aa3505d183eaaf,
        _:Nd3279ffe560c49b0961b069b07fa82f5,
        _:Ne9c9f2af95ad4f4792bdddc78cae030c,
        _:Nf725ba3bee8444ae8821976e24a08571 ;
    mo:track_count 6 ;
    schema:duration "PT24:44"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N30f03100eee44bb7a7e026d2920bd203,
        _:N35ff17c69ee141f682dcb753a698e8d5,
        _:N78f561341b32420995aa3505d183eaaf,
        _:Nd3279ffe560c49b0961b069b07fa82f5,
        _:Ne9c9f2af95ad4f4792bdddc78cae030c,
        _:Nf725ba3bee8444ae8821976e24a08571 .

