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

<artist/9408#subject> a schema:Person,
        foaf:Person ;
    schema:name "Laura Intravia"@en ;
    foaf:made <album/147231#subject>,
        <album/147231#vocals> ;
    foaf:name "Laura Intravia"@en .

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

<album/147333> a mo:Release ;
    mo:catalogue_number "CURE-0097-V" .

<artist/10292#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/147231#subject> ;
    schema:name "Daniel Rosenfeld"@en ;
    foaf:made <album/147231#composition>,
        <album/147231#subject> ;
    foaf:name "Daniel Rosenfeld"@en .

<artist/26151#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/147231#subject> ;
    schema:name "Lena Raine"@en ;
    foaf:made <album/147231#composition>,
        <album/147231#subject> ;
    foaf:name "Lena Raine"@en .

<artist/59027#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/147231#subject> ;
    schema:name "ConcernedApe"@en ;
    foaf:made <album/147231#composition>,
        <album/147231#subject> ;
    foaf:name "ConcernedApe"@en .

<product/1069#subject> a schema:CreativeWork ;
    schema:name "Minecraft"@en,
        "Minecraft"@ja,
        "Minecraft"@ja-latn ;
    foaf:name "Minecraft"@en,
        "Minecraft"@ja,
        "Minecraft"@ja-latn .

<product/14376#subject> a schema:CreativeWork ;
    schema:name "GRIS"@en,
        "GRIS"@ja,
        "GRIS"@ja-latn ;
    foaf:name "GRIS"@en,
        "GRIS"@ja,
        "GRIS"@ja-latn .

<product/16044#subject> a schema:CreativeWork ;
    schema:name "Chicory: A Colorful Tale"@en,
        "Chicory: A Colorful Tale"@ja,
        "Chicory: A Colorful Tale"@ja-latn ;
    foaf:name "Chicory: A Colorful Tale"@en,
        "Chicory: A Colorful Tale"@ja,
        "Chicory: A Colorful Tale"@ja-latn .

<product/7857#subject> a schema:CreativeWork ;
    schema:name "Stardew Valley"@en,
        "Stardew Valley"@ja,
        "Stardew Valley"@ja-latn ;
    foaf:name "Stardew Valley"@en,
        "Stardew Valley"@ja,
        "Stardew Valley"@ja-latn .

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

<album/147231#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn ;
    mo:performance_of <album/147231#musicalwork> ;
    mo:recorded_as <album/147231#musicalexpression> ;
    schema:name "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn ;
    schema:workPerformed <album/147231#musicalwork> .

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

<org/3652#subject> schema:name "Curaga Records"@en,
        "Curaga Records"@ja,
        "Curaga Records"@ja-latn ;
    foaf:name "Curaga Records"@en,
        "Curaga Records"@ja,
        "Curaga Records"@ja-latn .

<https://media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/147231#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> ;
    foaf:depicts <album/147231#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> .

<https://medium-media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/147231#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Luigi Gervasi"@en ;
            foaf:made <album/147231#composition> ;
            foaf:name "Luigi Gervasi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Marco Albana"@en ;
            foaf:made <album/147231#composition> ;
            foaf:name "Marco Albana"@en ],
        <artist/10292#subject>,
        <artist/26151#subject>,
        <artist/59027#subject> ;
    mo:produced_work <album/147231#musicalwork> ;
    schema:name "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn .

<album/147231#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-02-28"^^xsd:date ;
    dcterms:title "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn ;
    mo:catalogue_number "CURE-0097" ;
    mo:media_type "Digital" ;
    mo:other_release_of <album/147333> ;
    mo:publication_of <album/147231#musicalexpression> ;
    mo:publisher <org/3652#subject> ;
    mo:record _:N598cee24c29247c1a908f2721d7c8bbf ;
    mo:record_count 1 ;
    schema:about <product/1069#subject>,
        <product/14376#subject>,
        <product/16044#subject>,
        <product/7857#subject> ;
    schema:datePublished "2025-02-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> ;
    schema:name "Video Game LoFi: Cozy Games Vol. 01"@en,
        "Video Game LoFi: Cozy Games Vol. 01"@ja,
        "Video Game LoFi: Cozy Games Vol. 01"@ja-latn ;
    schema:publisher <org/3652#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/147231/147231-5e06b1f1e35b.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/147231#subject> ;
    schema:name "Marco Albana"@en ;
    foaf:made <album/147231#subject> ;
    foaf:name "Marco Albana"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/147231#subject> ;
    schema:name "Luigi Gervasi"@en ;
    foaf:made <album/147231#subject> ;
    foaf:name "Luigi Gervasi"@en .

