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

<artist/41382#subject> a schema:Person,
        foaf:Person ;
    schema:name "KOHSHI"@en ;
    foaf:made <album/123879#subject>,
        <album/123879#vocals> ;
    foaf:name "KOHSHI"@en .

<artist/48734#subject> a schema:Person,
        foaf:Person ;
    schema:name "KEIGO"@en ;
    foaf:made <album/123879#subject>,
        <album/123879#vocals> ;
    foaf:name "KEIGO"@en .

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

<artist/42680#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123879#subject> ;
    schema:name "TAKESHI ASAKAWA"@en ;
    foaf:made <album/123879#composition>,
        <album/123879#subject> ;
    foaf:name "TAKESHI ASAKAWA"@en .

<product/2560#subject> a schema:CreativeWork ;
    schema:name "CODE GEASS Lelouch of the Rebellion (TV)"@en,
        "コードギアス 反逆のルルーシュ (TV)"@ja,
        "CODE GEASS Hangyaku no Lelouch (TV)"@ja-latn ;
    foaf:name "CODE GEASS Lelouch of the Rebellion (TV)"@en,
        "コードギアス 反逆のルルーシュ (TV)"@ja,
        "CODE GEASS Hangyaku no Lelouch (TV)"@ja-latn .

<product/2561#subject> a schema:CreativeWork ;
    schema:name "CODE GEASS Lelouch of the Rebellion R2"@en,
        "コードギアス 反逆のルルーシュ R2"@ja,
        "CODE GEASS Hangyaku no Lelouch R2"@ja-latn ;
    foaf:name "CODE GEASS Lelouch of the Rebellion R2"@en,
        "コードギアス 反逆のルルーシュ R2"@ja,
        "CODE GEASS Hangyaku no Lelouch R2"@ja-latn .

<product/7012#subject> a schema:CreativeWork ;
    schema:name "CODE GEASS Lelouch of the Rebellion: Lost Stories"@en,
        "コードギアス 反逆のルルーシュ Lost Stories"@ja,
        "CODE GEASS Hangyaku no Lelouch: Lost Stories"@ja-latn ;
    foaf:name "CODE GEASS Lelouch of the Rebellion: Lost Stories"@en,
        "コードギアス 反逆のルルーシュ Lost Stories"@ja,
        "CODE GEASS Hangyaku no Lelouch: Lost Stories"@ja-latn .

<album/123879#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn ;
    mo:composer <artist/42680#subject> ;
    mo:produced_work <album/123879#musicalwork> ;
    schema:name "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn .

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

<org/1584#subject> schema:name "SACRA MUSIC"@en,
        "SACRA MUSIC"@ja,
        "SACRA MUSIC"@ja-latn ;
    foaf:name "SACRA MUSIC"@en,
        "SACRA MUSIC"@ja,
        "SACRA MUSIC"@ja-latn .

<https://media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123879#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> ;
    foaf:depicts <album/123879#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> .

<https://medium-media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/123879#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn ;
    mo:performance_of <album/123879#musicalwork> ;
    mo:performer <artist/10848#subject> ;
    mo:recorded_as <album/123879#musicalexpression> ;
    schema:byArtist <artist/10848#subject> ;
    schema:name "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn ;
    schema:workPerformed <album/123879#musicalwork> .

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

<artist/10848#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/123879#performance> ;
    schema:name "FLOW"@en ;
    foaf:name "FLOW"@en .

<album/123879#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-16"^^xsd:date ;
    dcterms:title "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn ;
    mo:catalogue_number "VVXX-01294" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123879#musicalexpression> ;
    mo:publisher <org/1584#subject> ;
    mo:record _:N4c5e1980d2504bad8548d732c0bf5822 ;
    mo:record_count 1 ;
    schema:about <product/2560#subject>,
        <product/2561#subject>,
        <product/7012#subject> ;
    schema:byArtist <artist/10848#subject> ;
    schema:datePublished "2022-10-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> ;
    schema:name "KARAOKE FLOW -Vol.2- / FLOW"@en,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja,
        "KARAOKE FLOW -Vol.2- / FLOW"@ja-latn ;
    schema:publisher <org/1584#subject> ;
    foaf:depiction <https://media.vgm.io/albums/97/123879/123879-891cf93ee676.jpg> .

