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

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

<album/147243#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn ;
    mo:produced_work <album/147243#musicalwork> ;
    schema:name "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn .

<album/147243#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/147243#musicalexpression> a mo:Signal ;
    mo:published_as <album/147243#subject> ;
    mo:records <album/147243#performance> .

<album/147243#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn ;
    mo:performance_of <album/147243#musicalwork> ;
    mo:recorded_as <album/147243#musicalexpression> ;
    schema:name "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn ;
    schema:workPerformed <album/147243#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/34/147243/147243-e8cf00f75501.png> a schema:ImageObject,
        foaf:Image .

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

<album/147243#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-02-25"^^xsd:date ;
    dcterms:title "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/147243#musicalexpression> ;
    mo:publisher _:Nfc03615c7e31474ca365a3d23d8a19d2 ;
    mo:record _:N6ebc19739aa6400a8d5adc30b250b539 ;
    mo:record_count 1 ;
    schema:about <product/16831#subject> ;
    schema:datePublished "2025-02-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/34/147243/147243-e8cf00f75501.png> ;
    schema:name "SLEEPING IN / UNBEATABLE"@en,
        "SLEEPING IN / UNBEATABLE"@ja,
        "SLEEPING IN / UNBEATABLE"@ja-latn ;
    schema:publisher _:Nfc03615c7e31474ca365a3d23d8a19d2 ;
    foaf:depiction <https://media.vgm.io/albums/34/147243/147243-e8cf00f75501.png> .

_:N477dcf59b68b4839beda4a7c3de21e60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SLEEPING IN"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N6ebc19739aa6400a8d5adc30b250b539 ;
    schema:name "SLEEPING IN"@en .

_:N6ebc19739aa6400a8d5adc30b250b539 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N477dcf59b68b4839beda4a7c3de21e60 ;
    mo:track_count 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N477dcf59b68b4839beda4a7c3de21e60 .

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

