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

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

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

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

<event/2> a mo:Release ;
    schema:name "Released at Comic Market 73 (Dec 29, 2007 to Dec 31, 2007)" .

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

<album/17661#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/17661#musicalwork> ;
    schema:name "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn .

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

<org/477#subject> schema:name "Silly Walker"@en,
        "Silly Walker"@ja,
        "Silly Walker"@ja-latn ;
    foaf:name "Silly Walker"@en,
        "Silly Walker"@ja,
        "Silly Walker"@ja-latn .

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

<https://medium-media.vgm.io/albums/16/17661/17661-1263510816.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/17661#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn ;
    mo:performance_of <album/17661#musicalwork> ;
    mo:performer <artist/2518#subject> ;
    mo:recorded_as <album/17661#musicalexpression> ;
    schema:byArtist <artist/2518#subject> ;
    schema:name "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn ;
    schema:workPerformed <album/17661#musicalwork> .

<artist/2518#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17661#performance> ;
    schema:name "Mao Komiya"@en,
        "小宮真央"@ja ;
    foaf:name "Mao Komiya"@en,
        "小宮真央"@ja .

<album/17661#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-12-31"^^xsd:date ;
    dcterms:title "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn ;
    mo:catalogue_number "SWCD-0042" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17661#musicalexpression> ;
    mo:publisher <org/477#subject> ;
    mo:record _:N16aa8236474045988418b623cee6d7be ;
    mo:record_count 1 ;
    mo:release <event/2> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:byArtist <artist/2518#subject> ;
    schema:datePublished "2007-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/16/17661/17661-1263510816.jpg> ;
    schema:name "Usa-mimi Hour"@en,
        "ウサ耳アワー"@ja,
        "Usa-mimi Hour"@ja-latn ;
    schema:publisher <org/477#subject> ;
    foaf:depiction <https://media.vgm.io/albums/16/17661/17661-1263510816.jpg> .

_:N0fa5d65a5c3c4703879c72243230f704 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "還暦裁判"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "還暦裁判"@ja .

_:N1bc755a2a32c4100b87297eb01a182c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不夜城"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "不夜城"@ja .

_:N1bcc439f741b499e892e82300f2031fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fancy Full Moon(ver.thC) -short-"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "Fancy Full Moon(ver.thC) -short-"@ja .

_:N1edbc84f50b74361badf232ad8ed3bc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "しらたま！"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "しらたま！"@ja .

_:N31e35c0060a7448ca1c7d9d790da86b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chitose"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "Chitose"@ja .

_:N344ea212f8f64fd485d057e3d0898048 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鬼鬼灯灯鬼灯灯"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "鬼鬼灯灯鬼灯灯"@ja .

_:N5c0540abe48d411c86fb17384253d304 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワンダーランド"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "ワンダーランド"@ja .

_:N7668ac93e62d42059f9b6bb113a567bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒い夜の沙士パーティ(?"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "黒い夜の沙士パーティ(?"@ja .

_:N78f4e96b555f479882c306c4e4583edd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chinese Girl(ktmk mix)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "Chinese Girl(ktmk mix)"@ja .

_:N8c69aafd95d44302bd65014354f526d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おウサ様がみてゐないけど天狗が見てゐる(ver.thC)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "おウサ様がみてゐないけど天狗が見てゐる(ver.thC)"@ja .

_:Na6899197105942d495cef43853518ae8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "もう脳とか足りてない"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "もう脳とか足りてない"@ja .

_:Nb037fbda96cf402da02a996face66257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いなばらびっつ！ -short-"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "いなばらびっつ！ -short-"@ja .

_:Nb32efe545ad049d08f3825742ba62a0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おウサ様がみてゐ"@ja ;
    mo:track_number 15 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "おウサ様がみてゐ"@ja .

_:Nc7ffa54d46844ff48d939413334b71ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おでんぱ恋娘"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "おでんぱ恋娘"@ja .

_:Ndb66c5f812844f88a9d0588f71ab4cdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "voyage1942"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N16aa8236474045988418b623cee6d7be ;
    schema:name "voyage1942"@ja .

_:N16aa8236474045988418b623cee6d7be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0fa5d65a5c3c4703879c72243230f704,
        _:N1bc755a2a32c4100b87297eb01a182c5,
        _:N1bcc439f741b499e892e82300f2031fd,
        _:N1edbc84f50b74361badf232ad8ed3bc1,
        _:N31e35c0060a7448ca1c7d9d790da86b4,
        _:N344ea212f8f64fd485d057e3d0898048,
        _:N5c0540abe48d411c86fb17384253d304,
        _:N7668ac93e62d42059f9b6bb113a567bb,
        _:N78f4e96b555f479882c306c4e4583edd,
        _:N8c69aafd95d44302bd65014354f526d9,
        _:Na6899197105942d495cef43853518ae8,
        _:Nb037fbda96cf402da02a996face66257,
        _:Nb32efe545ad049d08f3825742ba62a0f,
        _:Nc7ffa54d46844ff48d939413334b71ba,
        _:Ndb66c5f812844f88a9d0588f71ab4cdc ;
    mo:track_count 15 ;
    schema:duration "PT40:35"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N0fa5d65a5c3c4703879c72243230f704,
        _:N1bc755a2a32c4100b87297eb01a182c5,
        _:N1bcc439f741b499e892e82300f2031fd,
        _:N1edbc84f50b74361badf232ad8ed3bc1,
        _:N31e35c0060a7448ca1c7d9d790da86b4,
        _:N344ea212f8f64fd485d057e3d0898048,
        _:N5c0540abe48d411c86fb17384253d304,
        _:N7668ac93e62d42059f9b6bb113a567bb,
        _:N78f4e96b555f479882c306c4e4583edd,
        _:N8c69aafd95d44302bd65014354f526d9,
        _:Na6899197105942d495cef43853518ae8,
        _:Nb037fbda96cf402da02a996face66257,
        _:Nb32efe545ad049d08f3825742ba62a0f,
        _:Nc7ffa54d46844ff48d939413334b71ba,
        _:Ndb66c5f812844f88a9d0588f71ab4cdc .