_:N00a494de723a445d97f7e74d30bde484 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Firmament (from \"Gris\") (Chillhop Edit)"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Firmament (from \"Gris\") (Chillhop Edit)"@en .

_:N0139526f45b34eb197c40a7e15a4cb3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sweden (from \"Minecraft\") (Lo-Fi Edit)"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Sweden (from \"Minecraft\") (Lo-Fi Edit)"@en .

_:N049dfc3085d04ffe93168fdff11b82cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Minecraft (from \"Minecraft\") (Lo-Fi Edit)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Minecraft (from \"Minecraft\") (Lo-Fi Edit)"@en .

_:N17dfd13a5c8a4e688bdc125088f1dfe7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Market (from \"Stardew Valley\") (Chillhop Edit)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Night Market (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:N21c3fb5784b4474bab6ad523f8012023 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Komorebi (from \"Gris\") (Lo-Fi Edit)"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Komorebi (from \"Gris\") (Lo-Fi Edit)"@en .

_:N4dacdc4a1b044ffb8f4d7892b168e702 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stardew Valley Overture (from \"Stardew Valley\") (Chillhop Edit)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Stardew Valley Overture (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:N6e69c4042f6d4a47a3154baa7649a639 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sips River (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Sips River (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:N72477478036a4da1a6e44e5a2ea27334 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aerie (from \"Minecraft\") (Chillhop Edit)"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Aerie (from \"Minecraft\") (Chillhop Edit)"@en .

_:N8ffba68ae9724b599afce6b0d520b2dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Town of Luncheon (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "The Town of Luncheon (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:N92d04790f3ed42088e3eac3537f70e42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Mountain Top (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "The Mountain Top (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:Nd9717af193694ad6a509ca0b443db77a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance of the Moonlight Jellies (from \"Stardew Valley\") (Chillhop Edit)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Dance of the Moonlight Jellies (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:Nef5ac4a59720446ea519359e8419b53c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gris, Pt. 2 (from \"Gris\") (Lo-Fi Edit)"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N598cee24c29247c1a908f2721d7c8bbf ;
    schema:name "Gris, Pt. 2 (from \"Gris\") (Lo-Fi Edit)"@en .

_:N598cee24c29247c1a908f2721d7c8bbf a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00a494de723a445d97f7e74d30bde484,
        _:N0139526f45b34eb197c40a7e15a4cb3a,
        _:N049dfc3085d04ffe93168fdff11b82cc,
        _:N17dfd13a5c8a4e688bdc125088f1dfe7,
        _:N21c3fb5784b4474bab6ad523f8012023,
        _:N4dacdc4a1b044ffb8f4d7892b168e702,
        _:N6e69c4042f6d4a47a3154baa7649a639,
        _:N72477478036a4da1a6e44e5a2ea27334,
        _:N8ffba68ae9724b599afce6b0d520b2dc,
        _:N92d04790f3ed42088e3eac3537f70e42,
        _:Nd9717af193694ad6a509ca0b443db77a,
        _:Nef5ac4a59720446ea519359e8419b53c ;
    mo:track_count 12 ;
    schema:duration "PT42:57"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N00a494de723a445d97f7e74d30bde484,
        _:N0139526f45b34eb197c40a7e15a4cb3a,
        _:N049dfc3085d04ffe93168fdff11b82cc,
        _:N17dfd13a5c8a4e688bdc125088f1dfe7,
        _:N21c3fb5784b4474bab6ad523f8012023,
        _:N4dacdc4a1b044ffb8f4d7892b168e702,
        _:N6e69c4042f6d4a47a3154baa7649a639,
        _:N72477478036a4da1a6e44e5a2ea27334,
        _:N8ffba68ae9724b599afce6b0d520b2dc,
        _:N92d04790f3ed42088e3eac3537f70e42,
        _:Nd9717af193694ad6a509ca0b443db77a,
        _:Nef5ac4a59720446ea519359e8419b53c .

