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

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

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

<artist/17731#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95886#subject> ;
    schema:name "Kole Hicks"@en ;
    foaf:made <album/95886#composition>,
        <album/95886#subject> ;
    foaf:name "Kole Hicks"@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/95886#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Aphelios, The Weapon of the Faithful"@en,
        "Aphelios, The Weapon of the Faithful"@ja,
        "Aphelios, The Weapon of the Faithful"@ja-latn ;
    mo:composer <artist/17731#subject> ;
    mo:produced_work <album/95886#musicalwork> ;
    schema:name "Aphelios, The Weapon of the Faithful"@en,
        "Aphelios, The Weapon of the Faithful"@ja,
        "Aphelios, The Weapon of the Faithful"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/68/95886/95886-1580596611.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95886#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-01-13"^^xsd:date ;
    dcterms:title "Aphelios, The Weapon of the Faithful"@en,
        "Aphelios, The Weapon of the Faithful"@ja,
        "Aphelios, The Weapon of the Faithful"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/95886#musicalexpression> ;
    mo:publisher <org/1844#subject> ;
    mo:record _:N0563e2e0b2da444c8583fd42ee22c735 ;
    mo:record_count 1 ;
    schema:about <product/4156#subject> ;
    schema:datePublished "2020-01-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/68/95886/95886-1580596611.jpg> ;
    schema:name "Aphelios, The Weapon of the Faithful"@en,
        "Aphelios, The Weapon of the Faithful"@ja,
        "Aphelios, The Weapon of the Faithful"@ja-latn ;
    schema:publisher <org/1844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/68/95886/95886-1580596611.jpg> .

_:N0563e2e0b2da444c8583fd42ee22c735 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nddd42f2b1c7a4a5ca3b52d36d4083b9f ;
    mo:track_count 1 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nddd42f2b1c7a4a5ca3b52d36d4083b9f .

_:Nddd42f2b1c7a4a5ca3b52d36d4083b9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aphelios, The Weapon of the Faithful"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N0563e2e0b2da444c8583fd42ee22c735 ;
    schema:name "Aphelios, The Weapon of the Faithful"@en .

