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

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

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

<artist/4168#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92166#subject> ;
    schema:name "Hiroshi Usami"@en,
        "宇佐美宏"@ja ;
    foaf:made <album/92166#composition>,
        <album/92166#subject> ;
    foaf:name "Hiroshi Usami"@en,
        "宇佐美宏"@ja .

<artist/784#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92166#subject> ;
    schema:name "Michio Okamiya"@en,
        "岡宮道生"@ja ;
    foaf:made <album/92166#composition>,
        <album/92166#subject> ;
    foaf:name "Michio Okamiya"@en,
        "岡宮道生"@ja .

<artist/810#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/92166#subject> ;
    schema:name "Kaori Ohkoshi"@en,
        "大越香里"@ja ;
    foaf:made <album/92166#composition>,
        <album/92166#subject> ;
    foaf:name "Kaori Ohkoshi"@en,
        "大越香里"@ja .

<event/175> a mo:Release ;
    schema:name "Released at Comic Market 87 (Dec 28, 2014 to Dec 30, 2014)" .

<product/2212#subject> a schema:CreativeWork ;
    schema:name "Kantai Collection -KanColle- (Game)"@en,
        "艦隊これくしょん -艦これ- (Game)"@ja,
        "Kantai Collection -KanColle- (Game)"@ja-latn ;
    foaf:name "Kantai Collection -KanColle- (Game)"@en,
        "艦隊これくしょん -艦これ- (Game)"@ja,
        "Kantai Collection -KanColle- (Game)"@ja-latn .

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

<org/2006#subject> schema:name "Alice in the Hole!"@en,
        "Alice in the Hole!"@ja,
        "Alice in the Hole!"@ja-latn ;
    foaf:name "Alice in the Hole!"@en,
        "Alice in the Hole!"@ja,
        "Alice in the Hole!"@ja-latn .

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

<https://medium-media.vgm.io/albums/66/92166/92166-1572352030.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/26174#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/92166#performance> ;
    schema:name "Wazama"@en,
        "ワザマ"@ja ;
    foaf:name "Wazama"@en,
        "ワザマ"@ja .

<album/92166#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn ;
    mo:composer <artist/4168#subject>,
        <artist/784#subject>,
        <artist/810#subject> ;
    mo:produced_work <album/92166#musicalwork> ;
    schema:name "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn .

<album/92166#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn ;
    mo:performance_of <album/92166#musicalwork> ;
    mo:performer _:N8b699a867f144f859794ddfc21592f07,
        <artist/26174#subject> ;
    mo:recorded_as <album/92166#musicalexpression> ;
    schema:byArtist _:N8b699a867f144f859794ddfc21592f07,
        <artist/26174#subject> ;
    schema:name "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn ;
    schema:workPerformed <album/92166#musicalwork> .

<album/92166#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-30"^^xsd:date ;
    dcterms:title "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn ;
    mo:catalogue_number "AITH-0018" ;
    mo:media_type "CD" ;
    mo:publication_of <album/92166#musicalexpression> ;
    mo:publisher <org/2006#subject> ;
    mo:record _:N57b32b3b711a4890bf85a93ab31bf573 ;
    mo:record_count 1 ;
    mo:release <event/175> ;
    schema:about <product/2212#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Rio Kusakabe"@en ;
            foaf:name "Rio Kusakabe"@en ],
        <artist/26174#subject> ;
    schema:datePublished "2014-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/92166/92166-1572352030.jpg> ;
    schema:name "The Demon Of The Deep"@en,
        "The Demon Of The Deep"@ja,
        "The Demon Of The Deep"@ja-latn ;
    schema:publisher <org/2006#subject> ;
    foaf:depiction <https://media.vgm.io/albums/66/92166/92166-1572352030.jpg> .

_:N08e17f4c72c04236b010745d7de41d7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Demon of The Deep"@en ;
    mo:track_number 6 ;
    schema:duration "PT6:18"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "The Demon of The Deep"@en .

_:N18b828a5eda849c98842be3e72137773 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nightstalker"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Nightstalker"@en .

_:N5ca498e98f7e408299b35c6a4b457787 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Classified (Bonus Track)"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Classified (Bonus Track)"@en .

_:N6e6906f66b044ceb816dad9709104162 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Total Disaster"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Total Disaster"@en .

_:N76d3b2e9767a4730896ef29aac3749c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sea of Chaos"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Sea of Chaos"@en .

_:N8b699a867f144f859794ddfc21592f07 a schema:Person,
        foaf:Person ;
    mo:performed <album/92166#performance> ;
    schema:name "Rio Kusakabe"@en ;
    foaf:name "Rio Kusakabe"@en .

_:N8e0755d4b78d487fba0ec58880e44220 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Intro-Don't come here-"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Intro-Don't come here-"@en .

_:Nb6c201ca57d1432496b28e81330e68dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle of Northern island"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Battle of Northern island"@en .

_:Nc8058298215c4160bf8f455344f33932 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unknown Data"@en ;
    mo:track_number 8 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N57b32b3b711a4890bf85a93ab31bf573 ;
    schema:name "Unknown Data"@en .

_:N57b32b3b711a4890bf85a93ab31bf573 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N08e17f4c72c04236b010745d7de41d7c,
        _:N18b828a5eda849c98842be3e72137773,
        _:N5ca498e98f7e408299b35c6a4b457787,
        _:N6e6906f66b044ceb816dad9709104162,
        _:N76d3b2e9767a4730896ef29aac3749c2,
        _:N8e0755d4b78d487fba0ec58880e44220,
        _:Nb6c201ca57d1432496b28e81330e68dd,
        _:Nc8058298215c4160bf8f455344f33932 ;
    mo:track_count 8 ;
    schema:duration "PT25:45"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N08e17f4c72c04236b010745d7de41d7c,
        _:N18b828a5eda849c98842be3e72137773,
        _:N5ca498e98f7e408299b35c6a4b457787,
        _:N6e6906f66b044ceb816dad9709104162,
        _:N76d3b2e9767a4730896ef29aac3749c2,
        _:N8e0755d4b78d487fba0ec58880e44220,
        _:Nb6c201ca57d1432496b28e81330e68dd,
        _:Nc8058298215c4160bf8f455344f33932 .

