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

<album/139109#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn ;
    mo:produced_work <album/139109#musicalwork> ;
    schema:name "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn .

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

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

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

<album/139109#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn ;
    mo:performance_of <album/139109#musicalwork> ;
    mo:recorded_as <album/139109#musicalexpression> ;
    schema:name "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn ;
    schema:workPerformed <album/139109#musicalwork> .

<https://media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/139109#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> ;
    foaf:depicts <album/139109#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> .

<https://medium-media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/139109#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-09"^^xsd:date ;
    dcterms:title "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/139109#musicalexpression> ;
    mo:publisher _:Nbbdf0cc4a36e4fac9cda1270f0779a21 ;
    mo:record _:N4fa69196058c46778131c45069d3de3a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "MUMEI Academy 2023"@en ;
            foaf:name "MUMEI Academy 2023"@en ] ;
    schema:datePublished "2023-06-09"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> ;
    schema:name "Red Queen / l'avenir proche"@en,
        "Red Queen / l'avenir proche"@ja,
        "Red Queen / l'avenir proche"@ja-latn ;
    schema:publisher _:Nbbdf0cc4a36e4fac9cda1270f0779a21 ;
    foaf:depiction <https://media.vgm.io/albums/90/139109/139109-c510e1443783.jpg> .

_:N4fa69196058c46778131c45069d3de3a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N78a4c1acfd1a4f9198ecac2bedb76ae1 ;
    mo:track_count 1 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N78a4c1acfd1a4f9198ecac2bedb76ae1 .

_:N78a4c1acfd1a4f9198ecac2bedb76ae1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Queen"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N4fa69196058c46778131c45069d3de3a ;
    schema:name "Red Queen"@en .

_:Nbbdf0cc4a36e4fac9cda1270f0779a21 schema:name "l'avenir proche"@en,
        "l'avenir proche"@ja,
        "l'avenir proche"@ja-latn ;
    foaf:name "l'avenir proche"@en,
        "l'avenir proche"@ja,
        "l'avenir proche"@ja-latn .

