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

<album/111242#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Starts Right Here"@en,
        "Starts Right Here"@ja,
        "Starts Right Here"@ja-latn ;
    mo:produced_work <album/111242#musicalwork> ;
    schema:name "Starts Right Here"@en,
        "Starts Right Here"@ja,
        "Starts Right Here"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/24/111242/111242-1dc0332f269a.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/111242#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-04-27"^^xsd:date ;
    dcterms:title "Starts Right Here"@en,
        "Starts Right Here"@ja,
        "Starts Right Here"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/111242#musicalexpression> ;
    mo:publisher <org/1844#subject> ;
    mo:record _:Nc2e3c8f6363e4f8f9f1919f96272f5bb ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "2021 League of Legends Mid-Season Invitational"@en ;
            foaf:name "2021 League of Legends Mid-Season Invitational"@en ] ;
    schema:datePublished "2021-04-27"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/24/111242/111242-1dc0332f269a.jpg> ;
    schema:name "Starts Right Here"@en,
        "Starts Right Here"@ja,
        "Starts Right Here"@ja-latn ;
    schema:publisher <org/1844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/111242/111242-1dc0332f269a.jpg> .

_:Nc2e3c8f6363e4f8f9f1919f96272f5bb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ncd1c2b19f36f4f5f89ac0facd6a08ec4 ;
    mo:track_count 1 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ncd1c2b19f36f4f5f89ac0facd6a08ec4 .

_:Ncd1c2b19f36f4f5f89ac0facd6a08ec4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starts Right Here"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:Nc2e3c8f6363e4f8f9f1919f96272f5bb ;
    schema:name "Starts Right Here"@en .

