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

<album/144270#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn ;
    mo:produced_work <album/144270#musicalwork> ;
    schema:name "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn .

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

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

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

<album/144270#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn ;
    mo:performance_of <album/144270#musicalwork> ;
    mo:recorded_as <album/144270#musicalexpression> ;
    schema:name "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn ;
    schema:workPerformed <album/144270#musicalwork> .

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

<https://medium-media.vgm.io/albums/07/144270/144270-ff3c81883a73.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/144270#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-01-01"^^xsd:date ;
    dcterms:title "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/144270#musicalexpression> ;
    mo:publisher _:N569cd62e30ca4ed8b259d422c7de645f ;
    mo:record _:N0fff49a902634736b45a816b54141f38 ;
    mo:record_count 1 ;
    schema:datePublished "2024-01-01"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/07/144270/144270-ff3c81883a73.jpg> ;
    schema:name "Nightfall / Millennium Hero × scythe"@en,
        "Nightfall / Millennium Hero × scythe"@ja,
        "Nightfall / Millennium Hero × scythe"@ja-latn ;
    schema:publisher _:N569cd62e30ca4ed8b259d422c7de645f ;
    foaf:depiction <https://media.vgm.io/albums/07/144270/144270-ff3c81883a73.jpg> .

_:N0fff49a902634736b45a816b54141f38 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N734eac1be97d45b9ac88416f4d2ea812 ;
    mo:track_count 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N734eac1be97d45b9ac88416f4d2ea812 .

_:N569cd62e30ca4ed8b259d422c7de645f schema:name "Millennium Hero"@en,
        "Millennium Hero"@ja,
        "Millennium Hero"@ja-latn ;
    foaf:name "Millennium Hero"@en,
        "Millennium Hero"@ja,
        "Millennium Hero"@ja-latn .

_:N734eac1be97d45b9ac88416f4d2ea812 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nightfall"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N0fff49a902634736b45a816b54141f38 ;
    schema:name "Nightfall"@en .

