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

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

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

<artist/126#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84003#subject> ;
    schema:name "Satoru Kosaki"@en,
        "神前暁"@ja ;
    foaf:made <album/84003#composition>,
        <album/84003#subject> ;
    foaf:name "Satoru Kosaki"@en,
        "神前暁"@ja .

<artist/9146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84003#subject> ;
    schema:name "ryo"@en ;
    foaf:made <album/84003#composition>,
        <album/84003#subject> ;
    foaf:name "ryo"@en .

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

<product/1758#subject> a schema:CreativeWork ;
    schema:name "Nisemonogatari"@en,
        "偽物語"@ja,
        "Nisemonogatari"@ja-latn ;
    foaf:name "Nisemonogatari"@en,
        "偽物語"@ja,
        "Nisemonogatari"@ja-latn .

<product/1759#subject> a schema:CreativeWork ;
    schema:name "Nekomonogatari Black"@en,
        "猫物語(黒)"@ja,
        "Nekomonogatari (Kuro)"@ja-latn ;
    foaf:name "Nekomonogatari Black"@en,
        "猫物語(黒)"@ja,
        "Nekomonogatari (Kuro)"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/30/84003/84003-1549198778.jpg> a schema:ImageObject,
        foaf:Image .

<album/84003#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn ;
    mo:composer <artist/126#subject>,
        <artist/9146#subject> ;
    mo:produced_work <album/84003#musicalwork> ;
    schema:name "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn .

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

<artist/30793#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/84003#performance> ;
    schema:name "Shirasu Kotoha"@en,
        "琴羽しらす"@ja ;
    foaf:name "Shirasu Kotoha"@en,
        "琴羽しらす"@ja .

<artist/73532#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/84003#performance> ;
    schema:name "piyoko"@en,
        "ぴよこ"@ja ;
    foaf:name "piyoko"@en,
        "ぴよこ"@ja .

<album/84003#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn ;
    mo:performance_of <album/84003#musicalwork> ;
    mo:performer <artist/30793#subject>,
        <artist/73532#subject> ;
    mo:recorded_as <album/84003#musicalexpression> ;
    schema:byArtist <artist/30793#subject>,
        <artist/73532#subject> ;
    schema:name "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn ;
    schema:workPerformed <album/84003#musicalwork> .

<album/84003#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-30"^^xsd:date ;
    dcterms:title "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn ;
    mo:catalogue_number "KS-003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/84003#musicalexpression> ;
    mo:publisher <org/1775#subject> ;
    mo:record _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    mo:record_count 1 ;
    mo:release <event/175> ;
    schema:about <product/1758#subject>,
        <product/1759#subject> ;
    schema:byArtist <artist/30793#subject>,
        <artist/73532#subject> ;
    schema:datePublished "2014-12-30"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/30/84003/84003-1549198778.jpg> ;
    schema:name "Zoku Otomonogatari"@en,
        "續・音物語"@ja,
        "Zoku Otomonogatari"@ja-latn ;
    schema:publisher <org/1775#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/84003/84003-1549198778.jpg> .

_:N4c0d787a04114468a4d165de0960999b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "marshmallow justice"@ja,
        "marshmallow justice"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "marshmallow justice"@ja,
        "marshmallow justice"@ja-latn .

_:N5e9e2f5bf7554575b7fedb4f6621eb15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "白金ディスコ"@ja,
        "Platinum Disco"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "白金ディスコ"@ja,
        "Platinum Disco"@ja-latn .

_:Na02c30a0eb6e435fa471e82a4d8d6e0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "perfect slumbers"@ja,
        "perfect slumbers"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "perfect slumbers"@ja,
        "perfect slumbers"@ja-latn .

_:Na5a6fdd7272f42ddbf9b71d068312a6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナイショの話"@ja,
        "Naisho no Hanashi"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "ナイショの話"@ja,
        "Naisho no Hanashi"@ja-latn .

_:Nc5737dbeeb7e4252b69a3f623cb9f559 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "二言目"@ja,
        "Futakotome"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "二言目"@ja,
        "Futakotome"@ja-latn .

_:Nebba245bd9c14c2e8d058e3896a36abf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "消えるdaydream"@ja,
        "kieru daydream"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne4b10f0695be4b48ae64c08578bb08c3 ;
    schema:name "消えるdaydream"@ja,
        "kieru daydream"@ja-latn .

_:Ne4b10f0695be4b48ae64c08578bb08c3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4c0d787a04114468a4d165de0960999b,
        _:N5e9e2f5bf7554575b7fedb4f6621eb15,
        _:Na02c30a0eb6e435fa471e82a4d8d6e0a,
        _:Na5a6fdd7272f42ddbf9b71d068312a6f,
        _:Nc5737dbeeb7e4252b69a3f623cb9f559,
        _:Nebba245bd9c14c2e8d058e3896a36abf ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N4c0d787a04114468a4d165de0960999b,
        _:N5e9e2f5bf7554575b7fedb4f6621eb15,
        _:Na02c30a0eb6e435fa471e82a4d8d6e0a,
        _:Na5a6fdd7272f42ddbf9b71d068312a6f,
        _:Nc5737dbeeb7e4252b69a3f623cb9f559,
        _:Nebba245bd9c14c2e8d058e3896a36abf .

