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

<artist/16132#subject> a schema:Person,
        foaf:Person ;
    schema:name "minatoku"@en ;
    foaf:made <album/65455#lyrics>,
        <album/65455#subject> ;
    foaf:name "minatoku"@en .

<artist/25337#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yumi Tanibe"@en,
        "タニベユミ"@ja ;
    foaf:made <album/65455#subject>,
        <album/65455#vocals> ;
    foaf:name "Yumi Tanibe"@en,
        "タニベユミ"@ja .

<album/65454> a mo:Release ;
    mo:catalogue_number "KAKC-0004" .

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

<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/65455#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn ;
    mo:composer <artist/810#subject> ;
    mo:produced_work <album/65455#musicalwork> ;
    schema:name "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn .

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

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

<album/65455#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn ;
    mo:performance_of <album/65455#musicalwork> ;
    mo:recorded_as <album/65455#musicalexpression> ;
    schema:name "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn ;
    schema:workPerformed <album/65455#musicalwork> .

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

<org/1964#subject> schema:name "KADOKAWA"@en,
        "KADOKAWA"@ja,
        "KADOKAWA"@ja-latn ;
    foaf:name "KADOKAWA"@en,
        "KADOKAWA"@ja,
        "KADOKAWA"@ja-latn .

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

<https://medium-media.vgm.io/albums/55/65455/65455-1486473918.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/65455#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-02-14"^^xsd:date ;
    dcterms:title "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn ;
    mo:catalogue_number "KAKC-0005" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/65454> ;
    mo:publication_of <album/65455#musicalexpression> ;
    mo:publisher <org/1964#subject> ;
    mo:record _:N95159766182041e08eb2b6c8c155194f ;
    mo:record_count 1 ;
    schema:about <product/2212#subject> ;
    schema:datePublished "2017-02-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/55/65455/65455-1486473918.jpg> ;
    schema:name "KanColle Vocal Collection vol.4 Kanmusu Ondo [Limited Edition]"@en,
        "艦隊これくしょん -艦これ- 艦娘想歌【肆】艦娘音頭"@ja,
        "Kantai Collection -KanColle- Kanmusu Omoiuta [Shi] Kanmusu Ondo"@ja-latn ;
    schema:publisher <org/1964#subject> ;
    foaf:depiction <https://media.vgm.io/albums/55/65455/65455-1486473918.jpg> .

_:N627393a074b64ce2bfac7a1d1fc3b572 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "艦娘音頭改 (Instrumental)"@ja,
        "Kanmusu Ondo Kai (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N95159766182041e08eb2b6c8c155194f ;
    schema:name "艦娘音頭改 (Instrumental)"@ja,
        "Kanmusu Ondo Kai (Instrumental)"@ja-latn .

_:N7bd4da2122d94d579a92824b49df1c0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "艦娘音頭 (Instrumental)"@ja,
        "Kanmusu Ondo (Instrumental)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N95159766182041e08eb2b6c8c155194f ;
    schema:name "艦娘音頭 (Instrumental)"@ja,
        "Kanmusu Ondo (Instrumental)"@ja-latn .

_:N90f4ada4e436479ab9d339bc2f889075 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "艦娘音頭"@ja,
        "Kanmusu Ondo"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N95159766182041e08eb2b6c8c155194f ;
    schema:name "艦娘音頭"@ja,
        "Kanmusu Ondo"@ja-latn .

_:Na19d23a544aa4f00ac781285b74a351d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "艦娘音頭改"@ja,
        "Kanmusu Ondo Kai"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N95159766182041e08eb2b6c8c155194f ;
    schema:name "艦娘音頭改"@ja,
        "Kanmusu Ondo Kai"@ja-latn .

_:N95159766182041e08eb2b6c8c155194f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N627393a074b64ce2bfac7a1d1fc3b572,
        _:N7bd4da2122d94d579a92824b49df1c0b,
        _:N90f4ada4e436479ab9d339bc2f889075,
        _:Na19d23a544aa4f00ac781285b74a351d ;
    mo:track_count 4 ;
    schema:duration "PT14:15"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N627393a074b64ce2bfac7a1d1fc3b572,
        _:N7bd4da2122d94d579a92824b49df1c0b,
        _:N90f4ada4e436479ab9d339bc2f889075,
        _:Na19d23a544aa4f00ac781285b74a351d .

