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

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

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

<artist/1360#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123984#subject> ;
    schema:name "Keiki Kobayashi"@en,
        "小林啓樹"@ja ;
    foaf:made <album/123984#composition>,
        <album/123984#subject> ;
    foaf:name "Keiki Kobayashi"@en,
        "小林啓樹"@ja .

<product/10582#subject> a schema:CreativeWork ;
    schema:name "Punishing: Gray Raven"@en,
        "战双帕弥什"@ja,
        "Punishing: Gray Raven"@ja-latn ;
    foaf:name "Punishing: Gray Raven"@en,
        "战双帕弥什"@ja,
        "Punishing: Gray Raven"@ja-latn .

<album/123984#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn ;
    mo:composer <artist/1360#subject> ;
    mo:produced_work <album/123984#musicalwork> ;
    schema:name "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn .

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

<album/123984#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn ;
    mo:performance_of <album/123984#musicalwork> ;
    mo:recorded_as <album/123984#musicalexpression> ;
    schema:name "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn ;
    schema:workPerformed <album/123984#musicalwork> .

<https://media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123984#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> ;
    foaf:depicts <album/123984#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> .

<https://medium-media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/123984#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-20"^^xsd:date ;
    dcterms:title "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123984#musicalexpression> ;
    mo:publisher _:N7ac35048677f4437a0ebaefaeffe2d87 ;
    mo:record _:Ne018080d857249f89f4fdc44c5fe7b40 ;
    mo:record_count 1 ;
    schema:about <product/10582#subject> ;
    schema:datePublished "2022-10-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> ;
    schema:name "Overburning"@en,
        "联动合作曲 Overburning"@ja,
        "Overburning"@ja-latn ;
    schema:publisher _:N7ac35048677f4437a0ebaefaeffe2d87 ;
    foaf:depiction <https://media.vgm.io/albums/48/123984/123984-6caf0bd4d03c.jpg> .

_:N7ac35048677f4437a0ebaefaeffe2d87 schema:name "N/A"@en ;
    foaf:name "N/A"@en .

_:N8b973e4591b5475db16d7c83e40d9b3c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "联动合作曲 Overburning"@zd ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Ne018080d857249f89f4fdc44c5fe7b40 ;
    schema:name "联动合作曲 Overburning"@zd .

_:Ne018080d857249f89f4fdc44c5fe7b40 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8b973e4591b5475db16d7c83e40d9b3c ;
    mo:track_count 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8b973e4591b5475db16d7c83e40d9b3c .

