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

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

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

<artist/16768#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/153792#subject> ;
    schema:name "Ice"@en ;
    foaf:made <album/153792#composition>,
        <album/153792#subject> ;
    foaf:name "Ice"@en .

<artist/38144#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/153792#subject> ;
    schema:name "ARForest"@en ;
    foaf:made <album/153792#composition>,
        <album/153792#subject> ;
    foaf:name "ARForest"@en .

<event/328> a mo:Release ;
    schema:name "Released at M3-2025 Fall (Oct 26, 2025)" .

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

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

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

<album/153792#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn ;
    mo:performance_of <album/153792#musicalwork> ;
    mo:recorded_as <album/153792#musicalexpression> ;
    schema:name "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn ;
    schema:workPerformed <album/153792#musicalwork> .

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

<https://media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/153792#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> ;
    foaf:depicts <album/153792#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> .

<https://medium-media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> a schema:ImageObject,
        foaf:Image .

<album/153792#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn ;
    mo:composer <artist/16768#subject>,
        <artist/38144#subject> ;
    mo:produced_work <album/153792#musicalwork> ;
    schema:name "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn .

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

<album/153792#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-10-26"^^xsd:date ;
    dcterms:title "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn ;
    mo:catalogue_number "HXN-010" ;
    mo:media_type "CD" ;
    mo:publication_of <album/153792#musicalexpression> ;
    mo:publisher <org/3614#subject> ;
    mo:record _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    mo:record_count 1 ;
    mo:release <event/328> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "PLATiNA :: LAB"@en ;
            foaf:name "PLATiNA :: LAB"@en ],
        <product/10873#subject>,
        <product/11425#subject> ;
    schema:datePublished "2025-10-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> ;
    schema:name "the unfinished Deluxe Edition / ARForest"@en,
        "the unfinished Deluxe Edition / ARForest"@ja,
        "the unfinished Deluxe Edition / ARForest"@ja-latn ;
    schema:publisher <org/3614#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/153792/153792-87841e1fa0e1.jpg> .

_:N04658a1874ef4e1689c6031e011a0a57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unknown Place"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Unknown Place"@en .

_:N122b864b850d42179c1cfca83382113e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Last Page"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "The Last Page"@en .

_:N15a1e03c654d4518bfa76ee583363b15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stellar Hitchhiker"@en ;
    mo:track_number 20 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Stellar Hitchhiker"@en .

_:N1b9683b5871243399d5ba74f0c00b248 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Inverted World (Extended Mix)"@en ;
    mo:track_number 18 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Inverted World (Extended Mix)"@en .

_:N24b66c5de983403f9273a429438804c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'll Be There (Cosmograph Remix)"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "I'll Be There (Cosmograph Remix)"@en .

_:N404b46c8e4b142b99098393b5eaed092 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "If robot has a life"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "If robot has a life"@en .

_:N4f58ef40f62d4a2299acbf1458817226 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Infection"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Infection"@en .

_:N525b10c1aec34efb97fd0c8fc9f388a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reditus Croni"@en ;
    mo:track_number 21 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Reditus Croni"@en .

_:N56d9ebe695f84e03bc0617b3529ebd7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'll Be There"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "I'll Be There"@en .

_:N68b11e6a9108416fb1ccbfd74a053003 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Travel Begins"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:58"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Travel Begins"@en .

_:N6aa137f56b5b4f9288885cca69086957 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Last Page (Deon Oh Remix)"@en ;
    mo:track_number 22 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "The Last Page (Deon Oh Remix)"@en .

_:N6bc80a08323c4eab88cf2e9fbc91f39d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fallen Blossom"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Fallen Blossom"@en .

_:N8599526323844b28b499c5d2c0a787eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "goodbye, friend"@en ;
    mo:track_number 16 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "goodbye, friend"@en .

_:N890b7db7772f48e6aa391517684c8401 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Recall"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Recall"@en .

_:N9830480b949646a080176b979ee5496d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Capella"@en ;
    mo:track_number 19 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Capella"@en .