_:N24f829ebb33b46768841d29938c3c830 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WORLD END (KARAOKE FLOW with KEIGO version)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "WORLD END (KARAOKE FLOW with KEIGO version)"@en .

_:N2710b72ae37f488ba49d45719f154552 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DICE (KARAOKE FLOW with KEIGO version)"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "DICE (KARAOKE FLOW with KEIGO version)"@en .

_:N2c4e715276bf48adaaf841b778527d7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DICE (KARAOKE FLOW VOCALLESS version)"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "DICE (KARAOKE FLOW VOCALLESS version)"@en .

_:N4d85cf35aedf409aaa9bacaa087421a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WORLD END (KARAOKE FLOW with KOHSHI version)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "WORLD END (KARAOKE FLOW with KOHSHI version)"@en .

_:N631218d4619c44ceb52257a98f5555b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DICE (KARAOKE FLOW with KOHSHI version)"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "DICE (KARAOKE FLOW with KOHSHI version)"@en .

_:N6cfe95c41db6457893a5dbe6575363de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COLORS (KARAOKE FLOW VOCALLESS version)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "COLORS (KARAOKE FLOW VOCALLESS version)"@en .

_:N76aaeb73067444bd835f1639a145b9ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COLORS (KARAOKE FLOW with KEIGO version)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "COLORS (KARAOKE FLOW with KEIGO version)"@en .

_:N799ecc2f0658482ea3a895137cd18f4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PENDULUM (KARAOKE FLOW VOCALLESS version)"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "PENDULUM (KARAOKE FLOW VOCALLESS version)"@en .

_:N8a650d5879fa4461b428747da812c591 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COLORS (KARAOKE FLOW with KOHSHI version)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "COLORS (KARAOKE FLOW with KOHSHI version)"@en .

_:Nbb704e7c3ad540708d4e2effee52d61a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PENDULUM (KARAOKE FLOW with KEIGO version)"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "PENDULUM (KARAOKE FLOW with KEIGO version)"@en .

_:Nf19e1b0cd63d45fa84587a5d03816846 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WORLD END (KARAOKE FLOW VOCALLESS version)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "WORLD END (KARAOKE FLOW VOCALLESS version)"@en .

_:Nfd71c8e04a744028a953f35d3bcf1179 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PENDULUM (KARAOKE FLOW with KOHSHI version)"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N4c5e1980d2504bad8548d732c0bf5822 ;
    schema:name "PENDULUM (KARAOKE FLOW with KOHSHI version)"@en .

_:N4c5e1980d2504bad8548d732c0bf5822 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N24f829ebb33b46768841d29938c3c830,
        _:N2710b72ae37f488ba49d45719f154552,
        _:N2c4e715276bf48adaaf841b778527d7c,
        _:N4d85cf35aedf409aaa9bacaa087421a2,
        _:N631218d4619c44ceb52257a98f5555b3,
        _:N6cfe95c41db6457893a5dbe6575363de,
        _:N76aaeb73067444bd835f1639a145b9ce,
        _:N799ecc2f0658482ea3a895137cd18f4f,
        _:N8a650d5879fa4461b428747da812c591,
        _:Nbb704e7c3ad540708d4e2effee52d61a,
        _:Nf19e1b0cd63d45fa84587a5d03816846,
        _:Nfd71c8e04a744028a953f35d3bcf1179 ;
    mo:track_count 12 ;
    schema:duration "PT47:57"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N24f829ebb33b46768841d29938c3c830,
        _:N2710b72ae37f488ba49d45719f154552,
        _:N2c4e715276bf48adaaf841b778527d7c,
        _:N4d85cf35aedf409aaa9bacaa087421a2,
        _:N631218d4619c44ceb52257a98f5555b3,
        _:N6cfe95c41db6457893a5dbe6575363de,
        _:N76aaeb73067444bd835f1639a145b9ce,
        _:N799ecc2f0658482ea3a895137cd18f4f,
        _:N8a650d5879fa4461b428747da812c591,
        _:Nbb704e7c3ad540708d4e2effee52d61a,
        _:Nf19e1b0cd63d45fa84587a5d03816846,
        _:Nfd71c8e04a744028a953f35d3bcf1179 .

