@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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    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> .

_:N21df78a730a64d13bdf7c4c68c81f612 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "Oath of the Claddagh Ring - instr-"@en,
        "クラダリングの誓い - instr-"@ja,
        "Claddagh Ring no Chikai -instr-"@ja-latn .

_:N37a33c8218574f2596480d7ea9098f36 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "I·am·the☆No.1!"@en,
        "わ・た・し・は☆No.1!"@ja,
        "Wa·ta·shi·wa☆No.1!"@ja-latn .

_:N769944efda0d4eeca48e15adae72b6c8 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "My Night"@en,
        "My Night"@ja,
        "My Night"@ja-latn .

_:N9ae40ea0c94d4c07851b66d49a8875fb 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "My Night - instr-"@en,
        "My Night - instr-"@ja,
        "My Night - instr-"@ja-latn .

_:Nb39557dda17248259e7aad6f29b29fec 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "I·am·the☆No.1! - instr-"@en,
        "わ・た・し・は☆No.1! - instr-"@ja,
        "Wa·ta·shi·wa☆No.1! - instr-"@ja-latn .

_:Ne63c00b2beac4d5aafd0c7964cc55f0b 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 _:Nf03b3059dbf7488da5885e170f3bbbb1 ;
    schema:name "Oath of the Claddagh Ring"@en,
        "クラダリングの誓い"@ja,
        "Claddagh Ring no Chikai"@ja-latn .

_:Nf03b3059dbf7488da5885e170f3bbbb1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N21df78a730a64d13bdf7c4c68c81f612,
        _:N37a33c8218574f2596480d7ea9098f36,
        _:N769944efda0d4eeca48e15adae72b6c8,
        _:N9ae40ea0c94d4c07851b66d49a8875fb,
        _:Nb39557dda17248259e7aad6f29b29fec,
        _:Ne63c00b2beac4d5aafd0c7964cc55f0b ;
    mo:track_count 6 ;
    schema:duration "PT27:31"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N21df78a730a64d13bdf7c4c68c81f612,
        _:N37a33c8218574f2596480d7ea9098f36,
        _:N769944efda0d4eeca48e15adae72b6c8,
        _:N9ae40ea0c94d4c07851b66d49a8875fb,
        _:Nb39557dda17248259e7aad6f29b29fec,
        _:Ne63c00b2beac4d5aafd0c7964cc55f0b .

