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

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

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

<artist/30723#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/45786#subject> ;
    schema:name "Chris Logsdon"@en ;
    foaf:made <album/45786#composition>,
        <album/45786#subject> ;
    foaf:name "Chris Logsdon"@en .

<album/45786#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Lounge OST"@en,
        "The Lounge OST"@ja,
        "The Lounge OST"@ja-latn ;
    mo:composer <artist/30723#subject> ;
    mo:produced_work <album/45786#musicalwork> ;
    schema:name "The Lounge OST"@en,
        "The Lounge OST"@ja,
        "The Lounge OST"@ja-latn .

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

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

<https://media.vgm.io/albums/68/45786/45786-1399927663.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/45786#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/68/45786/45786-1399927663.png> ;
    foaf:depicts <album/45786#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/68/45786/45786-1399927663.png> .

<https://medium-media.vgm.io/albums/68/45786/45786-1399927663.png> a schema:ImageObject,
        foaf:Image .

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

<album/45786#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-05-11"^^xsd:date ;
    dcterms:title "The Lounge OST"@en,
        "The Lounge OST"@ja,
        "The Lounge OST"@ja-latn ;
    mo:catalogue_number "LOUDR-3482" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/45786#musicalexpression> ;
    mo:publisher _:Nec521777578942e6a4058d28aa7bf92a ;
    mo:record _:N53b5abc8d3b1462e9e20342a79cf8c46 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Lounge"@en ;
            foaf:name "The Lounge"@en ] ;
    schema:datePublished "2014-05-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/68/45786/45786-1399927663.png> ;
    schema:name "The Lounge OST"@en,
        "The Lounge OST"@ja,
        "The Lounge OST"@ja-latn ;
    schema:publisher _:Nec521777578942e6a4058d28aa7bf92a ;
    foaf:depiction <https://media.vgm.io/albums/68/45786/45786-1399927663.png> .

_:N53b5abc8d3b1462e9e20342a79cf8c46 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6edb96ebbcf9470c83bc8a8f83037eff ;
    mo:track_count 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N6edb96ebbcf9470c83bc8a8f83037eff .

_:N6edb96ebbcf9470c83bc8a8f83037eff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Comes"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N53b5abc8d3b1462e9e20342a79cf8c46 ;
    schema:name "Evening Comes"@en .

_:Nec521777578942e6a4058d28aa7bf92a schema:name "Chris Logsdon"@en,
        "Chris Logsdon"@ja,
        "Chris Logsdon"@ja-latn ;
    foaf:name "Chris Logsdon"@en,
        "Chris Logsdon"@ja,
        "Chris Logsdon"@ja-latn .

