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

<album/157142#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn ;
    mo:produced_work <album/157142#musicalwork> ;
    schema:name "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn .

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

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

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

<album/157142#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn ;
    mo:performance_of <album/157142#musicalwork> ;
    mo:recorded_as <album/157142#musicalexpression> ;
    schema:name "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn ;
    schema:workPerformed <album/157142#musicalwork> .

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

<https://medium-media.vgm.io/albums/24/157142/157142-e4d7eea409dd.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/157142#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-10-21"^^xsd:date ;
    dcterms:title "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/157142#musicalexpression> ;
    mo:publisher _:Nf4103b727f2b4fa8815813c55b39a09d ;
    mo:record _:N53c9a7a403ff41fc852285ba1a3901ff ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Axe of Rage (Barbarian II: The Dungeon of Drax)"@en ;
            foaf:name "Axe of Rage (Barbarian II: The Dungeon of Drax)"@en ] ;
    schema:datePublished "2024-10-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/24/157142/157142-e4d7eea409dd.jpg> ;
    schema:name "The Dungeon of Drax"@en,
        "The Dungeon of Drax"@ja,
        "The Dungeon of Drax"@ja-latn ;
    schema:publisher _:Nf4103b727f2b4fa8815813c55b39a09d ;
    foaf:depiction <https://media.vgm.io/albums/24/157142/157142-e4d7eea409dd.jpg> .

_:N4a1f7546db6648aaae012e37187bb0e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Dungeon of Drax"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N53c9a7a403ff41fc852285ba1a3901ff ;
    schema:name "The Dungeon of Drax"@en .

_:N53c9a7a403ff41fc852285ba1a3901ff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4a1f7546db6648aaae012e37187bb0e4 ;
    mo:track_count 1 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4a1f7546db6648aaae012e37187bb0e4 .

_:Nf4103b727f2b4fa8815813c55b39a09d schema:name "D4XX MUSIC"@en,
        "D4XX MUSIC"@ja,
        "D4XX MUSIC"@ja-latn ;
    foaf:name "D4XX MUSIC"@en,
        "D4XX MUSIC"@ja,
        "D4XX MUSIC"@ja-latn .

