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

<artist/41680#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123756#subject> ;
    schema:name "Vaundy"@en ;
    foaf:made <album/123756#composition>,
        <album/123756#lyrics>,
        <album/123756#subject>,
        <album/123756#vocals> ;
    foaf:name "Vaundy"@en .

<product/9757#subject> a schema:CreativeWork ;
    schema:name "Chainsaw Man"@en,
        "チェンソーマン"@ja,
        "Chainsaw Man"@ja-latn ;
    foaf:name "Chainsaw Man"@en,
        "チェンソーマン"@ja,
        "Chainsaw Man"@ja-latn .

<album/123756#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn ;
    mo:composer <artist/41680#subject> ;
    mo:produced_work <album/123756#musicalwork> ;
    schema:name "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn .

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

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

<album/123756#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn ;
    mo:performance_of <album/123756#musicalwork> ;
    mo:recorded_as <album/123756#musicalexpression> ;
    schema:name "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn ;
    schema:workPerformed <album/123756#musicalwork> .

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

<org/3391#subject> schema:name "SDR"@en,
        "SDR"@ja,
        "SDR"@ja-latn ;
    foaf:name "SDR"@en,
        "SDR"@ja,
        "SDR"@ja-latn .

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

<https://medium-media.vgm.io/albums/65/123756/123756-e83da72fb31e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/123756#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-12"^^xsd:date ;
    dcterms:title "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn ;
    mo:catalogue_number "VVXX-01293" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123756#musicalexpression> ;
    mo:publisher <org/3391#subject> ;
    mo:record _:N21318220386045fcb6932e92e2a8a8bb ;
    mo:record_count 1 ;
    schema:about <product/9757#subject> ;
    schema:datePublished "2022-10-12"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/65/123756/123756-e83da72fb31e.jpg> ;
    schema:name "CHAINSAW BLOOD / Vaundy"@en,
        "CHAINSAW BLOOD / Vaundy"@ja,
        "CHAINSAW BLOOD / Vaundy"@ja-latn ;
    schema:publisher <org/3391#subject> ;
    foaf:depiction <https://media.vgm.io/albums/65/123756/123756-e83da72fb31e.jpg> .

_:N21318220386045fcb6932e92e2a8a8bb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5cdef7e670ec4ca2a5e87f8fbc9b31cd ;
    mo:track_count 1 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5cdef7e670ec4ca2a5e87f8fbc9b31cd .

_:N5cdef7e670ec4ca2a5e87f8fbc9b31cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CHAINSAW BLOOD"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N21318220386045fcb6932e92e2a8a8bb ;
    schema:name "CHAINSAW BLOOD"@en .

