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

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

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

<product/20466#subject> a schema:CreativeWork ;
    schema:name "LAZARUS"@en,
        "LAZARUS ラザロ"@ja,
        "LAZARUS"@ja-latn ;
    foaf:name "LAZARUS"@en,
        "LAZARUS ラザロ"@ja,
        "LAZARUS"@ja-latn .

<album/148511#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Sam Shepherd"@en ;
            foaf:made <album/148511#composition> ;
            foaf:name "Sam Shepherd"@en ] ;
    mo:produced_work <album/148511#musicalwork> ;
    schema:name "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn .

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

<album/148511#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn ;
    mo:performance_of <album/148511#musicalwork> ;
    mo:recorded_as <album/148511#musicalexpression> ;
    schema:name "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn ;
    schema:workPerformed <album/148511#musicalwork> .

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

<https://media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/148511#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> ;
    foaf:depicts <album/148511#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> .

<https://medium-media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/148511#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-03-27"^^xsd:date ;
    dcterms:title "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn ;
    mo:catalogue_number "G010005489211A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/148511#musicalexpression> ;
    mo:publisher <org/1056#subject> ;
    mo:record _:N83ff8d24a86e478ca8b1c2c623af074e ;
    mo:record_count 1 ;
    schema:about <product/20466#subject> ;
    schema:datePublished "2025-03-27"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> ;
    schema:name "Dexion / Floating Points"@en,
        "Dexion / Floating Points"@ja,
        "Dexion / Floating Points"@ja-latn ;
    schema:publisher <org/1056#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/148511/148511-0257cef6655f.jpg> .

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

_:N1c06ce11ef144896870945c9e35eafa2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dexion"@en ;
    mo:track_number 1 ;
    schema:duration "PT9:08"^^xsd:interval ;
    schema:inPlaylist _:N83ff8d24a86e478ca8b1c2c623af074e ;
    schema:name "Dexion"@en .

_:N83ff8d24a86e478ca8b1c2c623af074e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1c06ce11ef144896870945c9e35eafa2 ;
    mo:track_count 1 ;
    schema:duration "PT9:08"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N1c06ce11ef144896870945c9e35eafa2 .

