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

<album/144816#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn ;
    mo:produced_work <album/144816#musicalwork> ;
    schema:name "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn .

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

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

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

<album/144816#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn ;
    mo:performance_of <album/144816#musicalwork> ;
    mo:recorded_as <album/144816#musicalexpression> ;
    schema:name "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn ;
    schema:workPerformed <album/144816#musicalwork> .

<https://media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/144816#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> ;
    foaf:depicts <album/144816#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> .

<https://medium-media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/144816#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-09-06"^^xsd:date ;
    dcterms:title "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/144816#musicalexpression> ;
    mo:publisher _:N7863b0cfbb5849e399453c0e59fa8c4c ;
    mo:record _:Nf902a3684fe746949f14cb796cdfcabd ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Quarter Till Victory"@en ;
            foaf:name "Quarter Till Victory"@en ] ;
    schema:datePublished "2024-09-06"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> ;
    schema:name "Music from Quarter Till Victory"@en,
        "Music from Quarter Till Victory"@ja,
        "Music from Quarter Till Victory"@ja-latn ;
    schema:publisher _:N7863b0cfbb5849e399453c0e59fa8c4c ;
    foaf:depiction <https://media.vgm.io/albums/61/144816/144816-137cbab04b2c.jpg> .

_:N7863b0cfbb5849e399453c0e59fa8c4c schema:name "Adam Carey"@en,
        "Adam Carey"@ja,
        "Adam Carey"@ja-latn ;
    foaf:name "Adam Carey"@en,
        "Adam Carey"@ja,
        "Adam Carey"@ja-latn .

_:Nc28875f29c374aafa46eeaea683a9bd6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rinse and Complete"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Nf902a3684fe746949f14cb796cdfcabd ;
    schema:name "Rinse and Complete"@en .

_:Nf07b740b311e4b4e9ccec419d3af0abc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Two"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:Nf902a3684fe746949f14cb796cdfcabd ;
    schema:name "Game Two"@en .

_:Nf902a3684fe746949f14cb796cdfcabd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc28875f29c374aafa46eeaea683a9bd6,
        _:Nf07b740b311e4b4e9ccec419d3af0abc ;
    mo:track_count 2 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Nc28875f29c374aafa46eeaea683a9bd6,
        _:Nf07b740b311e4b4e9ccec419d3af0abc .