_:Nace7df64cc5b400589a07c29d28d69ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goodnight (Interlude)"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Goodnight (Interlude)"@en .

_:Nba5ae11d990d43e4a76d6b1b574dbde7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Find Myself"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Find Myself"@en .

_:Nc41bd8ae2edf4b1186be88466874fa5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Farewell"@en .

_:Nca385d3d071e4d1099125e8a91b881ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Encounter"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Encounter"@en .

_:Ncfeecd190e0b497dbfea4b5640303612 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It's alright"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "It's alright"@en .

_:Nefd04fc170864a86aa7436a2c89b593e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aoba"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Aoba"@en .

_:Nf32f52601f9e4d46b7d8b5572edfac21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Abandoned Creation"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N921d9d83ce0446f992b2d2eb4a5735a3 ;
    schema:name "Abandoned Creation"@en .

_:N921d9d83ce0446f992b2d2eb4a5735a3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04658a1874ef4e1689c6031e011a0a57,
        _:N122b864b850d42179c1cfca83382113e,
        _:N15a1e03c654d4518bfa76ee583363b15,
        _:N1b9683b5871243399d5ba74f0c00b248,
        _:N24b66c5de983403f9273a429438804c5,
        _:N404b46c8e4b142b99098393b5eaed092,
        _:N4f58ef40f62d4a2299acbf1458817226,
        _:N525b10c1aec34efb97fd0c8fc9f388a7,
        _:N56d9ebe695f84e03bc0617b3529ebd7c,
        _:N68b11e6a9108416fb1ccbfd74a053003,
        _:N6aa137f56b5b4f9288885cca69086957,
        _:N6bc80a08323c4eab88cf2e9fbc91f39d,
        _:N8599526323844b28b499c5d2c0a787eb,
        _:N890b7db7772f48e6aa391517684c8401,
        _:N9830480b949646a080176b979ee5496d,
        _:Nace7df64cc5b400589a07c29d28d69ff,
        _:Nba5ae11d990d43e4a76d6b1b574dbde7,
        _:Nc41bd8ae2edf4b1186be88466874fa5e,
        _:Nca385d3d071e4d1099125e8a91b881ce,
        _:Ncfeecd190e0b497dbfea4b5640303612,
        _:Nefd04fc170864a86aa7436a2c89b593e,
        _:Nf32f52601f9e4d46b7d8b5572edfac21 ;
    mo:track_count 22 ;
    schema:duration "PT68:17"^^xsd:interval ;
    schema:numTracks 22 ;
    schema:track _:N04658a1874ef4e1689c6031e011a0a57,
        _:N122b864b850d42179c1cfca83382113e,
        _:N15a1e03c654d4518bfa76ee583363b15,
        _:N1b9683b5871243399d5ba74f0c00b248,
        _:N24b66c5de983403f9273a429438804c5,
        _:N404b46c8e4b142b99098393b5eaed092,
        _:N4f58ef40f62d4a2299acbf1458817226,
        _:N525b10c1aec34efb97fd0c8fc9f388a7,
        _:N56d9ebe695f84e03bc0617b3529ebd7c,
        _:N68b11e6a9108416fb1ccbfd74a053003,
        _:N6aa137f56b5b4f9288885cca69086957,
        _:N6bc80a08323c4eab88cf2e9fbc91f39d,
        _:N8599526323844b28b499c5d2c0a787eb,
        _:N890b7db7772f48e6aa391517684c8401,
        _:N9830480b949646a080176b979ee5496d,
        _:Nace7df64cc5b400589a07c29d28d69ff,
        _:Nba5ae11d990d43e4a76d6b1b574dbde7,
        _:Nc41bd8ae2edf4b1186be88466874fa5e,
        _:Nca385d3d071e4d1099125e8a91b881ce,
        _:Ncfeecd190e0b497dbfea4b5640303612,
        _:Nefd04fc170864a86aa7436a2c89b593e,
        _:Nf32f52601f9e4d46b7d8b5572edfac21 .

