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

<artist/50518#subject> a schema:Person,
        foaf:Person ;
    schema:name "tetem."@en ;
    foaf:made <album/120563#subject>,
        <album/120563#vocals> ;
    foaf:name "tetem."@en .

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

<artist/48499#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120563#subject> ;
    schema:name "Yusuke Tsutsumi"@en,
        "堤裕介"@ja ;
    foaf:made <album/120563#composition>,
        <album/120563#subject> ;
    foaf:name "Yusuke Tsutsumi"@en,
        "堤裕介"@ja .

<album/120563#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn ;
    mo:composer <artist/48499#subject> ;
    mo:produced_work <album/120563#musicalwork> ;
    schema:name "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn .

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

<album/120563#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn ;
    mo:performance_of <album/120563#musicalwork> ;
    mo:recorded_as <album/120563#musicalexpression> ;
    schema:name "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn ;
    schema:workPerformed <album/120563#musicalwork> .

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

<https://media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/120563#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> ;
    foaf:depicts <album/120563#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> .

<https://medium-media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120563#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-05-13"^^xsd:date ;
    dcterms:title "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120563#musicalexpression> ;
    mo:publisher _:Nc4e8ad0765b3414aac70913ef86d3c57 ;
    mo:record _:N6dfbf62f1f7e4c9e8c49739abb1852ab ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "M"@en ;
            foaf:name "M"@en ] ;
    schema:datePublished "2022-05-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> ;
    schema:name "The Sheep in the Slaughterhouse"@en,
        "The Sheep in the Slaughterhouse"@ja,
        "The Sheep in the Slaughterhouse"@ja-latn ;
    schema:publisher _:Nc4e8ad0765b3414aac70913ef86d3c57 ;
    foaf:depiction <https://media.vgm.io/albums/36/120563/120563-1ec96378f9d5.jpg> .

_:N0d1b8927c1224d928009841e0a4ddfa8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sheep in the Slaughterhouse"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N6dfbf62f1f7e4c9e8c49739abb1852ab ;
    schema:name "The Sheep in the Slaughterhouse"@en .

_:N6dfbf62f1f7e4c9e8c49739abb1852ab a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d1b8927c1224d928009841e0a4ddfa8 ;
    mo:track_count 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0d1b8927c1224d928009841e0a4ddfa8 .

_:Nc4e8ad0765b3414aac70913ef86d3c57 schema:name "Artificial Naked Woman"@en ;
    foaf:name "Artificial Naked Woman"@en .

