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

<artist/9223#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kaito"@en,
        "海兎"@ja ;
    foaf:made <album/45586#lyrics>,
        <album/45586#subject> ;
    foaf:name "Kaito"@en,
        "海兎"@ja .

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

<artist/10206#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45586#subject> ;
    schema:name "Tracy"@en ;
    foaf:made <album/45586#composition>,
        <album/45586#subject> ;
    foaf:name "Tracy"@en .

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

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

<artist/810#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45586#subject> ;
    schema:name "Kaori Ohkoshi"@en,
        "大越香里"@ja ;
    foaf:made <album/45586#composition>,
        <album/45586#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/45586#musicalexpression> a mo:Signal ;
    mo:published_as <album/45586#subject> ;
    mo:records <album/45586#performance> .

<org/736#subject> schema:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn ;
    foaf:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/68/45586/45586-1399000588.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/10264#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45586#performance> ;
    schema:name "Mamemi"@en,
        "まめみ"@ja ;
    foaf:name "Mamemi"@en,
        "まめみ"@ja .

<artist/12614#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45586#performance> ;
    schema:name "Sae Tsukiyama"@en,
        "築山さえ"@ja ;
    foaf:made <album/45586#lyrics>,
        <album/45586#subject> ;
    foaf:name "Sae Tsukiyama"@en,
        "築山さえ"@ja .

<artist/15148#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/45586#performance> ;
    schema:name "Wotamin"@en,
        "ヲタみん"@ja ;
    foaf:name "Wotamin"@en,
        "ヲタみん"@ja .

<album/45586#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn ;
    mo:composer <artist/10206#subject>,
        <artist/4168#subject>,
        <artist/784#subject>,
        <artist/810#subject> ;
    mo:produced_work <album/45586#musicalwork> ;
    schema:name "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn .

<album/45586#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn ;
    mo:performance_of <album/45586#musicalwork> ;
    mo:performer <artist/10264#subject>,
        <artist/12614#subject>,
        <artist/15148#subject> ;
    mo:recorded_as <album/45586#musicalexpression> ;
    schema:byArtist <artist/10264#subject>,
        <artist/12614#subject>,
        <artist/15148#subject> ;
    schema:name "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn ;
    schema:workPerformed <album/45586#musicalwork> .

<album/45586#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-05-03"^^xsd:date ;
    dcterms:title "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn ;
    mo:catalogue_number "AMRC-0019" ;
    mo:media_type "CD" ;
    mo:publication_of <album/45586#musicalexpression> ;
    mo:publisher <org/736#subject> ;
    mo:record _:N10e7d575db1046ec8395122b74ff3562 ;
    mo:record_count 1 ;
    schema:about <product/2212#subject> ;
    schema:byArtist <artist/10264#subject>,
        <artist/12614#subject>,
        <artist/15148#subject> ;
    schema:datePublished "2014-05-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/68/45586/45586-1399000588.jpg> ;
    schema:name "Burning Ambition"@en,
        "Burning Ambition"@ja,
        "Burning Ambition"@ja-latn ;
    schema:publisher <org/736#subject> ;
    foaf:depiction <https://media.vgm.io/albums/68/45586/45586-1399000588.jpg> .

_:N09e2768edc4d40199019befb5a7dcf34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君が為に [Instrumental]"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "君が為に [Instrumental]"@ja .

_:N100c211b830942749e1d98a3230a5b48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Please Love Me? [Instrumental]"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Please Love Me? [Instrumental]"@ja .

_:N18e891d2dfbc4ffe9817aa4b0623f2a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君が為に"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "君が為に"@ja .

_:N4ead3435c6584a98a6bcee7f7dd653a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "拝啓、その日が来る前に [Instrumental]"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "拝啓、その日が来る前に [Instrumental]"@ja .

_:N68b1130cd09a46d381e6b2b382df4257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Valkyrie Ocean [Instrumental]"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Valkyrie Ocean [Instrumental]"@ja .

_:N8daed0217fc345998290cd6b477236e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Valkyrie Ocean"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Valkyrie Ocean"@ja .

_:N9239cc31039b44a0a4715d848180b479 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nightfever"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Nightfever"@ja .

_:Na7d3c19f76774d7283f3cf774ded6f0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Departure"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:44"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Departure"@ja .

_:Nbb87bf43eb604300974c9fb07a61afe1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "拝啓、その日が来る前に"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "拝啓、その日が来る前に"@ja .

_:Nc2647821f3a74fa79e5f776acf567621 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Please Love Me?"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N10e7d575db1046ec8395122b74ff3562 ;
    schema:name "Please Love Me?"@ja .

_:N10e7d575db1046ec8395122b74ff3562 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09e2768edc4d40199019befb5a7dcf34,
        _:N100c211b830942749e1d98a3230a5b48,
        _:N18e891d2dfbc4ffe9817aa4b0623f2a5,
        _:N4ead3435c6584a98a6bcee7f7dd653a1,
        _:N68b1130cd09a46d381e6b2b382df4257,
        _:N8daed0217fc345998290cd6b477236e3,
        _:N9239cc31039b44a0a4715d848180b479,
        _:Na7d3c19f76774d7283f3cf774ded6f0b,
        _:Nbb87bf43eb604300974c9fb07a61afe1,
        _:Nc2647821f3a74fa79e5f776acf567621 ;
    mo:track_count 10 ;
    schema:duration "PT50:45"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N09e2768edc4d40199019befb5a7dcf34,
        _:N100c211b830942749e1d98a3230a5b48,
        _:N18e891d2dfbc4ffe9817aa4b0623f2a5,
        _:N4ead3435c6584a98a6bcee7f7dd653a1,
        _:N68b1130cd09a46d381e6b2b382df4257,
        _:N8daed0217fc345998290cd6b477236e3,
        _:N9239cc31039b44a0a4715d848180b479,
        _:Na7d3c19f76774d7283f3cf774ded6f0b,
        _:Nbb87bf43eb604300974c9fb07a61afe1,
        _:Nc2647821f3a74fa79e5f776acf567621 .

