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

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

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

<artist/505#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91834#subject> ;
    schema:name "Robin Beanland"@en ;
    foaf:made <album/91834#composition>,
        <album/91834#subject> ;
    foaf:name "Robin Beanland"@en .

<product/8358#subject> a schema:CreativeWork ;
    schema:name "Sea of Thieves"@en,
        "Sea of Thieves"@ja,
        "Sea of Thieves"@ja-latn ;
    foaf:name "Sea of Thieves"@en,
        "Sea of Thieves"@ja,
        "Sea of Thieves"@ja-latn .

<album/91834#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn ;
    mo:composer <artist/505#subject> ;
    mo:produced_work <album/91834#musicalwork> ;
    schema:name "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn .

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

<album/91834#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn ;
    mo:performance_of <album/91834#musicalwork> ;
    mo:recorded_as <album/91834#musicalexpression> ;
    schema:name "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn ;
    schema:workPerformed <album/91834#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/43/91834/91834-1571601349.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/91834#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-10-18"^^xsd:date ;
    dcterms:title "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/91834#musicalexpression> ;
    mo:publisher <org/2633#subject> ;
    mo:record _:N785a18a64f5c4520834d6614b010f8de ;
    mo:record_count 1 ;
    schema:about <product/8358#subject> ;
    schema:datePublished "2019-10-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/43/91834/91834-1571601349.jpg> ;
    schema:name "Reaper's Respite"@en,
        "Reaper's Respite"@ja,
        "Reaper's Respite"@ja-latn ;
    schema:publisher <org/2633#subject> ;
    foaf:depiction <https://media.vgm.io/albums/43/91834/91834-1571601349.jpg> .

_:N785a18a64f5c4520834d6614b010f8de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8b4a06d228aa43ed8248317b672c4010 ;
    mo:track_count 1 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8b4a06d228aa43ed8248317b672c4010 .

_:N8b4a06d228aa43ed8248317b672c4010 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reaper's Respite (Original Game Soundtrack)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:N785a18a64f5c4520834d6614b010f8de ;
    schema:name "Reaper's Respite (Original Game Soundtrack)"@en .

