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

<artist/69424#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yingyue Zhang"@en,
        "张瀛月"@ja ;
    foaf:made <album/150313#lyrics>,
        <album/150313#subject> ;
    foaf:name "Yingyue Zhang"@en,
        "张瀛月"@ja .

<artist/72763#subject> a schema:Person,
        foaf:Person ;
    schema:name "RogerLu"@en ;
    foaf:made <album/150313#lyrics>,
        <album/150313#subject> ;
    foaf:name "RogerLu"@en .

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

<artist/28435#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150313#subject> ;
    schema:name "Moeki Harada"@en,
        "原田萌喜"@ja ;
    foaf:made <album/150313#composition>,
        <album/150313#subject> ;
    foaf:name "Moeki Harada"@en,
        "原田萌喜"@ja .

<artist/57708#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150313#subject> ;
    schema:name "Dong Liu"@en,
        "刘冬"@ja ;
    foaf:made <album/150313#composition>,
        <album/150313#subject> ;
    foaf:name "Dong Liu"@en,
        "刘冬"@ja .

<artist/80536#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150313#subject> ;
    schema:name "Qiu Qiu"@en,
        "狐狸球球"@ja ;
    foaf:made <album/150313#composition>,
        <album/150313#lyrics>,
        <album/150313#subject> ;
    foaf:name "Qiu Qiu"@en,
        "狐狸球球"@ja .

<product/24520#subject> a schema:CreativeWork ;
    schema:name "Infinity Nikki"@en,
        "无限暖暖"@ja,
        "Wu Xian Nuan Nuan"@ja-latn ;
    foaf:name "Infinity Nikki"@en,
        "无限暖暖"@ja,
        "Wu Xian Nuan Nuan"@ja-latn .

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

<album/150313#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn ;
    mo:performance_of <album/150313#musicalwork> ;
    mo:recorded_as <album/150313#musicalexpression> ;
    schema:name "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn ;
    schema:workPerformed <album/150313#musicalwork> .

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

<https://medium-media.vgm.io/albums/31/150313/150313-5b8b2db83cf1.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/150313#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "@FoldEcho"@en ;
            foaf:made <album/150313#composition> ;
            foaf:name "@FoldEcho"@en ],
        <artist/28435#subject>,
        <artist/57708#subject>,
        <artist/80536#subject> ;
    mo:produced_work <album/150313#musicalwork> ;
    schema:name "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn .

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

<album/150313#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-05-21"^^xsd:date ;
    dcterms:title "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/150313#musicalexpression> ;
    mo:publisher _:N4b3027ea66ee49cab08f8b46a26fc1b5 ;
    mo:record _:N0b78657279544e77845b25c1b835b268 ;
    mo:record_count 1 ;
    schema:about <product/24520#subject> ;
    schema:datePublished "2025-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/31/150313/150313-5b8b2db83cf1.jpg> ;
    schema:name "Infinity Nikki: Echoes of the Stars"@en,
        "无限暖暖——星海的回响"@ja,
        "Infinity Nikki: Echoes of the Stars"@ja-latn ;
    schema:publisher _:N4b3027ea66ee49cab08f8b46a26fc1b5 ;
    foaf:depiction <https://media.vgm.io/albums/31/150313/150313-5b8b2db83cf1.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "余慧迪"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "余慧迪"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "multiple members @FoldEcho"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "multiple members @FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "袁亚涛"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "袁亚涛"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "袁亚涛"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "袁亚涛"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "okadakana"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "okadakana"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "okadakana"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "okadakana"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "椰子饼 @FoldEcho"@en ;
    foaf:made <album/150313#subject> ;
    foaf:name "椰子饼 @FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "椰子饼 @FoldEcho"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "椰子饼 @FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "余慧迪"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "余慧迪"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "@FoldEcho"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "@FoldEcho"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "multiple members @FoldEcho"@en ;
    foaf:made <album/150313#lyrics> ;
    foaf:name "multiple members @FoldEcho"@en .

_:N0509328e78884b52991ef87bfa54a08e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the Starry Sea (EN Ver.)"@en,
        "穿越无垠星海 (EN Ver.)"@zd ;
    mo:track_number 5 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Through the Starry Sea (EN Ver.)"@en,
        "穿越无垠星海 (EN Ver.)"@zd .

