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

<album/115079#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn ;
    mo:produced_work <album/115079#musicalwork> ;
    schema:name "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn .

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

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

<release/14841#subject> a schema:CreativeWork ;
    schema:name "DELTARUNE Chapter 2"@en,
        "DELTARUNE Chapter 2"@ja,
        "DELTARUNE Chapter 2"@ja-latn ;
    foaf:name "DELTARUNE Chapter 2"@en,
        "DELTARUNE Chapter 2"@ja,
        "DELTARUNE Chapter 2"@ja-latn .

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

<album/115079#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn ;
    mo:performance_of <album/115079#musicalwork> ;
    mo:recorded_as <album/115079#musicalexpression> ;
    schema:name "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn ;
    schema:workPerformed <album/115079#musicalwork> .

<https://media.vgm.io/albums/97/115079/115079-7e429173447b.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/115079#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/115079/115079-7e429173447b.png> ;
    foaf:depicts <album/115079#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/115079/115079-7e429173447b.png> .

<https://medium-media.vgm.io/albums/97/115079/115079-7e429173447b.png> a schema:ImageObject,
        foaf:Image .

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

<album/115079#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-09-27"^^xsd:date ;
    dcterms:title "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/115079#musicalexpression> ;
    mo:publisher _:N382ffb4e0a7d4fcfb70cfb7912b26655 ;
    mo:record _:Nf1c2e1e48efb4fc39d74a05cf994dd72 ;
    mo:record_count 1 ;
    schema:about <release/14841#subject> ;
    schema:datePublished "2021-09-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/115079/115079-7e429173447b.png> ;
    schema:name "Girl Next Door"@en,
        "Girl Next Door"@ja,
        "Girl Next Door"@ja-latn ;
    schema:publisher _:N382ffb4e0a7d4fcfb70cfb7912b26655 ;
    foaf:depiction <https://media.vgm.io/albums/97/115079/115079-7e429173447b.png> .

_:N382ffb4e0a7d4fcfb70cfb7912b26655 schema:name "Scramel"@en,
        "Scramel"@ja,
        "Scramel"@ja-latn ;
    foaf:name "Scramel"@en,
        "Scramel"@ja,
        "Scramel"@ja-latn .

_:N50c8e5b59f2942c586b45efde5d7b722 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Girl Next Door"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Nf1c2e1e48efb4fc39d74a05cf994dd72 ;
    schema:name "Girl Next Door"@en .

_:Nf1c2e1e48efb4fc39d74a05cf994dd72 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N50c8e5b59f2942c586b45efde5d7b722 ;
    mo:track_count 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N50c8e5b59f2942c586b45efde5d7b722 .

