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

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

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

<artist/16092#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95884#subject> ;
    schema:name "Mikolai Stroinski"@en ;
    foaf:made <album/95884#composition>,
        <album/95884#subject> ;
    foaf:name "Mikolai Stroinski"@en .

<product/4156#subject> a schema:CreativeWork ;
    schema:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn ;
    foaf:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn .

<album/95884#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn ;
    mo:composer <artist/16092#subject> ;
    mo:produced_work <album/95884#musicalwork> ;
    schema:name "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn .

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

<album/95884#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn ;
    mo:performance_of <album/95884#musicalwork> ;
    mo:recorded_as <album/95884#musicalexpression> ;
    schema:name "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn ;
    schema:workPerformed <album/95884#musicalwork> .

<org/1844#subject> schema:name "Riot Games"@en,
        "Riot Games"@ja,
        "Riot Games"@ja-latn ;
    foaf:name "Riot Games"@en,
        "Riot Games"@ja,
        "Riot Games"@ja-latn .

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

<https://medium-media.vgm.io/albums/48/95884/95884-1580596022.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95884#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-01-14"^^xsd:date ;
    dcterms:title "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/95884#musicalexpression> ;
    mo:publisher <org/1844#subject> ;
    mo:record _:Ncf3d3888f3bc4729b63ddce1a86b0f98 ;
    mo:record_count 1 ;
    schema:about <product/4156#subject> ;
    schema:datePublished "2020-01-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/95884/95884-1580596022.jpg> ;
    schema:name "Sett, The Boss"@en,
        "Sett, The Boss"@ja,
        "Sett, The Boss"@ja-latn ;
    schema:publisher <org/1844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/48/95884/95884-1580596022.jpg> .

_:N6cea019203d343cc867c9e87404f4007 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sett, the Boss"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:Ncf3d3888f3bc4729b63ddce1a86b0f98 ;
    schema:name "Sett, the Boss"@en .

_:Ncf3d3888f3bc4729b63ddce1a86b0f98 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6cea019203d343cc867c9e87404f4007 ;
    mo:track_count 1 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N6cea019203d343cc867c9e87404f4007 .

