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

<album/132199#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn ;
    mo:produced_work <album/132199#musicalwork> ;
    schema:name "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn .

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

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

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

<album/132199#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn ;
    mo:performance_of <album/132199#musicalwork> ;
    mo:recorded_as <album/132199#musicalexpression> ;
    schema:name "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn ;
    schema:workPerformed <album/132199#musicalwork> .

<org/3632#subject> schema:name "Attack The Music"@en,
        "Attack The Music"@ja,
        "Attack The Music"@ja-latn ;
    foaf:name "Attack The Music"@en,
        "Attack The Music"@ja,
        "Attack The Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/99/132199/132199-dfd14864c617.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/132199#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-11-09"^^xsd:date ;
    dcterms:title "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn ;
    mo:catalogue_number "ATKEP-0026" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/132199#musicalexpression> ;
    mo:publisher <org/3632#subject> ;
    mo:record _:N4348e0ec56c74c95adff3978aa98b514 ;
    mo:record_count 1 ;
    schema:datePublished "2018-11-09"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/99/132199/132199-dfd14864c617.jpg> ;
    schema:name "Ruby / Mitomoro"@en,
        "Ruby / Mitomoro"@ja,
        "Ruby / Mitomoro"@ja-latn ;
    schema:publisher <org/3632#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/132199/132199-dfd14864c617.jpg> .

_:N19e82a03627d40e5a89daf32e69f26c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good 4 Me"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N4348e0ec56c74c95adff3978aa98b514 ;
    schema:name "Good 4 Me"@en .

_:Nbe6598ee8c2f4a0298b0c06edf6a5eda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hold Me"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N4348e0ec56c74c95adff3978aa98b514 ;
    schema:name "Hold Me"@en .

_:Ne8b87006ff27434ba0c02c212789c58d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Sound"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N4348e0ec56c74c95adff3978aa98b514 ;
    schema:name "My Sound"@en .

_:N4348e0ec56c74c95adff3978aa98b514 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N19e82a03627d40e5a89daf32e69f26c9,
        _:Nbe6598ee8c2f4a0298b0c06edf6a5eda,
        _:Ne8b87006ff27434ba0c02c212789c58d ;
    mo:track_count 3 ;
    schema:duration "PT13:43"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N19e82a03627d40e5a89daf32e69f26c9,
        _:Nbe6598ee8c2f4a0298b0c06edf6a5eda,
        _:Ne8b87006ff27434ba0c02c212789c58d .

