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

<album/118087#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn ;
    mo:produced_work <album/118087#musicalwork> ;
    schema:name "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn .

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

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

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

<album/118087#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn ;
    mo:performance_of <album/118087#musicalwork> ;
    mo:recorded_as <album/118087#musicalexpression> ;
    schema:name "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn ;
    schema:workPerformed <album/118087#musicalwork> .

<org/3312#subject> schema:name "COSMIC SIGNATURES"@en,
        "COSMIC SIGNATURES"@ja,
        "COSMIC SIGNATURES"@ja-latn ;
    foaf:name "COSMIC SIGNATURES"@en,
        "COSMIC SIGNATURES"@ja,
        "COSMIC SIGNATURES"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/118087/118087-f65c9678fd51.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/118087#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-02-04"^^xsd:date ;
    dcterms:title "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/118087#musicalexpression> ;
    mo:publisher <org/3312#subject> ;
    mo:record _:N8e38639b1c5d43e786d0f3a0d9d6aed5 ;
    mo:record_count 1 ;
    schema:datePublished "2022-02-04"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/78/118087/118087-f65c9678fd51.jpg> ;
    schema:name "The Light Through Your Day / KAITO"@en,
        "The Light Through Your Day / KAITO"@ja,
        "The Light Through Your Day / KAITO"@ja-latn ;
    schema:publisher <org/3312#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/118087/118087-f65c9678fd51.jpg> .

_:N605c1587d88442af8ec33c2771615b2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Light Through Your Day (beatless mix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:32"^^xsd:interval ;
    schema:inPlaylist _:N8e38639b1c5d43e786d0f3a0d9d6aed5 ;
    schema:name "The Light Through Your Day (beatless mix)"@en .

_:N6c635c8fef7c44488dfe1e0528e4d81b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Light Through Your Day (original mix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:31"^^xsd:interval ;
    schema:inPlaylist _:N8e38639b1c5d43e786d0f3a0d9d6aed5 ;
    schema:name "The Light Through Your Day (original mix)"@en .

_:N8e38639b1c5d43e786d0f3a0d9d6aed5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N605c1587d88442af8ec33c2771615b2c,
        _:N6c635c8fef7c44488dfe1e0528e4d81b ;
    mo:track_count 2 ;
    schema:duration "PT16:03"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N605c1587d88442af8ec33c2771615b2c,
        _:N6c635c8fef7c44488dfe1e0528e4d81b .

