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

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

<artist/29126#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80528#subject> ;
    schema:name "Yuuya Kamijo"@en,
        "かみじょうゆうや"@ja ;
    foaf:made <album/80528#composition>,
        <album/80528#subject> ;
    foaf:name "Yuuya Kamijo"@en,
        "かみじょうゆうや"@ja .

<artist/65815#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80528#subject> ;
    schema:name "Ema Mushiboushi"@en,
        "虫帽子エマ"@ja ;
    foaf:made <album/80528#composition>,
        <album/80528#subject> ;
    foaf:name "Ema Mushiboushi"@en,
        "虫帽子エマ"@ja .

<artist/65816#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80528#subject> ;
    schema:name "Saki Ohmura"@en,
        "桜村岬"@ja ;
    foaf:made <album/80528#composition>,
        <album/80528#lyrics>,
        <album/80528#subject> ;
    foaf:name "Saki Ohmura"@en,
        "桜村岬"@ja .

<product/7143#subject> a schema:CreativeWork ;
    schema:name "Azur Lane"@en,
        "碧蓝航线"@ja,
        "Azur Lane"@ja-latn ;
    foaf:name "Azur Lane"@en,
        "碧蓝航线"@ja,
        "Azur Lane"@ja-latn .

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

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

<org/2925#subject> schema:name "Yostar"@en,
        "株式会社Yostar"@ja,
        "Yostar"@ja-latn ;
    foaf:name "Yostar"@en,
        "株式会社Yostar"@ja,
        "Yostar"@ja-latn .

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

<https://medium-media.vgm.io/albums/82/80528/80528-1571500543.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/16144#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80528#performance> ;
    schema:name "Ai Kakuma"@en,
        "加隈亜衣"@ja ;
    foaf:name "Ai Kakuma"@en,
        "加隈亜衣"@ja .

<artist/29880#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80528#performance> ;
    schema:name "Asuka Ito"@en,
        "伊藤あすか"@ja ;
    foaf:name "Asuka Ito"@en,
        "伊藤あすか"@ja .

<artist/640#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80528#performance> ;
    schema:name "Yui Horie"@en,
        "堀江由衣"@ja ;
    foaf:name "Yui Horie"@en,
        "堀江由衣"@ja .

<album/80528#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn ;
    mo:composer <artist/29126#subject>,
        <artist/65815#subject>,
        <artist/65816#subject> ;
    mo:produced_work <album/80528#musicalwork> ;
    schema:name "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn .

<album/80528#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn ;
    mo:performance_of <album/80528#musicalwork> ;
    mo:performer <artist/16144#subject>,
        <artist/29880#subject>,
        <artist/640#subject> ;
    mo:recorded_as <album/80528#musicalexpression> ;
    schema:byArtist <artist/16144#subject>,
        <artist/29880#subject>,
        <artist/640#subject> ;
    schema:name "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn ;
    schema:workPerformed <album/80528#musicalwork> .

<album/80528#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-09-15"^^xsd:date ;
    dcterms:title "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/80528#musicalexpression> ;
    mo:publisher <org/2925#subject> ;
    mo:record _:N4b6959745c9b43e58c537794690055fb ;
    mo:record_count 1 ;
    schema:about <product/7143#subject> ;
    schema:byArtist <artist/16144#subject>,
        <artist/29880#subject>,
        <artist/640#subject> ;
    schema:datePublished "2018-09-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/82/80528/80528-1571500543.jpg> ;
    schema:name "AZURLANE CHARACTER SONG #01"@en,
        "アズールレーン キャラクターソング#01"@ja,
        "AZURLANE CHARACTER SONG #01"@ja-latn ;
    schema:publisher <org/2925#subject> ;
    foaf:depiction <https://media.vgm.io/albums/82/80528/80528-1571500543.jpg> .

_:N92fec6c4e10d4974a240899d54958051 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Night"@en,
        "My Night"@ja,
        "My Night"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "My Night"@en,
        "My Night"@ja,
        "My Night"@ja-latn .

_:Nb1ae43a9233f494aaf8a830c1b13af2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Night - instr-"@en,
        "My Night - instr-"@ja,
        "My Night - instr-"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "My Night - instr-"@en,
        "My Night - instr-"@ja,
        "My Night - instr-"@ja-latn .

_:Nbadf9f2a282047a4a846ee26f3ecbff2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I·am·the☆No.1!"@en,
        "わ・た・し・は☆No.1!"@ja,
        "Wa·ta·shi·wa☆No.1!"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "I·am·the☆No.1!"@en,
        "わ・た・し・は☆No.1!"@ja,
        "Wa·ta·shi·wa☆No.1!"@ja-latn .

_:Nde52143a0a7a4cbea174a612daead74d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oath of the Claddagh Ring"@en,
        "クラダリングの誓い"@ja,
        "Claddagh Ring no Chikai"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "Oath of the Claddagh Ring"@en,
        "クラダリングの誓い"@ja,
        "Claddagh Ring no Chikai"@ja-latn .

_:Ne76a6a8c0e0f452ea7a2b5f16d30f964 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oath of the Claddagh Ring - instr-"@en,
        "クラダリングの誓い - instr-"@ja,
        "Claddagh Ring no Chikai -instr-"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "Oath of the Claddagh Ring - instr-"@en,
        "クラダリングの誓い - instr-"@ja,
        "Claddagh Ring no Chikai -instr-"@ja-latn .

_:Nfdca056d33294848afc1e1330920e69d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I·am·the☆No.1! - instr-"@en,
        "わ・た・し・は☆No.1! - instr-"@ja,
        "Wa·ta·shi·wa☆No.1! - instr-"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N4b6959745c9b43e58c537794690055fb ;
    schema:name "I·am·the☆No.1! - instr-"@en,
        "わ・た・し・は☆No.1! - instr-"@ja,
        "Wa·ta·shi·wa☆No.1! - instr-"@ja-latn .

_:N4b6959745c9b43e58c537794690055fb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N92fec6c4e10d4974a240899d54958051,
        _:Nb1ae43a9233f494aaf8a830c1b13af2b,
        _:Nbadf9f2a282047a4a846ee26f3ecbff2,
        _:Nde52143a0a7a4cbea174a612daead74d,
        _:Ne76a6a8c0e0f452ea7a2b5f16d30f964,
        _:Nfdca056d33294848afc1e1330920e69d ;
    mo:track_count 6 ;
    schema:duration "PT27:31"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N92fec6c4e10d4974a240899d54958051,
        _:Nb1ae43a9233f494aaf8a830c1b13af2b,
        _:Nbadf9f2a282047a4a846ee26f3ecbff2,
        _:Nde52143a0a7a4cbea174a612daead74d,
        _:Ne76a6a8c0e0f452ea7a2b5f16d30f964,
        _:Nfdca056d33294848afc1e1330920e69d .

