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

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

<artist/54844#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/138424#subject> ;
    schema:name "osc444"@en ;
    foaf:made <album/138424#composition>,
        <album/138424#subject>,
        <album/138424#vocals> ;
    foaf:name "osc444"@en .

<album/138424#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn ;
    mo:composer <artist/54844#subject> ;
    mo:produced_work <album/138424#musicalwork> ;
    schema:name "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn .

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

<album/138424#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn ;
    mo:performance_of <album/138424#musicalwork> ;
    mo:recorded_as <album/138424#musicalexpression> ;
    schema:name "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn ;
    schema:workPerformed <album/138424#musicalwork> .

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

<https://media.vgm.io/albums/42/138424/138424-584031b11132.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/138424#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/42/138424/138424-584031b11132.jpg> ;
    foaf:depicts <album/138424#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/42/138424/138424-584031b11132.jpg> .

<https://medium-media.vgm.io/albums/42/138424/138424-584031b11132.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/138424#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-03-22"^^xsd:date ;
    dcterms:title "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/138424#musicalexpression> ;
    mo:publisher _:Nb1de99661925442ebe7faddd68bf4fcc ;
    mo:record _:Ncc7f6840484845ecb8fec80775ae2d8c ;
    mo:record_count 1 ;
    schema:datePublished "2024-03-22"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/42/138424/138424-584031b11132.jpg> ;
    schema:name "Glorious Outburst / osc444"@en,
        "Glorious Outburst / osc444"@ja,
        "Glorious Outburst / osc444"@ja-latn ;
    schema:publisher _:Nb1de99661925442ebe7faddd68bf4fcc ;
    foaf:depiction <https://media.vgm.io/albums/42/138424/138424-584031b11132.jpg> .

_:N7a56f32ea10b439a82426ee79d4151aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glorious Outburst"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Ncc7f6840484845ecb8fec80775ae2d8c ;
    schema:name "Glorious Outburst"@en .

_:Nb1de99661925442ebe7faddd68bf4fcc schema:name "4x4x4"@en,
        "4x4x4"@ja,
        "4x4x4"@ja-latn ;
    foaf:name "4x4x4"@en,
        "4x4x4"@ja,
        "4x4x4"@ja-latn .

_:Ncc7f6840484845ecb8fec80775ae2d8c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7a56f32ea10b439a82426ee79d4151aa ;
    mo:track_count 1 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7a56f32ea10b439a82426ee79d4151aa .