_:N4b3027ea66ee49cab08f8b46a26fc1b5 schema:name "INFOLD PTE. LTD."@en,
        "INFOLD PTE. LTD."@ja,
        "INFOLD PTE. LTD."@ja-latn ;
    foaf:name "INFOLD PTE. LTD."@en,
        "INFOLD PTE. LTD."@ja,
        "INFOLD PTE. LTD."@ja-latn .

_:N810a919087eb447288055348cf009c1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Echoes of the Stars (Jp Ver.)"@en,
        "星海的回响 (JP Ver.)"@zd ;
    mo:track_number 3 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Echoes of the Stars (Jp Ver.)"@en,
        "星海的回响 (JP Ver.)"@zd .

_:N8a64f949424344e1af4b15a30cbef61a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the Starry Sea (Cn Ver.)"@en,
        "穿越无垠星海"@zd ;
    mo:track_number 4 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Through the Starry Sea (Cn Ver.)"@en,
        "穿越无垠星海"@zd .

_:N8ac83c69dce44fcf9b4a2166ab7cd70b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Echoes of the Stars (Inst.)"@en,
        "星海的回响 (伴奏)"@zd ;
    mo:track_number 8 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Echoes of the Stars (Inst.)"@en,
        "星海的回响 (伴奏)"@zd .

_:Nbaab216f92604be39b2d741f9d44fad2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the starry sea (Inst.)"@en,
        "穿越无垠星海 (伴奏)"@zd ;
    mo:track_number 9 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Through the starry sea (Inst.)"@en,
        "穿越无垠星海 (伴奏)"@zd .

_:Nbe1f4fad36564f9fa7e47f12022b4a26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the Starry Sea (JP Ver.)"@en,
        "穿越无垠星海 (JP Ver.)"@zd ;
    mo:track_number 6 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Through the Starry Sea (JP Ver.)"@en,
        "穿越无垠星海 (JP Ver.)"@zd .

_:Ndfabd4ad92dc40059c3255a8940c5a9b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sea of Stars Dream"@en,
        "星海的梦呓"@zd ;
    mo:track_number 7 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Sea of Stars Dream"@en,
        "星海的梦呓"@zd .

_:Ndfc8453967964579af428266f391dc2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Echoes of the Stars (Cn Ver.)"@en,
        "星海的回响"@zd ;
    mo:track_number 1 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Echoes of the Stars (Cn Ver.)"@en,
        "星海的回响"@zd .

_:Ne31ce2b3a5fe417e9b93b6a7591623c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Echoes of the Stars (En Ver.)"@en,
        "星海的回响 (EN Ver.)"@zd ;
    mo:track_number 2 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N0b78657279544e77845b25c1b835b268 ;
    schema:name "Echoes of the Stars (En Ver.)"@en,
        "星海的回响 (EN Ver.)"@zd .

_:N0b78657279544e77845b25c1b835b268 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0509328e78884b52991ef87bfa54a08e,
        _:N810a919087eb447288055348cf009c1b,
        _:N8a64f949424344e1af4b15a30cbef61a,
        _:N8ac83c69dce44fcf9b4a2166ab7cd70b,
        _:Nbaab216f92604be39b2d741f9d44fad2,
        _:Nbe1f4fad36564f9fa7e47f12022b4a26,
        _:Ndfabd4ad92dc40059c3255a8940c5a9b,
        _:Ndfc8453967964579af428266f391dc2c,
        _:Ne31ce2b3a5fe417e9b93b6a7591623c4 ;
    mo:track_count 9 ;
    schema:duration "PT24:33"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0509328e78884b52991ef87bfa54a08e,
        _:N810a919087eb447288055348cf009c1b,
        _:N8a64f949424344e1af4b15a30cbef61a,
        _:N8ac83c69dce44fcf9b4a2166ab7cd70b,
        _:Nbaab216f92604be39b2d741f9d44fad2,
        _:Nbe1f4fad36564f9fa7e47f12022b4a26,
        _:Ndfabd4ad92dc40059c3255a8940c5a9b,
        _:Ndfc8453967964579af428266f391dc2c,
        _:Ne31ce2b3a5fe417e9b93b6a7591623c4 .

