@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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    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 "Luigi Gervasi"@en ;
    foaf:made <album/147231#subject> ;
    foaf:name "Luigi Gervasi"@en .

[] 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 .

_:N3d77a2f915754a588d91b92b353c87fc 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Firmament (from \"Gris\") (Chillhop Edit)"@en .

_:N51154ba9760048788359364951a309c6 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "The Town of Luncheon (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:N74f32e511e574a19a8be5e32e4915b7e 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Komorebi (from \"Gris\") (Lo-Fi Edit)"@en .

_:N76e3b383922a4908833cdb4bf28f0be9 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Minecraft (from \"Minecraft\") (Lo-Fi Edit)"@en .

_:N8223eb551f9543ee9d1f6da2c703d06c 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Night Market (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:N90b3ae9b19ed4f54a7b4f7fde1e21f50 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Stardew Valley Overture (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:N9429565782b84a3a91216107124d060c 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Dance of the Moonlight Jellies (from \"Stardew Valley\") (Chillhop Edit)"@en .

_:N944676c5d5fe40efb8b251bea189be97 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Sweden (from \"Minecraft\") (Lo-Fi Edit)"@en .

_:N9acf9c80692544a3ac00a1b2ce10d33f 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Sips River (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:Nb4f4cdddcaa24ccabbdd0e60e22b4684 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Gris, Pt. 2 (from \"Gris\") (Lo-Fi Edit)"@en .

_:Ndc1c666dd4704833849b838b8c056b1d 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "The Mountain Top (from \"Chicory: A Colorful Tale\") (Lo-Fi Edit)"@en .

_:Nebb81920d0254ea5aeaec2e852c9d44a 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 _:Na79295380f394088b17a3d1943e5bfc5 ;
    schema:name "Aerie (from \"Minecraft\") (Chillhop Edit)"@en .

_:Na79295380f394088b17a3d1943e5bfc5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3d77a2f915754a588d91b92b353c87fc,
        _:N51154ba9760048788359364951a309c6,
        _:N74f32e511e574a19a8be5e32e4915b7e,
        _:N76e3b383922a4908833cdb4bf28f0be9,
        _:N8223eb551f9543ee9d1f6da2c703d06c,
        _:N90b3ae9b19ed4f54a7b4f7fde1e21f50,
        _:N9429565782b84a3a91216107124d060c,
        _:N944676c5d5fe40efb8b251bea189be97,
        _:N9acf9c80692544a3ac00a1b2ce10d33f,
        _:Nb4f4cdddcaa24ccabbdd0e60e22b4684,
        _:Ndc1c666dd4704833849b838b8c056b1d,
        _:Nebb81920d0254ea5aeaec2e852c9d44a ;
    mo:track_count 12 ;
    schema:duration "PT42:57"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N3d77a2f915754a588d91b92b353c87fc,
        _:N51154ba9760048788359364951a309c6,
        _:N74f32e511e574a19a8be5e32e4915b7e,
        _:N76e3b383922a4908833cdb4bf28f0be9,
        _:N8223eb551f9543ee9d1f6da2c703d06c,
        _:N90b3ae9b19ed4f54a7b4f7fde1e21f50,
        _:N9429565782b84a3a91216107124d060c,
        _:N944676c5d5fe40efb8b251bea189be97,
        _:N9acf9c80692544a3ac00a1b2ce10d33f,
        _:Nb4f4cdddcaa24ccabbdd0e60e22b4684,
        _:Ndc1c666dd4704833849b838b8c056b1d,
        _:Nebb81920d0254ea5aeaec2e852c9d44a .

