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

<album/146651#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn ;
    mo:produced_work <album/146651#musicalwork> ;
    schema:name "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn .

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

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

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

<album/146651#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn ;
    mo:performance_of <album/146651#musicalwork> ;
    mo:recorded_as <album/146651#musicalexpression> ;
    schema:name "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn ;
    schema:workPerformed <album/146651#musicalwork> .

<https://media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/146651#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> ;
    foaf:depicts <album/146651#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> .

<https://medium-media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> a schema:ImageObject,
        foaf:Image .

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

<album/146651#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-10-09"^^xsd:date ;
    dcterms:title "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/146651#musicalexpression> ;
    mo:publisher _:N134ce19cae1a49ca86eb9769988190c9 ;
    mo:record _:N23cb7de0074c458cabcef945f27f12b7 ;
    mo:record_count 1 ;
    schema:datePublished "2019-10-09"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> ;
    schema:name "Light the Way"@en,
        "Light the Way"@ja,
        "Light the Way"@ja-latn ;
    schema:publisher _:N134ce19cae1a49ca86eb9769988190c9 ;
    foaf:depiction <https://media.vgm.io/albums/15/146651/146651-0b87692cbd07.png> .

_:N134ce19cae1a49ca86eb9769988190c9 schema:name "Victor McKnight"@en,
        "Victor McKnight"@ja,
        "Victor McKnight"@ja-latn ;
    foaf:name "Victor McKnight"@en,
        "Victor McKnight"@ja,
        "Victor McKnight"@ja-latn .

_:N13cc00857e1645169c4c27aacf0aad38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Light the Way"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N23cb7de0074c458cabcef945f27f12b7 ;
    schema:name "Light the Way"@en .

_:N23cb7de0074c458cabcef945f27f12b7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13cc00857e1645169c4c27aacf0aad38 ;
    mo:track_count 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N13cc00857e1645169c4c27aacf0aad38 .

