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

<artist/16596#subject> a schema:Person,
        foaf:Person ;
    schema:name "Machico"@en ;
    foaf:made <album/125705#subject>,
        <album/125705#vocals> ;
    foaf:name "Machico"@en .

<artist/52568#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ruri Asano"@en,
        "朝ノ瑠璃"@ja ;
    foaf:made <album/125705#subject>,
        <album/125705#vocals> ;
    foaf:name "Ruri Asano"@en,
        "朝ノ瑠璃"@ja .

<album/125705#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn ;
    mo:produced_work <album/125705#musicalwork> ;
    schema:name "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn .

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

<product/12379#subject> a schema:CreativeWork ;
    schema:name "swing,sing Project"@en,
        "swing,sing Project"@ja,
        "swing,sing Project"@ja-latn ;
    foaf:name "swing,sing Project"@en,
        "swing,sing Project"@ja,
        "swing,sing Project"@ja-latn .

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

<album/125705#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn ;
    mo:performance_of <album/125705#musicalwork> ;
    mo:recorded_as <album/125705#musicalexpression> ;
    schema:name "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn ;
    schema:workPerformed <album/125705#musicalwork> .

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

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/125705#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/125705#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/125705#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-02-03"^^xsd:date ;
    dcterms:title "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/125705#musicalexpression> ;
    mo:publisher _:N8631aacab673441280db186d04d2183c ;
    mo:record_count 0 ;
    schema:about <product/12379#subject> ;
    schema:datePublished "2023-02-03"^^xsd:date ;
    schema:genre "Multimedia Franchise" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Diving All Night / Z-A"@en,
        "Diving All Night / Z-A"@ja,
        "Diving All Night / Z-A"@ja-latn ;
    schema:publisher _:N8631aacab673441280db186d04d2183c ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N8631aacab673441280db186d04d2183c schema:name "swing,sing Project"@en,
        "swing,sing Project"@ja,
        "swing,sing Project"@ja-latn ;
    foaf:name "swing,sing Project"@en,
        "swing,sing Project"@ja,
        "swing,sing Project"@ja-latn .

