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

<artist/49836#subject> a schema:Person,
        foaf:Person ;
    schema:name "PelleK"@en ;
    foaf:made <album/149232#lyrics>,
        <album/149232#subject> ;
    foaf:name "PelleK"@en .

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

<artist/66591#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "YUE.STEVEN"@en ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "YUE.STEVEN"@en .

<artist/68106#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "Minase"@en ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "Minase"@en .

<artist/71283#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "TLK天翔"@ja ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "TLK天翔"@ja .

<artist/75382#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "markmilian"@en ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "markmilian"@en .

<artist/78019#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "baitian"@en ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "baitian"@en .

<artist/78591#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "VISION SOUND"@en ;
    foaf:made <album/149232#composition>,
        <album/149232#subject> ;
    foaf:name "VISION SOUND"@en .

<product/16581#subject> a schema:CreativeWork ;
    schema:name "Wuthering Waves"@en,
        "鸣潮"@ja,
        "Wuthering Waves"@ja-latn ;
    foaf:name "Wuthering Waves"@en,
        "鸣潮"@ja,
        "Wuthering Waves"@ja-latn .

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

<album/149232#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn ;
    mo:performance_of <album/149232#musicalwork> ;
    mo:recorded_as <album/149232#musicalexpression> ;
    schema:name "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn ;
    schema:workPerformed <album/149232#musicalwork> .

<org/3794#subject> schema:name "KURO GAMES"@en,
        "广州库洛科技有限公司"@ja,
        "KURO GAMES"@ja-latn ;
    foaf:name "KURO GAMES"@en,
        "广州库洛科技有限公司"@ja,
        "KURO GAMES"@ja-latn .

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

<https://medium-media.vgm.io/albums/23/149232/149232-fb4d394f65f4.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/149232#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "辻原"@en ;
            foaf:made <album/149232#composition> ;
            foaf:name "辻原"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "xTOx"@en ;
            foaf:made <album/149232#composition> ;
            foaf:name "xTOx"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "N2V"@en ;
            foaf:made <album/149232#composition> ;
            foaf:name "N2V"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "xTR33x"@en ;
            foaf:made <album/149232#composition> ;
            foaf:name "xTR33x"@en ],
        <artist/66591#subject>,
        <artist/68106#subject>,
        <artist/71283#subject>,
        <artist/75382#subject>,
        <artist/78019#subject>,
        <artist/78591#subject> ;
    mo:produced_work <album/149232#musicalwork> ;
    schema:name "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn .

<album/149232#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-05-01"^^xsd:date ;
    dcterms:title "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/149232#musicalexpression> ;
    mo:publisher <org/3794#subject> ;
    mo:record _:N53e873c9b58945c983d6d828f7433e97 ;
    mo:record_count 1 ;
    schema:about <product/16581#subject> ;
    schema:datePublished "2025-05-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/23/149232/149232-fb4d394f65f4.jpg> ;
    schema:name "Eversinging Song"@en,
        "永不结束的歌"@ja,
        "Eversinging Song"@ja-latn ;
    schema:publisher <org/3794#subject> ;
    foaf:depiction <https://media.vgm.io/albums/23/149232/149232-fb4d394f65f4.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "(Per Fredrik Aasly"@en ;
    foaf:made <album/149232#lyrics> ;
    foaf:name "(Per Fredrik Aasly"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "(Per Fredrik Aasly"@en ;
    foaf:made <album/149232#subject> ;
    foaf:name "(Per Fredrik Aasly"@en .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149232#subject> ;
    schema:name "辻原"@en ;
    foaf:made <album/149232#subject> ;
    foaf:name "辻原"@en .

_:N102983c111c24f5cb97732ffb958ea4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "On Those Sleepless Nights"@en,
        "在那些无眠之夜"@zd ;
    mo:track_number 6 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "On Those Sleepless Nights"@en,
        "在那些无眠之夜"@zd .

_:N34fe1c9b644b4f58ab685713707d3fe9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Dark"@en,
        "深入暗影"@zd ;
    mo:track_number 9 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Into the Dark"@en,
        "深入暗影"@zd .

