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

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

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

<artist/505#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88600#subject> ;
    schema:name "Robin Beanland"@en ;
    foaf:made <album/88600#composition>,
        <album/88600#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/88600#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn ;
    mo:composer <artist/505#subject> ;
    mo:produced_work <album/88600#musicalwork> ;
    schema:name "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn .

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

<album/88600#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn ;
    mo:performance_of <album/88600#musicalwork> ;
    mo:recorded_as <album/88600#musicalexpression> ;
    schema:name "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn ;
    schema:workPerformed <album/88600#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/00/88600/88600-1562921592.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/88600#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/88600/88600-1562921592.jpg> ;
    foaf:depicts <album/88600#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/88600/88600-1562921592.jpg> .

<https://medium-media.vgm.io/albums/00/88600/88600-1562921592.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/88600#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-07-12"^^xsd:date ;
    dcterms:title "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/88600#musicalexpression> ;
    mo:publisher <org/2633#subject> ;
    mo:record _:N199baa2b6b344d3c93df809499541882 ;
    mo:record_count 1 ;
    schema:about <product/8358#subject> ;
    schema:datePublished "2019-07-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/88600/88600-1562921592.jpg> ;
    schema:name "The Summoning"@en,
        "The Summoning"@ja,
        "The Summoning"@ja-latn ;
    schema:publisher <org/2633#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/88600/88600-1562921592.jpg> .

_:N199baa2b6b344d3c93df809499541882 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9e6464388acd4788b9472cc656da9720 ;
    mo:track_count 1 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9e6464388acd4788b9472cc656da9720 .

_:N9e6464388acd4788b9472cc656da9720 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Summoning (Original Game Soundtrack)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N199baa2b6b344d3c93df809499541882 ;
    schema:name "The Summoning (Original Game Soundtrack)"@en .

