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

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

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

<artist/76099#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/158711#subject> ;
    schema:name "Sam Haft"@en ;
    foaf:made <album/158711#composition>,
        <album/158711#subject> ;
    foaf:name "Sam Haft"@en .

<artist/79621#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/158711#subject> ;
    schema:name "Andrew Underberg"@en ;
    foaf:made <album/158711#composition>,
        <album/158711#subject> ;
    foaf:name "Andrew Underberg"@en .

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

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

<https://medium-media.vgm.io/albums/11/158711/158711-ebec591b4c82.png> a schema:ImageObject,
        foaf:Image .

<album/158711#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn ;
    mo:composer <artist/76099#subject>,
        <artist/79621#subject> ;
    mo:produced_work <album/158711#musicalwork> ;
    schema:name "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn .

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

<album/158711#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn ;
    mo:performance_of <album/158711#musicalwork> ;
    mo:performer <artist/77447#subject> ;
    mo:recorded_as <album/158711#musicalexpression> ;
    schema:byArtist <artist/77447#subject> ;
    schema:name "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn ;
    schema:workPerformed <album/158711#musicalwork> .

<artist/77447#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/158711#performance> ;
    schema:name "Blake Roman"@en ;
    foaf:name "Blake Roman"@en .

<album/158711#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-01-05"^^xsd:date ;
    dcterms:title "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/158711#musicalexpression> ;
    mo:publisher _:N8a855eed90424e68aa93463269831aa5 ;
    mo:record _:N6042e13cfd54421ba427edf43011943a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Hazbin Hotel"@en ;
            foaf:name "Hazbin Hotel"@en ] ;
    schema:byArtist <artist/77447#subject> ;
    schema:datePublished "2024-01-05"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/11/158711/158711-ebec591b4c82.png> ;
    schema:name "Poison"@en,
        "Poison"@ja,
        "Poison"@ja-latn ;
    schema:publisher _:N8a855eed90424e68aa93463269831aa5 ;
    foaf:depiction <https://media.vgm.io/albums/11/158711/158711-ebec591b4c82.png> .

_:N6042e13cfd54421ba427edf43011943a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nfff3be6a8e8c4d879e609b7ccf355838 ;
    mo:track_count 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nfff3be6a8e8c4d879e609b7ccf355838 .

_:N8a855eed90424e68aa93463269831aa5 schema:name "A24 Music"@en,
        "A24 Music"@ja,
        "A24 Music"@ja-latn ;
    foaf:name "A24 Music"@en,
        "A24 Music"@ja,
        "A24 Music"@ja-latn .

_:Nfff3be6a8e8c4d879e609b7ccf355838 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Poison"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N6042e13cfd54421ba427edf43011943a ;
    schema:name "Poison"@en .