_:N4e2714bf8f2740b2996023793123661c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Happy Cube!"@en,
        "悠哉团子大王！"@zd ;
    mo:track_number 3 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "A Happy Cube!"@en,
        "悠哉团子大王！"@zd .

_:N58e97d8976ba42a5b0cfa439ea847ca8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Long Day, or the Night"@en,
        "漫长的白昼，或是夜晚"@zd ;
    mo:track_number 7 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "A Long Day, or the Night"@en,
        "漫长的白昼，或是夜晚"@zd .

_:N5a1dcfb5b74c4f8f84d2a401674ebc8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Negotiation Without Word"@en,
        "无言交涉"@zd ;
    mo:track_number 5 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Negotiation Without Word"@en,
        "无言交涉"@zd .

_:N68ccc29d39a44287b0ff170e47f352d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Name of Fear"@en,
        "以恐惧之名"@zd ;
    mo:track_number 4 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "In the Name of Fear"@en,
        "以恐惧之名"@zd .

_:Naf977f8a04804f859f000178c7966b9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Toward the Abbowser Castle!"@en,
        "向魔王城进发！"@zd ;
    mo:track_number 8 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Toward the Abbowser Castle!"@en,
        "向魔王城进发！"@zd .

_:Nb831e6a7747e428e9718e17825fbc331 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eversinging Song"@en,
        "永不结束的歌"@zd ;
    mo:track_number 1 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Eversinging Song"@en,
        "永不结束的歌"@zd .

_:Nc2f9097d225442ab99308ba6b76d9798 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Abbowser, the Most Evil!"@en,
        "最凶最恶咘咘！"@zd ;
    mo:track_number 11 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Abbowser, the Most Evil!"@en,
        "最凶最恶咘咘！"@zd .

_:Nd0c61253988244eba1cd7fe110077508 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Solaris Cubes!"@en,
        "索拉里斯方块！"@zd ;
    mo:track_number 2 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Solaris Cubes!"@en,
        "索拉里斯方块！"@zd .

_:Nebb13d3910e84ea3a87e97c102a089fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silent Thoughts"@en,
        "沉寂的思绪"@zd ;
    mo:track_number 10 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N53e873c9b58945c983d6d828f7433e97 ;
    schema:name "Silent Thoughts"@en,
        "沉寂的思绪"@zd .

_:N53e873c9b58945c983d6d828f7433e97 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N102983c111c24f5cb97732ffb958ea4d,
        _:N34fe1c9b644b4f58ab685713707d3fe9,
        _:N4e2714bf8f2740b2996023793123661c,
        _:N58e97d8976ba42a5b0cfa439ea847ca8,
        _:N5a1dcfb5b74c4f8f84d2a401674ebc8f,
        _:N68ccc29d39a44287b0ff170e47f352d1,
        _:Naf977f8a04804f859f000178c7966b9e,
        _:Nb831e6a7747e428e9718e17825fbc331,
        _:Nc2f9097d225442ab99308ba6b76d9798,
        _:Nd0c61253988244eba1cd7fe110077508,
        _:Nebb13d3910e84ea3a87e97c102a089fa ;
    mo:track_count 11 ;
    schema:duration "PT16:47"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N102983c111c24f5cb97732ffb958ea4d,
        _:N34fe1c9b644b4f58ab685713707d3fe9,
        _:N4e2714bf8f2740b2996023793123661c,
        _:N58e97d8976ba42a5b0cfa439ea847ca8,
        _:N5a1dcfb5b74c4f8f84d2a401674ebc8f,
        _:N68ccc29d39a44287b0ff170e47f352d1,
        _:Naf977f8a04804f859f000178c7966b9e,
        _:Nb831e6a7747e428e9718e17825fbc331,
        _:Nc2f9097d225442ab99308ba6b76d9798,
        _:Nd0c61253988244eba1cd7fe110077508,
        _:Nebb13d3910e84ea3a87e97c102a089fa .

