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

<artist/326#subject> a schema:Person,
        foaf:Person ;
    schema:name "Loser Kashiwagi"@en,
        "柏木るざりん"@ja ;
    foaf:made <album/18000#lyrics>,
        <album/18000#subject> ;
    foaf:name "Loser Kashiwagi"@en,
        "柏木るざりん"@ja .

<artist/4683#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshiha"@en,
        "芳葉"@ja ;
    foaf:made <album/18000#lyrics>,
        <album/18000#subject> ;
    foaf:name "Yoshiha"@en,
        "芳葉"@ja .

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

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

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

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<product/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<album/18000#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/18000#musicalwork> ;
    schema:name "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn .

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

<org/482#subject> schema:name "Loser Limited Company"@en,
        "有限会社るざりん"@ja,
        "Loser Limited Company"@ja-latn ;
    foaf:name "Loser Limited Company"@en,
        "有限会社るざりん"@ja,
        "Loser Limited Company"@ja-latn .

<https://media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/18000#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> ;
    foaf:depicts <album/18000#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> .

<https://medium-media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> a schema:ImageObject,
        foaf:Image .

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

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

<artist/4684#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18000#performance> ;
    schema:name "ucchi"@en,
        "うっちー"@ja ;
    foaf:name "ucchi"@en,
        "うっちー"@ja .

<artist/4685#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18000#performance> ;
    schema:name "Yuki Fujimiya"@en,
        "藤宮ゆき"@ja ;
    foaf:name "Yuki Fujimiya"@en,
        "藤宮ゆき"@ja .

<artist/6729#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18000#performance> ;
    schema:name "℃iel"@en ;
    foaf:name "℃iel"@en .

<artist/8304#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/18000#performance> ;
    schema:name "yayaneh"@en ;
    foaf:name "yayaneh"@en .

<album/18000#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn ;
    mo:performance_of <album/18000#musicalwork> ;
    mo:performer <artist/4684#subject>,
        <artist/4685#subject>,
        <artist/6729#subject>,
        <artist/8304#subject> ;
    mo:recorded_as <album/18000#musicalexpression> ;
    schema:byArtist <artist/4684#subject>,
        <artist/4685#subject>,
        <artist/6729#subject>,
        <artist/8304#subject> ;
    schema:name "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn ;
    schema:workPerformed <album/18000#musicalwork> .

<album/18000#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn ;
    mo:catalogue_number "YZSP-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/18000#musicalexpression> ;
    mo:publisher <org/482#subject> ;
    mo:record _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/29#subject>,
        <product/31#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/4684#subject>,
        <artist/4685#subject>,
        <artist/6729#subject>,
        <artist/8304#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> ;
    schema:name "Toho ESCALATION"@en,
        "東方ESCALATION"@ja,
        "Toho ESCALATION"@ja-latn ;
    schema:publisher <org/482#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/18000/18000-8bcbd2315542.png> .

_:N0ac4ef374daf42428c0f06f43748cf21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "みつあみの猫"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "みつあみの猫"@ja .

_:N12607ca5d8fd4b30bbffa97033210dd5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Catcher in the Crimson Sky ～夕焼け空でつかまえて"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "The Catcher in the Crimson Sky ～夕焼け空でつかまえて"@ja .

_:N2982ca2a9dc142af8660828bd8ada432 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月夜の謡"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "月夜の謡"@ja .

_:N33790a3ea3b94ab4bda28a40f2d30a62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "華の彩は ～Flowering Light～"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "華の彩は ～Flowering Light～"@ja .

_:N9ad5eaba526441fea8dc0666405d051c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Miss Hi-NRG (Nuclear Reactor Girl)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "Miss Hi-NRG (Nuclear Reactor Girl)"@ja .

_:Ne9bd0bc0091f4fd68e6c2956b6ceb019 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風の記憶"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "風の記憶"@ja .

_:Nf59464a9e4dd4673a66e82c0f8e94fda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "花見月"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "花見月"@ja .

_:Nfe8970104fdf45849c07275e5279adbb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Girls Keep a Secret"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Ndeac3d71337b459ab4b17e90d2888e36 ;
    schema:name "Girls Keep a Secret"@ja .

_:Ndeac3d71337b459ab4b17e90d2888e36 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ac4ef374daf42428c0f06f43748cf21,
        _:N12607ca5d8fd4b30bbffa97033210dd5,
        _:N2982ca2a9dc142af8660828bd8ada432,
        _:N33790a3ea3b94ab4bda28a40f2d30a62,
        _:N9ad5eaba526441fea8dc0666405d051c,
        _:Ne9bd0bc0091f4fd68e6c2956b6ceb019,
        _:Nf59464a9e4dd4673a66e82c0f8e94fda,
        _:Nfe8970104fdf45849c07275e5279adbb ;
    mo:track_count 8 ;
    schema:duration "PT38:38"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0ac4ef374daf42428c0f06f43748cf21,
        _:N12607ca5d8fd4b30bbffa97033210dd5,
        _:N2982ca2a9dc142af8660828bd8ada432,
        _:N33790a3ea3b94ab4bda28a40f2d30a62,
        _:N9ad5eaba526441fea8dc0666405d051c,
        _:Ne9bd0bc0091f4fd68e6c2956b6ceb019,
        _:Nf59464a9e4dd4673a66e82c0f8e94fda,
        _:Nfe8970104fdf45849c07275e5279adbb .

