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

<artist/54279#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rachel Lake"@en ;
    foaf:made <album/141982#subject>,
        <album/141982#vocals> ;
    foaf:name "Rachel Lake"@en .

<album/141982#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn ;
    mo:produced_work <album/141982#musicalwork> ;
    schema:name "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn .

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

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

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

<album/141982#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn ;
    mo:performance_of <album/141982#musicalwork> ;
    mo:recorded_as <album/141982#musicalexpression> ;
    schema:name "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn ;
    schema:workPerformed <album/141982#musicalwork> .

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

<https://media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/141982#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> ;
    foaf:depicts <album/141982#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> .

<https://medium-media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> a schema:ImageObject,
        foaf:Image .

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

<album/141982#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-08-19"^^xsd:date ;
    dcterms:title "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141982#musicalexpression> ;
    mo:publisher _:N1302b90d9a7d463cbc4a21d27f9ef7af ;
    mo:record _:N6280259cd54c454788a558f880781638 ;
    mo:record_count 1 ;
    schema:about <product/16831#subject> ;
    schema:datePublished "2024-08-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> ;
    schema:name "FUTURE PEOPLE / peak divide ft. Rachel Lake"@en,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja,
        "FUTURE PEOPLE / peak divide ft. Rachel Lake"@ja-latn ;
    schema:publisher _:N1302b90d9a7d463cbc4a21d27f9ef7af ;
    foaf:depiction <https://media.vgm.io/albums/28/141982/141982-ff103e74b57b.png> .

_:N1302b90d9a7d463cbc4a21d27f9ef7af schema:name "peak divide"@en,
        "peak divide"@ja,
        "peak divide"@ja-latn ;
    foaf:name "peak divide"@en,
        "peak divide"@ja,
        "peak divide"@ja-latn .

_:N6280259cd54c454788a558f880781638 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf1d4d0aca4244735bf39dcdbe314167b ;
    mo:track_count 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf1d4d0aca4244735bf39dcdbe314167b .

_:Nf1d4d0aca4244735bf39dcdbe314167b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FUTURE PEOPLE"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N6280259cd54c454788a558f880781638 ;
    schema:name "FUTURE PEOPLE"@en .

