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

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

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

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

<event/203> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 13 (Oct 22, 2017)" .

<product/1948#subject> a schema:CreativeWork ;
    schema:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@ja-latn ;
    foaf:name "Touhou Kishinjou ~ Double Dealing Character."@en,
        "東方輝針城　～ Double Dealing Character."@ja,
        "Touhou Kishinjou ~ Double Dealing Character."@ja-latn .

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

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

<album/124960#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn ;
    mo:performance_of <album/124960#musicalwork> ;
    mo:recorded_as <album/124960#musicalexpression> ;
    schema:name "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn ;
    schema:workPerformed <album/124960#musicalwork> .

<org/3608#subject> schema:name "INTX Rec."@en,
        "INTX Rec."@ja,
        "INTX Rec."@ja-latn ;
    foaf:name "INTX Rec."@en,
        "INTX Rec."@ja,
        "INTX Rec."@ja-latn .

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

<https://medium-media.vgm.io/albums/06/124960/124960-b96da5c492e4.jpg> a schema:ImageObject,
        foaf:Image .

<album/124960#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Team Shanghai Alice"@en ;
            foaf:made <album/124960#composition> ;
            foaf:name "(Team Shanghai Alice"@en ],
        <artist/1#subject> ;
    mo:produced_work <album/124960#musicalwork> ;
    schema:name "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn .

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

<album/124960#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-10-22"^^xsd:date ;
    dcterms:title "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn ;
    mo:catalogue_number "INTX-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/124960#musicalexpression> ;
    mo:publisher <org/3608#subject> ;
    mo:record _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    mo:record_count 1 ;
    mo:release <event/203> ;
    schema:about <product/1948#subject>,
        <product/20#subject> ;
    schema:datePublished "2017-10-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/06/124960/124960-b96da5c492e4.jpg> ;
    schema:name "Super Stronger Icicle Dance"@en,
        "Super Stronger Icicle Dance"@ja,
        "Super Stronger Icicle Dance"@ja-latn ;
    schema:publisher <org/3608#subject> ;
    foaf:depiction <https://media.vgm.io/albums/06/124960/124960-b96da5c492e4.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/124960#subject> ;
    schema:name "(Team Shanghai Alice"@en ;
    foaf:made <album/124960#subject> ;
    foaf:name "(Team Shanghai Alice"@en .

_:N2f3560aa4ae7477eb9ccbcbd0fdb23b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "So Cute, So Cool"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "So Cute, So Cool"@ja .

_:N974666896feb41a6baa95705a09f02d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cold outside of 8-bit"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "cold outside of 8-bit"@ja .

_:N99cfcadffd1c49288aade659e8b7cc45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ACID BLIZZARD (2017 Update)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "ACID BLIZZARD (2017 Update)"@ja .

_:Na947568b9a6941149f379358be2e968d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "imbecilic elf"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "imbecilic elf"@ja .

_:Nc4e8cba1462b41789c671caf6114ed56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Icicle Riot"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "Icicle Riot"@ja .

_:Nd82fce0a9e154ddebac6bab4cab1f14a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Create"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "Ice Create"@ja .

_:Nf6ce9e915a2c478688348c3419d8035e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サイファイフェアリー"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N6c8560d1c1014e6d89cfb499eead5b80 ;
    schema:name "サイファイフェアリー"@ja .

_:N6c8560d1c1014e6d89cfb499eead5b80 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2f3560aa4ae7477eb9ccbcbd0fdb23b1,
        _:N974666896feb41a6baa95705a09f02d2,
        _:N99cfcadffd1c49288aade659e8b7cc45,
        _:Na947568b9a6941149f379358be2e968d,
        _:Nc4e8cba1462b41789c671caf6114ed56,
        _:Nd82fce0a9e154ddebac6bab4cab1f14a,
        _:Nf6ce9e915a2c478688348c3419d8035e ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N2f3560aa4ae7477eb9ccbcbd0fdb23b1,
        _:N974666896feb41a6baa95705a09f02d2,
        _:N99cfcadffd1c49288aade659e8b7cc45,
        _:Na947568b9a6941149f379358be2e968d,
        _:Nc4e8cba1462b41789c671caf6114ed56,
        _:Nd82fce0a9e154ddebac6bab4cab1f14a,
        _:Nf6ce9e915a2c478688348c3419d8035e .

