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

<album/130254#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Midnight Guardian"@en,
        "The Midnight Guardian"@ja,
        "The Midnight Guardian"@ja-latn ;
    mo:produced_work <album/130254#musicalwork> ;
    schema:name "The Midnight Guardian"@en,
        "The Midnight Guardian"@ja,
        "The Midnight Guardian"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/130254#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> ;
    foaf:depicts <album/130254#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> .

<https://medium-media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/130254#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-11-20"^^xsd:date ;
    dcterms:title "The Midnight Guardian"@en,
        "The Midnight Guardian"@ja,
        "The Midnight Guardian"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130254#musicalexpression> ;
    mo:publisher _:N6f7c9c77d9544bdc882429152f33e761 ;
    mo:record _:Nd00e51eba76b46a2b999a8962bd0e62f ;
    mo:record_count 1 ;
    schema:datePublished "2022-11-20"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> ;
    schema:name "The Midnight Guardian"@en,
        "The Midnight Guardian"@ja,
        "The Midnight Guardian"@ja-latn ;
    schema:publisher _:N6f7c9c77d9544bdc882429152f33e761 ;
    foaf:depiction <https://media.vgm.io/albums/45/130254/130254-52309a1f7e8e.jpg> .

_:N315feb415a314ad3b6f163d88e10a26e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Midnight Guardian"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:Nd00e51eba76b46a2b999a8962bd0e62f ;
    schema:name "The Midnight Guardian"@en .

_:N6f7c9c77d9544bdc882429152f33e761 schema:name "Haakon Davidsen"@en,
        "Haakon Davidsen"@ja,
        "Haakon Davidsen"@ja-latn ;
    foaf:name "Haakon Davidsen"@en,
        "Haakon Davidsen"@ja,
        "Haakon Davidsen"@ja-latn .

_:Nd00e51eba76b46a2b999a8962bd0e62f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N315feb415a314ad3b6f163d88e10a26e ;
    mo:track_count 1 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N315feb415a314ad3b6f163d88e10a26e .

