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

<album/9775#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn ;
    mo:produced_work <album/9775#musicalwork> ;
    schema:name "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn .

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

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

<event/112> a mo:Release ;
    schema:name "Released at COMIC1☆2 (Apr 27, 2008)" .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@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 .

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

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

<album/9775#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn ;
    mo:performance_of <album/9775#musicalwork> ;
    mo:recorded_as <album/9775#musicalexpression> ;
    schema:name "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn ;
    schema:workPerformed <album/9775#musicalwork> .

<org/196#subject> schema:name "Rolling Contact"@en,
        "Rolling Contact"@ja,
        "Rolling Contact"@ja-latn ;
    foaf:name "Rolling Contact"@en,
        "Rolling Contact"@ja,
        "Rolling Contact"@ja-latn .

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

<https://medium-media.vgm.io/albums/57/9775/9775-e4ac7a336331.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/9775#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-04-27"^^xsd:date ;
    dcterms:title "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn ;
    mo:catalogue_number "LOLI-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9775#musicalexpression> ;
    mo:publisher <org/196#subject> ;
    mo:record _:N1643961be33549e3878e1c97ec05cd51 ;
    mo:record_count 1 ;
    mo:release <event/112> ;
    schema:about <product/14#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:datePublished "2008-04-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/57/9775/9775-e4ac7a336331.jpg> ;
    schema:name "Rolling Contact"@en,
        "ローリングコンタクト"@ja,
        "Rolling Contact"@ja-latn ;
    schema:publisher <org/196#subject> ;
    foaf:depiction <https://media.vgm.io/albums/57/9775/9775-e4ac7a336331.jpg> .

_:N5c196b7498ae4f2799de88fd5aadec0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grim Monolith"@en,
        "Grim Monolith"@ja,
        "Grim Monolith"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT5:49"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Grim Monolith"@en,
        "Grim Monolith"@ja,
        "Grim Monolith"@ja-latn .

_:N79ee7e52a98141c99f8800283efcf568 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Can spring be far behind ?"@en,
        "Can spring be far behind ?"@ja,
        "Can spring be far behind ?"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT6:10"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Can spring be far behind ?"@en,
        "Can spring be far behind ?"@ja,
        "Can spring be far behind ?"@ja-latn .

_:N7c1a14be3180439cb6a3bfe772fbecfe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oblivion Loveless"@en,
        "Oblivion Loveless"@ja,
        "Oblivion Loveless"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Oblivion Loveless"@en,
        "Oblivion Loveless"@ja,
        "Oblivion Loveless"@ja-latn .

_:N850c2f03010d45608268daf7d684a03a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cold Spring, Tender Winter"@en,
        "冷たい春、柔らかな冬"@ja,
        "Tsumetai Haru, Yawarakana Fuyu"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Cold Spring, Tender Winter"@en,
        "冷たい春、柔らかな冬"@ja,
        "Tsumetai Haru, Yawarakana Fuyu"@ja-latn .

_:N86d09547de8843aba12f2ca02360057b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance the Trick"@en,
        "Dance the Trick"@ja,
        "Dance the Trick"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Dance the Trick"@en,
        "Dance the Trick"@ja,
        "Dance the Trick"@ja-latn .

_:N86f3faa2e96d46c18e0ccb11bff7229e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Revered Happiness ~ Frenzy worship"@en,
        "渇仰随喜 ～Frenzy worship"@ja,
        "Katsugou Zuiki ~ Frenzy worship"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Revered Happiness ~ Frenzy worship"@en,
        "渇仰随喜 ～Frenzy worship"@ja,
        "Katsugou Zuiki ~ Frenzy worship"@ja-latn .

_:N8b9be20cdb9f45e6948b530e650c2576 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Finite Dream That Become Mysterious -original mix-"@en,
        "幽玄にして有限の夢 -original mix-"@ja,
        "Yuugen Ni Shite Yuugen No Yume -original mix-"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "A Finite Dream That Become Mysterious -original mix-"@en,
        "幽玄にして有限の夢 -original mix-"@ja,
        "Yuugen Ni Shite Yuugen No Yume -original mix-"@ja-latn .

_:Na61a38d3915146bab82d62b767bf6418 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Armpit Trancecore+"@en,
        "腋トランスコア+"@ja,
        "Waki Trancecore+"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Armpit Trancecore+"@en,
        "腋トランスコア+"@ja,
        "Waki Trancecore+"@ja-latn .

_:Nd4c445b8daed4d17b6c9b81cd26212cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stream of Consciousness"@en,
        "Stream of Consciousness"@ja,
        "Stream of Consciousness"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Stream of Consciousness"@en,
        "Stream of Consciousness"@ja,
        "Stream of Consciousness"@ja-latn .

_:Nd98416ba933b48f79827a4f01cc6d172 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperishable Screaming pSy"@en,
        "Imperishable Screaming pSy"@ja,
        "Imperishable Screaming pSy"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:N1643961be33549e3878e1c97ec05cd51 ;
    schema:name "Imperishable Screaming pSy"@en,
        "Imperishable Screaming pSy"@ja,
        "Imperishable Screaming pSy"@ja-latn .

_:N1643961be33549e3878e1c97ec05cd51 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5c196b7498ae4f2799de88fd5aadec0a,
        _:N79ee7e52a98141c99f8800283efcf568,
        _:N7c1a14be3180439cb6a3bfe772fbecfe,
        _:N850c2f03010d45608268daf7d684a03a,
        _:N86d09547de8843aba12f2ca02360057b,
        _:N86f3faa2e96d46c18e0ccb11bff7229e,
        _:N8b9be20cdb9f45e6948b530e650c2576,
        _:Na61a38d3915146bab82d62b767bf6418,
        _:Nd4c445b8daed4d17b6c9b81cd26212cb,
        _:Nd98416ba933b48f79827a4f01cc6d172 ;
    mo:track_count 10 ;
    schema:duration "PT52:17"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N5c196b7498ae4f2799de88fd5aadec0a,
        _:N79ee7e52a98141c99f8800283efcf568,
        _:N7c1a14be3180439cb6a3bfe772fbecfe,
        _:N850c2f03010d45608268daf7d684a03a,
        _:N86d09547de8843aba12f2ca02360057b,
        _:N86f3faa2e96d46c18e0ccb11bff7229e,
        _:N8b9be20cdb9f45e6948b530e650c2576,
        _:Na61a38d3915146bab82d62b767bf6418,
        _:Nd4c445b8daed4d17b6c9b81cd26212cb,
        _:Nd98416ba933b48f79827a4f01cc6d172 .

