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

_:N10302675063a426c8f44a6f8580ce5aa 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "COLORS (KARAOKE FLOW VOCALLESS version)"@en .

_:N12d31fd216ec457eb0250a8b71cf6cf4 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "DICE (KARAOKE FLOW VOCALLESS version)"@en .

_:N6171d3c3e1004352a24a72912fd28c98 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "DICE (KARAOKE FLOW with KOHSHI version)"@en .

_:N63ae1651aed54bf08c03cb27558d04b1 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "WORLD END (KARAOKE FLOW with KEIGO version)"@en .

_:N8064e67993a54af594f531a5de122cca 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "DICE (KARAOKE FLOW with KEIGO version)"@en .

_:N94e316fd112c4b61869d88792ce1898f 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "COLORS (KARAOKE FLOW with KEIGO version)"@en .

_:Na853e7de85fd49f2a8dcf8caf781d617 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "PENDULUM (KARAOKE FLOW VOCALLESS version)"@en .

_:Nbbd0496eb01c44ad9c62ab65ec300550 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "WORLD END (KARAOKE FLOW VOCALLESS version)"@en .

_:Nd51f4739ed784ff2a219f8be65bd14c7 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "WORLD END (KARAOKE FLOW with KOHSHI version)"@en .

_:Nee034bdfd0ac48ad959cc9d33c08773e 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "COLORS (KARAOKE FLOW with KOHSHI version)"@en .

_:Nf360c43b79dd4c739dd237f43b8d525b 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "PENDULUM (KARAOKE FLOW with KOHSHI version)"@en .

_:Nf44737b0ac9746b1bc189df0779a93e2 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 _:Na117faf7d1bf47d492e413ba06dfa324 ;
    schema:name "PENDULUM (KARAOKE FLOW with KEIGO version)"@en .

_:Na117faf7d1bf47d492e413ba06dfa324 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10302675063a426c8f44a6f8580ce5aa,
        _:N12d31fd216ec457eb0250a8b71cf6cf4,
        _:N6171d3c3e1004352a24a72912fd28c98,
        _:N63ae1651aed54bf08c03cb27558d04b1,
        _:N8064e67993a54af594f531a5de122cca,
        _:N94e316fd112c4b61869d88792ce1898f,
        _:Na853e7de85fd49f2a8dcf8caf781d617,
        _:Nbbd0496eb01c44ad9c62ab65ec300550,
        _:Nd51f4739ed784ff2a219f8be65bd14c7,
        _:Nee034bdfd0ac48ad959cc9d33c08773e,
        _:Nf360c43b79dd4c739dd237f43b8d525b,
        _:Nf44737b0ac9746b1bc189df0779a93e2 ;
    mo:track_count 12 ;
    schema:duration "PT47:57"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N10302675063a426c8f44a6f8580ce5aa,
        _:N12d31fd216ec457eb0250a8b71cf6cf4,
        _:N6171d3c3e1004352a24a72912fd28c98,
        _:N63ae1651aed54bf08c03cb27558d04b1,
        _:N8064e67993a54af594f531a5de122cca,
        _:N94e316fd112c4b61869d88792ce1898f,
        _:Na853e7de85fd49f2a8dcf8caf781d617,
        _:Nbbd0496eb01c44ad9c62ab65ec300550,
        _:Nd51f4739ed784ff2a219f8be65bd14c7,
        _:Nee034bdfd0ac48ad959cc9d33c08773e,
        _:Nf360c43b79dd4c739dd237f43b8d525b,
        _:Nf44737b0ac9746b1bc189df0779a93e2 .

