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

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

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

<artist/983#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126770#subject> ;
    schema:name "Shoji Meguro"@en,
        "目黒将司"@ja ;
    foaf:made <album/126770#composition>,
        <album/126770#subject> ;
    foaf:name "Shoji Meguro"@en,
        "目黒将司"@ja .

<product/4134#subject> a schema:CreativeWork ;
    schema:name "Persona 5"@en,
        "ペルソナ5"@ja,
        "Persona 5"@ja-latn ;
    foaf:name "Persona 5"@en,
        "ペルソナ5"@ja,
        "Persona 5"@ja-latn .

<album/126770#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn ;
    mo:composer <artist/983#subject> ;
    mo:produced_work <album/126770#musicalwork> ;
    schema:name "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn .

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

<album/126770#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn ;
    mo:performance_of <album/126770#musicalwork> ;
    mo:recorded_as <album/126770#musicalexpression> ;
    schema:name "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn ;
    schema:workPerformed <album/126770#musicalwork> .

<https://media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/126770#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> ;
    foaf:depicts <album/126770#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> .

<https://medium-media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> a schema:ImageObject,
        foaf:Image .

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

<album/126770#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-02-16"^^xsd:date ;
    dcterms:title "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/126770#musicalexpression> ;
    mo:publisher _:Naa5d9993d8a1496ca6b224f07e089362 ;
    mo:record _:N4f4e602237f548e894a2c2fd41ae32c4 ;
    mo:record_count 1 ;
    schema:about <product/4134#subject> ;
    schema:datePublished "2023-02-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> ;
    schema:name "Tomb of Sloth"@en,
        "Tomb of Sloth"@ja,
        "Tomb of Sloth"@ja-latn ;
    schema:publisher _:Naa5d9993d8a1496ca6b224f07e089362 ;
    foaf:depiction <https://media.vgm.io/albums/07/126770/126770-f913c4e48c18.png> .

_:N4f4e602237f548e894a2c2fd41ae32c4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5b26ecd10cf04bd98f3fc8f80e8b6194 ;
    mo:track_count 1 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5b26ecd10cf04bd98f3fc8f80e8b6194 .

_:N5b26ecd10cf04bd98f3fc8f80e8b6194 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomb of Sloth"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N4f4e602237f548e894a2c2fd41ae32c4 ;
    schema:name "Tomb of Sloth"@en .

_:Naa5d9993d8a1496ca6b224f07e089362 schema:name "soothingMelody"@en,
        "soothingMelody"@ja,
        "soothingMelody"@ja-latn ;
    foaf:name "soothingMelody"@en,
        "soothingMelody"@ja,
        "soothingMelody"@ja-latn .

